Showing 831 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1

    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: 600 This Week
    Last Update:
    See Project
  • 2
    InstaMaterial

    InstaMaterial

    Implementation of Instagram with Material Design

    Current source code contains UI elements from Design Support Library. A beautiful and smooth application which works on almost all available devices. InstaMaterial project supports all systems versions, starting from 4.0 Ice Cream Sandwich. Thanks to this our app can work on more than 90% of all Android devices (according to the presented statistics). The implemented elements and effects include a Send button animation in comments view, ViewAnimator, Ripples, and RecyclerView smoothness....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    The Junicon Project

    Java-based Dialect of the Unicon Programming Language

    Junicon is a Java-based implementation of Unicon, a very high level object-oriented goal-directed programming language that lives at Unicon.org. Junicon features seamless Java object access, interactive interpretation, and numerous cleanups and enhancements while retaining Unicon's core expression-evaluation semantics. Please see the Junicon Project Web Site for publications about Junicon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.
    Downloads: 14 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
  • 5
    Trace open source implementation of the Universal Remote Console (URC) technology, based on ISO/IEC 24752:2008. It includes tools and samples for developers of targets, control user interfaces and Universal Control Hubs (UCH).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Eserciziari di C++ e Java sul progetto object-oriented e la realizzazione di strutture dati. C++ and Java Exercise books (in Italian language) about object oriented data structures design and implementation.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Open Simplex Project

    Open Simplex Project

    A Simple GUI Implementation of the Simplex Algorithm

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Micro-agents
    An efficient Java-based Multi-agent Platform implementing the micro-agent concept µ² offering network support and multiple agent implementation languages. Detailed instructions and documentation can be found under http://www.micro-agents.net. This project has been moved to Github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    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
  • 10
    Pentaho Data Integration

    Pentaho Data Integration

    Pentaho Data Integration ( ETL ) a.k.a Kettle

    Pentaho Data Integration uses the Maven framework. Project distribution archive is produced under the assemblies module. Core implementation, database dialog, user interface, PDI engine, PDI engine extensions, PDI core plugins, and integration tests. Maven, version 3+, and Java JDK 1.8 are requisites. Use of the Pentaho checkstyle format (via mvn checkstyle:check and reviewing the report) and developing working Unit Tests helps to ensure that pull requests for bugs and improvements...
    Downloads: 90 This Week
    Last Update:
    See Project
  • 11
    csmake

    csmake

    Cloud Service Make.

    To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AndroidPreferenceActivity

    AndroidPreferenceActivity

    Provides an alternative implementation of Android's PreferenceActivity

    "AndroidPreferenceActivity" is an Android-library, which provides an alternative implementation of the Android SDK's built-in PreferenceActivity. Such an activity provides a visualization of categorized preferences. The appearance of the activity varies depending on the size of the device's display. On devices with small screens, e.g. on smartphones, the navigation is designed to use the whole available space and selecting an item causes the corresponding preferences to be shown full screen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Phoenix

    Phoenix

    Phoenix Pull-to-Refresh

    This project aims to provide a simple and customizable pull to refresh implementation. Include the library as local library project. For a working implementation, Have a look at the sample project. Include the PullToRefreshView widget in your layout. In your onCreate method refer to the View and setup OnRefreshListener. To customize drawables you can change sun.png, Sun image; sky.png, background image; buildings.png, foreground image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    compactbeans

    Implementation of java.beans.* for JavaSE compact profile 1

    This is a separated-out implementation of the java.beans.Introspector and associated Descriptor classes, targeted at Java 1.8SE Compact Profile 1. The code is based on the openjdk source bundles. The aim is for API compatibility as much as possible. In the simplest case, a package import rename is all that is required. The source code can be found on GitHub at https://github.com/run2000/compactbeans The javadocs can be found at http://compactbeans.sourceforge.net/docs/1.1/api...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JAGAL: Java Graph Library

    JAGAL: Java Graph Library

    Java graph library

    JAGAL provides implementations for directed graphs (weighted and unweighted) and varoius types of transition systems as well as utils for graph traversal and modification. JAGAL builds upon the Java library TOVAL (located at http://sourceforge.net/p/toval). To use JAGAL, make sure the TOVAL library is on the build path. This library uses and encloses jGraphX (https://github.com/jgraph/jgraphx). A documentation for JAGAL can be found under http://doku.telematik.uni-freiburg.de/jagal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JHPropertiesTyped

    Strongly typed properties, easy initialization from many sources.

    Version 3.0 is under construction (expected release "feb/2017") * full java 1.8 support * no marker interfaces, only annotations * fully updated documentation * framework refactored * maven support, and upload on github. Version 2.0 is now available. (31-07-2015) Release notes: http://jhpropertiestyp.sourceforge.net/releasenotes.html JHPropertiesTyped will give the developer strongly typed properties. Easy to integrate in existing projects. Handled by a large series...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    COOL is an object oriented programming language specialized for concurrent software development. Language syntax is similar to C++/C# and Java. For proper documentation please read the diploma thesis (Only available in german yet). Some of the goals to achieve: - Embedding some design-patterns on language level (singleton, state-pattern) - Implementation of a back-end for byte-code generation - Extending the compiler with an optimization phase for optimizing byte-code - Optimizing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Agile grid is a complete new implementation of custom table for Java SWT applications, which uses the structure and some code fragments from the JFace table viewer. The features of this table implementation include: - A content provider provides the data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SEPIA: Security-oriented PN Framework

    SEPIA: Security-oriented PN Framework

    Petri net framework for security related modeling and reasoning.

    SEPIA provides implementations for various types of Petri nets. Along Place/Transition-nets, it supports Petri nets with distinguishable token colors and defines coloured workflow nets, where coloured tokens are interpreted as data elements used during process execution. To support information flow analysis of processes, SEPIA defines so-called IF-Nets, tailored for security-oriented workflow modeling which enable users to assign security-levels (HIGH, LOW) to transitions, data elements and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Aspose Java for Docx4j

    Aspose Java for Docx4j

    Aspose - Your File Format Expert

    Aspose Java for Docx4j provides source code examples for features missing in Docx4j. In addition, there are several use cases where Docx4j implementation is different than Aspose. This repository provides Aspose vs Docx4j source code comparison for the above cases
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    WSCreator

    Java library for automated Soap & Rest web Services Creation

    An awesome new way of adding SOAP and REST web services to any Spring IOC based Java project in minimum time. This library takes out all the pain part of implementing Soap & Rest Web Services specific code from developer's plate and does it in a very smart way. All you need to do is add dependency of this library to your project, add some annotations to your interfaces, add a servlet entry into your web.xml. & you are all set to go. Library uses Apache CXF to create SOAP based web services...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JFreeSVG

    A fast & light-weight SVGGraphics2D implementation for Java.

    JFreeSVG is a vector graphics library for the Java(tm) platform that allows you to generate content in SVG format using the standard Java2D drawing API (Graphics2D). JFreeSVG is light-weight, fast, and has no dependencies other than the Java runtime (1.6 or later).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AndroidMaterialValidation

    AndroidMaterialValidation

    Provides views, which can be validated according to Material Design

    "AndroidMaterialValidation" is an Android-library, which provides custom views, which allow to be validated according to Android 5.0's Material Design guidelines even on pre-Lollipop devices. Additionaly, various pre-defined validators are contained in the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FaceAccess Facial Recognition System

    FaceAccess Facial Recognition System

    FaceAccess is an Access Control System based on Facial Recognition

    With the growing need to exchange information and share resources, information security has become more important than ever in both the public and private sectors. Although many technologies have been developed to control access to files or resources, to enforce security policies, and to audit network usages, there does not exist a technology that can verify that the user who is using the system is the same person who logged in. FaceAccess provides a prototype implementation as a "login...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Elastic Management of Tasks in Virtualized Environments is in charge of managing virtual machines created in Xen by creating full customized virtual machines and allowing executing tasks inside this.
    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.