Showing 18 open source projects for "string"

View related business solutions
  • 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
  • $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
  • 1
    Nano ID

    Nano ID

    A secure, URL-friendly, unique string ID generator for JavaScript

    Nano ID is a library for generating random IDs. Likewise UUID, there is a probability of duplicate IDs. However, this probability is extremely small. Meanwhile, a lot of projects generate IDs in small numbers. For those projects, the ID length could be reduced without risk. This calculator aims to help you realize the extent to which the ID length can be reduced. Instead of using the unsafe Math.random(), Nano ID uses the crypto module in Node.js and the Web Crypto API in browsers. These...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    sccalculator

    Scientific calculator and plotter on c++, java and javascript

    Scientific calculator is calculator which is realized on c++, java and javascript. In addition there is estimator of string expressions which can be useful for other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    C++ Complex Calculator

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

    ...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 the characteristic polynomial. A hash table is used to do fast variable and function lookup (they are entries in the same table). Collisions are handled in the hash table by making each entry a linked list. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5

    rpnstr

    Rpn calculator, string and macro based

    rpnstring has a small amount of command by it self. Instead it provide interface to the C math library. The user can make own commands by using the macro facility. In that way the calculator can be adapted to each user according to the users needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LoveCalculator

    LoveCalculator

    A Love Calculator with a Rich User Interface

    ...It uses a popular hand worked algorithm used by most of the school students. 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
  • 7
    Hash Calculator

    Hash Calculator

    MD5/SHA1 file and string hash calculator

    Hash Calculator is a small tool to calculate hash values from files and string input. Only md5 and sha1 supported at the moment. Option to export hash results to a text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    chksm-chkfile

    chksm-chkfile

    Windows MD5/SHA-1/SHA-256 file hashes calculator.

    Calculate MD5, SHA-1, SHA-256 checksum hashes from a specific file, and compare these values with a given string. Accept one filename as parameter. Functionalities : - automatically retrieve text from Windows clipboard and compare it. - 32 & 64 bits windows platforms supported - Installation (Add to file context menu) - Uninstallation Requirements: - Microsfot .NET Framework 2.0 Files: chksm-chkfile.exe MD5: c0b7761deeb7d7dc45aa04726309d4ca SHA1: b19e8013ce1ea6c297c682a9ad5940024f8ff68e SHA256: a539d86960ec28429d98fc619a213efd8435d4c340f78c4d07bb1494ace82ce5 chksm-chkfile-src.zip MD5: f60acabb5a5e3e0e930b74e918e20d71 SHA1: 05ec2018fe4de677b1f27b498be3b61afe5f15c1 SHA256: e5c9caba615066c539a7ff523ea1a89af6dcf1665fd47362dd95bc8adf88fe65
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    String Hash Calculator

    String Hash Calculator Calculates the MD5,SHA1,MD2 and MD4 Hash

    String Hash Calculator is able to calculates the MD5,SHA1,MD2 and MD4 Hash of a string. The String Hash Calculator does not require any .NET framework or Java it only requires Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    C_Sharp_Calculator

    RPN based calculator in C#.

    Currently, this is the first version of an RPN calculator made to be easy to implement for any C# project requiring parsing of text into calculable data. Using RPN (Reverse Polish Notation) to place strings in a specific format to allow fast processing for parsing and evaluating the string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    eSolve

    eSolve now solve linear and quadratic equations

    ...New features in contrast to an earlier version: 1. Added the mathematical accuracy 2. Fixed a small mistake with the wrong solution to (confused + with -) 3. Added feature to erase the output string 4. If there are no roots or x any number program shows it 5. Now, the program solves quadratic equations Management: Esc - exit Enter - solve F1 - about the program F2 - the accuracy of mathematical F3 - clear answers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    InvisiCalc

    It's a calculator except it is invisible.

    Ever wanted to do a sum without using a calculator? Wouldn't it be great to just type out say, 4*(3+2)/9, in any application and have it replaced by the result? InvisiCalc watches the clipboard for math expressions and calculates any that it finds for you to copy and paste the result!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A cross-platform, text-interpreting calculator written in the Java programming language. Runs on any computer with Java 6 or higher installed. Functions much like a Ti-84, but without the graphing utility.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Inspired by the movie "Number 23". I've written a python program who calculates the sum of a string and he puts out a message if the sum has anything to do with the number 23. http://creativecommons.org/licenses/GPL/2.0/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Secure calculator which functions with ONE string. Includes paranthesis and basic math functions. Advanced math functions are allowed aswell. No algebra for now, I will implement that LATER.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ctCalc engine: VB6 function that calculates a math term (string) and returns the result (string); ctCalc GUI: 1. Simple text-calculator 2. Graphs 3. Custom scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Calc++ is a string calculator written in Visual basic. With Calc++ you can add function use constant view the steps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    calculate math expression(string), for example: double ret = Cal("1+2"), ret= Cal("Pi+ln(e)+f(x,y)÷x+φ+φ0+φ1"). Features
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next