Showing 528 open source projects for "jt400.jar"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    easy java installer

    easy java installer

    Install jar files on windows

    a simple JavaFx application to install Jar (java compiled files) on windows platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    apache spark data pipeline osDQ

    apache spark data pipeline osDQ

    osDQ dedicated to create apache spark based data pipeline using JSON

    ... the zip file Windows : java -cp .\lib\*;osdq-spark-0.0.1.jar org.arrah.framework.spark.run.TransformRunner -c .\example\samplerun.json Mac UNIX java -cp ./lib/*:./osdq-spark-0.0.1.jar org.arrah.framework.spark.run.TransformRunner -c ./example/samplerun.json For those on windows, you need to have hadoop distribtion unzipped on local drive and HADOOP_HOME set. Also copy winutils.exe from here into HADOOP_HOME\bin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bucket Fill Algorithm

    Bucket Fill Algorithm

    Simple Bucket Fill Demo

    This is Simple java implementation of bucket fill algorithm .Copy the code and Run in Console or IDE. Draw your shapes and click in the middle to fill the shapes. Precombiled jar for Windows OS https://sourceforge.net/projects/bucket-fill/files/G_BucketFill.jar/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PatientKAPRecords

    PatientKAPRecords

    KAP evaluation and patient records in radiodiagnostic

    This program tries to help radiologists to keep track of patients which receive radiation doses (measured, or computed, free in air) from radiodiagnostic examinations. It performs computation of KAP (kerma-area-product if it is not recorded by a dedicated DAP-meter) and record the patient information. The program also generates elegant reports which can be converted as pdf, xls etc. Source code included in jar files. Also, available on GitHub: https://github.com/ZiliasTheSaint...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Trumba is an All-in-one Calendar Management and Event Registration platform Icon
    Trumba is an All-in-one Calendar Management and Event Registration platform

    Great for live, virtual and hybrid events

    Publish, promote and track your events more affordably and effectively—all in one place.
    Learn More
  • 5
    RadiationHelper

    RadiationHelper

    Alpha, Beta, Gamma measurements and Nuclide exposure

    ... for radiation transport (based on EGSnrc toolkit) 4.dose assessment in human body exposed to radiations from nuclides in several common scenarios such as air exposure, water submersion, ground surface, internal ingestion or inhalation. 5. quick dosimetry and shielding computations. It is platform independent (written entirely in Java). Source code included in jar files! Also, available on GitHub: https://github.com/ZiliasTheSaint/RadiationHelper.git Checkout for dependent modules!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Movie-Detailer-Organiser-API

    The Movie Detailer and Organiser API

    The Movie Detailer and Organiser is a powerful utility which helps you to detail and organize your every movie based on their ratings, genre and year of release and other details provided in IMDB and thus helps you to easily choose your suitable movie in your vast collection. This JAR is freely available and is open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BeigeUML

    BeigeUML

    UML diagram editor

    .... There beige-uml-swing-[VERSION]-jar-with-dependencies.jar is Swing application and beige-uml-android-[VERSION].apk is Android application. Android version you can find also in Google Play Store. Its source code you can download at https://github.com/demidenko05/beige-uml Source of beige-android-demo (demo of Android tree/file-chooser, list-chooser etc.) still here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Digital Logic Simulator (DiLoSim)

    Digital Logic Simulator (DiLoSim)

    Allows you to build your own circuits and test them

    With this software you will be able to build your own circuits and test them. You are allowed to use this easy-to-use tool for educational reasons. Run on Windows: - Install Java: https://java.com/en/download/ - Download the binaries - Open the jar-file with the java runtime Limitations: - Currently only German language supported. - This software requires Java 8 or above to work. Tested with OpenJDK & Oracle Java. For more information check out the project's source code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
    Learn More
  • 10

    Miniloader

    replacement for Java Web Start

    Miniloader is intended as a replacement for Java Web Start (which is deprecated). It maintains a local cache of the Jars that comprise your project, downloaded from a site you control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fastdex

    fastdex

    Speed ​​up the compilation speed of apk

    If you can't stand the slow compilation of apk (especially if there are multiple dex in the project), fastdex can help you speed up the apk generation process. Scan all project codes and add a dependency on the fastdex.runtime.antilazyload.AntilazyLoad class in the construction method. The purpose of this is to solve the problem of class verification. For details, please refer to Android. Take a snapshot of all the dependencies of the current project, in order to compare whether the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    DirAutoCleaner

    Very simple directory cleaner

    ... be accessed during some days. The search of old files is easy, because the old subdirs have a name with the date in format "year_month_day". The call from the command line has two parameters: * the directory to clean up * the number of days to keep the old subdirectories If more than one directory has to be cleaned up a different call has to be done for every directory. It needs to have Java installed (version>=8). Call example: java -jar DirAutoCleaner-<version>.jar C:\MyUser\Downloads 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JDateButton

    JDateButton is a Java date selection utility

    ... has been migrated to JavaFX. Version v2.1.0 has merged the two code bases providing separate JavaFX and Swing jar files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MatrixGame

    An environment to develop games based on a rectangular board

    MatrixGame is a development tool designed to quickly produce video games based on a rectangular board. A new game must be described as a new Java class extending the class Game that is enabled to use an interactive environment. For some examples please run the jar file after the download. A little menu opens letting you run all the developed games. Sources are inside the jar file that can be opened as a normal zip file. In the apk file you can find a partial Android porting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    jNistScap

    Java library to handle NIST SCAP: CPE, CVE, CVSS, etc.

    This library is a split from the ESIS Framework and ESIS project. It allows to describe the NIST CVSS, CPE and CVE objects. SCAP stands for the Security Content Automation Protocol, see http://scap.nist.gov for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BinNavi

    BinNavi

    BinNavi is a binary analysis IDE that allows to inspect, navigate, etc

    BinNavi is a binary analysis IDE - an environment that allows users to inspect, navigate, edit, and annotate control-flow-graphs of disassembled code, do the same for the callgraph of the executable, collect and combine execution traces, and generally keep track of analysis results among a group of analysts. BinNavi uses a commercial third-party graph visualisation library (yFiles) for displaying and laying out graphs. This library is immensely powerful, and not easily replaceable. In order...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Point Symmetry Clustering

    Point Symmetry Clustering Approach Using Differential Evolution

    ...://www.softcomputing.net/smca-paper1.pdf 1. You may download code: git clone git://git.code.sf.net/p/pointsymmetryclustering/code pointsymmetryclustering-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target/point-symmetry-clustering-1.0-fat.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Trasforma coordinate SIAN

    Trasforma coordinate da epsg per google maps

    ... solo TrasfSianItalia(ultima versione).jar e sostituirlo nella directory di destinazione.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GenJar is a specialized Ant task that builds jar files based on class dependencies rather than simply the contents of a directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AndroidChromium

    AndroidChromium

    Chrome browser of android version from chromium open project

    ... reference error). Refer to official and other tutorial compile chromium source code, and can generate chrome apk. Android Studio as a development environment, from Chromium for Android from chrome module source code, to join the Android project. Native code in the chromium environment to build, as so file to join the Android project. Basic module (base, the content, net, etc.) in the chromium environment to build into a jar package, then add to the Android project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Deinputex

    Convert a latex document using the input directive to a single file.

    Convert a latex document using the input directive to a single file. Example of use: java -jar deinputex.jar -i manuscript.tex -o manuscript-single.tex --verbose
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Java MP4Box Gui

    A Java gui for MP4Box

    This is a simple GUI for the application MP4Box! It can join MP4 (h264) and automatically create chapters for each video. Just drag&drop the videos from your filebrowser to the JavaMP4BoxGui application, and the videos will appear in the list! The source code is included in the Jar file atm! Tested on: - Windows 7 and XP - Ubuntu 13.04 based distros - Mac OSX 10.8 Should work on any that support Java, MP4Box and HandBrake! The OS commands can be tweaked in settings.conf file...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    jvm-mon

    jvm-mon

    Console-based JVM monitoring tool

    Console-based JVM monitoring - when you just want to SSH into a server and see what’s going on. jvm-top lets you monitor your JVM server applications from the terminal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Astrolabe Generator

    Generates custom astrolabe EPS files

    NOTE: The Astrolabe Generator has moved: The Astrolabe Generator and related projects have moved to a new location. Find us on Github at: https://github.com/wymarc This program will generate a set of PostScript (EPS) files for the front, back, rete and rules of an astrolabe for a given latitude. Additional related quadrant tools are also available. Version 3.0 moves the code to Java. Program is now an executable Jar file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JavaFX Maven Plugin

    JavaFX Maven Plugin

    Maven plugin for JavaFX

    The JavaFX Maven Plugin provides a way to assemble distribution bundles for JavaFX applications (8+) from within Maven. This plugin is essentially a Maven wrapper for the packaging tool that comes with JavaFX, it's called Javapackager. The JavaFX Maven Plugin simplifies the integration of JavaFX applications with Maven, allowing developers to build and package JavaFX applications.
    Downloads: 1 This Week
    Last Update:
    See Project