New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
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.
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.
Ginkgo is a spotted microarray data pre-processing platform featuring analysis functionalities for CGH and expression data. [Pathogen Functional Genomics Resource Center (PFGRC) @ J. Craig Venter Institute (JCVI)]
Allows users to search your database-driven (MySQL) website. Includes boolean search, and regularexpression search. Completely recoded in PHP 5 OOP and XHTML.
*nts* provides a simple format for using text files to store notes, a command line interface for viewing notes in a variety of convenient ways and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them.
SubtitleGet is a command-line tool written in Python, that I am creating in my spare time. It's main purpose is to search, download and/or upload subtitles using Opensubtitles.org fantastic site.
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.
This program allows you to extract a regularexpression from a number of files. predefined regular expressions: eg: extract email addresses, dates, ... more coming soon
can export to csv file (can be opened with excel)
cfgrep is an attempt to produce a grep-like program that uses regular expressions extended to describe context-free grammars. The largest part of the project is the C++ library developed to process those expressions.
A tool for visualizing regular polytopes in stereographic projection. Capabilities include: a large database of Coxeter polytopes, 6-axis motion control, animation, fly-though, stereo viewing, high-res capture, depth-blur, and many style options.
Txt2XMLParser is a versatile and generic text to xml converter library. Based on RegularExpression it can be configured using a single xml file allowing to parse any txt file format (csv , generic txt files, protocol formats such as SIP)
brn is a Perl-based command-line tool designed to ease the task of bulk renaming a large number of files. Started as a fork of the standard perl 'rename' tool, this project has since mutated significantly and is still undergoing rapid flux.
Serialization + persistance : in a few lines of code, compress and annotate Python objects into SQLite; then later retrieve them chronologically by keywords without any SQL. Most useful "standard" module for a database to store schema-less data.
Cusotomizer is advanced LiveCD customization tool. With it you can build own distribution using Ubuntu-Mini-Remix ISO-image ( http://www.ubuntu-mini-remix.org/ ) or regular Ubuntu, Kubuntu, Xubuntu or Lubuntu ISO with a few mouse clicks.
DevJournal is a tool for programmers that helps them be more purposeful and reflective about their work by tracking their edits and allowing them to save a collated, annotated history of their work session.
EPIC is an open source Perl IDE for the Eclipse platform. Features supported are syntax highlighting, on the fly syntax check, content assist, perldoc support, source formatter, templating support, regularexpression plugin and a Perl debugger.
A Web application to search for files on FTP servers. Users can query files by part of the file name, the entire file name, a regularexpression, or a shell pattern. To store file indexes, PostgreSQL or MySQL is used.
This is a shell tools for windows to remove files and folders,it bring some useful options from the RM tool from linux.And it use Perl 5.10 to write.The most attractive feature is that it support the Regular Expressions!
LogScanner is a lightweight Java Swing based utility that scans log files for patterns. Fully supports Regular Expressions. Supports full directory scans. Results can be saved and printed. Its an excellent tool for debugging, tracking and monitoring.
This project contains a regularexpression filter that can be applied at the prediffer level as well as unpacking level for winmerge. It is used to hide unimportant differences while making a comparison using Winmerge
PET is a C++ library that implements generic regular path expressions. It provides a set of classes and overloaded operators that allow the programmer to define regular path expressions over user-defined data structures using solely the GCC compiler
DFA library is a regularexpression library capable of the classic RE syntax (i.e. - without any perl extension). Unlike many other libraries with similar functionality, a deterministic finite automata (DFA) is used. DFA was formerly called npcre, wh