Search Results for "java console input library" - Page 7

Showing 555 open source projects for "java console input library"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
    ComputationalGeometry

    ComputationalGeometry

    2D environment demonstrating computational geometry algorithms

    This is an application made for educational purposes. It demonstrates some basic algorithms of computational geometry in 2D space. You can create, edit and delete points and vectors and then choose them as the input for algorithms selectable from the menu. Import and export from a to XML files is also possible. Many thanks to GeoSoft for providing open-source library G which was used for 2D graphics. You can find it here: http://geosoft.no/graphics/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Python Control Systems Library

    Python Control Systems Library

    Feedback control system analysis and design

    The Python Control Systems Library, python-control, is a python module that implements basic operations for analysis and design of feedback control systems. This homepage for this project is at http://python-control.org and the code base in maintained at https://github.com/python-control/python-control. Information on this page is out of date, but left here for posterity.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    JDeva

    java framwork for processing raw data

    a framework for processing different input sources like files, databases, streams unsing JPA-like annotations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web Application Protection

    Web Application Protection

    Tool to detect and correct vulnerabilities in PHP web applications

    WAP automatic detects and corrects input validation vulnerabilities in web applications written in PHP Language (version 4.0 or higher) and with a low rate of false positives. WAP detects the following vulnerabilities: - SQL injection using MySQL, PostgreSQL and DB2 DBMS - Reflected cross-site scripting (XSS) - Stored XSS - Remote file inclusion - Local file inclusion - Directory traversal - Source code disclosure - OS command injection - PHP code injection WAP is a static...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    JMCAD - modeling of dynamic systems
    ... of systems or processes to demonstrate their behavior prior to building physical prototypes. The user builds his system model by selecting predefined blocks from a block library and simply wiring the blocks together. Each block of the diagram performs a function. Users can also create custom blocks in Java and add them to the JMCAD block library. JMCAD is a block diagram language for creating complex nonlinear dynamic systems.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    mathCollection is a java package representing a consistent and efficient extension to the Java Collection Framework of JDK 1.4. It offers different kinds of sets with mathematical, non-destructive functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JGAP is a Genetic Algorithms and Genetic Programming package written in Java. It is designed to require minimum effort to use, but is also designed to be highly modular. JGAP features grid functionality and a lot of examples. Many unit tests included. Legal notice/Impressum: Klaus Meffert An der Struth 25 D-65510 Idstein sourceforge <at> klausmeffert.de
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8

    xorlisp

    Bit level lambda continuations and nothing else - Queue automata

    Not working yet. To deal with the Halting Problem, computing and data are navigated using debugger ops: linearForward and treeForward, which navigate an astronomically large bit string where 1 is ( and 0 is ). All pairs are derived from (). For example, true is represented as ((()())()), and false is (()(()())). It appears related to the church encoding of lambda where T chooses first parameter and F chooses second, of a pair. Continuations are nearly finished code and are represented as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AESA

    All-purpose Encryption and Security Adaptation

    Starting as a personal study project, I have decided to share this security project. For now, it is a JAVA program that can be used to encrypt and decrypt simple file content (ie files), possibly later evolving into a utility with user interface and/or a library
    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

    CONMAP

    Geobody connectivity analysis tool in geosciences. New version: 2.0

    CONMAP is a console program to aid in geobody connection analysis in geosciences. It accepts input and outpts results in GEO-EAS (GSLIB) format for easy interoperability with most geoscience softwares. To get help in usage, simply run the program without arguments. CONMAP is a Java 1.7 program. Open a command prompt, go to the directory where you download CONMAP.jar and enter the command "java -jar CONMAP.jar <arguments>" (without quotation marks) to run the program. Geobody...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    sWangTiler

    sWangTiler

    A java implementation that generates wang tiles from any input image.

    sWangTiler is a java implementation that generates wang tiles from any given input image. By assembling wang tiles that share common edges (like domino pieces) one may generate textures of any desired size. Wang tiles greatly reduce visible repetitions making textures seem more natural and thus improve the quality of any graphic application like games, simulations etc. This implementation is based on the strict wang tile algorithm as proposed by Xinyu Zhang and Young J. Kim in "Efficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    jSimpleTools

    A simple tool box to assist in coding tests in Java.

    This is a simple library to help with writing tests in java. SimpleContext: a lightweight (and fast!) IoC container to quickly create test contexts. StringGenerator: a random string generator using a regex as input. Sequence: a convenience wrap around a simple long to help convey meaning to the sequence. Even minor revisions will have the stable/released code base. Use it in your projects without fear. Odd minor revisions are work in progress will have more experimental features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This Java library provides the possibility to bypass Java console outputs to one or more other output devices who can be better handled by Java applications. Currently available devices are: Logfile device, JTextPane device and JList device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SelAnt

    Library for writing Selenium tests using Ant

    Library for writing Selenium tests using Ant
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Text Expander, Inverse summarizer

    Text Expander, Inverse summarizer

    Expand text, inverse summarizer

    IT WILL WORK WITH A JAVA DEVELOPMENT KIT 1.7 ONLY !!! This program is a data-miner and a knowledge-miner. It does exactly the opposite of what the text summarizers do. A text summarizer produces a shortened text given some text as an input. An inverse summarizer takes the shortened input, a similar or a same text and does the process in reverse. This results in an expanded text. It can be used with any text or notes that have the knowledge gaps. It is a great aid to any creative work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    KETL(tm) is a production ready ETL platform. The engine is built upon an open, multi-threaded, XML-based architecture. KETL's is designed to assist in the development and deployment of data integration efforts which require ETL and scheduling
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    libFuzzyEngine++
    A C++ port of Fuzzy Engine for Java in a form of a library. The Fuzzy Engine is a Fuzzy Logic implementation, which can be used, for instance, to create fuzzy controllers. See also: http://sf.net/projects/fuzzyengine for an updated version for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JModPlayer is a simple, cross-platform, MOD player supporting ProTracker, FastTracker2, and ScreamTracker3 Sound Modules! It has both a easy to use GUI interface, and a console interface for broad OS support! Mac OS X Release Now Available! JModPlayer will soon feature jukebox features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    PerfMon4j
    PerfMon4j is a software library designed to diagnose and monitor Java Enterprise application performance while the software is under load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NAT Braille

    NAT Braille

    A free universal Braille Transcriber

    NAT is a free universal Braille translator. It supports French Braille grade 1, mathematical Braille, Braille layout and reverse transcription. French Braille grade 2, music and other languages are currently under development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    itunes Library Parser

    Itunes library Parser to read the Tracks & Playlists as Java objects

    Itunes Library Parser can parse the Itunes library, read the Tracks & Playlists as Java objects and thereby perform all sorts of operations on the files such as read itunes stored data about the tracks and playlists. One of the coveted feature would be to transfer the playlists onto non-apple devices such as Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    argument

    Command line argument parser library for Java

    Moved to GitHub https://github.com/fedups Command-line argument compiler and parser. With just two lines of code you can start to set up a command-line interface to your Java programs. Many advanced features including "required", "positional", "multiple", and the most advanced - "group"
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    HERAKLES is a reasoning broker framework for OWL (Web Ontology Language) reasoning systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Audio Game Kit

    a game library to develop audio games

    do you want to make your audio game? it is easy! just embed AGK in your C++ application and use it it is very easy to learn
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Run autoclicker

    Mouse and keyboard input automator

    An autoclicker is a program that moves the mouse and types on the keyboard automatically, without user input. Run takes a .txt script and runs based off of the commands in the script. Commands include mouse movement, mouse clicking, keyboard typing, and some simple programming language features.
    Downloads: 0 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.