98 projects for "c source code" with 2 filters applied:

  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 1
    Open86 is a small, modular, cross-platform x86 emulator that is currently in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A port of the Frodo Commodore 64 v4.1b scan-line emulator to C# / SDL (SDL.NET). Every effort will be made to create a single executable, platform independent version, to be tartgetted at both the Microsoft and mono runtimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Playputer SDK is open source C/C++ framework whose purpose is to help development of virtual machine libraries for playing casual games.These libraries emulate classic home computers, video game consoles,and other hardware or software systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Marisa: experimental x86 emulator core. Aims for correctness and precise timing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    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
  • 5
    truereality is a open source n64 emulator. the aim of this project is NOT to run commercial games, instead it should be a piece of c source code which teaches you how to do software emulation in a portable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Motorola/Clones 6502 emulator, There is two versions, one is opcode granularity (dead6502), the other is cycle granularity (dead6502v4). It has been used by myself in various projects requiring a 6502 emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A portable emulator for the HP (DEC, Compaq) AlphaServer ES40. The current version is capable of running OpenVMS with some limitations. The goal is to have a drop-in replacement for real ES40's. Emulates the Alpha AXP EV68CB processor and other devices.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    YALC is a virtual architecture designed for educational purpose. It models a DLX-like processor and its set of ASM instructions, a compiler from a high level language (C-like), and an IDE with syntax checking and highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A multi-ISA "assembly debugger" with graphical and terminal frontends. Currently sporting LC-3, Georgia Tech's LC-2200, and brain*. MIPS support is in the making, to compete with SPIM. (Windows, Linux, MacOSX; LC-3 simulator and LC-2200 simulator)
    Downloads: 3 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
  • 10
    Wireless Land (WL) implements a wifi layer for the User Mode Linux architecture. It comes with a Wireless Land server which provides the virtual wireless cards and a GUI for the network visualisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    A C++-based Commodore 64 emulator that is written with portability to other platforms in mind. A first implementation for the .Net platform has been created, others should follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C++ Class library for emulating various CPU chips.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Cell framework is a scalable server framework written in C#. It's original purpose is for MMOG emulation but can be easily adapted to other areas. The project includes a proof of concept rewrite of the DAoC emulator DOL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simulation model of IEEE 802.16e for ns-2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SquakMu will be an extensible emulator, based off some of the dsemu-ng codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Maria is an Atari 7800/2600 emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NEmu is an emulator/simulator for exploring computer architecture. It provides a virtual machine, a debugger, and simulations of various cpus and hardware. NEmu is built on top of ALib, my own application framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. It transparently converts between machine-internal binary data representation and can be used on arbitrary binary data sources.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    KEGS is a portable Apple //gs emulator for Linux, OS/2, HP-UX, and Solaris. It is very accurate and quick, running at an emulated 10MHz on 200MHz machines. This version of KEGS is using SDL (Simple Directmedia Layer) for more portability.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    open source platform independent cell-processor emulation software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Managed C# Spectrum Emulator
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    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: 16 This Week
    Last Update:
    See Project
  • 25
    A microprocessor simulator for unit testing assembly code in embedded systems. Written in pure Java, it works with JUnit on any platform Java supports. Micros include 6502, 6800, 8051, Z80, and others.
    Downloads: 0 This Week
    Last Update:
    See Project