[go: up one dir, main page]

  • Monitor your whole IT Infrastructure Icon
    Monitor your whole IT Infrastructure

    Know what's up and what's new: Monitor all your systems, devices, traffic and applications.

    Caters to tech staff, system Administrators, and companies of any size, from small and medium sized businesses to enterprises that need their IT network to be reliable and easy to monitor in real-time. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine. PRTG optimizes connections and workloads as well as reducing operational costs by avoiding outages while saving time and controlling service level agreements (SLAs).
    Start Your Free PRTG Trial Now
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 1
    cclive is a command line tool for downloading videos from Youtube and other video websites that require Adobe Flash. It has low memory footprint compared to other similar tools.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2

    pandoc

    Universal text format converter

    Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. For latest releases, see https://github.com/jgm/pandoc/releases.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3

    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: 4 This Week
    Last Update:
    See Project
  • 4
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you will find binary downloads and discussion (https://sourceforge.net/p/crgrep/discussion/) . The actual development and issue tracking can be found here: https://bitbucket.org/cryanfuse/crgrep
    Downloads: 2 This Week
    Last Update:
    See Project
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • 5
    Live CD With Zerofree Utility x86 32Bit

    Live CD With Zerofree Utility x86 32Bit

    A Custom Puppy Linux Live CD With Zerofree Utility x86 32Bit

    After Booting with this Live CD, just click on the MOUNT Application icon on the top of the Desktop, then click the Mount Button that is besides the CDROM entry only, to open its folder contents, then Right Click the zerofree.sh file and Choose the "Window" -> "Terminal Here" option and then type ./zerofree.sh and press Enter Key on the Terminal and follow the instructions shown on the terminal. As you may be aware, Booting with a Live CD, requires that you need to change the Boot Order on your System / Guest BIOS, quickly on startup, by pressing either F2 OR F12 OR F10 OR an equivalent key and then change the Boot Order to boot from the CDROM first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    DELOLD is a command line tool used to delete old files with a create date older then a set amount of days. It can do verbose and rescursive with any path given. Perfect for Scheduled and/or batch file jobs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    SplitPDF -SplitPDF.jar- is a ‘command-line driven’ Java-program, it splits a PDF-file by bookmarks into separated PDF’s. The bookmark is used as title for the newly created PDF. Extremely usefull and fast in a batch processing environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    PdfgrepGui

    PdfgrepGui

    This is a simple GUI for the command line tool grep and pdfgrep

    This program is a GUI for the command line tool grep and pdfgrep. Pdfgrep search text in multiple PDF files and grep can serach text in multiple text files. You can use regular expressions for the search (https://en.wikipedia.org/wiki/Regular_expression). This GUI and the command line tools work without indexing. The following options are used: -i (ignore case) and -F (fixed strings), -n (Print page number or output lines) and -H (Print the file name for each match) from the command line tool. The -r option will be done by the program itself. Performance: This GUI works well when searching in several hundreds of documents (depends on the speed of your computer and the length of the documents). Config Dir: [homedir]/.config/pdfgrepgui Available Languages: - English - German You can add your own language by editing the file [homedir]/.config/pdfgrepgui/language.set
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    SiteOne Crawler (desktop app)

    SiteOne Crawler (desktop app)

    A free, feature-rich web analyzer and exporter/cloner you will love!

    A free in-depth website analyzer providing audits of security, performance, SEO, accessibility and other technical aspects. Available as a desktop application for Windows/macOS/Linux and as a CLI tool for advanced users and CI/CD processes. It also includes an offline web page exporter (website clone, mirror).
    Downloads: 6 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 10

    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: 6 This Week
    Last Update:
    See Project
  • 11
    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: 6 This Week
    Last Update:
    See Project
  • 12
    A command line tool to analyze and manipulate DVB (Digital Video Broadcast) Transport Streams
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    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: 3 This Week
    Last Update:
    See Project
  • 14
    DR14 T.meter

    DR14 T.meter

    Compute the DR14 of a given audio file according to the procedure desc

    Introduction to DR14 T.meter DR14 T.meter is a free and opens source command line tool for computing the Dynamic Range of your music according to the procedure used in the off-line meter released by the Pleasurize Music Foundation. This tool is very useful to measure how is loud your music and for understanding that a good quality album always has also a good dynamic, and it's also useful for understanding the effects of the so called loudness war. Dr14 t.meter is released under the terms of the GNU GPLv3 license and is intended for the Linux users that can not use the Windows application released by the Pleasurize Music Foundation or the plugin for Foobar2000. I've largely tested this application and it has always returned results identical to those of the official off-line meter.
    Leader badge">
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Filemaker Data Migration Tool Automator

    Filemaker Data Migration Tool Automator

    Simplifies the use of the Filemaker Data Migration Tool

    The Data Migration Tool Automator is tool for simplifying the use of the Filemaker Data Migration Tool (FDMT) . The FDMT is a command line tool published by Filemaker that facilitates the migration of data from an existing production database to a new clone version of the same database. The problem with the FDMT is that it is a command line tool which requires long and complicated instructions to execute. It can take several attempts and a lot of time to get the exact instruction you need. The Filemaker Data Migration Tool Automator is a Filemaker database which makes it easy to create the command line syntax and calls the terminal scripts for the Filemaker Data Migration Tool. It simplifies the selection of the migration files, enter usernames and passwords and directs them to the FDM For more information and download links refer to: https://community.claris.com/en/s/article/FileMaker-data-migration-tool
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Small command line tool to directly execute SQL statements against any OleDB database. Can also execute a sql batch file. Handy for automation purposes e.g. for MS Access databases.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    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: 3 This Week
    Last Update:
    See Project
  • 18
    hcs12mem is a command line tool for embedded microcontroller developers using Freescale's HC12/S12-family MCUs. Main features: reading/writing/erasing internal memories (FLASH/EEPROM), securing/unsecuring MCU, upload and execution of arbitrary code.
    Leader badge">
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    LuaToExe

    Embedded a lua script in an executable without LUA DLL (one file)

    Builds an executable containing all the files of a LUA application. This executable will be autonomous, it will include all the resources of the application. This program checks, compiles each LUA unit, searches for "require" and dependencies, it automatically includes the necessary modules. It can also integrate other types of files: DLL, Exe, images... The work is simplified by adding pre-compilation directives.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20

    Simple Java Image Tool

    Easy-to-use command line tool for images

    SJIT is an easy-to-use command line program to analyze, manipulate and convert image files.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    fpcconvert

    g-code and HPGL code generator for FreePCB

    A command line tool for PCB job processing written in java. Input .fpc file should be generated by FreePCB. HPGL or gcode output is supported. Java ported General Polygon Clipper library is used for net contour creation. Linux and Windows platforms are tested.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    AnimeTosho Batch Downloader

    Little CLI tool to download batches from animetosho.org

    It's a little Command Line Tool that automates the work of downloading batch uploads on animetosho.org. This script is NO where near STABLE. It might bug out from time to time. Don't forget to read the 'Bugs/Known Issue' Section in wiki.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    DLLInjector is a simple command-line tool for injecting a DLL into a running process.
    Leader badge">
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    ScriptManager is a command-line tool for executing and managing plain SQL scripts. ScriptManager was written in pure Java and requires JDBC driver to connect to any JDBC-compliant database.
    Downloads: 4 This Week
    Last Update:
    See Project