• 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
  • 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
  • 1
    Useful calculator with options hex, dec, bin, sci, fix, deg, rad. and with history calculation. Programming in C++, for Windows. Create in C++ Builder 6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    calc_shell

    This is a command line left to right calculator.

    This is a command line left to right calculator with no operator precedence. It displays answers to a given mathematical expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    calculadora-cordova-brython

    calculadora-cordova-brython

    Example of application created with Cordova and Brython

    Example of application created with the Cordova Framework and the Brython Interpreter. Simple calculator that allows basic operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Calculator is a small as it says calculator written in C++. The goal is to write a fully featured calculator which can beat MS Calculator. It will support Win32,Linux,Mac and so far most of the OS on the market.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    calculatorpp

    calculatorpp

    Calculator++

    Written in C++ (using template). Calculator++ is a application/library for Window (POSIX). The core of code is adaptable for posix. This algorithm support: + built-in operator + built-in functions + run-time functions and variables definition + run-time units system, units with prefix + constants definition + Pretty mathematical expressions - Process ascii files (dev) - vector and matrix (dev) - graph 2D and 3D (dev) - vector graph (dev) - symbolic calculate (dev) - Animations (dev)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 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

    calistry

    Chemistry Calculator

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    Chime is a smith chart calculator used for impedance matching in RF circuit design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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
  • 18

    clic

    command line interface calculator

    CLIC is a command line interface calculator based on readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    comlica = command line calculator. just a new bc clone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    this is a small commnd line calculator can be built on
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cool_calculator

    Simple calculator using python and tkinter

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Calculator with many functions, including equation solving and plots drawing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    cosmo

    a calculator for almost all of your use

    in short it is an calculator without any graphics but is op and BTW it works only for windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
MongoDB Logo MongoDB