Showing 949 open source projects for "regular"

View related business solutions
  • $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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    Python script for doing mass extended-regular-expression based replacements on a stdin stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Free GUI Based Search and Replace Tool using Regular Expression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    wxBrowser is an application browser based on the wxWidgets GUI framework. It's similar to a regular old web browser only, instead of reading HTML and displaying content it reads XML and executes presentation logic (wxPython) in a client side application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The JavaRegexTester is for developers of regular expressions using the "java.util.regex" Package. Regular expressions can be matched with editable test text. Matches are highlighted and capturing groups are extracted. Displays expression syntax errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    A collection of frameworks for use by Cocoa applications. Includes AGRegex, a Perl-compatible regular expression framework using the PCRE library, AGSocket, a networking framework supporting asynchronous I/O, and AGProcess, a framework for obtaining Unix
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    qsh is a shell for any operating system. It is coded in java so it inherits the pros and cons of java. It is in a very nascent stage, but all the regular commands work: Directory navigation, file tasks etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The re2 module is an extension of the standard python re library module. It provides a way of extracting a hierarchy of named groups from a string, rather than the flat, incomplete dictionary that the standard re module provides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    rss2email is an automated service that delivers news via email. It\'s based on the use of RSS/RDF news feeds. It provides you the latest headlines for the sites you are interested in by emailing the news items to you on a regular basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Christerbator is a command-line program that converts images into very large images (in pdf format) that can be printed on regular-sized pieces of paper. This is a java port of the C# version of The Rasterbator from http://arje.net/rasterbator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Radius Accounting Client provides an a interum update client for SNMP capable NASs or devices that are not able to send regular RADIUS accounting packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Java, SWT implementation of a multiple window pane stream viewer (“tail -f”) with extensive support for search, regular expressions, and automatic highlighting. Runs on every Java 1.4 platform that runs Eclipse: OS X, Linux, Windows, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent, Parse::Yapp and Perl-byacc. Some can parse human genome annotations in minutes. Documentation and user guides are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DTreeJungle provides educational applets to teach the concepts of decision trees for regular pattern recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    I create this script with PHP, use to view images in webpage. mainly it matches images address by an regular expression, And contains assigns the picture type, and with provides the cache function. Also assists has matches URLs functions, coordinates the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JSPChecker is a source-code checker for JSPs. It parses JSP / HTML pages for usage of particular tags and scripts such as HTML FORM, Javascript, in-page Java, scriptlets, and custom regular expressions either through an ANT task or command-line tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JarJunkie is a utility application for finding information within Java archives (Jars). This pure Java application utilizes regular expression searching and has an intuitive user interface, including drag and drop support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RegExpToolkit is a simple and easy to use tool written in PHP to ease the process of finding the right regular expression. It supports the available regular expression related function of PHP and also the JavaScripts ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Clean is a program that searches for backup files and such identified by regular expressions in a ~/.cleanrc, and deletes them: possibly interactively with a per-file y/n decision, or in a batch mode. Clean is written in C and targets Unix/POSIX.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    EMF Search Plugin -- This Eclipse 3.0 plugin provides a search page specialized for searching EMF model instance data serialized to workspace resources. Currently supported are regular text searches and XPath searches (using Jakarta JXPath).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jaguar is a GPL tool written in Java (tm), provides an infrastructure of libraries, engines and graphical applications that support most of the models and algorithms reviewed in a regular undergraduate computer theory (automata & formal lang) course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XML-Wrapper is a command line utility that takes the text output from other programs and, using an appropriate xml configuration file, converts it into an appropriate XML structure. It uses the power or regular expressions to break down the output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This program allows you to specify a Deterministic Finite Automata, Nondeterministic Finite Automata, or Generalized NFA and will return a regular expression which recognizes the same language as the FA you described.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    libZTL provides 'easy-to-use' extensions of C++ STL , improving std::string with typeconversation, type-save printf-formating and regular expressions. Handling date, time, exception, assertion, serialisation and other usefull stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sherlock Roams is a Python-based password auditing tool for Un*x-based systems. It uses a brute force approach on the shadow file (or the regular password file if that fails) to determine which users on your system have obviously insecure passwords.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pure Java full-featured multi-player gaming system Pluggable, configurable game engine Distributable, load-balancing, "world engine". flocking, Genetic Algorithms and neural networks 3D clients, ZMUD(tm) clients, regular TELNET access (TCP/UDP
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo