Showing 90 open source projects for "jar program"

View related business solutions
  • 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
  • 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

    Curvilinear and Rectilinear Motions

    Simple physics simulation of Curvilinear and Rectilinear Motions

    This project has the role of simulating simple Curvilinear and Rectilinear Motions with an easy to use user interface. This program can be used for educational purposes as well as for any other purpose anyone would like. The executable file is a .jar files which means that it can run in any operating system that supports java. Above you can see a screenshot of the program while it is operating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    ...Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own messages, specifying the set of properties and their types which will be sent with each event they want to report. The properties in the custom message are the fields in a log table created specifically for that task. I am including a sample use program which is a sensor-net simulation, specifically of a home monitoring system, which could be used as a control system as well provided the interfaces from Java to the devices are installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mouse Rate

    Mouse Rate

    OS independent mouse rate checker written in Java.

    Tiny program written in Java, which provides OS - independent and clean algorithm to measure your mouse rate (mouse latency). Java 7u5 or higher needed to run version 1.1 and lower. Java 7u40 or higher needed to run version 1.2 and higher. **Version 1.3 changes - Fixed graphic artefacts appearing while program window is dragged.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    XLIFF2.0 RoundTrip Tool

    Transform any well-form XML file to XLIFF 2.0 and back.

    ...It just completed its second public review. Note: This tool and the XLIFF 2.0 specification are very likely to change. There are two versions: the command line version, cl_xrt4x2V01.jar; and the Graphical User Interface version, xrt4x2V01.jar. Any well-formed, XML file that *DOES NOT have XML Namespaces will be transformed to an XLIFF 2.0 file. The file may be translated. The translated file may then be transformed back into its original XML format. *Note: Future versions of this program will process XML Namespaces. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Access Yahoo Mail from your email client (Outlook, Thunderbird, etc.). The IMAP ID proxy adds an "IMAP ID command" needed to get Yahoo to provide IMAP access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fake Hack

    Fake Hack

    Fake Hacking Program

    This program makes it look like you're hacking your computer. Coded in java, the executable .jar works on all platforms. Read the read me for instructions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    A Simple Email Extractor

    A Simple Email Extractor

    A very simple Email Extractor

    ...Saves lists to CSV files. Just type a valid http address and hit enter and this extractor will extract email addresses while visiting all the links it finds too. To run this program just download the file and execute it. It has a .jar extension but will run if you have java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CleanGoogleUrl

    CleanGoogleUrl

    Little java program that cleans URLs from Google's search results

    This little java GUI program cleans URL that Google search returns on its web page. It returns cleaned URL. Usage: java -jar CleanGoogleUrl.jar In Source URL field paste or type "dirty" URL from Google search results. Press Run/Clean (gear) button. Cleaned URL will be shown in the Clean URL field and copied in the clipboard. Eg. Google search returns URL: https://www.google.com/url?
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Validate_Xml_Xsd

    Simple tool to validate xml files againts multiple or single xsd files

    Simple tool to validate xml files againts multiple or single xsd files. With simple GUI and simple description of the errors. That is only beta, future releases will contain more features. v0.1 pack contain program, jdock documentation, sourcecode in java. Projekt do not import any external jar or class. If xsd file import or include another xsd files, they need to be in same catalog like main xsd file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Child PC Timer

    A java program to limit the time your child spend on PC

    With this program you can control how long a user can work on PC - just activate the scheduler on your PC: - run once when the user log on to the Windows javaw -jar c:\JavaApplicationTimer.jar 60 the 60 means minutes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Calculators

    Calculators

    A combination of a virtual breathalyzer and a calories calculator.

    ...The program takes into account a number of factors to produce outcomes as close to actual results as possible. However, the calculations are based on mathematical algorithms and therefore results may differ from reality. Thus, the author is not responsible for the consequences of its use. Download options: - complete application with all the source code as well as jar and exe files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    XML validating & querying tool

    Comman-line interface XML validating & querying tool

    The program processes the given source XML file according to command-line arguments. It can validate the file (with -x or -d option) or query XPath expression (with -p option). Usage: java -jar clivaq.jar -- shows the help screen java -jar clivaq.jar -d <file.dtd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -x <file.xsd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -p "<XPath expression>" <file.xml> -- evaluates an XPath expression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    Lazy File Sorter

    This feature rich program sorts files by their extensions.

    Lazy File Sorter will check files by their extension and move or copy them into their specified output folder. Lazy File Sorter was written in java and works on linux and windows. ATTENTION MAC USERS: This program has not been tested on a mac. Please report your experiences good or bad to help improve this project. The binary in the /bin/Linux folder contains a platform independent jar file that should work on macs. Use only version 1.1 or above as 1.0 will not work properly on macs. Anonymous posting is allowed everywhere and is encouraged. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Munchie

    Munchie

    Munchie is small program designed to help you decide where to go eat.

    Munchie is a fun little jar program (so java required) that can help you and your coworkers (or friends) make the important decisions in life. Where to eat for lunch. The program organizes a self-populated list of your favorite restaurants. It features a rating system and a choose for me option calculated by a weighted random number generator that takes in account your ratings and the amount of time since last visiting the restaurant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Darkside Fonts

    Fonts inspired by Darkside ROM (by thederekjay)

    -- DARKSIDE Fonts -- inspired by TDJ's (thederekjay) ROM ::DARKSIDE::DIGITAL::WARFARE:: How to run (jar file): 1) copy some text that you want to convert 2) run the program, wait a second or two 3) paste clipboard to some text editor 4) be amazed 5) if you are not, or have a suggestion (esp on the o and c and q...), mail me at rahul_manne@hotmail.com --------- Changelog (alpha) -------------- -Currently does not support any text except the basic alphabet, space, and line. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Program in Forth on an Android 2.2 Tablet. This project uses the J2EE Forth SourceForge Project for its functionality delivered in its Jar file If you are having problems trying to download this App from an Android Browser please download it from our web site: http://www.ptaisp.co.za/androidforth/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    graphICs

    graphICs

    graphICs is a converter transforming GDS II-data to Asymptote-code

    ...The output can be specified to be printed on an A-format paper, portrait or landscape, top/right, center or bottom/left align. To use graphICs you need to download the JAR-file containing the program (no installation needed) and the MAP-file containing the color-information for the design (you can modify it or you create your own). To create graphic or PDF-files you need to download Asymptote from asymptote.sourceforge.net. Look at http://sourceforge.net/p/graphicsic/wiki/Usage/ for the Usage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ExiProcessor

    Command-line program for processing Efficient XML Interchange (EXI)

    ...The source code itself can also be used as an example of how to integrate EXIficient into existing Java XML libraries. Command Line Examples: Encode XML to EXI: java -jar ExiProcessor.jar -xml_in notebook.xml -exi_out notebook.exi Decode EXI to XML file: java -jar ExiProcessor.jar -exi_in notebook.exi -xml_out notebook.decoded.xml Decode EXI to XML on stdout: java -jar ExiProcessor.jar -exi_in notebook.exi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Clean Temperary Directory

    Clean Temperary Folder in Windows.

    ...Tested on Windows XP(expected to works in any Windows OS). Intension of it, To overcome from manual cleaning of it. It will takes maximum 3 seconds. It is very simple program of single java file. No need to give any input parameters to run. Just copy this .jar on desktop or anywhere you want and click on that, it will delete unnecessary files. So, your browser works faster. It would not do any thing in the Browser level, it just clean “C:\Documents and Settings\”user_name”\Local Settings\Temp” The temp directory picks from “java.io.tmpdir” property from System.getProperties() method. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dynamic tree of Java objects encapsulates hard-drive and Jar/Zip files (and their inner files) and Java objects all the same way. Create new ways of communication as executable Jar files, like a paint program that creates/uses paint programs as tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    I did what any real geek would do; I have written a compiler compiler. It is called Language Processor. A software that you can feed in a language definition with its semantic and you get an object that can run your program in your defined language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Point
    100% portable java application. Designed to work like Microsoft (c) PowerPoint or OppenOffice Impress, but the program itself as well as the presentation is distributed as a single jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small java program that checks the validity of a European vat code. It works by calling the web service http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl To see source code rename the .jar into .zip and open it to run: java -jar check_
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB