Search Results for "string library" - Page 22

Showing 551 open source projects for "string library"

View related business solutions
  • $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
  • 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
    Decodify is a simple program that parses a numerical string and extracts different parts of it as per user query. The main application of 'decodify' is to extract parts of a control bus in logic simulation, but many other uses are possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    S.O.D.A. is a an object API to communicate with databases. The current specification is focussed on queries. Goals are: type safety, object reuse, minimum string use, programming language independance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    wonderlib is a modular cross-platform c++ toolkit. the core includes unicode string, a signal/slot library, containers, smart pointer. it highlights asynchronous cross-thread method calls and io multiplexing. useful for servers, gui programming or games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    phpSmile is a small library written in PHP 4 which adds smiley images to a string. Smiley tags found in a string are replaced by images found in a given image directory. Several smiley tags can be defined for one image by the use of definition files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Libmluv is a C/C++ programmers library to provide the Czech text-to-speech synthesis and should be able to do transcription of Czech text to string of phonemes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CGRLib is a free C++ library with some useful basic C++ objects. (String, Array, List…)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A VB module to manipulate strings. Also attemps to emulate mIRC's token functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Infinitum C++ Library is intended to be a general purpose library. When we write some code that is generally useful, we place it inside this library. It contains a set of classes to write log files, some string & file helpers, algorithms and function
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ServletUnit is a framework of objects which allow you to pass requests and responses to the servlet. You can customize the request, and get a string buffer from the response, which contains the output of the servlet. This can be used to develop testcases
    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
    Small, useful components for Visual Basic. Contains components for date/time entry, Windows registry manipulation, string manipulation, and parsing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Run-time library functions for processing assignment instructions (including options parsing) in C, C++, Perl and Bourne shells. For power and flexibility, regular expressions are supported in identifying the instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a small java library that provides information about browsers given the user-agent string. It uses the browscap.ini file from Microsoft or cyscape.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DevGear includes debugging macros, utility functions, string classes, reference-counting pointer templates, and anything else that a Mac programmer could conceivably want to use outside of an actual class library or framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Add-on library for Allegro. Provides a very simple API for opening dialogs: You need one function call with a format string specifying a number of data fields. The library then opens an appropriate dialog. 3d look. Includes extra gui objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A fully reference counted String Utility Library, along with other Datastructures. The idea behind it is it is the "LAST" time I have to write string handing functions for each company I work for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    There are many template libraries, this is just another one, written in C++. The ouput of template processing can be sent to a std::ostream or to a std::string. A tag can be a simple text (C string), or a callback function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a java library by littleQworks studio.You can use it to accelerate java development. Many frequently used functions and methods are contained in this library ranging for security to string operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TagRecommendation4J

    A java library for Tag recommendation

    Tag4J A java library for Tag Recommendation Tag recommendation is the action of recommending new tags to be added to a resource based on the tags the resource already has or other information about the resource such as its title. This java library does just that. Tutorial Recommender r = new Recommender(1); List<List<String>> list = new ArrayList<List<String(); List<String> tagSet1 = new ArrayList<String>(); tagSet1.add("Saturn"); tagSet1.add("Mars"); List<String> tagSet2 = new ArrayList<String>(); tagSet2.add("Venus"); tagSet2.add("Mars"); tagSet2.add("Earth"); list.add(tagSet1); list.add(tagSet2); r.computeRules(list); List<String> myTags = new ArrayList<String>(); myTags.add("Mars"); myTags.add("Pluto"); List<Sting> suggested = r.suggestTags(myTags,null);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CStringLib

    C String LIbrary for creating and manipulating C Strings

    This is a C String library for creating and manipulating strings in user allocated memory that can be dropped into any C project as source files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GeoLib

    A python geometry library

    The geolib library is a Python-based geometry package designed to facilitate easy and intuitive manipulation of geometric shapes. The initial version of the library primarily focuses on two fundamental shapes: Squares and Triangles. This library aims to be both educational and practical, making it useful for developers, students, and anyone who needs to work with basic geometric operations in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Spider is web crawler written in the Java.Based on an Regular expression string the spider parses the internet for web pages matching this string and stores it in an MYSQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lightweight dependency-free utf library written entirely in C. All functions, i.e. decoding, normalization, casing, and encoding, can be chained and accessed by iterators. Can easily be extended for buffer-based string implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A c++ library, which offers tools (math utils, string utils etc.) for easy creation of 2D, 3D apps/games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    generation-xml

    Java lib for creating XML documents

    xGen is to creating XML what XPath is to reading XML. The string /html/body/div#container/div.menu/ul/li[5] Can be used to create XML. This saves a lot of boilerplate code when generating XML and a templating mechanism is not a good fit for your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Amock is AOP based Mock library. With Amock, you Can mock static method and constructor. Can create mock object of a class which have only private constructor. Can mock private and protected method. Can change final varialble and String value.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB