Showing 6379 open source projects for "project java"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1

    PandaBoard cRIO Framework

    Framework for interaction between PandaBoard and cRIO using an Arduino

    This project uses an Arduino to communicate between a Compact RIO and a PandaBoard ES. The benefit of this is to be able to use a Kinect on a robot that uses a Compact RIO as its main processing tool. There is also the benefit of faster compilation and using Python rather than LabView or Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Projection

    Projection

    Global Portfolio Project Management application

    Projection is an open source portfolio project management application. It includes modules for financial management, timetracking, bug tracker, test cas management, wiki, risk management, release management. Through an api, you can develop your own module to personalize the solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    durisclient

    java/swing mud client for durismud

    The intent of this project is to create a mud client for use with mud.durismud.com:7777. durisclient *supports MCCP 2 via zlib. *features a fast, flicker-free terminal. *doesn't mangle ANSI color codes. *parses durismud's XML and generates output to seperate windows. *allows user defined fonts via #font *supports aliases, triggers, hotkeys via #alias, #trigger, and #key. The first two only accept regular expressions at the moment *doesn't have full terminal support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5

    Animal Hybrid Generator

    A small java generator to combine animals, colors, and personalities.

    The animal hybrid generator is a project I started after being unhappy with the current animal generators available online. At the moment, the generator combines over 200 species of animals (real and mythological), 100+ X11 colors, and a number of personality dispositions. Currently, you can generate up to five colors, five dispositions, and combine up to three animals at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    This project is an Eclipse Mylyn Repository plug-in for the Redmine bug tracking / project management application. Please contact me if you want take over the project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    The goal with dzo is to treat a application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo currently works with MySQL, Oracle, and SQL Server (more to come).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CHAP Links Library is a web based visualization library for displaying graphs, networks, and timelines. The tools are developed as Google Visualization Charts for Javascript and GWT. Links Library is part of CHAP, the Common Hybrid Agent Platform. This project has been moved to Github. Please visit http://almende.github.com/chap-links-library/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10

    XLSQLATOR

    A tool to convert Excel sheets into SQL code

    Build a tool with nice GUI as well as powerful options to automate building SQL DDL and import statements from an Excel Sheet / Workbook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Java library for access to Moodle's web services via the REST protocol (09/11/2013) Development of this project has been resurrected and the current code may be downloaded from https://github.com/bantonia/MoodleRest A compiled .jar will be available here once the code has been finalized. (30/03/2012 A newer version (V0.1.5) to work with Moodle 2.2 has been uploaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HydroTurb

    HydroTurb

    Software of water turbine locations in France

    We are 5 students from ECE gathered for a project for our fourth year of engineering school: This project named HydroTurb is realized in the context of a PPE, which means Project multidisciplinary by team in French. Why this project If this project is so attractive is that it has a very strong double interest: - At First, the very subject of the project on tidal energy, which is one of the most interesting renewable energy for the future - Second, this project focuses on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    EasyLogging827

    EasyLogging827 jar can be easily imported in your project and can be e

    EasyLogging827 jar can be easily imported in your project and can be easily used to log the outputs. You can use these outputs for monitoring purpose later on. Instruction on using EasyLogging827:- 1) First import it in your java project. 2) Call following static methods on MyLogger class:- 2.1) errorMsg(String s) 2.2) infoMsg(String s) 2.3) debugMsg(String s) 2.4) warningMsg(String s) 3) Pass the output in the form of String objects in these static methods. 4) Log will be generated at your C:\ drive with log file name called 'log827'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MobGen Logger (M0bG3n)

    MobGen Logger (M0bG3n)

    Focus in business logic and leave the logging to MobG3n Logger.

    The purpose of this project is to make Java code logging simply non-forgettable. This is in response to most of the developers tends to forget logging the entry and/or exit of a method execution. This vital information is very important especially when the project is already in the maintenance phase. Because in this phase, some production use cases are never tested during the validation phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Este es un sistema Web para el seguimiento de tickets. Su workflow es completamente dinámico y puede ser personalizado según las necesidades de cada proyecto. Está desarrollado con tecnología totalmente open-source (Wicket, Hibernate, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The idea behind this project is to design a website database structure, language-independent and build & link the CRUD pages needed to manipulate this data consistently in a specific language (jsp, php, or another), the same applies for the DB manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A cross platform steganography software written completely in java, with a juicy AES support. The project is pretty extensible, so new smarter steganography algorithms's are fully implementable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Music notation resources for the TextGrid project: fonts, note editor etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    maven-erlang-plugin
    A Maven plugin for Erlang/OTP applications. This project is a rewrite of maven-erlang, by Paul Guyot and Olivier Sambourg with improved support for compilation, testing and release packaging as well as EDoc reporting and test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    EVOlution RTS - Continued version

    Continued version of EVOlution RTS,

    The original EVOlution RTS seems to be not active (https://sourceforge.net/projects/evolution-rts/?source=directory, last updated on 30th of December, 2010). Thus, this project is to continue the goal of the original EVOlution RTS - To create a game incorporating cells. Since I am an unexperienced Java developer, I need someone to help me out. This is the first major project, and I do require a person to help me out. If you are interested, please email me at weien_1999@hotmail.com or my sourceforge email. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Connect 4 AI

    a connect 4 game with a smart AI

    Connect-4 is a very simple game to learn. It is played on a 8 X 8 board (actually should be 7 x 6 but in this project we changed it to 8 X 8) and, the goal is to get four consecutive cells either horizontally, vertically or diagonally. The first player to get four consecutive cells wins. It has been proven that there is an optimal strategy for this game i.e. In this project, we worked on implementing a player that uses a minimax with alpha-beta pruning and a heuristic model using Java and Swing. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    Galois sub-hierarchy builder

    Visualize Galois sub-hierarchy of 2d matrix

    GSH builder is a free Galois Sub-Hierarchy visualization tool. The algorithm for calculating GSH is called Pluton and the present Java realization is based on two articles. "Efficiently computing a linear extension of the sub-hierarchy of a Concept Lattice" by Anne Berry, Marianne Huchard, Ross M. McConnell, Alain Sigayret and Jeremy P. Spinrad. "Performances of Galois Sub-hierarchy-building algorithms" by Gabriela Arevalo, Anne Berry, Marianne Huchard, Guillaume Perrot and Alain Sigayret In you're in need of other GSH algorithms or their realizations in C++, you might want to investigate a project called Galicia on sourceforge. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Whitebox GAT

    The Whitebox GAT project is an exciting open-source GIS project. Whitb

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

    Java Intelligent Pacman

    An intelligent Pacman game written in Java.

    An intelligent Pacman game written in Java. The original goals of the project is to demonstrate smooth animations and how randomness contributes to the intelligent movements of the ghosts.
    Downloads: 0 This Week
    Last Update:
    See Project