Search Results for "java implementation loader" - Page 23

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

    QueLang

    QueLang is a designing tool to use for Questionnaire Design.

    This is the first implementation of QueLang. QueLang is a language I designed for Questionnaire Design and Implementation. This software can compile your code (written in .ql text files) into a special .qlc format (a kind of database). Then it can read those .qlc files to open them in viewer and export them to PDF format. It can be also used for exam and test designing! Tested on: -Linux Ubuntu 12.04 -Windows 7 64-bit QueLang can run by double clicking the .jar (or .exe) file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JPIE is an implementation of an Open Source Java to Prolog/Prolog to Java interoperability mecanism based on the Java VM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OraVC

    OraVC

    The Oracle database objects version control tool

    ... (with small modifications and additions) of the Java libraries of the diff operation implementation by Stuart D. Gathman http://www.bmsi.com/java/#diff Libraries are open and goes under GPL licence Also this project used the following open Web resources in some parts of the Web interface for the OraVC Viewer: http://www.alovefordesign.com/css/create-an-apple-style-menu-purely-in-css3-no-images-required/ http://pythoughts.com/table-style-css/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ZeroExchange is the implementation of the distributed social network engine allows people to rich their aims with the help of the others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    expressionCalc

    expressionCalc

    Cross platform Mathematical expression solver

    expressionCalc is a Mathematical expression solver. It has a Java implementation (for cross platform) and a C# implementation (for Windows). Support most of the Mathematical functions including log, sin, a sin etc. Implemented based on the expression solving technique of BODMAS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Borigin

    A pure Java file-based web server

    The premise of this project was that there is no common and well known web server implementation built upon the com.sun.net.httpserver package. There still isn't, but this one aims to come as close as possible. That is because I had to pick up the OpenJDK and modify the source code of Sun's package (some bugs prevented my server from doing all it needed to do) and hook into it deeper. This, however, lead to a pure Java implementation of a lightweight and easy to use http/https origin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    thecodemonkey's JBase64

    free and fast implementation of a Base64 coder for Java

    This is a completely free (as defined by the Free Software Foundation), fast implementation of a Base64 coder for Java developers as replacement for the SUN proprietary library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Concurrency Freaks

    A library with Scalable (and fast) Read-Write locks

    This library contains Java code for several Read-Write Locks: - ScalableRWLock: A rw-lock that scales with the number of threads doing read-lock. - ScalableRWLockS: Similar to above but different implementation. - ScalableStampedRWLock: An hybrid of the ScalableRWLock and the StampedLock provided in JDK 8, which provides good overall performance. - FAARWLock: Uses a Fetch-And-Add operation for the read-lock which means it is not so scalable as ScalableRWLock but it is still faster than...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    dayLISP is an experimental/currently incomplete ISLisp implementation written in Java. I intend dayLISP to be a complete ISLisp and to provide an interface between Java and Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    Revenssis Ethical Hacking Suite

    Revenssis Ethical Hacking Suite

    Fully featured network, wireless and web app pentesting suite.

    Nicknamed as the "Smartphone Version of Backtrack", Revenssis Penetration Suite is a set of all the useful types of tools used in Computer and Web Application security. Tools available in it include: Web App scanners, Encode/Decode & Hashing tools, Vulnerability Research Lab, Forensics Lab, plus the must-have utilities (Shell, SSH, DNS/WHOIS Lookup, Traceroute, Port Scanner, Spam DB Lookup, Netstat... etc). All these fitting in an application approx. 10MB (post installation).
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    KMLCSV Converter
    Converts Google Earth KML file to a CSV file, and vice versa. This enables you to plot all custom POIs with Google Earth first before transferring them into your Garmin GPS using the POI Loader.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 12
    Requirements management tool designed to achieve full SDLC traceability for features, requirements, design, implementation and testing. UI for requirements derivation, version control, attributes etc. Designed to be v2.0 to OSRMT's v1.5. The architecture will change (Grails) and move to being entirely web-based, but the driving force behind it is to retain and satisfy OSRMT users. For installation instructions, login at: https://sourceforge.net/p/nimble/wiki/Installation/ Support...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Simple js IRC

    Simple irc client for different mobile platforms

    The goal of Simple js IRC is to create an IRC client application that can be ported to different mobile platforms with minimal work. To accomplish this, most of the implementation is done in HTML/Javascript and only the parts that absolutely must be implemented in platform specific native language (java/C#/Objective-C/Qt/some other) are implemented this way. In the beginning this project will attempt to create a very generic IRC client for iOS, Android, N9 and WP by using combination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    nohibernate

    extension driver jdbc

    Es Una implementation que extiende el driver Jdbc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML-CF-lib

    XML-CF-lib

    TeleScope-CF XML Content Filtering Library

    Current TeleScope-CF Java library implementation employs XML parsing and specific pattern-matching that provides standard logical operator constructs to construct the query over the values of XML elements and attributes applied to the XML message on the fly as it is provided in the form of a String object. The code base has been adopted from TeleScope CQ XML stream broker code base written in C. C code has been re-factored into Java with minor modifications. This general-purpose library could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    telescope-cf-library

    telescope-cf-library

    TeleScope-CF XML Content Filtering Library

    Current TeleScope-CF Java library implementation employs XML parsing and specific pattern-matching that provides standard logical operator constructs to construct the query over the values of XML elements and attributes applied to the XML message on the fly as it is provided in the form of a String object. The code base has been adopted from TeleScope CQ XML stream broker code base written in C. C code has been re-factored into Java with minor modifications. This general-purpose library could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Multi-Column Row Comparator

    Provides multi-column sort capabilities for row-based text file data

    This Java library provides a basic implementation of the java.util.Comparator interface for delimited flat file records. The compare method assumes String arguments which are tokenized. These tokens represent the individual columns that are to be sorted based on rules that are injected prior to execution. The data structure of the file is also defined prior to execution. This implementation sorts the following column data types: - java.lang.String - java.Math.BigInteger...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open ESB

    Open ESB

    A Java Business Integration (JBI, JSR-208) based ESB implementation

    This is a fork of the OpenESB, a Java-based open source enterprise service bus that implements the JBI specification (JSR 208).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    Cost-sensitive Classifiers

    Adaboost extensions for cost-sentive classification

    Adaboost extensions for cost-sentive classification CSExtension 1 CSExtension 2 CSExtension 3 CSExtension 4 CSExtension 5 AdaCost Boost CostBoost Uboost CostUBoost AdaBoostM1 Implementation of all the listed algorithms of the cluster "cost-sensitive classification". They are the meta algorithms which requires base algorithms e.g. Decision Tree Moreover, Voting criteria is also required e.g. Minimum expected cost criteria Input also requires to load an arff file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Scanner++ is a C++ implementation of Java Scanner Interface. A simple text scanner which can parse primitive types and strings using regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FaBeansAndCo

    A project to demonstrate the Spring component and testing abilities

    A fictive company sells things. The order process uses a component 'business rules', that can replaced by any other implementation of rules. Done as a homework for the Trier University of Applied Sciences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CrispI

    CrispI

    A hybrid graph database with analysis

    A graph database layer in Java which allows mixed-mode database handling. For example, using an underlying oodb, a OneToMany and ManyToOne relationships can be implemented allowing quick and robust hierarchies to be built (a subset of a graph). The system also includes a Big Data implementation, other analytics and visualization. The current invokation is based on a Versant Db. Examples for use can be found in CrispI-Examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java FiniteStateMachine

    Simple Finite State Machine in Java

    Implementation of a few Finite Automata in Java. The project is mainly of academic interest but can also be used to describe state transition diagrams in a business application. Check out the project wiki for a quick introduction: https://sourceforge.net/p/javafsm/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    cutting stock problem java library

    Java library to solve cutting stock problem using greedy approach

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SIG2014

    SIG2014

    Système d'information géographique

    is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals and organizations from around the world. GeoServer is the reference implementation of the Open Geospatial Consortium (OGC) Web Feature Service (WFS) and Web Coverage...
    Downloads: 0 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.