Showing 2758 open source projects for "java program"

View related business solutions
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 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

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BeatsGod

    BeatsGod

    BeatsGod is a new program made for those who want to create in music.

    ...If you are having problems (as it's a work in progress) please contact beatsgod@mac.com. Thanks! For Mac - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-macosx-x64.dmg For Windows x86 - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-windows-i586.exe For Windows x64 - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-windows-x64.exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    E:D Cobra Anim Live Wallpaper (Android)

    E:D Cobra Anim Live Wallpaper (Android)

    Elite: Dangerous Cobra Mk.III Animated Live Wallpaper for Android

    The "Elite: Dangerous Cobra Mk.III Animated Live Wallpaper for Android" is, as that cute short name already explains, a Live Wallpaper for any Android based smartphone or tablet. The program comes without any warranty and I can't be liable for any damage caused by using this app. Tested on a Samsung S III GT-I9300, Android 4.3 Jelly Bean. For more info see the file "readme.txt" in the tab "Files" of this project. "Elite: Dangerous Cobra Mk.III Animated Live Wallpaper for Android"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    HSxmlMakerGUI

    Java GUI for HSxmlMaker

    Provides a user-friendly GUI wrapper to call the command-line HSxmlMaker program, and displays output. http://sourceforge.net/projects/hsxmlmaker/?source=directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Open Cache Manager
    OCM is an easy to use program for managing your geocaches, with the goal of being the Linux equivalent to GSAK. OCM integrates with GPSBabel to support most GPS devices (requires GPSBabel to be installed).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    Program takes (currently) english text sentences, and replaces each word in a given sentence with another word having the same Part of Speach (POS) tag. This creates a new sentence containing none of the original words. This new sentence can then be transmitted to a remote user, and using the same software, "de-crypted" into yielding the original sentence. The software relies on having a known "seed" value for the random number generator, which is known only by the sender and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Phone Number Encoding

    Find words for given phone number

    ...Run: java -jar target/numberencoding-1.0-fat.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Sharp TV program editor

    Program channels editor for SHARP TV's

    This program helps users to make custom order of channels in SHARP TV. Original Sharp TV channel sorting is terrible... Tested on the SHARP LC-60LE652E, LC-60LE752E. It should work for SHARP TV - 2013/2014 models. It is multiplatform application, runnable under Java on the different operating systems. New version 1.1 - 22.01.2014 -sortable left table -selection with (CTRL, SHIFT - mouse click), ALT+A -visual style set to match operating system setting -minor errors fixed
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    wavPlayer

    This program plays .wav files from your computer

    Place this java .jar file in any folder, and it will automatically start playing .wav files in the folder you put it in and all subfolders. It has all the tools a normal mediaplayer has, knows how to recycle memory, and has some features to make it easier to use. Feedback is greatly appreciated!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Versatile Maintenance Tracker
    VMT (formerly Vehicle Maintenance Tracker) tracks the maintenance of multiple properties. Property can include vehicles, boats, planes, buildings, etc. This project is comparible to Auto-Do-It. Since this program uses Java, it is cross-platform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    TR-Indentator

    This software Indent your program files.

    This software Indent your c,cpp,java and c# program files.indentation make your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    DimerRemover

    Remove adapter dimers from NGS data

    This program can be used to count or remove adapter dimers in fastq files. Using a provided adapter sequence, it generates variations of this sequence and stores them in a hash table. The reads can then be directly matched against the hash. It is far more time efficient than doing alignment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Brute-Force Sudoku Solver

    Java, Brute Force, Recursive Sudoku Solver

    This program prompts the user for a text file containing puzzle data, attempts to solve the puzzle using a brute force algorithm, and prints the solution along with the time it took to solve. I've included 3 sample puzzle files in the "res" folder. "Sub-box width/height" refers to the dimensions of the inner boxes in the puzzle. For example, a 9x9 puzzle has 9 3x3 sub-boxes. The 6x6 puzzle that I've included has sub-box dimensions of 3x2. This version does not contain any GUI components,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JDKSelector

    JDKSelector

    Quickly change your java version & tune up your terminal.

    JDKSelector is a Menu Bar application that allows you to change quickly your Java version running on Terminal. You can have several different instances of Terminal windows running different java versions. The program detects automatically the Java VM's available and shows a list of options to select, returning a new Terminal window (using the selected Java Version). You can also delete the Apple System Logs using the option Tune Terminal, which increases the speed of launching new Terminal windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bukkit Log Viewer

    Bukkit Log Viewer

    A simple, and lightweight program to display and format Bukkit logs.

    Bukkit Log Viewer is a simple, easy-to-use and lightweight program, which loads Bukkit server logs, and highlights the different logs, depending on the logger level. Below is a colour code: FINE = > green FINER = > green FINEST = > green INFO = > cyan SEVERE = > red WARNING = > yellow
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Crypton

    Crypton

    Program to save accounts

    It is a program to save account (username, passwords). You can import/export files. Set shortcuts for frequent used account. Update/delete data. It is a multiuser program (one password to remember all others). Link: http://youtu.be/0PR--cf2En4
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Dispersion Equation

    A program to solve dispersion equation in water waves mechanics

    A program to solve dispersion equation in water waves mechanics using iterated and graphical methods.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Standard Deviation Calculator

    Calculates the standard deviation of any set of numbers.

    A simple program that will calculate the standard deviation of any set of numbers. The user is given the option to select either a population standard deviation or a sample from a population (the results will usually differ significantly). Written in Java. Any questions or concerns, bug reports, suggestions, etc. contact David at dxm3269@rit.edu.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    CONF Bot

    CONF Bot

    A bot for Confrontation Web Card Game written in Java

    ...It also allows actions to be sequenced together in whatever order you prefer, allowing full farm runs of the game's content that can save hours a day. The source code should provide a good idea of what it's like to write bots in Java (or any other programming language like Python that uses image capturing techniques to bot). If anyone would like to update or expand the program, please send me a message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Cellular Automata Simulator

    Simulate cellular automata and collect statistics.

    This program is used to simulate cellular automata and collect statistics. It was made in the context of an initiation to research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hilbert II - QEDEQ

    Hilbert II - QEDEQ

    proof verifier for mathematical proofs and documentation generator

    In the tradition of Hilbert's program we create a formal correct (checkable by a proof verifier) but readable (like an ordinary LaTeX textbook) mathematical knowledge base which is freely accessible within the internet. Logic and set theory started.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    University Manager

    Manage a universty (formations, students, teachers, timetables...)

    This program is used to manage a universty (formations, students, teachers, timetables...). It was made in the context of course on design paterns and JUnit tests. The objective of the course wasn't to create a realistic application, so this is just a client application which don't even use a database. A lot of features are missing, but there is some cool stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Music Listening

    Music Listening

    Music Listening Contest Program

    A program for the Music Listening Contest (http://www.musiclisteningcontest.com/) in which users can listen to snippets of the music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A program similar to JNutrition, using C++ and Qt5 instead of Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Aspect-oriented Pig Latin

    Aspect-oriented Pig Latin

    Supports data aspects for Pig Latin.

    The goal of this research program is to develop a new paradigm for databases, called aspect-oriented data (AOD). AOD enables cross-cutting data concerns to be added to a database using aspect-oriented programming (AOP). A cross-cutting data concern is a data need that is universal (potentially applicable to the entire database) and widespread (can be used to enhance many, different databases). Data has a wide variety of cross-cutting data concerns, including provenance, time, lineage, and...
    Downloads: 0 This Week
    Last Update:
    See Project