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
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.
A fuse filesystem implementation to a MAID system. Multiple Array of Inespensive Disk Use case: a user have many usb sticks, disks and other filesystem to merge in a single filesystem to get the data and move it
This is a debian package that contains a program for connecting with internet through MTS Connect. It is developed under UBUNTU 8.10 and GNOME for modems ADU-500A and ADU-510A.
Quick-installer, like the name implies, allows quick installation of applications and other items on your linux computer so you don't have to worry about going into terminal and typing in all kinds of commands to get the same job done.
A benchmarking utility providing administration of the benchmarking procedure and a web interface for public access on the results. The goal is to have an automated procedure after the benchmark specification.
Tynix is a real-time kernel for embedded systems with reduced memory availability (without external memory). The project intends to be very small, portable for a large amount of platforms and easily configurable.
Graphical user interface to create and maintaining mdadm software raid arrays. Create, test, mount and delete arrays.
.
Current status: Planning/Concept
Project as yet contains no code yet (pending)
NipperME or 'Nipper Made Easy', is a GUI application that sits on top of the commandline tool Nipper located at http://nipper.titania.co.uk/ This tool provides Nipper commandline options presented to you in a nicely laid out GUI.
NetgearDG tools is a collection of command line utilities to administer Netgear routers running DGTeam firmware. Currently the only supported router is the Netgear DG834GT.
vport is a universal hardware interface for education and development. It supports
all important microcontroller intefaces such as I2C, SPI, JTAG, RS232, IO-Ports, 1-Wire, CAN, ...
APTonUSB allows for access to the Repositories on Ubuntu for those people who do not have high-speed internet. APTonUSB allows users to download packages from any Windows based PC and install the packages from a USB drive.
This project offers a client/server tool to analyze the /var/log/auth.log in order to gather information about the login attempts. The information is sent to a server side where the datas are stored in a sqlite database.
Copy/move folders and files between different storage medias, with full-control over the copying/moving process by pause, resume, restart and cancel features, with detailed informations about copy/move process.
We propose a userspace Process Classifier based on SELinux Security_context(PCSS).PCSS use SELinux security context to classify the processes in different categories which is useful for process grouping systems like CKRM,Cpuset,ELSA,Containrs etc.
This is a Firewall and IDS front-end, the main purpose is simplify configuration of Iptables and Fwsnort and Psad management. The Firewall provides an experimental feature to decide in real-time about each outgoing connection.
Aquest és sistema de administració i control d'usuaris per telecentres en linux. Aquest sistema permetra fer la gestió dels usuaris i fer-ne el control per saber les pagines web que han visitat, el temps que hi han estat i poder fer estadistiques.
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...