• 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
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1

    Zwicker s Loudness Calculation SW +Tool

    Zwicker's Loudness Calculation (ISO532B) Tools

    Zwicker's Loudness Calculation (ISO532B) Tools. The project includes a loudness calculation program based on Zwicker's Method, and a WAV file analyzer generating data files for loudness calculation. Documentation and test files are also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ac-engine-calculator-java

    Calcule a Frequência, Rotações por Minuto e Número de Pólos de um motor de corrente alternada com o seguinte cálculo: f = n * p / 120 - Onde: f = frequência, n = RPM do motor, p = número de pólos

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    advanced md5 calculator and checker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    agincourt

    agincourt

    Lightweight calculator for Android

    Agincourt is a lightweight, BODMAS-compliant calculator for Android. It is released under the GPL3 license which means you are free to look at the source code and alter it, with certain restrictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    alkacalc

    Lye calculator for soapmaking

    AlkaCalc assists with the creation of soap recipes for either liquid (potassium hydroxide) or bar (sodium hydroxide) soaps by calculating the amount of lye needed to saponify any combination of soapmaking oils.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bcal

    bcal

    Byte CALculator for storage conversions and calculations

    bcal (Byte CALculator) is a command-line utility for storage conversions and calculations. Storage, hardware and firmware developers work with numerical calculations regularly e.g., storage unit conversions, address calculations etc. If you are one and can't calculate the hex address offset for (512 - 16) MiB immediately, or the value when the 43rd bit of a 64-bit address is set, bcal is for you. Though it started with storage, the scope of bcal isn't limited to the storage domain. Feel free to raise PRs to simplify other domain-specific numerical calculations so it can evolve into an engineer's utility. bcal follows Ubuntu's standard unit conversion and notation policy. Only 64-bit operating systems are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BMP100 is a software that converts computers pictures to a format that can be displayed on the graph100 / afx2 graphic calculator from casio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Calctool is the graphical calculator application that was in the OpenWindows Deskset of the Solaris 8 operating system. Sun Microsystems Inc. have kindly given permission to release it. It incorporates a multiple precision arithmetic packages based o
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A calculator for who wish to calculate your curricular grade to the nest semester. But it may be like the ufba model (disciplines and pre-requests). Uma calculador para calcular a grade curricular do próximo semestre. Ideal para cursos em que as disciplinas tem o modelo disciplina e pré-requisitos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    Command-Prompt vector Calculator (Vector Product, Dot Product, Cross product) with Adaption for Geology (Borehole-Plane Intersection Angle, and Plane-Plane Intersection Orientation). *.csv File Input Supported. (Described in Help (/?))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Console based application which should compile on any system supporting c++. Includes calculations like blood alcohol content, 1/4 mile run, liter conversion, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    Chime is a smith chart calculator used for impedance matching in RF circuit design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cl-calc aims to be a simple command line calculator. It can handle precedence unlike a lot of graphical calculators. cl-calc is written in Python and requires PLY (Python-Lex-Yacc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    clac (Command Line Advanced Calculator) evaluates mathematical expressions from the argument list or from stdin and writes the answer(s) to stdout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    clic

    command line interface calculator

    CLIC is a command line interface calculator based on readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    this is a small commnd line calculator can be built on
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    coral-ctc-terminal-calculator

    coral-ctc-terminal-calculator

    A minimal calculator application for terminal lovers

    CTC is a minimal and easy-to-use calculator application for your terminal. This project is meant for people who are quick with terminal applications, who may want a replacement for a GUI calculator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Small calculator coded in c++. Intended to be used in a terminal, takes argument(s) and outputs the result(s) chronologically. The code is about 200lines, and benefits from the shunting yard algorithm. This is not a complete calculator, don't know if it will be because i only coded it to enable myself to do quick calculations while in a terminal. Therefore it does not check for typos, and a wrong formulated expression may result into a segmentation fault. It's infix notation, and as long as you remember to always include 2 numbers per operator(including -) it should be fine. It's very important to give the exact argument number to functions as well. To use the calculator in the terminal regardless of current path, add the executable to the path for looking up programs, or simply move the program into a path already set up. Case you're on windows there's already a program by the name calc provided by windows, either uninstal it or change the name of this executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    date calculator
    This program calculates the days, months and years between two dates. This is a console based version compiled for windows. GUI version and linux compatibility soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Two full-fledged object-oriented classes dealing with dates (class cDate) and spans of time (class cPeriod) written in C++. The datecalc-cpp project is a sub-project of tbvs-hr (https://sourceforge.net/projects/tbvs-hr).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Two full-fledged classes dealing with dates (class cDate) and spans of time class cPeriod) written in PHP. The datecalc project is a sub-project of tbvs (http://sourceforge.net/projects/tbvs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    discorddate

    Generate Discordian Dates

    Hail Eris! What better way to show your devotion to the Goddess of Chaos and Discord herself than to show the Discordian Date wherever and whenever you would show a mundane date?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    divcalc4all

    Division calculator.

    Divcalc4all is a simple command line division calculator.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB