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
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.
The project moved to GitHub, https://github.com/aevdokimenko/tsqlunit
TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
A PHP-based system that allows you to manage MySQL database backups using Percona's xtrabackup tool. This project has been moved to: http://code.google.com/p/xtrabackup-manager/
Osmius: The Open Source Monitoring Tool is C++ and Java. Monitor "everything" connected to a network with incredible performance. Create and integrate Business Services, SLAs and ITIL processes such as availability management and capacity planning.
Jacknsee is an educational network security tool. Its purpose is to teach students in computer science how basic hijacking techniques are used to corrupt a network. Two scenarios have been implemented: Man in the Middle and Denial of Service.
A command line tool that allows you to (live) analyze netfilter (iptables) log files. It provides a nice output and has features like displaying hostnames, duplicate detection... More info (+ screenshots) can be found in the pdf inside the tarball.
RtMidiRouter is a small but powerful command line tool which allows you to route, manipulate and create MIDI messages. For reliable realtime performance RtMidiRouter is based on RtMidi. It is controllable via command line and network (OSC).
PHPingMon (prev. Ping Monitoring) is a web based tool to get live data from web server about ping information: min, avg, max and packet loss in a table and graphic, individually scaling of ping graph.
Gnuteca derived schema translated into English, both the tables, field names and the data, have been translated. This is only the SQL part of the Gnuteca project, very vanilla code, should run on anything. The translation is very rudimental.
Framework for Advanced Developments in PHP : A tool to develop complex websites, including search engine, query layer, administration panel in progress... Cache template generation, on the fly library creation to build business applications.
XOOPS Cube TOKAI(XC-TOKAI) is community of XOOPS Cube users in Japan. Modules and themes that operates by XOOPS Cube and module developer's tool Cubson are developed.
Web based tool for showing RRDtool graphs and other statistics. Something like syweb from symon package, but more customizable with Smarty templates for graphs and screens.
LimeSurvey is a survey software to create online surveys. Features open/closed surveys, branching, participant administration, quotas, WYSIWYG HTML editor, email invitations & reminders, assessments, basic statistics and more.
SGSS is a database application for managing persons belonging to NGOs. It takes care of money, activies, knowledge, etc. It can also be used for mailings, market segmentation, ...
It's 100% Java and multiplatform.
Joomla! component to achieve a semantic extensión of the WCMS It converts the infrastructure of Joomla! into the semantically equivalent. It allows both manual and automatic semantic annotations as well as enhanced search capabilities.
The Annotation tool offers an effective online facilitation of collaborative literature processing and interactive peer feedback. > You can try its functionality on the freely hosted version at www.annotatiesysteem.nl
Allows users/system admins to browse through MySQL database dumps. Users can view and extract individual table structures and or data from MySQL database dumps. Database dumps complied by mysqldump and phpMyAdmin are compatible with this tool. PHP
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz