Showing 76 open source projects for "two"

View related business solutions
  • 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
  • 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
  • 1
    Numi

    Numi

    Beautiful calculator app for macOS

    Numi is a handy calculator app for macOS. It allows you to describe tasks naturally and instantly get an answer. For example, $20 in euro - 5% discount or today + 2 weeks.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    PeaZip

    PeaZip

    Free Zip software and Rar extractor

    ...Create: 7Z, ARC, Brotl, BZip, GZip, PEA, TAR, WIM, XZ, ZPAQ, ZIP, Zstandard files and more Open and extract 200+ file types: ACE, CAB, DEB, ISO, RAR, ZIPX and more Features of PeaZip includes extract, create and convert multiple archives at once, create self-extracting archives (sfx), split files, strong encryption with two factor authentication, encrypted password manager, secure deletion, find duplicate files, calculate hashes, export task definition as command line script.
    Leader badge
    Downloads: 1,334 This Week
    Last Update:
    See Project
  • 3
    Jljp

    Jljp

    Calculates the voltage across a liquid junction between two solutions

    An analogous project written in C# can be found here: https://github.com/swharden/JLJP Liquid junction potential calculator. It's a tool for scientists and engineers who have to do with electrochemistry and electrokinetics. When two solutions containing ions are put into contact, possibly through a porous diaphragm, a voltage develops across them. The calculation of the voltage is not trivial. The program is written in Java. Includes classes that can be included in other programs, together with graphical interfaces (also as an applet).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Addition Calculator (Console)

    Addition Calculator (Console)

    Adds two numbers together.

    This addition calculator will use the console and prompt you to input two numbers. Once done it will add them together, if there are decimals than it will round to the nearest thousandth. (Can't be a massive number.) For Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 5
    Revenue Calculator (After Taxes)

    Revenue Calculator (After Taxes)

    Calculates revenue after taxes.

    This calculates revenue after State Tax and County Tax if State Tax is 4% and county tax is 2%
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    simple calculator ->>> typing string-> converting string to two arraylists (one with numbers second with operators)-> searching from left for privileged operators-> calculating them-> returning result as a string. //---REQUIRES JAVA JDK---//
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gdcalc

    gdcalc

    financial, statistics, scientific and programmers calculator

    NO LONGER MAINTAINED HERE - GONE TO https://gitlab.com/wef/gdcalc gdcalc is a financial, statistics, scientific and programmers calculator for Unix and Linux. The GUI was written with glade(1) and uses the Gnome/Gtk-2 toolkit - so it may well be compatible with themes and other whiz-bang features of those systems. gdcalc has both Algebraic notation (ie. conventional, TI or Casio style) and Reverse Polish Notation (RPN or Hewlett-Packard style). If you've not heard of RPN before, you are probably familiar with algebraic calculators. Very briefly, while simpler and more natural to use, RPN calculators need some study eg. they have an Enter key instead of the equals key. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    wxProdOp

    wxProdOp

    NMR Product Operator Calculator

    The program does nmr product operator calculations for one, two, three and four spins. Receiver phase cycling is possible in conjunction with pulse phase cycling to simulate coherence pathway selection. An extensive manual and help files are included. Currently running under Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Working Days Calculator

    Working Days Calculator

    A small calculator to leave out holidays in a period of time

    Working Days Calculator is a Windows desktop tool that calculates the number of working days between two dates in Belgium or the Netherlands, leaving out Sundays and holidays. The tool also provides the possibility to compute the total cost of the result. So you don't need to open a seperate calculator to compute it. It's primarily intended for people working in the newspaper industry, as most newspapers are printed on a daily basis, except on Sundays or official holidays. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    This Software allow you to calculate two number by this operators (+, -, *, /, )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Calculator with variable mantissa size

    Calculator with variable mantissa size

    variable significand size and two ways: Rounding and Chopping

    Calculator with variable mantissa or significand size to simulate and study the accuracy of some hardware calculations. also two ways to use : Rounding and Chopping
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Crypto Arbitrage

    Crypto Arbitrage

    A cryptocurrency arbitrage opportunity calculator

    ...In short, it collects JSON from multiple different cryptocurrency markets, goes through the results, and finds the highest and lowest price for each coin. The script will find the highest price (chbtc.com), and lowest price (Bittrex), and divide the two: 51.8/38.23 = ~1.35 (~35% profit margin) and then push these results to the browser. It will also find the next highest market pairs, e.g. chbtc / jubi is the second-highest pair and chbtc/Bittrex the third, jubi/Bittrex the fourth and so on until every possible combination has been computed. Currently you will have to add a market object with the correct settings in the array markets, situated in the settings.js file. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    DubCen Calculator

    DubCen Calculator

    DUBCEN IS A FREE & OPEN SOURCE BROWSER BASED CALCULATOR AND CONVERTER

    ...The old offline calculators have now a really obsolete user User Interface and most of the online resources are full of ads. DubCen is built to plug all these gaps. Our logo represents what we do. 2*C simply means 2*100 (C=100 in roman numerals). Hope you understand it now! Our logo represents the calculators and converters that DubCen has. DubCen name comes from Double+Century. We aim to offer 200 high quality calculators with DubCen. Right now, we are nowhere even close to that. Thus, we need you! We want our users to decide what should the other 150 calculators be. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    zsbc

    zsbc is a bc-language calculator working with libgmp

    ...zsbc works on Windows and Linux. zsbc was created just for fun and to work on cryptographic topics. It can handle an expression like 2^10^100%97 (it'll replace it with powmod(2, 10^100, 97) on-the-fly). It can also implicitly calculate invmod's as in: 1/4%7 that (if variable autoinvmod is set) will return 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Love Calculator 2

    LC2 is a software which gives you a idea of success percentage of your

    Love Calculator 2 is a software which gives you a idea of success percentage of your relation. It has some logical and astrologic method of calculation and do not count on your names or any useless criteria. This is the 2nd edition of the LC:Profound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Logic Calculator

    A Calculator to perform logical operations

    ...It has three modes: (1) Evaluation of logic formulae: In this mode we have the basic boolean operations (negation, conjunction, disjunction, conditional and biconditional) so the user can insert the logic formula and the Logic Calculator displays the truth table along with the models of the formula. (2) Logical entailment: In this mode the user can insert a number of premises followed by a number of conclusions, so the Logic Calculator displays the truth table of each premise / conclusion and the result of whether or not these premises logically entail the given conclusions. (3) Conversion of a formula to Disjunctive Normal Form (DNF) and Conjunctive Normal Form (CNF): In this mode the user inserts a logic formula and the Logic Calculator outputs its representation in both a DNF and CNF.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Seats Calculator

    Seats calculator in a proportional voting scenario

    Java software for computing seats distribution in a proportional voting scenario. D'Hondt, Saint-Lague and Hare-Nimeyer. For more info: https://sites.google.com/site/pubredi/social-choice/seats-calculator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Food Storage Calculator

    Food Storage Calculator

    Java 7 based food needs calculator using Google Web Toolkit and HTML5

    ...Any data storage needs use HTML5's data persisting capabilities Use this food storage calculator to help plan food storage preparedness. This calculator uses the three tier approach to food storage. The three tiers are: 1. Normal perishable food purchases like milk, bread, and ice cream. 2. Multi-month or multi-year perishable items such as canned goods, pastas and cooking oils. 3. Multi-decade non-perishable items such as hard wheat, sugar, and water.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Tail Probability Calculator

    Tail probability calculator for continuous random variable

    A suite of Matlab functions that calculate the tail probability / cdf / pdf / quantile of linear combination of random variables in one of the following classes: (1) symmetric random variables with support on the real axis (normal, Student's t, uniform and triangular); (2) random variables with support on the positive real axis (chi-squared and log-Lambert W x chi-squared distributions; inverse gamma distribution is temporarily disabled due to numerical issues).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Tip Calculator

    Simple Tip Calculator

    My first OS project

    This is my first attempt at developing and deploying a Java application. I realize the application could use a lot of work with the "look and feel", but the two initial goals, of this project are: 1. To create a functional app 2. Learn how to use SourceForge for deployment
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    Fast GPA Calculator v1.0.2

    This is an efficient and time saving GPA Calculator

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LoveCalculator

    LoveCalculator

    A Love Calculator with a Rich User Interface

    ...The Love Percentage is calculated by the process of listing the frequencies of each letter in the string "<Name1> LOVES <Name2>" and then adding the corresponding opposite digits from two sides and listing these sums. This sums again go through the same process and this continues till the list becomes 100 or less than that and this becomes the Love Percentage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Correlation Calculator

    Calculates the correlation coefficient for 2 sets of numerical data.

    Calculates the Pearson correlation coefficient for two sets of numerical data. The user has the option to add values to either set of data with the corresponding Add button or the ENTER key. In addition, the user can select one or more values from each list at a time to remove them to change the calculation. The clear button will remove all values from its corresponding list. Any questions, comments, concerns, bug reports, suggestions, etc. contact David at dxm3269@rit.edu.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25

    Ev Calculator

    Calculator for pokemon evs for black and white 2.

    This program will tell you how many pokemon you need to KO to get a certain number of EVs in a certain stat. Pokemon is owned by Nintendo/GameFreak. I do not own them, nor pokemon this is a fan made project to help out the fans of pokemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Auth0 Logo