With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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.
This CGI application is written in perl and provides a simpledatabase for creating, printing, and storing story and task cards as used in the XP Planning Game. For further information see "Extreme Programming Explained" by Kent Beck.
Bibtool is a simple curses-based editor for BibTeX bibliography files, especially useful for those who have to maintain a large number of references for a major piece of documentation, like a PhD thesis.
The name 'bibtool' was already in use by another project. To avoid confusion this project has been renamed 'bibcursed' for further development.
There will be no further updates to bibtool, and you should start using Bibcursed instead (also hosted on Sourceforge).
Este programa es una simple base de datos, práctica para todos aquellos que posean una grabadora de CD's. Gracias a esta base de datos podran buscar rapidamente sus programas
DB::Query abstracts access to various databases through a simple and general API which allows complex search queries, update, insert and delete operations.
Text-Query-SQL is derived from the Text-Query module. Text-Query is a general purpose query parser and resolver. It is able to parse the AltaVista 'simple query' and 'advanced query' syntax. The syntax tree is then used to build a search query.
pwPage provides an extremely fast and simple approach to the creation of data base forms. That is, if a data base table exists and a corresponding HTML page has been constructed using a few easy guidelines, pwPage can immediately used for table data sele
A˛Z is a simple and efficient web-based contact management software that runs on PHP and MySQL. You can use it to replace your phonebook or even use it as an office-wide phone directory. It is all yours to decide!
We have designed and implemented a pragmatic, generic and flexible approach to provide simple user interfaces for the management (creation, search, update etc.) of XML structured data.
Converts XML files and/or SQL schemas into Java sources. Types of variables are determined from the sample values. Attributes and elements are treated the same, making writing the XML very simple. Directives are given in the java: and sql: namespaces.
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.
rac is a set of perl modules that provides a simple but customizable HTML interface to your databases. It has been developped to avoid writing always the same small CGIs that access a simple base to manage customers, team tasks, stock management, etc...
MyDB is a collection of classes (MyDataLib) and applications (MyData, WebIDE) that help built web applications 4 to 10 times faster.
The main idea is very simple : Insert simple Objects in the web pages to manage and display the datas.
How does it wo
Welcome to the first opensource release of DBConnection, com.webprofusion.util.db.DBConnection is a simple wrapper object for JDBC database connections and currently supports MySQL & MS SQL Server. Other useful packages are also included.
A simple web interface for your database, like phpMyAdmin but more user friendly and integrating some advanced Database management functionalities like query and report.
Object oriented library for storing complex structures in sql database.
It produses easy interface for managing simple tables, trees, object hierarhies and associative arrays.
It uses PHP5 syntax and won't work on PHP4.
...There's a full write up/article detailing exactly what I did/how it works here:
PHP MySQL "instant" Audit Trail:
http://www.flatcoder.co.uk/php-mysql-instant-auditorauditing/
This came about when a client asked for a way to audit their system. The codebase was an old PHP application with more files/scripts that anyone would like to plough through!
The solution was a simple "drop in" replacement for the mysql_query call. From there, a simple search/replace on the codebase.
The auditor will capture "who did what" and "when". It is also smart enough to fully parse the raw MySQL query and compare updates to existing rows. Only actual changes are recorded in the audit log (database table) regardless of the SQL.
...
Implementation of the Repository design pattern in PHP. Goals of this project are to make accessing database tables simple, regardless of the database structure and to produce the most efficient queries for each type of database