Showing 2184 open source projects for "java program"

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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Lingvist

    Lingvist

    Program for learning foreign words

    Lingvist is the program for learning foreign words. The learning of words in program pass three stages: translation from foreign to native, translation from native to foreign, writing of foreign words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Chrome Tool

    Hide and Restore Google Chrome history for windows

    Chrome Tool is a Windows program written in Java for Google Chrome. The program can hide your Google Chrome's history and then restore it at a later time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    VoteCounter

    Software Voting over a Network

    VoteCounter is a distributed voting program which can handle multiple clients over a network. VoteCounter is written in Java, and so it is very portable; VoteCounter's input is an XML file specifying posts to be voted for and nominees contesting them, and it's output is a human-readable tally of votes for each nominee, making it easy to use and customize. VoteCounter is still under development, but is ready to use for small elections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DMS/Decimal Converter

    DMS/Decimal Converter

    A simple Java application for converting DMS to decimal and vice-versa

    DMSConverter provides a simple means of converting between various angle measurement systems. Written in Java, this program is both flexible and easy to use, and supports a variety of platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5

    JInedit

    Java IndoorGML Editor

    JInedit(Java IndoorGML Editor) is an open source Java program that provides tools for editing IndoorGML data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GroceryLister is an easy-to-use desktop program for managing grocery lists. It is designed to ease the burden of creating grocery lists for other people to shop from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cell Sampler

    Cell Sampler

    Cell Sampling Plugin for ImageJ

    Cell-Sampler is an ImageJ sampling plugin written in Java. It is designed to extract time series from microscopy images of oscillating cells expressing the GFP or Luciferase reporter molecule. This program was developed in the Piggin's Laboratory at the University of Manchester. Go to the Cell-Sampler Web Site for installation instructions and tutorial materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Base Conversions

    Simple Number conversion java program

    Simple program that converts Base 2, Base 8, Base 10 , and Base 16 . If you're not sure what that is Base 2 = Binary Base 8 = Octal Base 10 = Decimal Base 16 = Hexadecimal The following conversions are available 1. Binary to Octal, Decimal, And Hexadecimal 2. Octal To Binary, Decimal, And Hexadecimal 3. Decimal To Binary, Octal, And Hexadecimal 4. Hexadecimal To Binary, Octal, And Decimal All you have to do is type the number you want to convert into the proper Text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an open-soured power system dynamic simulation tool, originated from a research grade dynamic simulation program written in JAVA and extended with the modeling of power system automatic generation control (AGC) and other types of dynamic models. The user-friendly graphic interface, along with various analytic capabilities, makes this tool suitable for academia and teaching purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10

    FindAKanji

    a tool to learn about Chinese (and Japanese) characters

    The basic principle behind this program is 'Learning by Doing'. The user is encouraged to extend a database with acquired information about Chinese characters and Japanese Words. This information may turn out useful in the integrated text editor, for both reading and writing. So there are multiple different uses for this program: - Learn about Chinese characters. Gain, store and memorize knowledge about specific characters and words. - Input devices for Chinese (and Japanese)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    simple-fork-php

    simple multi process manager based on pcntl

    Writing Multi-Process program is hard for freshman. You must consider that how to recover zombie process, interprocess communication and so on. Especially handle the process signal. SimpleFork framework provide several interfaces which like Java and solutions in process collect, sync and IPC. You do not need to consider that how to control multi-process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    WHOIS

    A WHOIS client written in Java (RFC #954)

    This actually extends the Socket Java class giving an opportunity to go via an HTTP proxy server with HTTP Basic authentication (BA). By itself, this program would be useful for receiving information in a command-line interface (CLI). Feel free to find another use for this class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java Bytecode ++

    An EMF model of Java Bytecode

    Java Bytecode ++ defines an Ecore meta-model for Java bytecode. It will be extended to also accommodate for additional information used during program analysis. It also comes with an Eclipse plugin that allows extracting a corresponding EMF model instance from the bytecode in a JDT Java project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GoPass

    GoPass

    GoPass uses moves in a game of go to generate a password.

    GoPass is a password generator. Its function is similar to random password generators, but the generation method is very different. This program generates passwords based on opening moves in a go game. The method is simple: the Custom Seed at the bottom is used to seed a random number generator (RNG). The RNG assigns a value to every intersection on the board. After moves are played, and Make Password pressed, the values of the intersections generate a password based on the game. All of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...While the SDF parser is not as advanced as the ANTLR-based parser, it provides much more capabilities, including a term rewriting system for creating a Fortran AST (Abstract Syntax Tree) using Stratego/XT (see http://strategoxt.org) and other custom program transformations. The OFP ANTLR-based parser is no longer under active development.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 16

    Midwest Peregrine Bird Search

    Program for finding descendant numbers and tracking peregrine lines.

    The Midwest Peregrine Bird Search program is a runnable JAR that can be used to search the Midwest Peregrine Falcon Database. It requires a copy of the database to be downloaded in CSV form from http://midwestperegrine.umn.edu/?vw=search It can be used to view all the information about a bird in a readable form, find all its descendants as well as its parents easily, and find out how many descendants total are in a database for a given bird.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SimpleDic

    Simple Korean to English and English to Korean Dictionary

    This is a Korean to English and English to Korean program utilizing Naver and Daum APIs. Additional languages will be supported in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JConvert is a free unit conversion program that has a friendly user interface and can also be used with external applications. Conversions can be modified and/or added easily. Supports multiple languages. Downloads and runs in seconds! Try it now.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    NBS - NEDSS Base System
    The NEDSS Base System (NBS) is a web-based integrated public health disease surveillance system sponsored by the Center for Disease Control and Prevention(CDC). It was developed to provide a NEDSS-standards based system for the secure, accurate, and efficient collection, transmission, and analysis of public health data. It also provides a platform upon which program-specific modules can be built to meet state and program area requirements. State health departments use the NBS for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Program jobman (Job Manager) glues executables written in different languages according to a given flow. The program can run executables with arguments in parallel (multiprocessed) or in loop or in any combination of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dataPumper
    The data pumper is the database tool! ... a Java command line program to copy data from a database or text file into a database / text file (with optional mailing). Make a select on Database-A and a update on Database-B, or execute a SQL statement. For IBM i (AS400) users is also a CL-Command included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ThrTek2XPlane

    Throttle control for QPAC A320 V2 Basic plane on X-Plane on Linux

    This program converts the output from the ThrottleTek-G throttle unit (Airbus 320 version) to input for the QPAC A320 plane, version 2.0 Basic, running on Linux in the X-Plane flight simulator. It converts the linear output range of the unit into forward and reverse power ranges, openng and closing the thrust-reversers round the 25% point of the unit's range. The built-in disconnect buttons on the handles can be used as intended; the end-switches at the full-reverse position of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HSQLDB_TRAY_ICON

    HSQLDB_TRAY_ICON

    It is a wrapper of HSQLDB Database.

    This program is a wrapper of HSQLDB Database. It allows configure, start, stop and monitor the HSQLDB Database, staying in the System Tray as Tray Icon. It's developed on Java so it's platform independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WebPing

    WebPing

    Track the *REAL* Performance of your Web Site

    Project Web Ping - If you use an ISP for your web-hosting, you will discover that your 'ping' requests have been re-directed. By timing the response from an actual web-hosted URL, Web Ping allows us to document the *REAL* throughput to our Web Sites. Data collected are down-loadable in a CSV Format. (See ClassIO or your favourite spreadsheet-program for an easy way to re-use these data.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Slideshow 3D
    This program shows stereo-images in a dual beamer environment or on a single screen as red-cyan-anaglyph with interactive adjustment of the image pair’s parallax offset. It provides native support of MPO-files (Fuju Finepix 3D).
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo