GithubHelp home page GithubHelp logo

lmzintgraf / multimaus Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 10.0 17.54 MB

Simulator for online credit card transactions with multi-modal authentication

License: MIT License

Python 77.74% Jupyter Notebook 22.26%

multimaus's People

Contributors

dennissoemers avatar lmzintgraf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multimaus's Issues

more user-friendly Java API

Question for @lmzintgraf : do we want a more user-friendly Java API?

Currently, as you can see in here, I have a hardcoded filepath to where I installed the "jpy" library (which I use for the Java-Python bridge). This is obviously not ideal.

The main problem with jpy is... it's based on C. This means that it's actually impossible to share the library directly, or have users install it somewhere. It's one of those things where basically every user has to go through an entire build process themselves, to build it for their specific platform. This is not an easy process.

The jpy license does give permission to basically redistribute the entire jpy project though. What this means is, I could put everything necessary for a jpy build (all the jpy source code etc.) inside your MultiMAuS project. Then, if a user goes through the entire build process, we'll at least know where it is located and a relative filepath to the library can be used.

I'm not sure if that's worth it though, to include a huge other library inside your project, just to make the Java API slightly less annoying to use (but still annoying, because there's still the C build process). If you think it'd be useful to have the Java API more accessible, I can look into it... otherwise I'll just selfishly continue using my hardcoded filepath and anyone else who is interested in a Java API will have to do more work themselves.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.