Showing 1222 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 to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    The Checker framework is an easily expansible set of check/transformation to build hierarchy of chain operations easily to-store/to-be created and re utilized (at run time if you want).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...For eg, public class MyImpl extends BeesAlgoImpl { public double function(double[] x) { //Min sigma Xi^2 or Max -sigma Xi^2 double result = 0; for (int j = 0; j < var; j++) { //var = no of variables - public field in BeesAlgoImpl class result = result + (x[j]-1) * (x[j]-1); } return (-result); } //constructor public MyImpl(){ //super( .... ) - set the no of variables, parameters n, m, e, ngh, nep, nsp (look into the bees algo paper), no of iterations, uperlimit and lower limit of search, integerize - search only integers true or false } public static void main(String[] args){ MyImpl a = new MyImpl(); a.run(); int i=0; a.optimalPoint[i]; //Xi of the optimal point } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Template2Code
    Template2Code (T2C) is a collection of tools dealing with template-based file generation. Currently it includes MiST - Minimal String Template engine and T2C itself that uses template based techniques to generate the sources of unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pydiction allows you to Tab-complete Python code in Vim, including: standard, custom and third-party modules and packages. Plus keywords, built-ins, and string literals.
    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
    DWIP is short for Disk Wiping and Imaging Tool. This tool is being built for Mississippi State Universities National Forensics Training Center for use on a live cd to give out to it's students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A program for converting Characters to Binary or vice versa April 9, 2015: I have noticed some errors and there will be a fixed version up soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A collection of functions, in the end to be wrapped in a gui, that allow users to analyze networks from global (eigenvector centrality) and local (degree dist, statistical significance) perspectives. Implemented in matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A basic 3 tire application. The connection string is read from a XML file, this file must be modify before testing the file. You must run the database, table and stored procedure create scripts on SQLServer.All the errors will be written on log files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    randlib is a collection of PHP functions for generating random strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    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
  • 11
    Erik's GUI for WifiCfg
    Graphical User Interface (GUI) for Aruba's WifiCfg (v1.4) command line tool. Especially useful for BartPE with WolfWare’s WZCLite plugin. Manage multiple connection profiles, check Windows status, connect, ping to verify connection, disconnect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Using JavaScript to get the String after the # tag and getting the respective page URL from a predefined database and then sending the request of the appropriate page by AJAX to the server can solve this problem and can make our URL permanent.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 13
    Mossy
    Mossy is a console program to search and/or replace string(s) in text based files. Have a nice and elegant interface to report your researchs and at the same time, can have a clean interface, very useful to use as a background research program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SmartReader is a very simple program written in pure C language in the Win32 API. It reads serial number from contactless proximity card, makes an association within the any string and then puts it in the windows clipboard. SQLite is used as a storage.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Univar makes it easier for ASP.NET developers to work with the session, cookie, query string or cache by offering a unified, type safe, generic all-in-one tool set for all of them. It supports serialization, compression and encryption out of the box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MD5 String And File Finder
    This program finds the md5 of files and strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Finds Text in Delphi *.Pas files e.g. : button1.caption:='Hello' Replaces Text with a function call button1.caption:=TXT(0) {##Hello##} Generates a function „TXT“ with a String List with all found Texts at the beginning of your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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 designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant, and free.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    This is a meta tags generator from string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a simple command line tool to customize CP2103 USB to UART bridge controllers in home-grown hardware. VID, PID, product name string, serial number string, and release version of the device can be changed next to GPIO port modes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This program gets an int from a input character string and reports the int, the string-int-binary, and text binary which is usefull for Binary Development and binary running. This is the program they didn't get when they try and run a string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Manages Java application/tool options. Options are mapped to Java Bean properties using annotations. Options can be loaded from command line arg String[] array, an XML file, or a java properties file. Help texts can be generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A python module for raster image operations like: - bitblt - import / export as String - import / export JPEG / PNG / TIFF - rotate - scale - color histogram operations - create anaglyph / stereo images
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ystr is 'Yeat another STRing library'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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