Showing 470 open source projects for "java sources"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 1
    MyBookshelf

    MyBookshelf

    Read online content from customized sources

    MyBookshelf is an open-source Android reading app (known in Chinese as “阅读”) that lets users configure custom content sources to read web novels and other online text, offering a flexible alternative to fixed, vendor-controlled ebook stores. Instead of depending on a single provider, it uses “source rules” that define how to search, parse, and fetch chapters from multiple third-party sites, giving users control over where and how they obtain content. The app focuses on delivering a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VANESA
    This project moved to GitHub in 2021 and is available at: https://cbrinkrolf.github.io/VANESA/ This tool is a platform-independent software to create individual pathways and to examine biological networks of distributed, heterogeneous data sources, e.g. KEGG, BRENDA. VANESA also offers Petri net modeling of extended hybrid Petri nets which can be also simulated using the OpenModelica framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    InCrEG LibertyLook

    InCrEG LibertyLook

    Gestion de salons de Coiffure et d'Instituts de beauté

    [fr] Logiciel LibertyLook de gestion de salons de Coiffure et d'Instituts de Beauté basé sur les sources d'InCrEG : Gestion des clients, caisse, facturation, stocks, statistiques, états comptables. Environnement multi-postes grâce à son interface Web. Environnement multi-lingues français, anglais, espagnol *NON certifié NF 525* [en] LibertyLook is a management software for Hairdressers and Beauty salons based on InCrEG sources.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4
    AlphaPlayer

    AlphaPlayer

    AlphaPlayer is a video animation engine

    AlphaPlayer is positioned as a multimedia or media-player library or application under ByteDance, likely intended to provide video/audio playback functionality, streaming, or media rendering capabilities. It probably serves as a foundation for building media-heavy applications — offering features like playback control, streaming support, adaptive media handling, and possibly integration with custom codecs or streaming protocols. For developers building web, desktop, or mobile applications...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 5

    ADaMSoft

    Open Source and data mining software

    ADaMSoft is a free and Open Source Data Mining software developed in Java. It contains data management methods and it can create ready to use reports. It can read data from several sources and it can write the results in different formats.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    LOL2

    A warlords II clone re-written from scratch in Java

    ...P.S. I was just playing a "game" called "JDK8" (to learn about e.g. Java sound, Java full-screen abilities, etc.). The LOL2 is MY "savegame". That the "save" of my game is in itself a game is fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    jswebserver

    Web server in one java jar using JavaScript for the server side logic

    JSWEBSERVER is a very light web server app that can be compiled in Java 1.8 or Java 16, it is based on SCALATRA and GRAALVM with JavaScript engine. Prerequisites to compile jswebserver: - Java JDK 1.8 or 16 (https://adoptopenjdk.net/) - SBT (https://www.scala-sbt.org/download.html) - Scala (https://www.scala-lang.org/download/scala2.html) After installing prerequisites, download jswebserver sources: https://sourceforge.net/p/jswebserver/code/ci/master/tree/ or you may use git: git clone ssh://laranikal@git.code.sf.net/p/jswebserver/code jswebserver-code To Build & Run: $ cd jswebserver $ sbt > jetty:start > browse If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Easy Agent Simulation

    Easy Agent Simulation

    Java-based agent simulation platform

    EAS is a Java-based simulation platform, developed as part of a research project at the Karlsruhe Institute of Technology. It comes with a broad range of pre-developed simulation scenarios, ranging from virtual agents acting in abstract environments to agents with a spatial representation in 2D or 3D. It is built upon a novel architecture using a separate "plugin layer" to communicate between the simulation engine and the simulated model. This allows to flexibly add or remove...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Magician-JDBC
    Magician-JDBC is the official JDBC component of Magician, supporting multiple data sources, no sql single table operations, complex operations can write sql, transaction management, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 10
    JSweet

    JSweet

    A Java to JavaScript transpiler

    ...JSweet depends on well-typed descriptions of JavaScript APIs, so-called "candies", most of them being automatically generated from TypeScript definition files. These API descriptions in Java can be seen as headers (similarly to *.h header files in C) to bridge JavaSript libraries from Java. There are several sources of candies for existing libraries and you can easily build a candy for any library out there.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    Tic tac toe free no ads (version final)

    A Simple Lightweight and opensource tic tac toe game for android

    Release notes: Tic tac toe free no adds (version final) good news! we have started to develop the desktop edition of this app it should be done after some weeks. java code is no longer available How to download: 1)Tap on the .apk file in the downloads folder. 2) Enable download from unknown sources. 3) Tap on install anyway. 4) Enjoy! END_OF_LIFE - 25 July 2021 Older versions: Older versions (if any) are kept in the "tic tac toe bundle" project on Source Forge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    FAR - Find And Replace
    Search and replace operations on file content accross multiple files. Recursive operations within entire directory trees. FAR comes with support for regular expressions (regex) over multiple lines, automatic backup and various character encodings. Run grep like extractions to condense or rearrange sources, or perform bulk file renaming.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 13
    JPHP

    JPHP

    JPHP - an implementation of PHP on Java VM

    JPPM is a packager manager for JPHP like npm or composer. JPPM will help you to build and run jphp applications or write new packages. JPHP is a new implementation for PHP which uses the Java VM. It supports many features of the PHP language (7.1+). How does it work? JPHP is a compiler like javac, it compiles PHP sources to JVM bytecode and then can execute the result on the Java VM. We develop a new IDE for beginners like Game Maker or Scirra Construct. It's based on JPHP, JavaFX, Java 8, and Gradle, and allows to creation of desktop games and apps for Linux, Windows, and Mac (maybe Android and other platforms in the future). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TrucklistStudio

    TrucklistStudio

    Media Playlist streaming Software.

    TrucklistStudio is a light media playlist broadcasting software. You can easily broadcast videos playlists and create webcasts from any location. TrucklistStudio supports almost every kind of services through FMEs XML configuration files. Different video sources and the mixing module will let you create various screen layouts. All major picture file formats are supported. Putting image as an overlay or background. Video transmitting over LAN. Lower CPU requirements.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    ocapi

    ocapi

    C-level driver collection for MSP430 and derivatives

    ...ocapi aims at being independent of the development host platform. So it should work, no matter if you live in the Windows, Linux or Mac world. ocapi is used as the hardware abstraction layer for the MSP430 port of the Takatuka Java virtual machine (JVM). Before it can be used, the library must be built from the sources provided here. The build environment allows for fine grained configuration of the library's functionality and target system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WakeOnLAN from http server - WakeOnWAN

    WakeOnLAN from http server - WakeOnWAN

    A WakeOnLAN relay to wakeup computers from internet

    This java software, installed on a local server, will allow to send Wake.On.LAN packets to local computers. To wake up a computer you will just have to send an http request, yes, an URL from a web browser. Requires : - a local network server which remains on - java 8+ installed on it - editing a setup .ini file The runnable .jar file and his java sources are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Happy Java Library

    Happy Java Library

    Multilock, Collections, Controllers, Delegates, Generators, Streams

    Helps to develop and test event-based multi-threaded Java application. Because of method called as API-Evolution the Happy Java Library is fully downward compatible. The library contains following functionality: MultiLock, Parallel loops, Collections, Controllers, Generators, Delegates, Streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Distributed Generic Information Retrieval (DiGIR) - developing and testing a protocol for single point access to distributed data sources. Based on HTTP, XML, and UDDI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VStar

    VStar

    Multi-platform Variable Star Visualisation and Analysis

    VStar is a multi-platform, easy-to-use variable star observation visualisation and analysis tool. Data can be read from a file or the AAVSO database, light curves and phase plots created, period analysis performed, and filters applied. Plugins can be developed, e.g. to make additional observation sources available. See also: 1. http://www.aavso.org/vstar-overview 2. http://www.aavso.org/forums/about-aavso/vstar 3. http://dbenn.wordpress.com/category/astronomy-science/vstar 4....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    JNIZ music notation audio to midi

    JNIZ music notation audio to midi

    music composition and notation software, audio to midi converter

    The Jniz project is stopped. The new Web version is now JnizWeb hosted on Gitlab (under construction): https://gitlab.com/jniz70/jnizweb/ Demo: https://jniz70.gitlab.io/jnizweb/ Jniz is a piece of software designed for musicians as a support tool to the musical composition. It allows you to build and to harmonize several voices according to the rules of classical harmony. Sound/audio-to-Midi converter: real-time conversion of any monophonic sound (voice, instrument etc.) into...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Scenarium

    Scenarium

    Logiciel de gestion de scénario et de flux de données

    ...Les codes sources de Scenarium sont disponibles à l’adresse https://gitlab.com/SceDev/scenarium. Il est encore en cours de développement et est pour le moment proposé en prototype. Un site web est en cours de création pour le support du logiciel: https://revpandore.sourceforge.io
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PacBot

    PacBot

    PacBot (Policy as Code Bot)

    Policy as Code Bot (PacBot) is a platform for continuous compliance monitoring, compliance reporting and security automation for the cloud. In PacBot, security and compliance policies are implemented as code. All resources discovered by PacBot are evaluated against these policies to gauge policy conformance. The PacBot auto-fix framework provides the ability to automatically respond to policy violations by taking predefined actions. PacBot packs in powerful visualization features, giving a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Artemis-odb

    Artemis-odb

    A continuation of the popular Artemis ECS framework

    Artemis-odb is a high-performance java based Entity-Component-System framework. It is mature, actively maintained, and a continuation of the popular Artemis. Artemis-odb is one of the fastest incarnations of Artemis! Don't take our word for it, check out and run the benchmarks yourself! Dozens of games with sources are available in the Game Gallery! Use it commercially!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ project architecture. I use it and think that tree OO interface targeted to C++ more fast and power than UML class diagrams. ObjectBuilder perfectly organize C++ header files with any level of...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →