Showing 23 open source projects for "c unit test"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it 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
    Windows Calculator

    Windows Calculator

    A simple yet powerful calculator that ships with Windows

    Calculator is the open source version of the Microsoft Windows Calculator application. It is a modern Windows app written in C++ and C#, offering standard, scientific, and programmer modes, unit/currency conversion, date calculations, and history/memory operations. It ships preinstalled with Windows and is actively developed on GitHub. Standard Calculator functionality, which offers basic operations and evaluates commands immediately as they are entered. Scientific Calculator functionality, which offers expanded operations and evaluates commands using the order of operations. ...
    Downloads: 85 This Week
    Last Update:
    See Project
  • 2

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    This is a command line C++ code which compiles and links using gnu g++. It has scientific notation, scientific functions, complex integration including path integrals, and loops with tests. User defined functions are strings. A variable may simultaneously represent a scalar, an array, and a string. Arrays up to ten dimensions are allowed. Householder reduction is used for determinants, eigenvectors, and QR matrix factorization. Class Matrix and class Polynomial facilitate finding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Engineering Calculator

    Engineering Calculator

    Engineering Calculator and Unit Converter

    Engineering Calculator is a lightweight, yet handy math expression evaluation and unit conversion utility that is always at your fingertips.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    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...
    Downloads: 2 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    Lamina ✦

    Lamina ✦

    Math on a Sheet of Glass! A WinUI 3 Calculator for Windows 11.

    Lamina ✦ is a WinUI 3 calculator that is not only includes a Regular Calculator but also something called "Scripties". She supports Mensuration, Finance, Currency Conversion, Unit Conversions And More!, making her a Very Extendable Option. Target OS: Windows 11 ONLY. | Latest Stable Version: v11.26100.15.0 App Execution Aliases : lamina.exe & lmna.exe What are Scripties? Scripties are High Performance GUI equivalents of Console Scripts, that are Reliable and Easy to...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    rechne.exe

    rechne.exe

    Command-line calculator and libray.

    Easy-to-use command-line calculator for basic and scientific calculations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. ATC Online Alpha: https://advantrigoncalc.sourceforge.io/atc/ More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / ^ and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K with A, B, C, D complex I * I = -1 , J * J = -1 , K * K = -1, I * J = K, J * I = -K , J * K = I,K * J = -I, K * I = J, I * K = -J Transpose T takes I into -I, J into -J, K...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    tau-math-tool

    tau-math-tool

    Fast Win32 math & science tool

    tau is a simple, fast RPN scientific command line math tool with array processing, complex number support, plotting, unit conversions, built-in help, logic operations, statistics, signal processing, and many advanced functions. tau evolved to be efficient and practical. We listen to our user stories.
    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
    qmcalc2

    qmcalc2

    Programmable graphical scientific calculator

    Full featured graphical scientific calculator modeled after actual commercial hand held scientific calculators. Fully tested and error free (as far as I know). Comes with HTML documentation, test files and sample calculator scripts. Win Xp / Linux. Works also for Windows 7 Professional and Ultimate edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    file digest

    A command-line utility for calculating and verifying file checksums.

    Digest is a command-line utility which can be used to calculate and verify checksums of any files, similar to md5sum or RHash, but using modern hash algorithms. Supported algorithms: BLAKE, BLAKE2, Grøstl, JH, Kupyna, MD5, SHA-1, SHA-2, SHA-3, Skein, SM3, Streebog, Whirlpool. Usage: digest [-c] <algorithm> <filename(s)> For example, if you want to calculate the checksums using skein512/256 algorithm, use this command: digest skein512/256 * > checksums.skein To verify the checksums: digest -c skein512/256 checksums.skein You can get a full list of supported algorithms and test the performance of different algorithms on your PC using the command: digest test <iterations> <filename> This will calculate hash sum of <filename> multiple times (number of times is specified by <iterations>) and output the results with precise timings. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Standard Atmosphere Calculator

    Standard Atmosphere Calculator

    Calculate the Standard Atmosphere properties at different altitudes.

    Simple dialog window to calculate the Standard Atmosphere properties (namely Temperature, Pressure, Density, and Speed of sound) using the altitude as input. It uses the published US Standard Atmosphere 1976 set of equations. Different unit conversions can be done directly within the interface. Useful for preparing CFD boundary conditions. The executable will write an .ini file from within the same folder it is launched. The ini file retrieves the interface options as well as positioning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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
  • 14
    EuroNCAP Points Calculator

    EuroNCAP Points Calculator

    EuroNCAP Grid Point Calculator

    Euro NCAP Calculator is a GUI based tool, developed in Qt-Open source, to calculate EuroNCAP point performance using test or CAE Simulation results in csv format. Using this tool, NCAP performace for every loadcases can be calculated using X simple steps. This tool can currently takes care of Euro NCAP 7.0 protocol fully and partially the Euro NCAP 5.0 protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Drilling Calculator, Calculate all your drilling numerical with least effort and most accuracy! (for student purpose only, not professional usage). Application developed on C#. (c) 2011, Chiradeep Gupta; University of Petroleum and Energy Studies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Calculator

    Command-Line UI Calculator

    Ever wanted to use a calculator by using the command line? Now you can! This is a command-line interface calculator. It had the basic ability to divide, multiply, add or subtract.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A windows Warhammer fantasy battles calculator. Calculates the probability that unit X breaks unit Y. Has the ability to calculate more than one round, e.g. calculate the probability that unit X breaks unit Y in round 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Simple Calc

    A Simple Calculator

    just a test, very simple calculator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CO2 Calculator

    Every PC user should know how much his Computer is polluting the World

    A freeware program that allows you to calculate the gramms of Dioxyde Carbon (CO2) produced by your computer. The CO2 gramms depends on the pc power and the energy source, that the user can choose between the Coal, Natural Gas and Solar and are calculated each second.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    A simple C++ calculator for the SAT II Math subject test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RPowr is a simple calculator for planning correlational research. It computes the power of the Pearson correlation coefficient allowing adjustment for unreliability and range restriction of the variables (e.g. predictor and criterion measures).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PNoten is a special purpose calculator. It's purose is to convert the score (of a test) achieved by a student in relation to the total score to a rating (german: Note, Zeugnisnote) and to store and evaluablely keep these with all relevant information
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB