Showing 680 open source projects for "java open source"

View related business solutions
  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1

    xml2csv.jar

    Command-line xml to csv tool

    xml2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. Examples: 1. Help java -jar xml2csv-1.0.jar --help 2. Extract nodes from xml: java -jar xml2csv-1.0.jar --nodes test/cd_catalog.xml The result is the full node name and number of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    jdbc2csv.jar

    Command-line sql JDBC tool

    jdbc2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. To connect to a specific DBMS the tool uses its JDBC driver. The result of the executed 'select' query is displayed in CSV format ( different standards are supported ). When there is an error the tool stops with exit code 1 and the error message is output on stderr. jdbc2csv is created with a main purpose to be used in shell-scripts. Relatively easy to configurate,...
    Leader badge
    Downloads: 143 This Week
    Last Update:
    See Project
  • 3
    reg

    reg

    Docker registry v2 command line client and repo listing generator

    Docker registry v2 command line client and repo listing generator with security checks. We do not allow users to pass all the custom certificate flags on commands because it is unnecessarily messy and can be handled through Linux itself. Which we believe is a better user experience than having to pass three different flags just to communicate with a registry using self-signed or private certificates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A little semi-command line tool to copy, export, import and backup DBs. It uses ADO and is written in Delphi 7. Een klein semi-command line tool om een kopie, export, import en backup van DBs te maken. Het gebruikt ADO en is in Delphi 7 geschreven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 5
    Unused

    Unused

    A command line tool to identify unused code

    Unused identifies unused code in Rails, Phoenix, and other types of applications, improving developer productivity. By default, unused leverages a different memory allocator called mimalloc. For my local benchmarks, it speeds up execution by a significant amount (which is documented in the commit introducing mimalloc), but currently runs into sporadic issues on Apple M1 devices. If you run into issues with segmentation faults, consider reinstalling unused with the stock Rust allocator. It is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project is a command line tool that allows team leaders to save time and write a better RCom by extracting important datas from emails and by creating graphics in the format SVG or PNG, addable in the report .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Semantic

    Semantic

    Parsing, analyzing, and comparing source code across many languages

    semantic is a Haskell library and command line tool for parsing, analyzing, and comparing source code. Run semantic --help for complete list of up-to-date options. Semantic uses tree-sitter to generate parse trees, but layers in a more generalized notion of syntax terms across all supported programming languages. We'll see why this is important when we get to diffs and program analysis, but for now let's just inspect some output. It helps to have a simple program to parse. Symbols are named...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PK3ENTRY

    PK3ENTRY lump managment

    This is a command line tool that: -Inserts PK3 files inside a WAD file The output WAD file contains long filename aliases (PK3ENTRY lump) The PK3ENTRY lump is parsed by DelphiDoom PK3 loader and create long filename aliases from WAD lumps. -Split WAD files that contain PK3ENTRY lump(s) to PK3 and WAD Source code repository: https://github.com/jval1972/PK3ENTRY
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    vinylsimtool

    vinylsimtool

    vinylsimtool: simulation of vinyl record playback

    vinylsimtool: Simulation of audio artifacts of vinyl record playback systems, based on physical modelling. --- vinylsimtool: Simple command-line tool for WAV file processing. Copyright (c) 2017 by Klaus Michael Indlekofer. All rights reserved. --- Vinylsimtool-Plugin-VST: Real-time plug-in. Copyright (c) 2017-2019 by Klaus Michael Indlekofer and Sebastian Marcus Edelmann. All rights reserved. Note: Special restrictions apply. See disclaimers below and within the distribution. (We are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 10
    Flightplan

    Flightplan

    Run sequences of shell commands against local and remote hosts

    A task automation and deployment tool for Node.js, allowing developers to execute remote SSH commands and manage deployments efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Char2eps - A command-line tool for extracting single chars as EPS files from a Postscript Type 3 font.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flickr Mass Uploader

    Flickr Mass Uploader

    Backup or Restore your photos to/from Flickr

    This is a GUI or command line tool to backup / upload your photos and videos to flickr or restore / download photos and videos from Flickr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    shpotify

    shpotify

    A command-line interface to Spotify.

    shpotify is a simple Bash/Apple script to control Spotify from the command line on a Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    turtle

    turtle

    Shell programming, Haskell style

    Turtle is a reimplementation of the Unix command line environment in Haskell so that you can use Haskell as a scripting language or a shell. Think of turtle as coreutils embedded within the Haskell language. The turtle library focuses on being a "better Bash" by providing a typed and light-weight shell scripting experience embedded within the Haskell language. If you have a large shell script that is difficult to maintain, consider translating it to a "turtle script" (i.e. a Haskell script...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    x-cursor-config

    A command line tool to configure X cursor.

    x-cursor-config is a simple command line tool designed to configure the X cursor, at system, XDM, or user level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    config-gtk

    A command line tool to configure Gtk.

    config-gtk is a simple command line tool to configure gtk+2 and Gtk+3, at system or user level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    sympaadmin

    Command line utility for administering Sympa mailing lists.

    sympaadmin is a command line tool for administrating sympa mailing lists from the terminal, making it suitable for use over SSH, for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RAN

    RAN

    RAN! React . GraphQL . Next.js Toolkit

    Hot-reload ready for dev, next-generation JavaScript (ES6). Offline-ready, next-generation CSS (CSS-in-JS). Create new page in a second (with CLI). SEO-ready, performance-first, production deployment ready for now, Digital Ocean, Heroku, and AWS. Prettier and ESLint integrated. Also, there is a beta version for new features & fixes that we are testing before release. It can be unstable, so that's why please use stable version if you are working on the project that is in production. The best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CONCPY

    CONCPY

    Windows command line tool to copy console window content.

    CONCPY copies the text of the console window as displayed, and writes it to the clipboard or to a file. That is, long lines that are wrapped at the right edge of the window will be wrapped in the copied text, too. Tab stop characters are replaced with spaces like in the console window. Trailing whitespaces are stripped. The tool copies the content between the beginning of the window buffer (top left corner) and the current position of the text cursor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A command-line tool for numerical reconstruction of digital holograms (formerly known as "HoloPlay")
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    d2inc

    d2inc

    Generate array from data.

    'd2inc' is a command line tool to convert binary data to array declaration for various programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    bget

    A package manager for Windows scripts.

    Bget is a batch-file command-line tool for handling Windows scripts. It is built to be a companion to those who write, use and maintain Windows scripts. It helps those who use scripts easily download, update and remove scripts. It’s built for scripters, by scripters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    dvisvgm

    A fast DVI to SVG converter

    The command line tool dvisvgm converts DVI, EPS, and PDF files to the XML-based SVG format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    asterixRecorder

    Recording tool for Eurocontrol Asterix data

    Command line tool for recording Eurocontrol Asterix data http://www.eurocontrol.int/asterix from UDP network streams. Features multicast support and automatic rotation of output files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    RimStats

    Colonist stats exporter for RimWorld

    Command-line tool that takes a RimWorld saved game as input, extracts skills and stats information about the colonists in the save, and writes the data out into a CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project