Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
Our Free Plans just got better! | Auth0
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.
DynaGraph creates dynamic graphs based on data selected from a database query. Using PHP, DynaGraph accesses a MySQL database, and uses the results to plot information to a bar graph in the GIF format, using gd1.3.
PrinetrAdmin's a graphical printer administration application for Linux.
It's running under KDE and use BSD like printer input filter.It's can add printer
(with wizard), remove printer, and view query list.
Perl Packages Manager which used ExtUtils::Installed module provides a simply way to find out what module files have been installed.
It can be used to query, verify, and uninstall individual software packages.
This is a framework for people that can't use Hibernate or iBATIS in their project, and don't want to build their SQL's from scratch. There's support for Oracle pagging of select querys, support for the Spring RowMapper and many other functionalities
A portable application for JavaME/MIDP-enabled devices (including most mobile phones) that enables you to browse an XML database of geocache information—in particular, the Pocket Query data generated by the geocaching.com web site—wherever you go.
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
The project aims to create a set of test databases which might satisfy a given query Q.So given a query Q the s/w generates result R and input databases D such that Q(D) = R.The software has applications in functional verification of query processors
Danaides stores meta-data from biological banks in a graph databases as well as OBO formatted ontologies.
It also provides a web query interface to parse ontologies or extract nodes based on ontology requirements.
Example: Get all known elements that are in family of Fish (species ontology) AND a RNA (sequence ontology).
The objective of the project is to create an implementation of the EPCIS Query and Capture interfaces which allows users to turn their MySQL database into an EPCIS Repository.
A simple web interface for your database, like phpMyAdmin but more user friendly and integrating some advanced Database management functionalities like query and report.
Quick Backend is a php class that can be used to create backends to XMLHTTP requests for any AJAX library you choose. It focuses on the concept of "Don't repeat yourself", providing features such as file uploads and JSON generation from an SQL query.
NeoPasteBot is an IRC bot which allow IRC users to paste from IRC to Pastebin and provide query functions against the Pastebin database. This bot is coded in PHP and using MySQL to connect to Pastebin database.
OptiJey is a Java utility package that optimizes jdbc database access. It helps building faster Insert/Replace queries and presents a generalized query result caching mechanism to help developers deal with very selecqueries over large tables.
Metafrastes is a natural language processing system that can take an input query from the user and translate that internally in order to communicate with a knowledge base in the form of an ontology.
We propose a native RDF repository, System Π, to pursue a better tradeoff among the system scalability, the query efficiency, and the inference capabilities.
A PHP class that replace the need to build textual SELECT queries.
By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.