Search Results for "command prompt for java" - Page 33

Showing 3100 open source projects for "command prompt for java"

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

    MendelScan

    Variant scoring and linkage mapping for family exome sequencing

    MendelScan is a tool for prioritizing candidate variants in family-based studies of inherited disease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    FishingCNV

    Copy number variation (CNV) detection in exome sequencing data

    FishingCNV, a software tool developed at McGill University, is a tool for comprehensive analysis of rare copy number variations in high-throughput exome sequencing data. The inputs are standard coverage files produced by Genome Analysis ToolKit (GATK), and the output is a file containing putative CNVs. The program comes in 2 different releases * GUI version (FishingCNV_X.X.X.zip) * Command line version (FishingCNV_X.X_pipeline) Browse through our files to find the different releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Solution consits of UIPServer and UIPPortal. With UIPortal you can deploy UIP Applications on UIPServers and after deploy you can connect to your UIP Application running on UIPServer with your UI Protocol client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SQL CSV Editor

    Allows the editing of CSV files using SQL commands

    This program allows a user to modify a CSV file using SQL commands. This program uses a temporary H2 database to contain the CSV file, and accept SQL commands. You can then save this back to a CSV file without any data being distorted. This project only supports CSV comma delimited files. Currently any other CSV files are not supported. When editing the CSV you are sending SQL statements to a H2 database with a single table named CSV. Example command: DELETE FROM CSV WHERE column=100...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    MpcReader retrieves comet and asteroid orbital data in MPC format from the web and store it on your computer in different formats. The data is fetched from the MPC. The main job of MpcReader is to convert plain MPC data to the format needed for KStar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project is intended top provide a build script for Java jar & web projects. Run "ant -p" to get a full list of the potential targets. The expected targets should be "jar","war" or "deploy". There is an additional task called "cibuild" which is intended to run with a build server. Unless this task is called all built files will have the form projgroup-projname-A.BB.CCC-DEV.xxx Where A.BB.CCC is the version number and DEV marks the version as being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    RDonasco Security

    A security application that can be used as a shared service

    For full details of this application, please visit https://bitbucket.org/rdonasco/rdonasco-lib/wiki/Home The source codes for this project can be downloaded by cloning its repository which uses mercurial. ** Use the following clone command: ** hg clone https://bitbucket.org/rdonasco/rdonasco-lib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    dynamide
    dynamide is a dynamic web application framework for handling the presentation and business layers in a traditional web app. See http://dynamide.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Audited Objects (AO) is a tool for the analysis and optimization of automated software processes such as builds. It supports reuse of previously built objects, generation of prerequisite data, parallelization, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    This is a straightforward shell script with alternate JAVA application to regularly monitor your hosts and let you know via GUI or email if they go down. The app can be run in a simple GUI or via the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    sf-mvn-plugins
    A collection of maven plugins for developers: 1) wagon-http-sourceforge to download artifacts from SF file release area 2) 1jar-maven-plugin support one-jar technology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Reason to leave source forge: Rather no download counter than an add-ware trap for end-users. Also the license can not seem to be corrected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JaStaCry

    Java Stacked Crypto

    Java Stacked Crypto merges different hiding, merging and crypto stacks to secure files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in multiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LExAu: Learning Expectations Autonomously. Library for on-line data driven statistical machine learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jdec is a Java Decompiler. It can be used to reverse the bytecodes present in a .class File to produce a Java Source File which can be nearly correct or equivalent (Due To different Interpretations) to the original java file.[With UI & command line]
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    MSTParser

    MSTParser is a non-projective dependency parser that searches for maxi

    MSTParser is a non-projective dependency parser that searches for maximum spanning trees over directed graphs. Models of dependency structure are based on large-margin discriminative training methods. Projective parsing is also supported. mstparser 0.5.1 is now available via Maven Central. If you use Maven as your build tool, then you can add it as a dependency in your pom.xml file: <dependency> <groupId>net.sourceforge.mstparser</groupId> <artifactId>mstparser</artifactId> ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Encryption Library

    Simple Java Encryption Library

    I have packaged the Java encryption library with a wrapper used to make saving and loading files in Java easier. I have also included the source for a command line application to encrypt a String and save it to a text file. The source for AESEncryption was actually written by "erickson" from Stack Overflow. The original post can be found here: http://stackoverflow.com/questions/992019/java-256-bit-aes-password-based-encryption/992413#992413
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TPCCRuner

    TPC-C Like workload generator

    TPCCRunner is a TPC-C Like workload generator, used to test Online Transaction Processiong Database System. TPCCRunner supports most of popular RDBMS: Oracle, DB2, SQL Server, MySQL, Informix, Sybase etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    LitFinder

    LitFinder is a Java utility for locating string literals within files.

    LitFinder is a Java based utility for scanning directories and/or files for string literals. All files are treated as binary streams, therefore searching is successful through a wide variety of file types including: text, compiled code (e.g. .exe, .class, etc), and archives (e.g. .zip, .jar, .war, .ear).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    chaOS41

    A cryptocurrency like Bitcoin improved upon with reality binding.

    There is a reason this project holds no code. chaOS41 is a cryptocurrency with reality binding. A given value of money was paid for a surface area the size of a flower pot. It was out of proportion. The chaoOS41 currency corrects that. It binds its value to reality. Its unit value is a ratio between money and land area.. When that ratio normalizes, the currency becomes available to the public. 1 more developer is wanted. For that you need inside access, which means...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sam Proxy

    Sam Proxy

    Created for student use only

    This is SamProxy Version Created For learning use only I am not responsible for any copyright actions on me. Please click below link for donating me, it wont charge anything but just a click http://linkshrink.net/7BkEMo You will get kucch more software from me on same site as return else just share this software with someone else Thank you, cause i m nothing without you
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ISPtopia

    ISPtopia

    ISPtopia is an Open Source Web Hosting Contol Panel.

    ISPtopia is an Open source Web Hosting Control Panel or if you want you can call it a Web Host Management tool. I prefer to call it a Control Panel (CP for short). Plans are to provide a script that will load, install, ask configuration questions and then complete the install with ISPtopia ready to use. See the website for more info:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jCompoundMapper
    Library for fingerprinting (decomposition) of chemical compounds. It has several tweaking possibilities and exporting options for data mining toolkits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Voikko

    Voikko

    Library of linguistic tools

    Voikko is a spell checking, grammar checking, morphological analysis and hyphenation system. Spell checkers are available for multiple languages, other features for Finnish only.
    Leader badge
    Downloads: 9 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.