Browse free open source C# Calculators and projects below. Use the toggles on the left to filter open source C# Calculators by OS, license, language, programming language, and project status.

  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 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. Programmer Calculator functionality, which offers common mathematical operations for developers, including conversion between common bases.
    Downloads: 151 This Week
    Last Update:
    See Project
  • 2
    RPNcalculator
    Nice looking calculator using Reverse Polish Notation (RPN) written for Windows. It supports DEC, HEX, BIN, OCT numbers, GRAD, RAD and DEG.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    IP Subnet Calculator
    Administration of large networks could be a very time-consuming work. So this program should represent a comfortable solution for calculating subnets in IPv4-networks. First fo all it is designed for Windows but also executable under Linux/Mono.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4

    Insulin IP Calc

    Insulin infusion protocol calculator

    A simple, point of care, clinic decision support system (CDSS) Android app for Insulin infusion and hyperglycemia management in the ICU. The infusion protocol calculator is based on the updated "Yale Insulin Infusion Protocol" http://bit.ly/1DaVfUd and American Association of Clinical Endocrinologists (AACE) blood sugar targets. http://inpatient.aace.com/ . Source code requires Xamarin Studio & Android SDK to compile.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    MC34063 Universal Calculator

    A calculation tool for the MC34063

    If you ever worked with the MC34063 Switching Controller, you know what a pain it is to calculate all the part values. This tool is an universal tool to help you with this process. You can calculate any standard application, such as step-up, step-down, inverting and step-up-down. PS: I would be happy about any (positive xD) reviews as well as any bugreports, comments or feature requests that you might have!
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    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: 7 This Week
    Last Update:
    See Project
  • 7
    Hash Calculator

    Hash Calculator

    Simple Hash Calculator

    This program will allow you to manually type, or browse for a file on your system. You will then be able to generate a MD5, SHA256, or SHA512 hash digest of this file. This program requires no installation and is intended to be a simple, lightweight program. This is also my first open source project!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    A powerfull tool to work with math functions. At this stage of progress it's draw 2D graphs and 3D graphs of any function. Also have very easy to use calculator which can calculate complicate expressions.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Helps you to verify the integrity of the files. Hash Calculator for files. Using: CRC32 MD5 RIPEMD-160 SHA-1 SHA-256 SHA-384 SHA-512 Update: Added CRC32 Now supports big files (more then 4Gb) *Requires .NET 4.5
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10

    Ballistic Calculator

    Open Source Ballistic Calculator in C#

    !!! This project is currently CLOSED. There is a new version of API available under LGPL license at https://github.com/gehtsoft-usa/BallisticCalculator1 There is a new version of application in progress (ported to net framework 5.0) https://github.com/nikolaygekht/ballistic.calculator.app Ballisitic Calculator based on JBM's implementation 3-degree of freedom model, ported to C#, improved to support metric system and extended by some math from Litz's "Applied Ballistic" book. Calculator displays ballistic tables, graphs, comparison graph and reticle images. The application is free to use under GNU license
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Full Calculator is a calculator with basic mathematical operations, but it has units conversions and temperature conversions too.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Subnet Calculator

    Subnet Calculator

    Subnet Calculator

    Very simple subnet calculator written in C#. Designed to be lightweight and portable for quick daily usage. Feel free to contact me at orphamiel@yahoo.com if you wish to contribute.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Tibi's Mathematics Suite

    Tibi's Mathematics Suite

    A suite of useful mathematical applications.

    The Tibi's Mathematics Suite is a package of various mathematical applications. Included in the package are: a scientific calculator, a graphing calculator, a matrix calculator, and a factorizator. Requirements: .NET Framework 4.0
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    BinaryCrypt

    BinaryCrypt

    Binary Conversion Calculator

    With BinaryCrypt, you can convert between regular text, binary, hexadecimal, octal decimal and decimal. You can convert only decimal (as of right now) to any base up to base 64. You can also save your converted text to a file or open a converted text file to decrypt the message, and perform basic arithmetic in binary. The git repo for the C# code is located at: https://github.com/m1r4g3/BinaryCrypt-.Net
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    This is an Erlang B and C calculator. Used in call centers to predicted service quality. Erlang B is also used in network planning. Written in Visual Studio C#. Erlang C is used or modified in commercial workforce management software.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A calculator written in C#.NET 3.5 that aims to be simple and usable. Future plans include functionality above and beyond that of the standard windows calculator. (Requires the .NET 3.5 framework)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A quick and easy to use SHA1 calculator for Windows, using C# & .net. (very) Similiar in style to winMD5Sum; supports filenames passed on the command line & files drag+dropped on!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    A graphing calculator implementation of the Black-Scholes Option Pricing Model, with extensions for both American Style Options and Extreme Value Theory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Eve Targeting Speed Calculator

    Targeting Speed Calculator for Eve Online

    Calculates Targeting speed from Scan Resolution and Signature Radius Signature Analysis is calculated as lvl5 Sensor Booster calculated as t2 with Scan Resolution script Sensor Amplifier calculated as t2
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Forex Assistant

    Forex Assistant

    Manage accounts, analyze trades, track strategies & stats , News & Cal

    Forex Assistant is a comprehensive Windows desktop application designed to support forex traders in every aspect of their trading journey. From essential trading calculators and market insights to powerful account and trade management, it brings everything you need into one intuitive platform. 🔑 Main Features 🧮 Calculator Tools Profit/Loss Calculator Currency Converter Position Size Calculator Pips Calculator Margin Calculator 🌍 Market Insights Live Market News Economic Calendar 📊 Account Manager Add multiple trading accounts with balance and custom descriptions. Track current balance, profit/loss, and drawdown (daily and total). Add and manage positions manually with full details: entry price, stop loss, take profit, volume, PNL, and notes. Add notes for every trade: describe the strategy used, whether the trade was emotional or technical. Import historical trades directly from MetaTrader HTML reports. 📈 Trade Analysis & Insights
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Calculator for Hand Held CE devices. Wide range of functionality in a compact framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    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 Make. Install Lamina ✦ from Winget : winget install Lamina Version Structure : 11 -> Target OS ( She IS for Windows 11 ) 26100 -> Release SDK Version ( Currently She uses 26100.xxxx Versions of Windows 11 SDK ) 15 -> Release Index ( Here 15 stands for the 15th Release Of Course! ) 0 -> Filler Number ( Package.appxmanifest doesn't allow me to edit this Number so it's there for NOTHING 💀 )
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A look angle calculator program. Includes precise calculations with optional magnetic variation, updatable satellite listings, and geographical data from USGS database. Input by city, zipcode, or coordinates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Simple Calc

    A Simple Calculator

    just a test, very simple calculator
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A scientific graphing calculator written in C#.NET. This is a no longer graded educational project. This project has been abandoned. See the latest news post for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Auth0 Logo