Search Results for "string library" - Page 14

Showing 444 open source projects for "string library"

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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    This project is written to help to store data of your application in SQLite3 database. You can store your data in following structure: Groups -> objects -> fields(int, float, string, blob) This shared library have C++ class-based interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ReportingCloud provides an open source quality implementation as an extension of the RDL specification.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Joperties
    Joperties is an extension to the Properties class. It exists to solve a common problem with Properties (all Properties are Strings). Joperties allows you to set and get Java Objects without worrying about the transformation between String/Object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DXL Standard Library
    UPDATE 22.10.2013 -- THIS PROJECT IS OUTDATED AND NOW HOSTED ON GITHUB -- This project aims at providing a standard library for the Rational(R) DOORS (R) DXL language. This library will contain functions for daily tasks like string manipulation, XML reading/writing, database manipulation or graphical user interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    An alternative to the string library for C and C++ which is more functional and does not have buffer overflow problems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    as3corelib

    as3corelib

    An ActionScript 3 Library that contains a number of classes

    An ActionScript 3 library providing a suite of utility classes for tasks like MD5 and SHA-1 hashing, image encoding, JSON serialization, and extended String, Number, and Date APIs. Code is released under a BSD License. An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript 3. These include classes for MD5 and SHA-1 hashing, Image encoders, and JSON serialization, as well as general String, Number, and Date APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Maximum is a C# library containing classes for statistics, date, delimited files, logging, command line argument parsing, string utilities, vector, ZIP code, and neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simple and useful C++ encapsulation of GNU regex.h library. Except string matching contain string substitution like s/// in sed program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ngram is a module to compute the similarity between two strings. It is different to python's "difflib.SequenceMatcher" in that it cares more about the size of both strings. ngram is an port and extension of the perl module called "String::Trigram
    Downloads: 0 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    ER DBManager
    DBManager is a library that is used to perform database(MS SQL, Oracle, Oledb, Odbc) operation (Connecting DB, Executing Command, Reading Data, Reading Output parameter, Executing DataSet etc) more easily in Microsoft™ .NET Platform. More details:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    APreL++ stands for Arbitrary Precision Library for C++. It provides classes for arbitrary precision numbers. It is based on C++ string manipulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A PHP Class which can draw guitar chords, or any other string instruments for that matter. It makes heavy use of the GD2 image library to build good looking chord diagrams in very few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is general purpose library writen on C language with using OpenMP. It's contain different functions, but mostly functions for string processing, math calculations and functions for matrix calculations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Implementation of Damerau-Levenshtein fuzzy string matching in Java. Returns the distance adding one point per character insert, deletion, mismatche and swap.. This is an extension of apache/commons/lang/StringUtils.getLevenshteinDistance()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Open BEAGLE

    Evolutionary Computation Framework in C++

    Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming; bit string, integer-valued vector, and real-valued vector genetic algorithms; and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ystr is 'Yeat another STRing library'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a project to create an encapsulation layer for the Loebner Prize Protocol. The interface passes messages by the sendMessage(String s) and getMessage() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A set of GWTE extensions in the form of simple and easy to use commons-style utility classes, and a working set of chart classes that wrap ofcgwt/open-flash-chart.swf such as BarChart and LineChart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NLP4J library is a toolset written in Java for Natural Language Processing. This version is oriented to Document Classification and uses Naive Bayes, TF-IDF, etc. There are also pre-processing tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Spreadsort is a fast general-case in-place hybrid radix/comparison algorithm, which tends to be roughly twice as fast as std::sort. This library has calls to sort integers, floats, or strings, or other data types based upon integer, float, or string keys
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Convert a "line string" from a .kml file to a "route" in another .kml file. I started this project to use google maps for routing at home and a very simple GPS-device for following the route while on the road.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A simple set of Java classes used to handle CSV (Comma-Separated Values) files. The CSVFileReader class has a readFields() method that splits a line of the file into separate String fields; the text qualifier and the field separator are customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java library for validation, conversion and formatting of Dates, Hours, Brazilian Institutional codes (CPF, CNPJ, CEP and State Subscription) and other stuff, such as web String validations and converters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small footprint library that streamlines HTTP file uploading into the Servlet development API. Create your servlets and access any form field, whether a string value or an uploaded file, from within the same request object. Based on Commons Upload.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB