Showing 362 open source projects for "java program"

View related business solutions
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
  • 1

    Frc Robot Simulator

    A library that allows programs for a NI CRIO to be run on a computer.

    A simulator that allows programs written in Java for a National Instruments CRIO to be run on a local computer by overloading the libraries provided by WPI. Some things we've fixed since 0.1a: Kinect no longer throws an exception upon instantiation, the Watchdog is usable, array elements can now be edited in the gui, and lots of under the hood reimplementation to replace native methods. DISCLAIMER: this is not like the diamond bullet studios simulation, this only simulates how the hardware...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Task Stop Watch is a program for keeping track of the time a person spends on specific tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QMC Logic Minimizer

    QMC Logic Minimizer

    combinational logic functions minimization

    QMC Logic Minimizer is a versatile application for fast simplifying truth and reduce lines tables. This program offers a comfortable user interface for generating and minimizing of the combinational logic functions. It is unique for its possibility of minimizing several functions at the same time. This program is intended for practical digital devices constructors as well as formal scholars and academics. Features: - You can minimize up to 16 input variables and up to 16 output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5

    jmint

    jMINT - Java Mutation for Integration Testing

    jMINT is a integration fault injection tool which identifies data exchanges across classes and inject faults along those path. It is primarily based on the idea of program analysis and code mutation. The cross boundary data exchanges are identified by performing data flow analysis using java byte code analysis and transformation framework-soot. Mutant injection is also done via the soot framework. jMINT tool can be used to measure the effectiveness of integration test suites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Webdevelopment Helper

    Reduces data usage for websites and increases browser support for CSS3

    Helps easily remove spaces from HTML/CSS and adds appropriate CSS3 extensions. The whole point of this program is to minimize the amount of data you will need to upload to your website. However, with CSS3, a lot of important usage part need important prefixes like (IE: -ms-, Chrome/Safari:-webkit-, Firefox:-moz-, and Opera:-o-;-xv-). This is up-to-date as of 11/2/2012. Also remember, this program has certain syntax you must have, for example, if a line has any sort of comment...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    gundercrypt [MOVED]

    A CLI text encrypting/ciphering program and library for java

    ** MOVED: to github.com/gundermanc/gundercrypt A CLI text ciphering program and library written in java that makes use of pseudo random numbers and a password (provided by the user) to generate encrypted text by selectively shifting each subsequent letter by a pseudo-random index, encoding it as a letter stored in a hidden position within the String, and then re shifting the encrypted String again by numeric values deduced from a password to provide a dual layer of security. Easily can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SarBox

    SarBox helps user to parse or analyze sar data

    The software program (SarBox) parses and analyzes SAR data in charts or text formats. SAR is cumulative activity counters in the operating system. It is the most comprehensive command which helps to monitor performance of various Linux / Solaris subsystems (CPU, Memory, I/O, Disk, Network, etc) all in same log. This makes it difficult to analyze since every counter data is dumped into the log file. SarBox helps to analyze this log file and present data in graphical charts or text format...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    Debug Visualization Tools

    Visualization tools to help developers analyze program execution

    This is a research project aimed at providing tools to help developers capture and visualize what is actually happening when your program executes. And hopefully make debugging an easier, quicker and less painful process.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    FMgenerator

    Eclipse builder for FreeMarker templates

    FMGenerator provides an Eclipse builder to automatically transform FreeMarker templates. Typically FMGenerator would be used to generate source code or project resources from a template document. This can simplify the generation of unit tests or program code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Randoop Netbeans Plugin
    Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. 1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Nataly

    Nataly

    A framework that translate name-based pointcut to analysis-based ones

    Nataly, which can translate name-based pointcuts into analysis-based pointcuts automatically. Analysis-based pointcuts, can specify join points through static program analysis. But another problem is that there are few approaches can generate analysis-based pointcuts. We implement Nataly to tackle these two problems with a novel pattern, which is generated by static analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Galois sub-hierarchy builder

    Visualize Galois sub-hierarchy of 2d matrix

    GSH builder is a free Galois Sub-Hierarchy visualization tool. The algorithm for calculating GSH is called Pluton and the present Java realization is based on two articles. "Efficiently computing a linear extension of the sub-hierarchy of a Concept Lattice" by Anne Berry, Marianne Huchard, Ross M. McConnell, Alain Sigayret and Jeremy P. Spinrad. "Performances of Galois Sub-hierarchy-building algorithms" by Gabriela Arevalo, Anne Berry, Marianne Huchard, Guillaume Perrot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LibDetector

    LibDetector

    EXE library detector

    With this program, you can know which libraries an EXE file needs to work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BayesianCortex

    BayesianCortex

    simple algorithm for a realtime interactive visual cortex for painting

    A paint program where the canvas is the visual cortex of a simple kind of artificial intelligence. You paint with the mouse into its dreams and it responds by changing what you painted gradually. There will also be an API for using it with other programs as a general high-dimensional space. Each pixel's brightness is its own dimension. Bayesian nodes have exactly 3 childs because that is all thats needed to do NAND in a fuzzy way as Bayes' Rule which is NAND at certain extremes. NAND can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JFBLogin

    A simple java class for Facebook login authentication.

    This project offers a simple java class to be used for any Facebook authentication needs. This class allows you to simply pass the Facebook application client id and show a login and authentication window, and returns the session token from Facebook. This is extremely useful for anyone who wishes to make a program in Java that needs to be able to have a user login and subsequently access the Facebook API to get any information about the user. Uses the DJNativeSwing library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nalasys is a natural language system that allows users to specify instructions to the computer in natural language. By defining words with intrinsic data the system recognizes, a user will be able to program a system using his own words. For now the system can use several programmatic languages like SQL, Javascript, Groovy or JSP expression language. It also has a default language with no keywords where you can add words defined with objects in memory or from other languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    DBBrowser is a program which can be used to view the structure and contents of databases. The program is written to work with as many RDBMS systems as possible, using the JDBC and a plugin API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    XJML

    XJML 1.0 is a platform for Verification and Validation of Java classes

    XJML 1.0 actually can reads one Java class and its contract (written in XML) and then executes the next verification techniques: 1. Runtime Assertion Checking (RAC). Using JML4c and JML4rt tools. 2. Extended Static Checking (ESC). Using ESC/Java2. 3. Full Static Program Verification (FSPV). Using the Why platform (tested with Why 2.30 and Why3 0.71)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Java Jar Manager

    Classpath Jar manager

    Simple program to manage libraries jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Finding Minimum Cost Of Daily Menu

    finding minimum cost of daily menu

    This project is open source program and finding minimum cost of daily menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    JChess

    The Java Chess Engine

    This library is an attempt to create a flexible chess engine using the Java programing language. The main diference than others chess engine's is that it is only a library, and it can be attached to any program, including a web application. If you are interested to contribute please contact me. Francisco Rafael Del Roio <francipvb@hotmail.com>.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    A powerful java Editor
    powerful Java editor withe capability of running your program through the Editor only. Beside getting all the basic functionality of a editor, it also has the power to stop your Java program in a running state by clicking stop button
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.