Open Source Java Education Software - Page 56

Java Education Software

View 4229 business solutions

Browse free open source Java Education Software and projects below. Use the toggles on the left to filter open source Java Education Software by OS, license, language, programming language, and project status.

  • 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.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 1

    LIMS-A

    Laboratory Information Management System with Complete Lab. Automation

    Laboratory Information Management System with Complete Laboratory Automation. This Project is created by Fatih University Computer Engineering Students .. Hasan SARMAN Hamadou Doudoun Niangadou Feugang Kemegni Fabrice it helps to automate complete lab system. its originally created to use on a R&D lab. if you wish you can use it on every kind of labs. it comes with Client Server based Access control Mechanism which cordinate access control with registered projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LSM Stack Browser & 3D Plotter
    A software tool enabling the user to browse through an image stack created by a confocal microscope. Points can be plotted through the stack, producing a digital 3D representation, which can be viewed in 3D and compared with other plots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The project is to develop an application for the general management of virtual networks with Dynamips, VirtualBox, PixEmulator, UML, Zebra, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LT4eL (Language Technology for e-Learning) develops a framework of multilingual language technology tools and semantic web techniques for improving the retrieval and the metadata annotation of learning material.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 5

    Lab Óptica

    Programa para a simulação de alguns experimentos de óptica

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Explore the use of and provide Java/Javascript code for interactive lab pages at the Wikiversity project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lachrymology is a java application and library used to connect to the Amazon Web Services library for use in creating and maintaining a personal media library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LamaDict is englist to czech and czech to english dictionary for mobile phones. It is written in j2me. Word database is taken from http://slovnik.zcu.cz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Lambda Droid

    Lambda Calculus Interpreter for Android

    A lambda calculus interpreter for android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    LancheSaudavel

    Jogo de Educação Alimentar

    O jogador escolhe os alimentos arrastando-os para o prato, dependendo dos alimentos que escolher o será descrita uma análise. Requisitos: - Sistemas Operacionais suportados: Windows, Linux, MacOS e Solaris. - Máquina Virtual Java 7.0 Créditos: - César Martorelli da Silveira - Clorivaldo de Oliveira Júnior - Marcos Juinthi Koba Morise - Sandra Possebon Gatti - Tais Maria Otsuko
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Project LangTeacher is simple tool for help with study of any language. This application examines user's knowledge by exams. User provides vocabulary, arrange them into lessons and then application will check user by test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LangTrainer

    A simple program to learn foreign words

    Программа для заучивания английских (хотя по большому счету ей без разницы) слов. Постоянно показывает на экране английское слово и его перевод, при показе слова может воспроизвести его произношение при наличии аудиофайла. Транскрипцию слова и аудиофайл берет из словаря в dsl формате (протестировано с Longman Pronunciation Dictionary). Написана на Java, платформа безразлична. Поэтому и писалась, т.к. для UNIX like систем такой программы мною было не найдено.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Language KISS

    Learn a language with cards. Share and edit with others.

    Learn a language efficiently with cards using the Leitner method. Keep It Simple and Stupid (KISS) - and without costs. Collaboration: Share and edit the vocabulary with other learners. Synchronize your learning progress between your devices. Translations. At the moment English and German. HTML5 version is in work. Preview at: http://jfellow.net/lk/ (The HTML5 version will not use GoogleDocs for sharing. Instead it uses a PHP server script that can be put on any PHP enabled server.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Several language quizzes for fun that could help train users memory and improve their language skills. It will target low-cost, high-penetration mobile devices (e.g MIDP 2.x).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project aims at creating a Java application/library that is capable of generating a syntax diagramm of a (programming) language in the SVG graphics format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A system to perform analysis of large documents for the purpose of cataloging similar documents. Similarity is based upon contextual analysis of these documents done by identifying common words and proper nouns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Last Java Collection Library

    Java library to work with scalar arrays as usual Collections

    The package allows to work with scalar arrays as usual collections. The problem with a scalar array Java templates don't support scalar types as generic parameters. Java code working with collection interfaces such as List or Collection is inapplicable for arrays. Some libraries supply methods to work with object array. These methods are generic and built-in types int, boolean, long, short, byte, double, float suffer. The number of scalar type is small and finite. There are realization of Iterable, Iterator, Collection, and List interfaces for each scalar type. Also the library gives such useful methods as contains and indexOf for objects with Iterable interface only. Yeah. There is some stupidness because all implementations differ between each other only types and this code has 100% implicit coupling and duplications. But Java has not left other way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lawnet Downloader

    Lawnet Downloader

    A lawnet downloader for students of SMU and NUS

    ANNOUNCEMENT: Caselist Free Beta now released! Download the Android version of this app at https://play.google.com/store/apps/details?id=com.customautosys.caselist This program allows cases to be downloaded from reading lists quickly, saving students' time. Author: Wilson Foo Yu Kang Maintainer, SMU: Kevin Quah Lian Shen (kevin.quah.2010@law.smu.edu.sg) Maintainer, NUS: Please contact NUS Law Club (academics@nuslawclub.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Lazybones project is a server and a collection of clients. It allows one person to voice control multiple machines. Designed for software developers and sys admins, Lazybones speeds up redundant and/or complex tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LearnCircuits will help students learn linear circuit theory by showing the steps neccesary to analyze and interpret the characteristics of any simple circuit drawn using the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LearnML is a XML based markup language to put learning materials in the web. Based on a simple syntax, LearnML documents can be transformed to any kind of web page (HTML, XHTML) or (printable) PDF document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    a program that helps english-speaking children to learn the dutch language and something about the the netherlands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Learning Plus - Network Teaching Platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Learning-Words - J2ME
    This is a j2me "Learning-Words" project of some books like "504 Absolutely Essential Words", (450) "Essential Words for the TOEFL","5000 Collegiate Words With Brief Definitions","1100 Words You Need To Know" and can be extended to more othe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Legislação Brasileira Atualizada

    App Android sobre Leis Brasileiras

    App android que permite ter em seu smartphone ou tablet a legislação brasileira sempre atualizada. Requer conexão com a internet.
    Downloads: 0 This Week
    Last Update:
    See Project