Search Results for "string library" - Page 18

Showing 551 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    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
  • 2
    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: 10 This Week
    Last Update:
    See Project
  • 3
    ystr is 'Yeat another STRing library'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • 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
    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
  • 6
    (AutoHotkey Library) Operate on strings, formatted like an ini file. This is super fast, in comparison to disk access. Ahk lacks built-in functions for that and must do open and close the whole file at every single operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    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
  • 11
    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
  • 12
    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
  • 13
    sw8t.xml is a free, open source, lightweight, easy to learn JavaScript XML Parser. Parse XML from a string or a URL. Traverse, read, and edit the DOM. Interact with XML using a powerful, intuitive API. sw8t.xml has moved! sw8t.xml has become part of the jbulb marknote project. For the newest download and documentation information on marknote, see: http://jbulb.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    myjson is a small java library that operates with object literals expressed in JSON notation. It can not only convert from java objects to JSON and back, but also compare or even update a java object with the information contained in a JSON string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AVSLib is an extension library to the Avisynth non-linear video editor, offering a rich set of new features: filters (animation, editing, runtime and more), array containers & operators, debugging tools, math & string functions and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The pdFormat library is an extended set of C "format string" functions (like printf or fprintf) It appends to standard format strings some new features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Python library bringing together utilities I've written over the years for work in bioinformatics and biostatistics, which should be generally applicable outside these fields as well. Focuses on string processing, DBI, and math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    I AM Java Images is a library that allows you to create button images using pure java. By default you can create rectangular and rounded rectangular buttons and specify the string to be appended on the button. Buttons colors and text is formattable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Java-based in-memory RSS server. It can be used as a library for functional tests/unit tests or you could possibly use it as a simple standalone RSS server. Built on Simple and Rome. v0.2.0 contains the ability to add feed by URL, String, or Rome API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    phonet4n is an extensible phonetic string conversion algorithm. It is a .net implementation of a powerful German phonetic library described in "doppelgaenger gesucht", c't 25/99, p. 252.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Anywhere Location Search allows for location searches using a wide range of inputs (address, city/state, zip code, search string, IP address, landmark name, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    j-sand is an advanced search tool written in java for developers. In the current first version it searches through a directory tree to find all files of a specified type and then inside those files for the specified search string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Heap Checker is a library for debugging and developing robust and efficient dynamic memory management and string manipulation in C programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    libfrm is a small C library designed to allow a programmer to create a binary string representation of a variable whose type is char, (unsiged) short, (unsiged) long, (unsiged) long long, float, double and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB