Showing 4122 open source projects for "java code"

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
  • 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
  • 1
    Object Graph Visualizer

    Object Graph Visualizer

    A modeling tool for software engineers (OO)

    Object Graph Visualizer is a tool primarily meant to be used in CS courses to help new students understand the Object Oriented paradigm and patterns. Classes and objects - that can be part of a software project - are visualised in 3D: The classes stay In the xz-plane in form of an UML class diagram. Directly above in the y-axis objects can be instantiated as an object diagram. Classes can be connected with all sorts of relations (Associations, Compositions, Generalization, etc.), objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FACPL - Access control policies

    FACPL - Access control policies

    A Java library for Attribute-based Access Control Policies

    FACPL: a Java-based library for the specification and enforcement of Access Control policies - Attribute-based Access Control Policies - Advanced features for the management of, e.g., combining algorithms and missing attributes - Generation of XACML code starting from FACPL code - Generation of FACPL code starting from XACML code Source Code: https://github.com/andreamargheri/FACPL/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NiCE

    NiCE

    Modeling and Simulation made NiCE!

    Notice! This project is now the Eclipse Integrated Computational Environment (ICE)! The new project page is www.eclipse.org/ice and the updated source code is at www.github.com/eclipse/ice . Contact: billingsjj <at> ornl . gov The NEAMS Integrated Computational Environment (NiCE) facilitates the flexible development, composition and use of a wide range of simulations, models and analysis tools for NEAMS integrated performance and safety codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Turtle Calculator

    Turtle Calculator

    Turtle Calculator is a simple easy-to-use calculator.

    Turtle Calculator is a simple easy-to-use calculator as an alternative to the Windows/Mac calculator. Simply choose an operation, enter the first and second numbers and click the Add/Multiply/Subtract/Divide button! This project is now open source! Source code at: https://github.com/Kivitoe/Turtle-Calculator
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    Ujorm
    Ujorm framework provides powerful objects based on the key-value architecture to common use. A part of the framework is the persistence module Ujorm designed for rapid Java development with great performance and a small footprint. Main features are type safe queries and no entity state. Important: there is available an obsolete Ujorm on the SourceForge, new changes are available on the Github only: https://github.com/pponec/ujorm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Java Library for Machine Learning

    A pure Java library for machine learning

    JML is a machine learning library in Java, it is a pure Java package, and thus is cross-platform. The goal of JML is to make machine learning methods very easy to use and speed up code conversion from MATLAB to Java. Please be noted that JML has been replaced by LAML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Petri-LLD is a graphical development environment for real-time automation control and is written in Java. It is based on a form of Petri net, and compiles to a number of programmable logic controller (PLC) languages as well as Java and Visual Basic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ChannelFinder Directory Service
    Generic directory service (for the EPICS tool set). Directory entries are channels with properties and tags. Applications can query a web service to retrieve channels based on wildcard matching on properties and tags, and manipulate the directory data. Code has been moved to GitHub at https://github.com/ChannelFinder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JANET is a software tool simplifying integration of Java applications with codes and libraries written in other languages. It defines a lightweight Java language extension and appropriate preprocessor generating JNI interfaces out of JANET source files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10

    JMapViewer

    Java Swing component for integrating OSM maps into your Java app.

    This project offers the Mavenized format of the official "JMapViewer" project. Official project code on: https://trac.openstreetmap.org/browser/subversion/applications/viewer/jmapviewer?order=name Please, note that no development is performed in this SVN, just contains Maven artifact of official releases (starting from 1.14 version) If you want to give it a try, download code and run the Demo: > mvn compile package > cd target > java -jar JMapViewer-1.14.1-Demo.jar
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    This piece of code sets Bing daily wallpaper as your desktop background. This piece of code is for personal use. I created this mainly to satisfy my own need,hence absolutely no warranty. It is not for sale It uses json simpleand jna.Thanks to those projects
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    CRAFT HPC Floating-point Analysis

    CRAFT HPC Floating-point Analysis

    CRAFT: Configurable Runtime Analysis for Floating-point Tuning

    CRAFT (Configurable Runtime Analysis for Floating-point Tuning) for HPC (High-Performance Computing) uses binary instrumentation to perform runtime analysis of floating-point code, detecting cancellations and making precision level recommendations. NOTE: THIS PROJECT HAS MOVED TO GITHUB!!!! https://github.com/crafthpc/craft
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MaterialEditText

    MaterialEditText

    EditText in Material Design

    AppCompat v21 makes it easy to use Material Design EditText in our apps, but it's so limited. If you've tried that, you know what I mean. So I wrote MaterialEditText, the EditText in Material Design, with more features that Google Material Design Spec has introduced. Base color will be used as bottom line color, text color (reset alpha to 87%) and hint text color (reset alpha to 26%). You can use app:met_baseColor in xml or setBaseColor() in java code. If you haven't set a base color, black...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    jnavi

    Java Native Access for AviSynth.

    jnavi 0.8 18-may-2014 Java Native Access for AviSynth. "AviSynth is a powerful tool for video post-production. It provides ways of editing and processing videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files." - http://avisynth.org "JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    jfugue2me

    The adaptation of JFugue library for J2ME

    It allows you to use JFugue-2.1 API to program music on MIDP 2.0, CLDC 1.1 compatible mobile devices. It's easy to use, like this code to play C-major scale: Player player = new Player(); player.play("C D E F G A B"); It's all based on JFugue-2.1 sources, so go to http://www.jfugue.org for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Clue is an experimental C compiler that generates code for high-level dynamic languages such as Lua, Javascript, Perl5 and Common Lisp, as well as non-dynamic languages like C and Java. It supports the complete ANSI standard, including pointer arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JTexXchart

    JTexXchart

    Java library for drawing 2D charts with LaTeX math support

    Call me a purist, but I was never happy with the graphs produced with existing (free) Java tools. My dream package is lightweight with minimal dependencies, offers clean vector-graphics export and TeX-support for typesetting mathematical elements in axis labels, chart legends etc. This is hard (impossible?) to find and I thus decided to construct my own, mostly from existing code. This project is based on refactored versions of the popular packages 'XChart' (orig. by Tim Molter, © Knowm Inc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    JComp

    Program to translate source codes

    Program is aimed to be able to translate source codes from one language to other. Currently it only works (somewhat) for the following translations: - pascal to java - pascal to php - c to php Any constructive suggestions or feature requests are welcome
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    **NOTE**: The WALA project is now hosted at https://github.com/wala/WALA; the latest source code and updates are available there. The code here on Sourceforge is highly out of date and unsupported. The T. J. Watson Libraries for Analysis (WALA) provide program analysis capabilities for Java bytecode and related languages. The WALA libraries constitute an open-source release of parts of IBM Research's DOMO analysis infrastructure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Synctocloud

    Synctocloud

    synctocloud.voji.hu - The way to put your offline bits to cloud

    This site dedicated to host synctocloud source code (only). There are no downloadable releases... If you are synctocloud enduser, please check official synctocloud webpage: http://synctocloud.voji.hu SyncToCloud is the delivery of free software designed to synchronize data from various sources into a cloud (or between computers), whereby data may be shared based on end-user-defined rules, and is accessible by cloud computing to several computers and other devices. The application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Bluej LOC Counter

    An extension for BlueJ that counts logical lines of code.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Adam

    Adam - information management platform

    ... USB-stick or network. You can create music lyrics collection, scientific articles collection, java code snippets, personal SF-library, personal diary, notepad, accommodating different thematic information related your interests and much more. - As information server: web-server, wiki-server, etc. - As collaboration server. - As application platform and/or server. - Due to extensions for almost whatever-you-want purposes.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    MyOpenSoftware

    MyOpenSoftware

    New generation Rapid Application Developement

    Based on an EAV meta-model (Entity-Attribute-Value), MyOpenSoftware is a new generation of RAD (rapid application development) engine. So you can create complete web applications without any programming knowledge, just using XML. This Framework writen in J2EE is ready-use to generate graphical screens with the opensource Library "SmartClient". Starting with blank page, and zero business entity, you are able to build any web application in any business domaine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ElderScrollsExplorer

    Explore Fallout (3, NV and 4), Skyrim, Oblivion and Morrwind

    code can be found on github here https://github.com/philjord/ElderScrollsExplorer
    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.