• Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
  • 1
    ASpectrum is a portable GPL'ed Spectrum emulator. The main goal is to create a Sinclair Spectrum emulator written on pure C so that it can be easily adapted to any platform changing the graphic/sound primitives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simulate the Atmel AVR series of microcontrollers and associated peripherals
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AdaptiveCells J2EE generates test-beds for benchmarking J2EE performance. They consists of highly customizable EJB cells that can emulate CPU load, memory usage, memory leaks and exceptions. The behaviour of the cells is coordinated from a web front-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Thanks to carefully thought out architecture an emulator for all hardware (i386 i860 sparc hppa SGI Mips Alpha etc) on any hardware. A lot of new theories have gone into this trying to fix old problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters. ** PLEASE NOTE THAT WE HAVE MOVED TO GITHUB! https://github.com/AppleCommander **
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An Apple ][, ][+, ][e, //c emulator written in portable C++. Should run on any computer. The 6502 emulator is written as an interface to be fully reusable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Commodore 64 emulator in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    AtariMax front-end

    Front-end to AtariMax software kit

    Front-end to AtariMax software kit to flash a 1Mbit or 8Mbit cartridge for Atari XL computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Atom Vim-Mode-Plus

    Atom Vim-Mode-Plus

    vim-mode improved

    atom‑vim‑mode‑plus is a feature-rich Vim emulation layer for Atom, bringing modal editing (like Vim’s normal, insert, and visual modes) with enhanced capabilities beyond basic keybindings. Incremental search by incrementalSearch setting (disabled by default). Cursor visible in all visual modes (characterwise, blockwise, linewise). Maintain the same cursor position after operations (e.g y, gU) by stayOnYank and stayOnOperate settings. Set cursor position to start of change on undo or redo by enabling setCursorToStartOfChangeOnUndoRedo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    A frontend for Mame (or any other emulator that supports the command line) to be used with an arcade cabinet. Written in VB.Net and utilising the Windows Presentation Foundation. Windows XP SP2 and Vista only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Away Mouse
    Away Mouse is a lightweight program that simulates mouse movement every specified entered of minutes, can be useful to - Simulate activity - Prevent screensaver - Keep session alive while away, - Keep PC awake It does not connect to the internet so you can use it without worry of connection issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The BF Debugger Project is an attempt to allow the development of software using the Brainf*** programming language in a GUI development environment, and to provide a platform for the advancement and dissemination of this language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BMDFM

    BMDFM

    Binary Modular DataFlow Machine (BMDFM)

    Binary Modular DataFlow Machine (BMDFM) is a software package that enables running an application in parallel on shared memory symmetric multiprocessing (SMP) computers using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the static and mainly dynamic scheduling of the dataflow instruction sequences derived from the formerly sequential program. The BMDFM dynamic scheduling subsystem performs a symmetric multiprocessing (SMP) emulation of a tagged-token dataflow machine to provide the transparent dataflow semantics for the applications. No directives for parallel execution are needed. More info: http://www.bmdfm.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bartlett is a simplified installer, console, configurator and launcher for the PearPC project (PowerPC Emulator).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Bartsoft ICCalc™ (Integrated Circuit Calc, tries to EMULATE a true simple calculator. It can sum and subtract 4-digit numbers and it can operates with logic connectors. By the way, it's still in a BETA-phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project is meant to provide a free personal server for the World of Warcraft game. Temporary space for the weekend until SF team approves
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Nintendo NES emulator in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Binary Analysis Platform

    Binary Analysis Platform

    Binary Analysis Platform

    The Carnegie Mellon University Binary Analysis Platform (CMU BAP) is a suite of utilities and libraries that enables analysis of programs in the machine code representation. BAP supports x86, x86-64, ARM, MIPS, PowerPC and new architectures can be added as plugins. BAP includes various analyses, standard interpreter, microexecution interpreter, and symbolic executor. BAP features its own domain-specific language, Primus Lisp, that is used for implementing analyses, specifying verification conditions, modeling functions (writing stubs) and even interfacing with the SMT solver. The toolkit repository includes various examples of program analysis tools that could be implemented with BAP and can be used as the starting point (in addition to the tutorial) for implementing custom analyses. BAP can be used as a framework with a single bap utility that is extended with plugins or it can be used as a library embedded in a user application, which could be written in OCaml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BlackSMS is a project to build a very accurate Sega Master System's emulation core without depending on any specific plataform. This is achieved by spliting the plataform-dependable code from the core and providing it as a separated interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Blubber system is an Eclipse RCP application for distributed systems modeling. Designed for university researches and inlcudes: task graph editor; graph transformation tools; graph modelling on distributed system; real-time modelling on GerdaFramework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An advanced and customizable emulator for Burger Time and other games that run on similar hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Managed C# Spectrum Emulator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dump Commodore 64 Tapes from Wave to tap, Supporting most formats of turbo loaders. Convert Between Tap formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CL - Matrix - GUI: The main purpose of the project addressing to the command line prompt riders.. This will be wokring mainly as a library for C++, allowing programmers to use pseudo grafics in their applications. CL - Matrix - Enviroment: A real envi
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB