Search Results for "java implementation loader" - Page 15

Showing 2275 open source projects for "java implementation loader"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    EasyModbusTCP Server Simulator .NET/JAVA

    EasyModbusTCP Server Simulator .NET/JAVA

    Modbus TCP/UDP Server Simulator and Modbus RTU Slave Simulator

    Modbus TCP Server simulator and library for .NET and Java implementation. See Library and source code: www.easymodbustcp.net For Connection to Modbus-TCP, Modbus-UDP clients, and Modbus RTU Master. Server listens at port 502 (can be changed). Shows also Protocol informations. Allows Multiple connections Digital Inputs; Coils; Input Registers and Holding Registers can be viewed and changed in a table-view Version V2.5: - Upgrade Library with new functions Version V1.1...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    Compile your clarion source code into java runtime environment. Includes the compiler, 100% java based runtime implementation of the clarion runtime environment and other miscellaneous tools.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    SRP6 for C# (and a Java implementation)

    SRP6 Authentication Library for C# and Java

    SRP6 Authentication Library for C# and Java. I originally wrote the Java version in college so it is a much simpler version of how SRP6 can be implemented. The Java version is a simple BlueJ project. For a solid description of SRP6, see https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol. Source is included with the zip file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    This paper represent a development and deployment and/or Implementation of Optical Character Recognition (OCR) to translate images of typewritten or handwritten characters into electronically editable format by preserving font properties. OCR can do this by applying pattern matching algorithm. The Recognized characters are stored in editable format. Thus OCR make the computer read the printed documents discarding noise. Keywords- Optical Character Recognition, Image convert to character, Image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    This project holds an implementation of the Cross-Enterprise Document Sharing (XDS) profile as defined by IHE (ihe.net). It includes implementations of both the Document Registry and Document Repository actors.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Java Software Renderer

    Java implementation of a software renderer.

    Java implementation of a software renderer. Software rendering is handled only by a CPU, without any GPU support. Renderer is implemented in pure Java, without any additional frameworks. Additional requirements: JDK / JRE 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    LAML:Linear Algebra and Machine Learning

    A stand-alone Java library for linear algebra and machine learning

    LAML is a stand-alone pure Java library for linear algebra and machine learning. The goal is to build efficient and easy-to-use linear algebra and machine learning libraries. The reason why linear algebra and machine learning are built together is that full control of the basic data structures for matrices and vectors is required to have fast implementation for machine learning methods. Additionally, LAML provides a lot of commonly used matrix functions in the same signature to MATLAB, thus can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cress Tool Suite

    Cress Tool Suite

    Cress is a comprehensive toolset for graphical service/workflow design

    Cress (Communication Representation Employing Systematic Specification) allows graphical description of a wide variety of services such as in data communications/telecommunications, but Cress is not limited to this. The approach allows services to be described graphically as (work)flows of activities. Cress diagrams are automatically translated into formal languages for rigorous analysis and verification, and are also automatically translated into implementation languages for deployment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Opt4J

    Opt4J

    Modular Java framework for meta-heuristic optimization

    Opt4J is an open source Java-based framework for evolutionary computation. It contains a set of (multi-objective) optimization algorithms such as evolutionary algorithms (including SPEA2 and NSGA2), differential evolution, particle swarm optimization, and simulated annealing. The benchmarks that are included comprise ZDT, DTLZ, WFG, and the knapsack problem. The goal of Opt4J is to simplify the evolutionary optimization of user-defined problems as well as the implementation of arbitrary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    React Redux Universal Hot Example

    React Redux Universal Hot Example

    A starter boilerplate for a universal webapp

    This is a starter boilerplate app created with Universal rendering, both client and server make calls to load data from separate API server, React, React Router, Express, Babel for ES6 and ES7 magic, Webpack for bundling, Webpack Dev Middleware, Webpack Hot Middleware, Redux's futuristic Flux implementation, Redux Dev Tools for next generation DX (developer experience), React Router Redux Redux/React Router bindings, ESLint to maintain a consistent code style, redux-form to manage form state...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DialogPlus

    DialogPlus

    Advanced dialog solution for android

    Simple and advanced dialog solution. Uses normal view as dialog. Provides expandable option, multiple positioning, and built-in options for easy implementation. DialogPlus provides 3 position. Top, dialog will appear at top with animation. Center, dialog will appear in the center with animation. Bottom, dialog will appear at the bottom of the screen with animation. DialogPlus provides 3 content types. ListHolder, items will be shown in a listview. GridHolder, items will be shown in a gridview...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tsp-problem-ga-aco-comparisson

    tsp-problem-ga-aco-comparisson

    Genetic Algorithm and Ant Colony to solve the TSP problem

    This project compares the classical implementation of Genetic Algorithm and Ant Colony Optimization, to solve a TSP problem. It's possible to define the number of cities to visit , and also interactively create new cities to visit in a 2D spatial panel. A total distance is given for AG and ACO solution at end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PolyRec

    Unistroke gesture recognizer

    ... polylines are aligned to obtain an equal number of segments from both of them; - lastly, the distance is found by summing the contribution of each pair of segments. This implementation is a prototype developed for scientific purposes. More technical details on PolyRec can be found in the following scientific paper: V Fuccella, G. Costagliola; Unistroke Gesture Recognition Through Polyline Approximation and Alignment; in Proceedings of CHI 2015; pp. 3351-3354 http://dl.acm.org/citation.cfm?id=2702
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Flight

    Flight

    A component-based, event-driven JavaScript framework from Twitter

    Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications. By way of example, we've included a simple email client demo (browse the source) built over the Flight framework. There's also a flight implementation over on the todoMVC site. Flight uses jQuery and requires a module loader with support for AMD, like WebPack or Require.js. Please read the Flight documentation for installation instructions. Flight...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    OpenGlücksRad

    A "Wheel Of Fortune" implementation

    Glücksrad is the german name of the quiz game "Wheel Of Fortune" Glücksrad implements this game for 1-3 players local or via LAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CalclipseLib

    A Java class library of general usability

    CalclipseLib is a jar file containing a variety of useful classes and packages. Among its most prominent APIs is the document iterator. This API enables easy implementation of text editor features like syntax highlighting. A program named X has been made as a demonstration of CalclipseLib. The program is a JavaScript editor based on Swing/JTextPane. In addition to coloring, X underlines Web URLs and allows them to be clicked. X can be downloaded (with source code) from the Files section...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RAPSim - Microgrid Simulator

    RAPSim - Microgrid Simulator

    An easy to use GUI enables electric source and grid simulation.

    ... of distributed generation units in a micro grid. RAPSim is designed for use in science and classroom with a simple to use graphical interface. It is an easily extendable framework that supports users in implementation of their own models, for grid objects, and algorithms for grid control.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    Graphplan Implementations
    This project consists of various implementations of the Graphplan algorithm. At the moment we have two implementations of Graphplan: * Emplan - A C++ implementation for Linux, Windows and MacOS X * JavaGP - A Java implementation
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    For the process of RDF dataset transformation the R2R Framework specifies a mapping language and an implementation in form of a a Java API. More infos at: http://www4.wiwiss.fu-berlin.de/bizer/r2r/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Norm-regulated Transition System Sit.

    Implementation of Norm-regulated Transition System Situations

    Java/Prolog implementation of Norm-regulated Transition System Situations, as described in the paper Norm-regulated Transition System Situations, presented at the ICAART 2013 conference (see project homepage).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Pi-Space Physics Software

    A Physics Theory for Unifying Classical, Quantum and Relativistic Phys

    This is the Official Software of the Pi-Space Physics Theory created by Martin Brady. I have a B.Sc. in Computer Applications from Dublin City University and I have an interest in software implementation of Physics. The Theory includes a Quantum Theory of Gravity as well as a reworking of Classical versions of Newton's Formulas. The Theory is based on a set of Relativistic Diagrams called Pi-Space Diagrams for those new to the Theory. License :: Creative Commons Attribution License...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    JFASTA

    Java implementation for the FASTA file format.

    JFASTA is a lightweight framework for handling FASTA files. It supports reading, writing and parsing of single- or multi-FASTA files. Files may be read/ written at once, or stream-based (memory efficient). It's stable, very intuitive and good integrated with Java 1.5 SDK and later.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    Jafaran

    Fast and more random implementations of java.util.Random.

    Jafaran (Java Fast Random) provides fast, and for some more random, implementations of java.util.Random, with additional nextXXX() methods, and methods to retrieve and restore state. The names of implementations contain "Conc" (for concurrent) if they are thread-safe and non-blocking, or "Seq" (for sequential) if they are not thread-safe. Also provides an implementation of Ziggurat algorithm (based on J. A. Doornik paper, 2005), used by nextGaussian() methods of the provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    dex2jar

    Tools to work with android .dex and java .class files

    ... tools to work with .class files. * d2j-smali disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but we support escape in type desc "Lcom/dex2jar\t\u1234;" * dex-writer write dex same way as dex-reader.
    Leader badge
    Downloads: 590 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.