Showing 22 open source projects for "calculation"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    HatchKeeper

    HatchKeeper

    Free Open-Source Egg Incubation Software

    HatchKeeper is free open-source egg incubation software, that is for the person who hatches his own chickens or other fowl. Its just a simple app, but it saves a lot of time with its automatic calculation features and makes keeping track of the eggs easy. Visit the homepage at http://hatchkeeper.sourceforge.io/ HatchKeeper Mobile is now available on Google Play https://play.google.com/store/apps/details?id=com.hatchkeeperteam.hatchkeepermobile This is beta software, so you might find bugs. Please use the discussion, open a ticket, or email me at millj dot code at gmail dot com Under the gnu GPL license you are free to modify and redistribute HatchKeeper.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    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: 11 This Week
    Last Update:
    See Project
  • 3

    s3d-microsnap

    Finite Element Program 3D Qt

    FEM program with GUI . Calculation of membranes, plates, 3D structures, volumes, stresses, deflections. 2D temperature analyses with FEM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    basic_numerical_methods

    basic_numerical_methods

    Didactic application to aid students in learning Numerical Methods;

    A practical tool (for students and engineers) to foresee the result of calculus exercises. Calculation and visualization numerical methods for nonlinear equation, ODE, integration, linear system, polynomial fitting,.....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5

    CoolingPower

    Print Steam Tables; Plot diagrams and cycles from equations of state

    CoolingPower is NOT in a condition for use at this time. A couple of bugs have been discovered that severely affect the calculation accuracy. While I troubleshoot, use at your own risk. Once completed, CoolingPower will have the capability to plot diagrams of thermodynamic properties, construct Steam Tables, and plot thermodynamic cycles. Initial fluid will be water/steam, but functionality will extend to include a variety of working fluids. CoolingPower operates in GUI format and, for Unix-based machines, from the terminal. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    dualword-chem

    chemical viewer

    chemical viewer written in C++ (Qt, RDKit) Source code: http://github.com/dualword/dualword-chem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Calculate Sunrise, Sunset and dawn times. The calculation based on sunriset by Paul Schlyter. 64 bit windows users: There are 64 bit windows binarys in the file section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    qmol

    qmol

    A simple molecular weight calculator

    qmol is a simple molecular weight calculator, available for Linux and Windows, derived from Tomislav Gountchev's KMol. You can enter a formula, (e.g. CH3(CH2)2OH) and get its molecular weight (60.0959 g/mol) and its elemental composition (C3H8O: C 59.96; H 13.42; O 26.62 %). See the features list below for more details or consult the wiki page: https://sourceforge.net/p/qmol/wiki/Home/. For Windows binary and source code see the files section:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NumMath

    NumMath

    Numerical methods calculation with graphs

    Math is a program designed to calculate roots of nonlinear equation, roots of system of linear equations, differentiate, integrate, approximate using LMS, matrix calculation using numerical methods for calculating results, estimated errors and much more. Math is also capable of drawing standard functions using graph dialog window to help with visualization functions, results, or approximation with given points and much more. All data can be exported in most common formats like PDF, PNG, TXT, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    BreezyCalc

    BreezyCalc

    An algebraic, logarithmic, and trigonometric calculator for Windows.

    ...It has tool-windows for editing/creating variables and user functions, and a list of all calculated results in the given session. The interface is fast and straightforward, and you can easily export the session log to a text file, which shows all of defined variables, functions, and calculation output. - Scientific Notation - Up to 11 decimal digit precision - Wide range of mathematical functions - (NEW) Geometric Formulas (like distance and volume) - User Variables - User Linear Functions - Can export session log to text file. - Conditional Statements: ---- Ex. (condition) ? (true val) : (false val) - Logic Operators: ---- && (and), || (or) - Comparison Operators: ---- <= (less than or equal to) ---- >= (greater than or equal to) ---- < (less than), > (greater than) ---- !...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Lincalc

    Lincalc

    A powerful console calculator with a fast and simple interface.

    ...Its parser is based on muParser <http://muparser.sourceforge.net/>. It supports user-defined variables, logical operators for conditions, and a wide range of mathematical functions each calculation that is made is stored in a result variable (Ans1, Ans2..) and can be referenced in equations. It also supports evaluation of multiple equations each separated by a ','. Conditional Statements: -- Ex. (condition) ? (true val) : (false val) Logic Operators: -- && (and), || (or) Comparison Operators: -- <= (less than or equal to) -- >= (greater than or equal to) -- < (less than), > (greater than) -- !...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TTCalc - a mathematical calculator
    TTCalc is an open source bignum mathematical calculator. It features arithmetical functions, trigonometric functions, inverse trigonometric functions, hyperbolic functions, inverse hyperbolic functions, logical operators, logarithms and so on.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    The goal of project "defE" is to build a library to handle the simulation of the transformation and collision about deformable geometry using the sphere-spring system. It uses CUDA to deal with the enormous mount of parallel computable calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ultimate Calc
    Multitask scientific calculator. Supports plugins and scripts (in C++ and QtScript respectively) to provide different working modes and custom solving functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenThermo

    OpenThermo

    Statistical thermodynamics package

    OpenThermo is a program package for statistical thermodynamics computations beyond rigid rotor - harmonic oscillator approximation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DASSGUI
    DASS-GUI is a graphical user interface for pattern search in non-sequential data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    scientists little assistant for units converts and calculates units
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C4 is a C++ class library for analyzing sound files, particularly spoken and sung phonations. C4 provides features such as frequency analysis, pitch extraction, or calculation of voice quality parameters (e.g. alpha ratio, HNR, jitter, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Library and application that implements some algorithms relative to database theory: closure of attributes, primary keys calculation, minimal dependencies set, normalization, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Project "Lohnbuchhaltung", A managment-software for the calculation of working time and reward. This is a project for school, its not recommend to use this in real life.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    Zeta can be used to calculate zeta potentials for ka>6 from electrophoretic mobilities measured at the stationary level, from apparent zeta potentials displayed by zetameter or from apparent mobilities measured at 3 different levels in a rectangular
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo