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.
Start Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Pluster is a cluster management software developed with python. It is easy to install and maintain. Pluster Provides cluster performance monitoring and remote OS installing. It's future will be an agent-based management system.
This project is on planning phase. This will be an issue tracking system, based on e-mail. The issues will be processed with procmail. the front end will be with python. Perhaps there will be some use of sqlite and maybe some integration with moinmoin.
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, ...
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.
This library and tools help you to keep tags for files in an external database. As few external dependencies as possible are needed, making it a lightweight file tagging solution.
Etch is a cross-platform, language- and transport-independent framework for building and consuming network services. With Etch, service development and consumption becomes no more difficult than library development and consumption.
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.
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.
Mutant is a multi-threaded command line monitoring tool, written in Python, using the ncurses library. With it, you can watch the output from multiple commands in a single terminal. Each command has a specific interval and color.
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.
Multitoo is a Python program designed to ease and help automate software updates, system management, and routine maintenance for multiple Gentoo installs. Future suppot will be added later for other major distros.
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.
StreamMine is a distributed event processing (streaming) infrastructure.
You can create low-latency, fault-tolerant stream processing functionality with any stream-oriented operators that can be implemented in Python.
Netkeeper is an integrated intrusion prevention system for Linux. It incorporates snort IDS and iptables firewall, and its distributed and modularized design allows deployment in various network topologies.
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.
Graphystat is a server showing graph datas like cpu, memory, ... on a web interface.
Datas are collected on each client and stored in rrdtool bases. Server retrieves datas locally or throw network.
Graphystat is based on rrdtool and python.
The Local Content Server transforms Plone into a robust Learning Object Repository. It supports IMS content package transport, content preview, and object identification and registration.
SuperG is a code library written in Python intended to quickly enable programmers in a scientific environment to manage data files created by dispersed scientific instrumentation.
PHOBOS implements a high performance storage solution on various storage backends, including tape libraries.
It is fully based on open-source standards, open data formats and protocols, which avoids vendor locking of your data.
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...