Showing 197 open source projects for "opensource java code"

View related business solutions
  • 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
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId> <artifactId>mathparser-java</artifactId> <version>1.0.0</version> </dependency> Expressions supported (Mar/09/2013) - Arithmetic operations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Code 2 Gether

    Code 2 Gether

    Learning to Code 2 Gether!

    Always wanted to learn how to code. Here you are at the right spot! We can proudly call this the Code 2 Gether Project! Well all learn to code together making Games!. Software! And more!!! All together So don't forget to join the project :D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An important tool for Algorithm Visualization (AV) developers is a repository of good examples of existing AVs, including source code. The goal of this site is to build a collection of AV implementations from a variety of developers in the AV community.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 4
    This site is designed to be a repository of code for Charlie Calvert's books, lectures, articles and programming projects. I plan to release all my code as open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Unimozer
    Unimozer intends to be a universal modelizer for Java™. It allows the user to draw UML diagrams and generates the relative Javacode automatically and vice-versa.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Mobile Learning Business Game

    Mobile serious game about business consulting for students

    This mobile business game was developed at Massey University and AUT in Auckland New Zealand for use by students. As part of the funding contract with Ako Aoteroa the game is being made freely available for public use. The SourceForge site is a work in progress, but currently hosts two versions of the game, the original one that runs on Nokia S60 phones, and the current version, which runs on Android devices. Source code is provided for the Nokia version. The source for the Android version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    JTraductor UTEM
    Requires Java 7. JTraductor is a translator from Pseudo-code in spanish to Java code designed to teach programming. This project was inspired by PSeInt project, but writing in Java and using JavaCC for the translation of the code, and providing functions and methods. Now support GNU/Linux and Windows XP or 7 (in GNU/Linux also requires Xterm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vmorse

    Vmorse

    Virtual morse code is morse code learning system

    Vmorse is a software application to assist and facilitate you in learning the morse code. This application was built to be assessed at the event Gemastik 2010. Created by Ti7 Team STMIK AKAKOM Yogyakarta. Team member/developer: Rosena P, Liliana M, Diah S. Special thank to: Tri Juliansyah E
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10
    Javamony

    Javamony

    A Student's Approach to the Phylogenetic Problem

    Based on the not-so-successful Pysimony (https://sourceforge.net/projects/pysimony/), the same determined student takes another go at the phylogenetic problem. Javamony is invoked as follows: java -jar Javamony.jar [input.fasta] [random / stepwise (starting tree)] [# of bootstraps] [outgroup taxon #1] [outgroup taxon #2] ... Not meant as a competitive phylogenetic inference program, Javamony is an opportunity for me to acquire the Java language while learning to address and solve fundamental problems in phylogenetics. Therefore, for my own educational benefit, all code is original. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The project intends to create tutorial in “High-quality programming code construction”. The tutorial will introduce the reader to the contemporary principles of writing high-quality, highly reliable, easy-to-read and maintainable programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Firefly UML

    Firefly UML

    A free, easy-to-use and user-friendly Java-based UML editor.

    ...And the best thing is: once you have learned how to handle one type of diagram, you also have learned how to deal with the other diagram types, because they all follow the exactly same user interaction patterns. Besides being user-friendly, Firefly also offers powerful features which other free editors usually do not. For example, you can import your existing Java project into Firefly and generate nice-looking class diagrams within a matter of minutes. You can also go the other way around and export your model as skeleton Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Library System

    A books manage system

    Contains user documentation and full develop documentation. Written in java with SQL and jasperReport. Source Code provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EsoTransformer is a kind of a translator which translates esoteric languages like Brainfuck into more common programming languages as Java or C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is about stochastic simulation methods and their applications to physical systems. We develop interactive books, which can be used by students to study physics using free resources. The books contain text and Java source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A mobile phone application (for both Android and J2ME) which can download, store, and run offline quizzes from the project's own wiki. Microemulator+LWUIT enables a single code base to support both J2ME and Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JMorseTrainer helps you to learn or improve Morse code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    current build is now 12_8_11: Code reformulation, not only to improve/repair, but also to take into account libraries that I don't release (e.g., the applet one). The Jars are compiled under Sun Windows JVM 1.7.0_1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Digital Communication Systems Lib: This library contains digital communucations systems implementations, such as BSPK and MIMO - WOFDM. Various OpenSource Projects: 1. Password/Username/Domain Analyzer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Perseus' Java Hopper contains code used by the Perseus Project (www.perseus.tufts.edu/hopper/). Services include the ability to search and browse a large variety of texts and can be used with Perseus' Art and Archaeology Module.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    Motorola 6800 Simulator Software simulator for the Motorola 6800/Heathkit ET-3400 trainer system, with a number of simulated IO modules to allow for running of legacy code, new labs and teaching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Case study evaluating impacts of clean code techniques on execution performance and memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Based Artificial Intelligence - an experimental approach to machine self-learning The project is meant as an experiment: it's just fooling around with code and seeing what happens. Don't expect Skynet to come rolling out of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PIN 780 Netbeans plugin
    This is an Open Source project that is a fork of the PIN 780 Software Engineering Project of the University of Pretoria. We aim to build the same metric testing and code correcting software on the Netbeans IDE platform.
    Downloads: 0 This Week
    Last Update:
    See Project