Search Results for "command line tools" - Page 11

Showing 2955 open source projects for "command line tools"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    RightHandHydratation

    RightHandHydratation

    Mass music notes generation from ancien texts

    Sets of tools to generate notes from a text by dynamic dictionnary between alphabet and notes. Melody generated from a public domain text by this public tool
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Smart Cache Loader

    Very configurable web downloader

    Smart Cache Loader is a very configurable pure Java web grabber with special support for integration with Smart Cache proxy server. It can perform different loading operations based on URL mask, content-type, ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JCppEdit v4.0

    JCppEdit v4.0

    Best IDE for Beginners

    JCppEdit is a free as well as "best IDE for Beginners" and is your one-stop IDE for all your coding needs. Whether you need to finish your Java project or submit your first HTML web page or perhaps have a need to code in C language while executing a java program into a Java IDE, JCppEdit will help you achieve your goals easily. Exploring your project and detecting an error in your code is much easier. You will not waste time detecting errors before compiling codes because you will get a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    Access2Excel

    Convert a MSAccess database into a Excel spreadsheet.

    Convert a MSAccess database into a Excel spreadsheet. It's a pure java implementation, using POI (https://poi.apache.org/) and Jackcess (http://jackcess.sourceforge.net/). Use: java -jar Access2Excel.jar -inputFile=<inputFile> [-outputFile=<outputFile>] [-format=<format>] where <inputFile>: A file name to Access database (.MDB or .ACCDB) <outputFile>: A file name to Excel streadsheet (optional, default "inputFile.xls" or "inputFile.xlsx") <format>:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    Easy and fun way to work with remote servers over SSH. This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    Yet another JToDo

    A small ToDo utility. This project was created for learning purposes.

    This project is a small ToDo utility. It will help you create and follow a To Do list simple and quick. The tool is not timed (for now). The tool runs in the command line and creates its files in the user directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple Cipher Algorithm

    Simple Cipher Algorithm

    Java Encryption Utility.

    Very simple to use symmetric Java encryption utility. Please write a review. Email me with any questions or problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ObjectVolume

    ObjectVolume

    Calculates Volume, Surface Area & Centroid of a Closed Triangular Mesh

    The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Medidor Ping League 1.2

    Medidor Ping League 1.2

    Calcule el Ping que tendra en partida

    Ayuda a medir el Ping que tendras en la partida antes de comenzar
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    DuroDBMS

    DuroDBMS

    Relational Database Management System

    A relational database management system, based on the principles laid down in the book "Databases, Types, and The Relational Model: The Third Manifesto" by C. J. Date and Hugh Darwen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Aumus

    Aumus

    Music Server

    A music server that can play FLAC or mp3 files. The server is controlled via various client applications. Supplied client applications include a command line one suitable for integrating with LIRC, a desktop graphical app, and an Android OS application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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.
    Leader badge
    Downloads: 218 This Week
    Last Update:
    See Project
  • 13

    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 repetitions: /CATALOG=1 /CATALOG/CD=26 /CATALOG/CD/TITLE=26 /CATALOG/CD/ARTIST=26 /CATALOG/CD/COUNTRY=26 /CATALOG/CD/COMPANY=26 /CATALOG/CD/PRICE=26 /CATALOG/CD/YEAR=26 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BIAMI.IO Dev

    BIAMI.IO Dev

    Intelligent Automation Framework

    BIAMI is easy to use, secure and scalable enterprise-ready framework to automate your work and build intelligent business process driven software, platforms and robots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Kicker Scheduling

    Generating kicker playing schedules

    This software is to generate kicker playing schedules that should be as fair as possible. There are the following hard constraints: - Each match consists of 4 players, with 2 teams of 2 players each. - All players participating at the whole schedule will be included in the same number of matches. The following optimization objectives are being regarded: - Each player should be scheduled for each table position equally often. - All combinations of team-mates should happen equally...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PPIXpress

    PPIXpress

    specific protein interaction networks from transcript expression

    Although protein-protein interaction networks are an ubiquitous component of modern systems biology, comparatively few efforts have been made to tailor their topology to the actual cellular condition under study. Since a simple reduction of the networks to the subset of expressed genes only scratches the surface of higher organisms’ regulatory capabilities, we propose the advanced method PPIXpress that allows to exploit expression data at the transcript-level and is thus able to also reveal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    DICOM Confidential

    An open source Java DICOM de-identification toolkit

    DICOM Confidential project develops an open source DICOM (Digital Imaging and Communications in Medicine) de-identification toolkit that provides the necessary flexibility to account for different de-identification requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    weka-MTreeClusterer

    Flat clustering algorithm based on MTrees implemented for weka.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    snowflake

    snowflake

    A modern graphical SSH client

    https://github.com/subhra74/snowflake Snowflake is a graphical SSH client. It has a file browser, terminal emulator, resource/process manager, disk space analyzer, text editor, log viewer and lots of other helpful tools, which makes it easy to work with remote servers. It runs on Linux and Windows. Snowflake has been tested with Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    Commandline tool for generating MP3 playlists from ID3 tags. Configured by property file, runs head-less; user can schedule server to generate playlists from compound conditions on a regular basis. Java => "any" platform, but only tested on Win32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    Java OWL Reader

    Java library which offers information contained in an OWL resource

    A Java library which reads an OWL resource, e.g. an OWL file, and offers methods to get the contained information. For that is has methods to get all OWL classes together with their subclasses and their data types (i.e. their data properties), all relations of these OWL classes (i.e. all object properties), all OWL individuals together with their classes and their data values (i.e. their positive data property assertions) and all relations of these OWL individuals (i.e. all their positive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Torrent-Directory Comparison

    Compares files in directory and in torrent to display differences

    ... - Checks files inside a directory and compares the paths with the paths inside torrent. Then displays files in directory but not in torrent, files in torrent but not in directory and files in both directory and torrent. Program command line parameters are: file.torrent [directory [+] [-] [=]] file.torrent The torrent file directory Directory to compare contents with torrent file + Display files in torrent file, not exist in directory - Display files in directory, not exist in torrent = Display files existed in both directory and torrent Absent of + - =, means all of them
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    PTESFinder

    Post-Transcriptional Exon Shuffling (PTES) Identification Pipeline

    PTESFinder is a computational pipeline for identifying Post-transcriptional Exon Shuffling events from high-throughput RNAseq data. PTESFinder leverages the power of established RNASeq tools and systematically excludes all known classes of false positive structures by applying stringent filters designed to specifically target these false positives. PTESFinder compares alignment qualities of reads mapping to putative PTES structures with qualities of the same reads when mapped to genomic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Magellan

    Magellan

    A graphical frontend for PbeM like Eressea

    The Magellan Client is basically a GUI for the PBEM (play by email) game Eressea, but can be used for other "Atlantis" based games, too. -- Magellan ist die am weitesten entwickelte graphische Oberfläche für Eressea, das Email-Fantasy-/Strategiespiel -- For further informations please have a look at our repositories unter https://github.com/magellan2
    Downloads: 13 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB