Showing 1222 open source projects for "string"

View related business solutions
  • 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
  • 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
  • 1
    <b>phpAG</b> is an anagram generator written in PHP.<br /><br /> It takes any string as input and can output whether all permutations or only meaningfull anagrams i.e. permutations corresponding to words stored in a separated text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Newsgroup moderator is a tool performed for moderators of Usenet newsgroups. With a simple gui in php you can approve o reject a messagge clicking on a link which mails a command string to robomod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An extended replacement for libc string routines. Additional functionality currently includes count prefix strings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $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
  • 5
    STPhp is a PHP-based string translation (internationalization) tool designed to provide decent performance, full string externalization from your program, variable inclusion in translated strings and variable existance checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    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
  • 9
    Given a String , returns the next logically sequential string defined by a rule. The basic rule is, given a sequence of alphabets, it checks the string and returns a new string with one or more alteration. javadocs and source codes available inside.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10
    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
  • 11

    motif_counter

    Program to pull out specific motifs from bam sequence files

    Motif counter is a simple bash script that allows users to scan all reads contained in a bam file for a specific motif sequence repeated a number of times. Designed to look for the number of variant telomere repeats and reads in a whole genome sequencing dataset. The program prompts for a character string, and the number of times that string should be present in each read, then pulls out the data. Motifs can either be consecutive or uncoupled from each other across the read, and analysis endpoints include read number and percentage tables, compiled bam files with only motif-containing reads, or bam files with motif-containing reads together with their paired end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    fwsnort translates Snort rules into equivalent iptables rules. The iptables string matching capability is heavily used, along with custom signature matching chains built by fwsnort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    New intellij idea plugin to find message keys unused. This plugin will search into string properties files, and suggest "unused" keys to be removed. You can also visit: http://plugins.intellij.net/plugin/?id=2030
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A C++ immutable value string class, template. Constant time copy construction and assignment, avoids some costly dynamic allocation, and can serve as "smart pointer" for API strings. Constant time construction from literals and as "smart pointer".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17

    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
  • 18

    MongoAdmin

    MongoDB UI Admin

    MongoAdmin able to: - Add elements to the base. Supports three types: String, Int, Double. - Remove items. - Edit objects. Can not change the type, it is necessary to delete and create the right type. - Export and import data. Use own format. Does not support the 'mongoimport' format. Export can specify to remove collection before importing. - Allows you to bookmark frequently visited places. - Copy the line by double clicking on the object Not able to: - Execute commands MongoDB - Create queries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Salamis

    An in-memory vector database written in C++

    .... ## License Salamis is licensed under the GNU General Public License version 3.0 only. See [LICENSE](LICENSE) for the full license text. ## Features - In-memory vector map keyed by string ids - Physical binary backing file that reloads on startup - Exact `top-k` search with cosine similarity, L2 distance, or dot product - Cross-platform build and storage path handling for Linux and Windows - Snapshot writes through a temporary file followed by replacement - Dependency-free CMake build - Minimal CLI and unit tests - User and admin web consoles for distributed deployments - Management CLI for node inventory, shard ownership, and health checks ## Modules - `SalmisCore`: local in-memory vector store, search, and physical persistence - `SalmisCluster`: distributed shard own
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PyOpMenu

    PyOpMenu is a python based script for basic system administration.

    ...OpMenu uses .mnu files to build a screen menu that allow to low levels sysadmins and system operators do basic and preconfigured actions (f.e. restart a webserver, check the status of a daemon, etc...) You can find some basic .mnu examples files in the repository. All menu options have to begin with $MENU key and all the actions have to contain .sh or sudo string. A lot of Gomenu .mnu must be compatibles. For automatic start of the program you must add the next lines in the .bash_profile of the user: exec ./opmenu.py Requirements: * Python 2.X * main.mnu file TODO * English translation * Error control * Log system * Improve Look&Feel Comments and request are welcome. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Ursine Core / Ursa Compiler

    A compiler for creating games on MOS-65xx-based computers

    ...The Ursine Core provides: * converters for PNG graphics into tile, font, and sprite artwork for the various platforms * converters for MIDI and (soon) waveform audio into sound effects or music * string conversions and font support * tile-based "walk about" map mode ("overhead view") * "storybook" screens with bitmap graphics * simple text-driven menus * a custom language for writing scripts, that compiles into efficient machine code Note that this project is GPL, but games produced by it need no
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    chess-viewer

    Free, no-signup chess diagram generator. Paste a FEN, customize the bo

    ChessViewer is a free, modern, browser-based chess diagram editor. Set up any position via drag-and-drop or FEN, customize the board, and instantly export high-quality images (PNG, JPEG, SVG) for books, blogs, or videos. No installation or account required.
    Downloads: 0 This Week
    Last Update:
    See Project