• MongoDB Atlas runs apps anywhere Icon
    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.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Gemini is a suite that includes a command-line tool and a GUI to synchronize data between two or more folders. It will also include a Daemon for automatic syncs and some advanced Sync Functionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A template-based C++ library for generically serializing and unserializing data with nothing needed from the user but a minimal number of macros. Can be easily enhanced to support arbitrary serialized data formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Genetic Algorithm File Fitter, GAFFitter for short, is a tool based on a genetic algorithm (GA) that tries to fit a collection of items, such as files/directories, into as few as possible volumes of a specific size (e.g. CDs or DVDs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GiPac - Gift Package

    GiPac - Gift Package

    Debian Package Builder System

    Debian Package Builder System with a Highly Comprehensive Graphical User Interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    "Girder to Winamp Playlist connector" is a link between the Girder software and the Playlist Editor of WinAmp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GitHub Markup

    GitHub Markup

    Determines which markup library to use to render a content file

    This library is the first step of a journey that every markup file in a repository goes on before it is rendered on GitHub.com. GitHub-markup selects an underlying library to convert the raw markup to HTML. See the list of supported markup formats provided. The HTML is sanitized, aggressively removing things that could harm you and your kin—such as script tags, inline-styles, and class or id attributes. Syntax highlighting is performed on code blocks. See github/linguist for more information about syntax highlighting. The HTML is passed through other filters that add special sauce, such as emoji, task lists, named anchors, CDN caching for images, and autolinking. The resulting HTML is rendered on GitHub.com. The dependencies listed are required if you wish to run the library. You can also run script/bootstrap to fetch them all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project leverages the Gladinet Cloud Desktop SDK to create a plugin to support Azure. With it, Gladinet Cloud Desktop can mount Azure as a local folder on a local drive and leverage all the other features of Gladinet Cloud Desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenVMS-inspired "dir", "copy", "purge" commands that support file version numbers. "dir -resolution" makes summaries of disk usage. "rename -lower -portable" cleans up filenames. grep-like "search". "filter" maps characters, trims blanks,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Glossword Diff is a file comparison utility written in PHP which displays the list of recently modified files as RSS-feed. It helps end-users to track changes in files on a web-site. Web-developers can track changes in their online software projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Use of Michael Rabin's Information Dispersal Algorithm to provide secure, dispersed storage in a networked environment. For full download, please get both Math-FastGF2 and Crypt-IDA releases under the files link. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Gnome Synchronization Utility is an automatic synchronization solution that synchronizes your files to a remote computer. Every day, hour or minut, this utility will monitor your files and folders and commit any changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A complete cd recording environment written in Gtk with optional Gnome Support. supports TAO and DAO recording using cdrecord&cdrdao, free file selection using a comfortable built-in filemanager or optionally any gtk draganddrop compatible external progr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Easy zero-configuration file and storage sharing between many computers on a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GoSafe is a collection of pre built packages and enhanced documentation use for the purpose of spreading awareness and education of the importance of Information Security. This package is aimed at the general user running on the Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gomp Backup is a userfriendly backupscript that generates backups of your desired systemfiles and uploads them to a FTPserver. It also has a restorefunction, which makes it easy to download your backups. Requirements: ncFTP and tar with gzip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a gadget for the Google desktop utility on Windows that allows you to drag and drop files onto it for storage and retrieval. Files are stored in various backing store implementations, including Local File System, Amazon S3 etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Deprecated! This app was written for ClientLogin which was discontinued. Use something more current, ie "drive" : https://github.com/odeke-em/drive/ PHP Script for automatic backups of your google docs (including google apps) for archival (for those of us that don't trust anyone). Supports multiple document types and folders. Requires only php and php-curl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Google protobuf support for Lua

    Google protobuf support for Lua

    A Lua module to work with Google protobuf

    This project offers a C module for Lua (5.1, 5.2, 5.3, 5.4, and LuaJIT) manipulating Google's protobuf protocol, both for version 2 and 3 syntax and semantics. It splits into the lower-level and the high-level parts for different goals. For converting between binary protobuf data with Lua tables, using pb.load() loads the compiled protobuf schema content (*.pb file) generated by Google protobuf's compiler named protoc and call pb.encode()/pb.decode(). If you don't want to depend Google's protobuf compiler, protoc.lua is a pure Lua module translating text-based protobuf schema content into the *.pb binary format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gpkgtool is a visual way to manage Slackware System. Containing a package manager (GpkgPakcages) and other goodies is comming. This program was written to end users, who like Slackware and wants an organized and powerfull system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A simple graphical file verification utility, utilising md5sum and cksum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java userland file synchronization program that runs as a daemon. Designed synchronize between many systems simultaneously. Builds a minimal spanning tree for bandwidth efficient update distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Greek to Greeklish massive file renamer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Grey Compressor+FTP

    Grey Compressor+FTP

    Grey Compressor+FTP compresses and uploads file to ftp server.

    Grey Compressor+FTP compresses and uploads a single.7z (7-Zip) file to an ftp server. An output .bat file and password .txt file are produced. Send the .bat file and .txt file to the recipient. The recipient then double-clicks the .bat file, and the .7z file is downloaded to the recipient's computer. Pros: * The bat file produced after the file/folder is compressed is the same size each time (easy to send to recipient). * No need to upload compressed file to ftp and send recipient shared url. * Automatic encryption. Cons: * Grey Compressor+FTP may not download .7z file when connected to certain domain networks. * The sender and recipient must have an internet connection. Tips & Tricks: * Rename .bat to .batx if your email service blocks sending your .bat file via email. Recipient then must change the file extension back to .bat. *Grey Compressor+FTP currently has 375 GB of shared server space. This will increase as downloads increase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple Backup program primarily based upon gtk/glib. Backups/Restore across ftp, http, smb, nfs, etc. Uses simple tar files with a sqlite db for quick searches and extraction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Gtkopy

    Utility for multiple copies of files

    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB