27 projects for "command line tools" with 2 filters applied:

  • 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
  • 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
  • 1
    TraceMAC - Traceroute for MAC addresses

    TraceMAC - Traceroute for MAC addresses

    TraceMAC is a command-line Layer 2 traceroute for Cisco switches

    TraceMAC is a Windows/Linux command-line tool that allows you to trace a specific MAC address thru Cisco switches. It works by connecting to a switch using SSH, SNMP, Telnet, HTTP or HTTPS and do some "show commands" and later process the output, this will happen recursively until it finds the switch where that MAC address (PC/Printer/Etc) is directly connected.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Turbo Pascal (With DOSBox)

    Turbo Pascal (With DOSBox)

    Free compiler and development environment for Pascal

    Turbo Pascal (With DOSBox) (TPWDB) is a free and open source compiler and Integrated Development Environment (IDE) for Pascal language on Windows 64 Bit and 32 Bit. Using basic Pascal programming, many functions, no need to install multiple steps and integrate some other tools.
    Leader badge
    Downloads: 702 This Week
    Last Update:
    See Project
  • 3
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    WinMerge

    WinMerge

    Windows visual diff and merge for files and directories

    WinMerge is a Windows tool for visual difference display and merging, for both files and directories. It is highly useful for determining what has changed between file versions, and then merging those changes. WinMerge has Unicode support, Flexible syntax coloring editor, Visual SourceSafe integration, and Windows Shell integration. Regexp filtering for filenames and lines. Side-by-side line difference and highlights differences inside lines. A file map shows the overall file differences in...
    Leader badge
    Downloads: 32,391 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    TortoiseSVN

    TortoiseSVN

    An Apache SVN client, right where you need it most

    TortoiseSVN is a Subversion (SVN) client, implemented as a windows shell extension. Which means it's available right where you need it: in the Windows file explorer. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. Simply the coolest Interface to (Sub)Version Control!
    Leader badge
    Downloads: 342,341 This Week
    Last Update:
    See Project
  • 6
    ELENA Programming Language

    ELENA Programming Language

    an object-oriented language with late binding

    ELENA is a general-purpose, pure object-oriented language with late binding. It promotes more object-oriented program design, reusable and more standardized code. The package includes compiler, IDE, ELENA libraries and samples
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    DocScript

    DocScript

    A simple, procedural programming language.

    DocScript ...is a simple procedural programming language, with... Real-time multi-client distributed "execution sessions" Numeric literals in any base Built-in remote code-execution (DS-Remoting) Compilation to standalone .NET exes (DS-Compilation) A capability to pipe separate interpretation stages into one another. Watch the "DocScript in 3 Minutes" YouTube Video! https://www.youtube.com/watch?v=ybl5pVSJOOk Start using DocScript in the next few seconds: open cmd, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FileVerifier++
    FileVerifier++ is a Windows utility for calculating hashes using a number of algorithms including CRC32, MD5, SHA-1, SHA-256/224/384/512, WHIRLPOOL, and RIPEMD-128/160/256/320. Supported hash file formats include MD5SUM .MD5, SFV, BSD CKSUM, and others.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 9
    DoxyComment is a small set of tools designed to help you document your C/C++ projects. Currently the project contains an add-in for Visual Studio 2005 and an xslt formatting template.
    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
  • 10
    Production Ready Eleflex

    Production Ready Eleflex

    ELEFLEX is a C# framework for SOA, ESB and code generation solutions.

    This project moved to GitHub. Please go to https://github.com/productionReady/eleflex/ to get the latest source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ExportTxt2msSQL

    Export each line in a text file as a row in a table in MS SQL Server

    Uses the Microsoft DTS (Data Transformation Services) Engine to export each line a text file (or a set of text files) as a row in a table in a Microsoft SQL Server (2000/2005) database. Can filter for a folder, list of folders, exclusion list for files, selected file extensions. Configuration kept in an XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    TableauPublisher

    TableauPublisher

    Sync .twb files to Tableau Server (prevent report chaos!)

    Prevent report chaos on Tableau Server! Python script that can publish a collection .twb files to Tableau Server. Can publish just the files that have changed. Files are stored in subversion and checked out to a local file system. Comparison of what has changed checks last commit time in svn vs last update time on Tableau Server. Can also run in 'nopublish' mode which just confirms what it would do, but doesn't take any action. Requires tabcmd, python 2.5, pysvn, minidom,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Apache VirtualHost Python

    Simple, Fast & Powerfull

    Apache2 VirtualHost Python is a very simple and powerfull app for create Virtuals Host on Apache Server. Created with Python3, Apache VirtualHost Python is a very compatibly with your OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ConsoleFx Commandline Processing Library

    ConsoleFx Commandline Processing Library

    Command-line application library

    ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both fluent and declarative (using attributes) programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Inspired by JUnit, csUnit brings the power of unit testing to the .NET framework. csUnit is your key to unit testing and test-driven development using .NET languages such as C#, Visual Basic .NET, Visual J#, or Managed C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    command4net makes it easy to implement asynchronous command support for Console and command line based applications or services via the use of scripts written in any .NET language and optionally contained in external assemblies. C#, VB.NET, Boo Examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a package of cmdlets for PowerShell. Currently provided tools are: PStime - a cmdlet to measure the time elapsed by running the specified command. (is similar to GNU time(1)), PSwget - a cmdlet to get the content of the resource specified by URL,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project uses massively parallel Graphics Processing Units(GPU) for neural network(Backpropagation) purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Systin stands for System Testing in .Net. This is a port of the popular Systir program. Systin will allow for an abstraction of Test Case specification and Test Case automation execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XSCodegen is a codegen - code generation utility for developers and architects. This tool reads database schemas, then use xslt based templates to generate code or documents to implement rapid development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CDSD provides a location for your configuration storage, access code for your application and appropriate documentation. It's not only possible to maintain configurations more easily but also minimising the effort handling configuration in your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The dfslink command line tool help's to add a lot of links to a Microsoft DFS structure in one fell swoop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The VBScript Code Catalog will produce a library of frameworks consisting of user defined functions written in VBScript. *Most* of the functionality and simplicty found in KiXtart will be duplicated and other frameworks will be developed in addition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GnuWin64 provides Win64-versions (x64) of GNU or similar open source tools. The ports are native ports, that is they rely only on libraries provided with 64-bit Microsoft Windows operating system for the AMD64 and Intel64 (EM64T) architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB