Showing 4122 open source projects for "java code"

View related business solutions
  • 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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    A Java Swing based implementation of popular card game 'Blackjack' or '21'. Clean and Neat code with well defined ObjectOriented structure.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Unit Test Generation Plugin
    An Eclipse Plugin that Generates Unit Tests. Generates basic tests or Open POJO tests for simple objects and generates test stubs for complex objects. Helps developers test projects created without Unit tests or without Agile methodologies
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Neural objectz is a java code (no executable) that uses (a lot) of neurons that work more object oriented then the classical mathematical neural networks who use mathematical functions to calculate their output out of input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    oxdoc is an adoption of Javadoc for the Ox programming language (see www.doornik.com). Written in Java, oxdoc provides Ox programmers with a tool to generate API documentation of both procedural and object-oriented code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    A library for rapid application development using the Apache Wicket framework and Domdrides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    essential is a lightweight REST framework for Java with focus on processing XML and JSON out of the box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LDIFF is an enhanced language-independent line differencing tool built upon the Unix diff and overcomes its limitations in determining whether an artifact line has been changed or is the result of additions and removals
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    op4j is a developer happiness tool. Its aim is to reduce the amount of similar lines of code needed to do every day tasks in our code by providing an operator chaining tool to perform easy iterations on lists, OGNL evaluation, data type conversion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    *** WARNING ***: THIS PROJECT HAS MOVED TO GITHUB. GO TO http://www.graniteds.org FOR UP-TO-DATE INFORMATION AND LINKS. Granite Data Services (GraniteDS) is a comprehensive development and integration solution for building Flex / JavaEE RIA.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    MASU is a platform for measuring software metrics from source code. It has a plugin-based architecture, so that user can measure any code by implementing their logics as plugins of MASU. Besides, MASU provides various APIs for source code analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Netbeans IDE Plugin automatically generates SQL Code (currently for MySQL, PostgreSQL and JavaDB (Derby)) and Java database methods (Delete, insert into, update etc. for the created table) from the local variables of a Java class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mapper is a presentation framework for XML, WEB & GUI applications based on the Model-View-Controller pattern. Its event driven components & models provide an easy & consistent way to bind fields to ValueObjects or Collections for all presentation types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SpayceX
    The game called SpayceX. It is a side scrolling space shooter. Open source, so it is free! Blender3DArtist on sprites, EneilShade on code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    The Ars Machina Project is a collection of packages with two general goals: to reduce the amount of code needed to implement an application and to suggest some standards to the software architecture and naming of classes and interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cane is a Data Manipulation Interface(DMI) based on code behaviour analysis. Cane enable developers manipulate data in the way close to natural logical. Developers can finish their job in one continuous operation supplied by Cane's chain operation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Tools for developping task automatization
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NetRisk GWT allows anyone to play a full game of Risk with up to 8 players from any Javascript enabled browser. Bases on the code of NetRisk 2.0 (https://sourceforge.net/projects/netrisk/) Demo: http://www.netrisk-online.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JFacets is a framework that adresses profiling issues. It allows to assign code (facets) to profiles and object types at developement, and to retrieve this code at run-ime in a fully dynamic fashion.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    KtoHTTPD is a free, simple, tiny (1 java file!), nicely embeddable HTTP server in Java based on NanoHTTPD (http://elonen.iki.fi/code/nanohttpd/). It is an extension of NanoHTTPD 1.14 for supporting multipart-form/data parsing and files uploading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Chisio is a free editing and layout tool for compound or hierarchically structured graphs based on the Eclipse Graph Editing Framework (GEF) that can be customized to build application-specific graph visualization tools by modifying its code-base. !!! For latest version, please see !!! http://code.google.com/p/chied
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    QWACK is a computer application aimed primarily at students and scientists allowing them to explore and experiment the concepts of computer programming by using the simple, but yet powerful graphical interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A console application to find duplicated files in your hard disk that allows you to choose which duplicated files delete. It will work with a DB to store information of your files and compare them using a hash code like md5. Wait! I am still working
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DevJournal is a tool for programmers that helps them be more purposeful and reflective about their work by tracking their edits and allowing them to save a collated, annotated history of their work session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Makes using log frameworks as painless as printing to stdout by adding intentions, live templates and code inspections that support most aspects of the configured log framework. On top of this log IDs and reviews can be generated in addition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JInvaders
    JInvaders is a java clone of the well known videogame Space Invaders from Taito Inc. This source code is for game programming learning purposes.
    Downloads: 1 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.