79 projects for "command-line" with 2 filters applied:

  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    4tH compiler

    4tH compiler

    A Forth compiler with a little difference

    ...It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, BASIC interpreter, line editor, preprocessor, compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment.
    Leader badge
    Downloads: 103 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    rechne.exe

    rechne.exe

    Command-line calculator and libray.

    Easy-to-use command-line calculator for basic and scientific calculations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CRC RevEng

    CRC RevEng

    Arbitrary-precision CRC calculator and algorithm finder

    CRC RevEng is a portable, arbitrary-precision CRC calculator and algorithm finder. It calculates CRCs using any of the 113 preset algorithms, or a user-specified algorithm to any width. It calculates reversed CRCs to give the bit pattern that produces a desired forward CRC. CRC RevEng also reverse-engineers any CRC algorithm from sufficient correctly formatted message-CRC pairs and optional known parameters. It comprises powerful input interpretation options. Compliant with Ross Williams'...
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    calc: C-style arbitrary precision system

    Calc: arbitrary precision C-like arithmetic & calculator

    Calc is arbitrary precision C-like arithmetic system that is a calculator, an algorithm prototyper and mathematical research tool. Calc comes with a rich set of builtin mathematical and programmatic functions.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    PeaZip

    PeaZip

    Free Zip software and Rar extractor

    ...Create: 7Z, ARC, Brotl, BZip, GZip, PEA, TAR, WIM, XZ, ZPAQ, ZIP, Zstandard files and more Open and extract 200+ file types: ACE, CAB, DEB, ISO, RAR, ZIPX and more Features of PeaZip includes extract, create and convert multiple archives at once, create self-extracting archives (sfx), split files, strong encryption with two factor authentication, encrypted password manager, secure deletion, find duplicate files, calculate hashes, export task definition as command line script.
    Leader badge
    Downloads: 1,678 This Week
    Last Update:
    See Project
  • 7
    OptionMatrix

    OptionMatrix

    Financial Derivatives Calculator with 171+ Models (Options Calculator)

    A real-time financial derivatives calculator supporting 171+ models from QuantLib, Financial Numerical Recipes in C++ and MetaOptions. Matrices of prices are created with iterating strikes and/or months. A strike control system can produce any strike. A generalized date engine can calculate re-occuring distances to any industry used expiration into the future. Spread engine with spread views. Models Supported: Black-Scholes, Merton-73, Black-76, Roll Geske Whaley, Garman KohlHagen, Jump...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    NZMATH

    NZMATH

    Python Calculator on Number Theory, three-birds-one learning material

    ...It is freely available and distributed under the BSD license. All programs are written only by Python so that you can easily see their algorithmic number theory. You can get NZMATH with a single command: % python -m pip install -U nzmath Here % is the command line prompt of Windows or Unix/macOS. This release contains several program corrections and additions obtained by writing a programming "notebook" of the book 'Lectures on Elementary Number Theory' (TAKAGI, Teiji) in Python-NZMATH language. The "notebook" is available together. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    GestioIP IPAM - IP address management
    An automated, Web based IP address management (IPAM) software. It features powerful search and filter functions for both networks and host, as well as many tools (e.g. a subnet calculator) helping Administrators to plan and handle complex IP networks
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    pfcalc is a pipe friction calculator using the Darcy-Weisbach equation. gpfcalc is a Gtk front-end for pfcalc. Qpfcalc is a Qt front-end for pfcalc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    NOTE: Moved to https://github.com/vapier/pcalc Pcalc is a command line calculator handling HEX DEC OCT BIN. It can process a script, save variables to file, full math parser, parentheses, exponential, sin/cos, sqrt, date, inch/mm celsius/f, compound expressions ...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    Wcalc

    Wcalc

    A powerful arbitrary-precision calculator.

    Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13

    cgtkcalc

    A simple calculator for complex number calculation.

    A simple scientific calculator for complex number calculation. It requires the GTK+ toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    fzcal

    fzcal

    A calculator capable of complex arithmetics

    A command line calculator capable of complex arithmetics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    manticora

    ternary logic calculator

    Some scripts for boolean calculation, including a parser. Ternary logic support. Everything is written in Posix Sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    resParser

    resParser

    Command line scientific calculator

    resParser is a command line scientific calculator exploiting "50 digit precision" floating point computations using GMP and MPFR library. The project is open source with GLP v2 licence and cross platform. It is implemented with QT for GUI and for useful classes like QString. In the begin it was just a tool for computation of resistors values. Very similar to Speed Crunch as features Features: * Command line input * Built-in functions (log, exp, sin, cos, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    etm: event and task manager
    etm provides an intuitive format for using plain text files to store data, a command line interface for viewing data in a variety of convenient ways and a GUI interface for both viewing and modifying data. Repetition and alerts are supported .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cooldt

    Cooldt

    Cool-down time calculator for multi-layers pipe

    Cooldt calculate the cooling duration of a multi-layers pipe in a cold environment. The duration to reach the “Final fluid temperature” or cool-down time (CDT) is calculated by solving the heat equation in cylindrical coordinates with a flux conservative formulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Fekke's BMI calculator

    C# BMI Calculator with wizzard.

    An application written in C#, which will assist you in calculating your Body Mass Index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Interest(ing) Calculator is useful in calculating Financial Parameters of loans/deposits.Loan/Deposits have four variables.They are, Principal,Interest Rate,Term,Installment.IC helps to calculate any one variable, if you know the other three variables.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    HPN cli calculator

    A functional HP-style command-line RPN scientific calculator

    HPN is a functional - as opposed to microcode - cross-platform emulation of a classic 1970s Hewlett-Packard scientific calculator for any command-line interface. Its operations completely model the historical and groundbreaking HP-35 series, and functions to support the HP-45 and the later HP-65, 67 and HP-15C are in the pipeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    clic

    command line interface calculator

    CLIC is a command line interface calculator based on readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    islec

    islec

    ISL Solid-Liquid Equilibrium Calculator

    ISL Equilibrium Calculator,which process solid-liquid equilibrium calculation by using Harvie extended Pitzer's ion interaction electrolyte solution model and particle swarm optimization Gibbs free energy minimization (GEM). ISLEC is an efficient tool for solid-liquid equilibrium calculation, and can simulate the crystallization path of seawater and salt lake brines. ISLEC is suitable for related researches and process design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Phone Call Cost

    Phone call cost calculator

    Phone Call Cost is a program that in the end, aims to be able to pull length of call time from a phone that displays such information and multiply it by a known rate (given to the program via the UI (or hard coded in by the end user)) and return the cost
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next