• Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    MIF85Tracker

    MIF85Tracker

    chiptune music tracker for Philips SAA-1099

    Multiplatform GNU/GPL chiptune music tracker for Philips SAA-1099 soundchip with 6 channels, which was used in Sam Coupé micro-computer and also in sound interface MIF 85 for the Tesla PMD 85 (an 8-bit personal micro-computer produced in eighties of twentieth century in former Czechoslovakia). This is a very first music tracker for this soundchip on PC platform!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MIPS Interactive Learning Environment

    MIPS Interactive Learning Environment

    MILE - MIPS Interactive Learning Environment

    MILE is a user-friendly MIPS simulator. It offers users a GUI in which they can develop and run programs written in MIPS assembly language. It is intended to be used as an instructional tool. MILE is still in early development. It lucks certain features and functionality. Please be patient until the beta version is released.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MIX-VM

    An emulator for a mythical computer "MIX"

    MIX-VM is a software that emulates the Knuth's hypothetical computer MIX, used in "The Art of Computer Programming" v.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Win32 Mac OS emulator written in C (with some inline assembly). Emulation accuracy surpasses (nearly) all other known MAC emulators. Uses plugins for emulation of mac-specific hardware (mappers).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Mahatma68k is a free/Open Source emulator library for the legendary Motorola 68000 CPU written for the Java virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Storesim simulates creation of large amount of random files. Directory structure created is similar to what is done in very large file repositories: based on hashdirs (found in mailservers, NFS servers, files servers, image databases...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mangos Server Config-Editor Tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MarbleRemote

    MarbleRemote

    application Android qui émule le clavier et la souris d'un PC cible

    MarbleRemote est une application Android qui permet d'émuler la souris et la clavier d'un ordinateur cible. Il utilise le protocole UDP, l'appareil Android et le PC doivent être connectés sur le même réseau local (la même box, en wifi ou connexion filaire) Permission de l'apk Android package: com.marble.remote uses-permission: android.permission.ACCESS_NETWORK_STATE uses-permission: android.permission.ACCESS_WIFI_STATE uses-permission: android.permission.INTERNET uses-permission: android.permission.VIBRATE uses-permission: android.permission.WAKE_LOCK il fonctionne avec un client à installer sur le PC Windows cible: http://sourceforge.net/projects/marbleremote/files/Files/MarbleRemote_client_pour_windows_installeur.exe/download et une apk à installer sur l'appareil Android: http://sourceforge.net/projects/marbleremote/files/Files/MarbleRemote.apk/download Instructions: http://sourceforge.net/projects/marbleremote/files/Files/aide.pdf/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Maria is an Atari 7800/2600 emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Mario is a Nintendo® GameBoy emulator for PalmOS, Java, Java Micro Edition (J2ME), Microsoft Windows, Mac OS X, Linux, and POSIX platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Marisa: experimental x86 emulator core. Aims for correctness and precise timing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Matra Alice Emulator
    Matra Alice Emulator allows emulation of 80's french computer Matra Alice. It is written in Java and provides a consistent emulation framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MedGui

    MedGui

    Frontend (GUI) for Mednafen multi emulator

    MedGui is obsolete and don't support new Mednafen version. To play with last Mednafen you must download MedGui Reborn. Download Last Mednafen version at: http://forum.fobby.net/index.php?t=thread&frm_id=19& Download MedGui Reborn at: http://forum.fobby.net/index.php?t=msg&th=924&start=0&
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An emulator and toolchain for an virtualised video game architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mesya is a Java framework for multiple entertainment systems emulation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MiNES

    MiNES

    An editor for NES ROMs in the iNES format.

    MiNES is an editor for NES ROMs in the iNES format. I wrote MiNES because I needed a portable iNES editor that would allow me to change the PAL/NTSC bit of the iNES header. MiNES follows the Marat Fayzullin's iNES specification, and takes care to not change any unused (reserved for future use) bits. That way you can be sure that it will not brake your ROMs (unless you do something stupid), and preserve compatibility with future versions of the iNES format. MiNES computes ROM's CRC32 and uses an internal database to guess the game's title and correct (recommended) header settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Miasm

    Miasm

    Reverse engineering framework in Python

    The Miasm intermediate representation is used for multiple task: emulation through its jitter engine, symbolic execution, DSE, program analysis, but the intermediate representation can be a bit hard to read. We will present in this article new tricks Miasm has learned in 2018. Among them, the SSA/Out-of-SSA transformation, expression propagation and high-level operators can be joined to “lift” Miasm IR to a more human-readable language. We use graphviz to illustrate some graphs. Its layout does not always totally conform with a reverse engineering “ideal view”, so please be tolerant of those odd graphs. Miasm is not the first tool to implement this feature. But, well, as the tool already had everything needed to implement DSE, it was just a matter of time before these features landed in the main branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Mini vMac

    a miniature early Macintosh emulator

    Mini vMac emulates a Macintosh Plus, one of the earliest of Macintosh computers. It can run old Macintosh software that otherwise couldn't be used on recent machines. (So far available for MacOS, Windows, and X)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of libary and utility code for discrete event simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mipscope is a cross-platform IDE for students learning assembly on the MIPS architecture. The focus is on a convenient debugging environment, including a visual, reversible debugger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MobileZX is a 48k ZX Spectrum emulator for mobile devices with support for J2ME MIDP2.0. It is oriented to devices such as PDAs and mobile phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mooneye GB

    Mooneye GB

    A Game Boy research project and emulator written in Rust

    Mooneye GB is a Game Boy research project and emulator written in Rust. The main goals of this project are accuracy and documentation. Some existing emulators are very accurate (Gambatte, BGB >= 1.5) but are not documented very clearly, so they are not that good references for emulator developers. I want this project to document as clearly as possible why certain behavior is emulated in a certain way. This also means writing a lot of test ROMs to figure out corner cases and precise behavior on real hardware. The emulator is lagging behind hardware research. I don't want to spend time making short-lived and probably incorrect fixes to the emulator if I'm not sure about the hardware behavior. On an i7-3770K desktop machine, I can usually run ROMs with 2000 - 4000% speed. Without optimizations, the speed drops to 150 - 200%, which is still fine for development purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An image manipulation tool for Commodore 8-bit computers' graphic formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MyVerse

    My LEGO Universe Server

    This will be my LEGO Universe Server based off the work of humanoid24 and lcdr when they have finished writing it. It will have "special" changes that I incorporate into their server :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    N-sim is a framework for studying and developing wireless sensor networks. It emulates the computation of sensor platforms, simulates the wireless communications, and allows plug-in models for source detection simulation. Intended for cluster computing.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB