Showing 311 open source projects for "java program"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    A program to calculate and create lists of possible variations (permutations) and selections (combinations) of a given set of elements. Creating the cartesian product of two sets is also possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GEAX is a Java application used to visualize and analyze cross-species gene expression microarray data.The program allows comparisons based on fold-change, p-value, quantile matching, or a combination of criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TMAJ is software for Tissue MicroArrays (TMA's). Patients, specimens, blocks, slides, cores, images, and scores can all be stored and viewed. Features include advanced security, custom dynamic fields, and an image analysis program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Executable program that measures sizes and other properties of colonies arrayed in a grid format (intended for 768, 384, or 96 colonies on agar plates) from jpeg images
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    This project provides a java implementation of the Captcha project ( see http://www.captcha.net ). A CAPTCHA is a program that can generate and grade tests that: -Most humans can pass. -Current computer programs can't pass.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Program for calculating the Hydro insulation in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This program provides for easy modification and viewing of SPICE circuit files. It will also read SPICE3 RAW format (as well as GnuCap) and create graphs of results through an interactive GUI. It supports waveform math, copying to clipboard, and saving.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    JSatTrak is a Satellite tracking program written in Java. It allows you to predict the position of any satellite in real time or in the past or future. It uses advanced SGP4/SDP4 algorithms developed by NASA/NORAD to propagate the satellite orbits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GeoDress
    GeoDress is a program for reverse geocoding of JPEG pictures with a simple GUI and even a command-line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    FAS-DPD
    FAS-DPD is a program to design degenerate primers for PCR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    linkFlow
    The linkFlow computer software program enables the user to perform civil hydraulic design tasks in a manner similar to a calculator. Vegetated and reinforced channels of any section can be designed using allowable shear and variable n values. c 2010
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jQuantum
    jQuantum is a Java program to simulate a quantum computer, to design quantum circuits, and to visualize the execution of quantum algorithms. Another main purpose, however, is to create images in your head, and thereby - understanding.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Intended for measurement reaction human on simple event. Program ask some info about and make test. After show statistic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    molecular simulation program for anisotropic particle shape and potential
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PPPP is a computer program used for partitioning parameterized orthogonal polygons into parameterized rectangles. With this program, it is possible to build rectangular corner stitching data structure for parameterized VLSI layouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hydra: Multiheaded Manufacturing Machine
    Arduino firmware and Java GUI for the Hydra Multi-headed Manufacturing Machine (Hydra-MMM). The Hydra is a cartesian positioning system that has multiple, independent toolhead mounts for a wide variety of attachments. See: cpwebste.blogspot.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A simple java program using PDFBox and Prefuse libraries to extract text from pdf and display as a graph. Can also link words based on their contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Gpx2avi is Java-program which overlays GPS-data from .gpx-file to video file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Seems to be closely related to Cellular automaton, except this creates a complex pattern from a mathematical function you input. See website for examples/live applets. This program makes use of an old GPL version of the JEP equation parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A particle swarm optimization demo written by students in the digital communication msc program (2010) at uni-kiel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AmazonTP is a GUI and API for automatic generation of power quality events by invoking the popular ATP (Alternative Transient Program).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Earnest is a A PHP-MYSQL AI EXPERT SYSTEM for creating powerful expert system easily. Its simple PHP API can also be called from JAVA, browsers or other software to perform GIS and other comparisons. Also has ability to create XML results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This easy to run and change program for developers, it contains several evolutionary based strategies allowing you try among some function samples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Java program to paint the experimental and theoretical data obtained of STM and AFM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a simple program that will factor a quadratic trinomial using both "guess-and-check" and the quadratic formula. You input a, b, and c, where ax^2+bx+c=0; you will get a result in the form of (ax+b)(cx+d)=0 and x=a or x=b.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB