[go: up one dir, main page]

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    A command-line tool to download picturs and control still digital cameras based on Sierra Imaging chipset and compatibles (Olympus, Nikon, Epson, Agfa and some others).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    zimg generates png / jpeg images from arbitrary formatted 2-D ascii or binary data. zimg is a command line tool and suitable for rendering large amounts of 2-D data. zimg is highly configurable via command line switches and dynamically loadable objects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    clarion database reader

    Read Clarion databases and dump data in CSV format

    This tiny tool reads a database in the Clarion Database format and converts it to CSV format. It is a command-line tool and designed to work in Linxu, although the configure may work right under other operating systems as well, like MinGW.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    avrdude-gui is a simple GUI for avrdude (http://savannah.nongnu.org/projects/avrdude) which is a command line tool running on several OS to program the Atmel AVR Microcontrollers.
    Downloads: 12 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Command line tool to convert BMP images to binary bitmaps and c header files with 8bit page layout instead of line layout (one byte is 8-bit vertical line). Can be used to present data for graphical LCD images in micro controller programming (eg AVR).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    Largest Generic Hash and HMAC Program

    57 Hash Functions In One Program, plus each with HMAC or KMAC

    FEHASHMAC is the largest collection of publicly known hash algorithms integrated into a command-line utility. FEHASHMAC contains a set of known test vectors and results for each algorithm such that the correct implementation for each hardware platform and compiler version can directly be verified. Currently 57 hash algorithms like sha1 sha224 sha256 sha384 sha512 and variants, sha3 and shake, all SHA3 finalists and blake3, md2 md4 md5 md6, rmd128 rmd160 rmd256 rmd320, whirl gost lash160 lash256 lash384 lash512 tiger2 and RFC 2104 HMAC and KMAC support are included, plus SHA3 extensions kmac128, kmac256, kmacxof128, kmacxof256 for message.
    Leader badge">
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Mesh2HRTF
    Mesh2HRTF is an open-source project aiming at providing an easy-to-use software package for the numerical calculation of HRTFs. It targets researchers in the field of binaural audio. In a nutshell, Mesh2HRTF simply reads geometrical data, calculates the corresponding sound field and outputs HRTFs. To support multiple computer platforms, the concept of Mesh2HRTF is to focus on a command-line tool, which forms the numerical core, i.e., an implementation of the 3-dimensional Burton-Miller collocation BEM coupled with the multi-level fast multipole method (ML-FMM), and to provide add-ons for existing cross-platform applications for the preprocessing of geometrical data and for the visualization of results.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    paps is a UTF-8 to PostScript converter that makes use of pango. It provides both a stand alone command line tool as well as a library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    vmm - a virtual mail manager

    vmm - a virtual mail manager

    command line tool to manage email (alias-)domains/accounts/aliases …

    vmm is the easy to use and configurable command line tool for administrators and postmasters, to manage domains, alias-domains, accounts and relocated mail users. It allows the fast and easy management of mail servers. vmm is written in Python. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cynet All-in-One Cybersecurity Platform Icon
    Cynet All-in-One Cybersecurity Platform

    All-in-One Managed Cybersecurity for MSPs

    Cynet empowers MSPs and MSSPs with a comprehensive, fully managed cybersecurity platform that consolidates essential security functions into a single, easy-to-use solution. Cynet simplifies cybersecurity management, reduces operational overhead, and lowers costs by eliminating the need for multiple vendors and complex integrations.
    Learn More
  • 10
    Cisco config sanitizer tool

    Cisco config sanitizer tool

    Tool used to sanitize Cisco configuration files.

    Cisco sanitizing configuration tool. It removes passwords, keys, certs and other sensitive data from text config files. Use this tool to sanitize extracted configurations files before you send them to audit (Ex: TAC) 'show tech-support' is good, but sometimes you need to remove more sensitive data from the configurations This tool will scan a folder with all its sub-folders and sanitize every file from that tree. But it will never modify the source files, instead it will create another folder with sanitized files. Info: The result will be another folder next to the source called "<configurations folder>_sanitized" To change the file search filter modify "SET FILTER=" in script file To add/modify/remove sanitizer syntax edit the awk file inside bin folder Usage: cisco-config-sanitizer.bat "<configurations folder>" If there are sensitive data still leaking after sanitizing, please let me know. Right now it does fit my needs, but may or may not yours ;)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    UuidGen

    JAVA-based generation of UUIDs

    A generator for UUIDs is often needed. Not all OS platforms include one. This JAVA-based command-line tool will generate a UUID, write it to the terminal and copy it to the clipboard, every time you call it - or double-click its JAR file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. Other Examples: df -h | { cat ; echo ; } | ./tabulate.sh -d " " -t "My System" -h "Disk Free" > "diskfree.html" Refer Wiki, Tickets, Discussion for more inputs and new jobs, that can arise, with this script. Please see below for LATEST UPDATES
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Windows command line tool to scan DVB-T streams for EPG EIT Schedule data and save it in XMLTV format using the DirectShow PSI filter and any DVB-T device that has compatible DBA drivers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    cd2iso is a small command line tool for creating an ISO-9660 image file of a CD-ROM or DVD-ROM. Perfect for taking backup of your CD and DVD collection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Amnesia CLI

    Amnesia CLI

    Modding CLI tool kit for Amnesia: The Dark Descent

    A CLI tool kit for creation and management of Amnesia: The Dark Descent mods / custom stories. Manages game/engine log files, creates templates of mods, validates and cleans script files, assets, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    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: 2 This Week
    Last Update:
    See Project
  • 17
    CSVfix

    CSVfix

    Command-line tool specifically designed to deal with CSV data

    Copyright © 2014 Neil Butterworth. If you have any dealings at all with data and databases, then you almost certainly will have to deal with comma-separated values (CSV) data. Unfortunately, the CSV files you are given, or are required to produce, never seem to be in quite the right format for your particular business application. And because of the structure of CSV records, using standard text processing tools like sed, awk and perl is not as simple as it might be. Usage: http://csvfix.byethost5.com/csvfix15/csvfix.html?csvfix.html?Usage.html?i=1&i=2 CSVfix aims to provide a solution to these problems. It is a command-line stream editor specifically designed to deal with CSV data. With it you can, among other things:
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    CamIt is a Windows command line tool for continuously capturing a window (or the entire desktop) and saving the video stream as a WMF (Windows Media Format) file. Optionally, sound is also recorded and stored in the WMF file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Library for decoding InterPlay ACM Audio format. Includes command line tool and plugins for WinAmp, GStreamer and XMMS family (XMMS, BMP, Audacious).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    MS-Helios

    MS-Helios: A Circos wrapper to visualize multi-omic datasets

    Advances in high-resolution mass spectrometry facilitate the identification of hundreds of metabolites, thousands of proteins and their post-translational modifications. This remarkable progress poses a challenge to data analysis and visualization, requiring methods to reduce dimensionality and represent the data in a compact way. To provide a more holistic view, we recently introduced circular proteome maps (CPMs). However, the CPM construction requires prior data transformation and extensive knowledge of the Perl-based tool, Circos. We present MS-Helios, an easy to use command line tool with multiple built-in data processing functions, allowing non-expert users to construct CPMs or in general terms circular plots with a non-genomic basis. MS-Helios automatically generates data and configuration files to create high quality and publishable circular plots with Circos.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    PlaylistForVolvo

    Playlist generator for Volvo cars

    Command line tool for Windows platform to generate playlists (m3u) for every folder on USB drive. Useful for Volvo cars. Playlists are gererated for first 2 levels of folder structure. Playlist names are generated by rule: 1. first level - _<folder name> 2. second level - <first 3 letters of root folder name>. <folder name> Playlist for folder contains all audio files in folder subtree. Recommended folder organization: 1. first level - genres 2. second level - albums Usage: PlaylistForVolvo.exe <Audio collection path> [r] Similar tools: http://www.dcmembers.com/skwire/download/splaylistmaker https://sourceforge.net/projects/oplisker/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    This is a simple command line tool to customize CP2103 USB to UART bridge controllers in home-grown hardware. VID, PID, product name string, serial number string, and release version of the device can be changed next to GPIO port modes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    dismGUI
    dismGUI is a Graphical User Interface written in Java for Microsofts command-line tool "dism" (Deployment Image Servicing and Management). Features are developed on request only.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Diva is a command-line tool for dispersal-vicariance analysis, a simple method for inferring the distributional history of organisms (Ronquist, F. 1997. Systematic Biology 46:193-201).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    tLISP is a small implementation of the LISP programming language written in Object Pascal. Includes tle a command line tool for working with the LISP environment, and dynamic library for calling LISP functions from other applications. tLISP 2 or dLISP is
    Downloads: 2 This Week
    Last Update:
    See Project