Showing 224 open source projects for "run time java"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    This is a student project, goal is to create an application reachable thru a web interface and a desktop one. we decided to use Java, Spring and Hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Misc packages including a matrix application, a text based minesweeper, and simple console functions bundled to be run from a virtual console. Some packages are independently runnable. http://damf.sourceforge.net/ for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project aims to create a framework on which java applications can run in parallel on multiple nodes. A master server dispatches the jobs and makes all planning regarding memory management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The project is to make a site with a program to learn chess for children of 6-12 years old. The program wil run in an applet and linked to a MYSQL database. Hans Nuijen is the creator of the method how to learn the game playful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    HardCoder - A powerful software for conducting online exams/competitions on C/C++/Java/C#. The software can compile, run, test and judge winners of code written in either of C, C++, Java or C# programming languages, all by itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Real-time fractals allow exploring of fractals by real-time zooming, panning and rotating. Output is rendered either by GDI or by OpenGL. Fractal equations are written in C# and can changed at run-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This Software takes an text with algebra symbols and converts it to real sql, which then may be run with an extra database backend like mysql or postgresql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    struts timeEntry is an application that developers can refer to when learning Apache's Struts framework. It should aid the learning developer in putting different Struts techniques into context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Platonia simulator is a Java applet to teach and experiment with the physics described in Julian Barbour's book "The End of Time". The user can select points in "Triangle Land" and graphically see it compute the Machian "distinguished simpli
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Blubber system is an Eclipse RCP application for distributed systems modeling. Designed for university researches and inlcudes: task graph editor; graph transformation tools; graph modelling on distributed system; real-time modelling on GerdaFramework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MobiDict is a mobile dictionary to be run on mobile devices that support J2ME (MIDP/CLDC). English-German and German-English dictionary are provided. The goal is to provide flexible framework for easy creation of other mobile dictionaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Grabble is an Anagrams-playing Java applet. In this fast-paced game,everyone plays at the same time to make words using tiles from a popular boardgame. It supports computer & unlimited human players in hotseat. One can customise the tileset,word list etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Advanced learning tool to assist students in improving there Java programming skills. Includes real-time checking of user answers to exercises set through the web-based UI, which is powered by PHP, Java and mySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BasicJ is a Java API that emulates a variant of the BASIC Language. It is intended as a tool for teaching first time students of computer programming and a stepping stone into Java. It can also be used by adv. users who need easy access to a 2D interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MobileMath is a software written by using J2ME technolology. It turns mobile into calculator supporting many operations such as : evaluate expression, plotting, differentiate & integrate expression... It can run on any mobiles supporting Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The NEtwork Visualisation Environment is a framework for 3D-visualisation of and interaction with networks, especially communication networks as the internet in both real time and as a simulation tool. Based on JMX/Java3D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VTSurvey is a web-based tool enabling users to autonomously create and run online surveys, feedback or registration forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The General Intensional Programming System (GIPSY) consists in three modular sub-systems: The General Intensional Programming Language Compiler (GIPC) ; the General Eduction Engine (GEE), and the Intensional Run-time Programming Environment (RIPE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JMakeZtxt converts text files into the format needed by Weasel Reader (or CSpotRun). It is written in Java and should run on any machine that has a Java 2 JRE available for it. It has been most heavily tested on Linux and (lesser on) Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java project (run anywhere) designed to provide a simple but entertaining introduction to the Java language for students in beginning programming classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The 'Monitor' application, which consists of 2 parts, a MonitorServer (linux daemon) and a MonitorClient (java gui), will enable the user to monitor and log server process, memory, network and cpu information of multiple servers at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Testlab for Image Processing: You can enter formulas like "r = r + b/2; g=g*2; b=b/2" and watch/store the Result. Alternatively cou can run a convolution matrix on the source image. Implemented in Java, fully GUIed, avg. performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Brookshear Machine is an implementation of the language described in _Computer_Science:_An_Overview_ by Glenn Brookshear. The program is implemented in Java as an applet which may also run as a stand-alone application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Pavlov is a Java multiple choice teaching program. Easy to write, pluggable question selection strategies & user feedback modules optimize time spent learning huge amounts of info stored in XML libraries. Also library editor and general use packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Regatta is a planning system for school personnel on a set of small tasks. It provides a better employment and mobility of teachers over the many activity programs. It supports budgets (time/money) of activity programs and forecasting of personnel needs
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB