Showing 15 open source projects for "string"

View related business solutions
  • 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
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 1
    Guardian

    Guardian

    Elixir Authentication

    ...By default JSON Web Tokens are supported out of the box but you can use any token that Has the concept of a key-value payload, is tamper-proof, can serialize to a String, or that has a supporting module that implements the Guardian.Token behavior. You can use Guardian tokens to authenticate web endpoints (Plug/Phoenix/X), channels/Sockets (Phoenix - optional), and any other system you can imagine. If you can attach an authentication token you can authenticate it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Syslogd2

    High capacity syslog data collection, filtering, and management.

    ...It can support input from text files, named-pipes, Linux kernel and user-defined Linux and (both IPv4 and IPv6) IP sockets (both UDP and TCP). It provides a pre-loadable name-cache that can replace DNS services for host-name resolution. Syslogd2 easy-to-use filters use string-matching to select messages which can then be modified, dropped, kept or re-routed (changed to new facilities). Filters are applied to inputs, outputs or both to control msg-routing and network load. Syslogd2 can spool messages on network failure and forward the spooled traffic on network restoration. Please see the wiki on this project site for more on the design features, goals and perspectives of Syslogd2 ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    oobash

    oobash

    Framework for bash 4

    oo-style framework for bash 4. It provides tools for rapid script development and huge libraries. Written in bash. Source and use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Filekit

    File Processing Tools - string search and DOS command execution

    Filekit is a set of file processing GUI tools that can be put into an USB flash, so that no installation is required. Aim of the project is to include many file processing tools such as file searching tool, batch rename file, find duplicate files, split and join files and so on ... Release 0.1.0 consist of the multi-threaded file search tool that allow you to select multiple folders and files, then search those files that contains particular strings using regular expression. Release 2.0...
    Downloads: 0 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

    casefix

    a small set of casing tools for use by all

    ...Also, there are 3 functions that interface char arrays and strings to the streaming editors. So the library can modify the casing of any character, character block (word), any character string, character array, or any character stream. Currently, libcasefix only handles 7 or 8 bit character sets with some support for UTF-8. With that in mind casefix does support a number of character sets for internationalization. Also, there is a casefix command that implements the functionality of the casefix library for use at the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Find And Replace Text command line utility. New & improved version of the well-known grep command, with advanced features such as: case-adaption of the replace string; find (& replace) in filenames, auto CVS edit. Moved to https://github.com/lionello/fart-it
    Leader badge
    Downloads: 143 This Week
    Last Update:
    See Project
  • 7
    The idea behind 'repeat' is to make things easier in the Linux command line environment. Instead of having to script repeats in you're shell of choice - you have a command that repeats things. Use repeat for all you're repeating needs!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mcom is a console based system administration tool. it has focus on sysadmin's daily business. - search for part of hostname and login via ssh - execute comands on multiple hosts (also via sudo) ... and many more ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    this tool helps you to trim all your development files like the trim-string-command in various languages: it trims all whitespaces at the beginning and at the end of a file.
    Downloads: 1 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
  • 10
    Removed specified trailing characters from the end of a string. Useful for removing filename extensions for use in scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Massrename is general purpose utility for batch-renaming all files of a suffix to a different suffix. eg: renaming all *.txt files in a directory to *.doc. Also supports renaming a string within a file with the --within argument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is an interface for Modular Syslog or msyslog found at http://sourceforge.net/projects/msyslog/. The interface made to be fast and responsive to string. By just click on host or selecting hosts, admin able to click on text string to zoom in event.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Network String Scanner is a network discovery tool written in Perl. It allows you to search for a given string on a given port, supplied with a range of hosts. It will then determine if it has found a match.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    General-purpose machine-independent Perl functions and a sample MS-DOS/Windows batch file to efficiently sort arrays of strings by the numerical value of all embedded dotted-quad IPv4 addresses in each string
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • Previous
  • You're on page 1
  • Next