Showing 37 open source projects for "low level format"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start 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
    Assembly programming

    Assembly programming

    Learning assembly for Linux x86_64

    Assembly programming is an educational repository that introduces assembly programming for the x86-64 architecture on GNU Linux systems. The project is structured as a series of explanatory blog-style lessons that guide readers through the fundamentals of low-level programming. Topics include processor architecture basics, writing and building assembly programs, memory layout concepts such as stack and heap, and interaction with the operating system through system calls. The material is intended for a broad audience, from beginners curious about low-level computing to experienced developers expanding their systems knowledge. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    ...Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and hobbyists interested in low-level programming. By compiling and running the examples with tools like QEMU, learners gain hands-on experience with OS fundamentals. With its structured lessons and approachable explanations, the repository has become a widely recommended resource for operating system beginners.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    XNNPACK

    XNNPACK

    High-efficiency floating-point neural network inference operators

    XNNPACK is a highly optimized, low-level neural network inference library developed by Google for accelerating deep learning workloads across a variety of hardware architectures, including ARM, x86, WebAssembly, and RISC-V. Rather than serving as a standalone ML framework, XNNPACK provides high-performance computational primitives—such as convolutions, pooling, activation functions, and arithmetic operations—that are integrated into higher-level frameworks like TensorFlow Lite, PyTorch Mobile, ONNX Runtime, TensorFlow.js, and MediaPipe. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    operating system simple

    operating system simple

    Operating System Guide Dari 0

    ...Maintained by AzkaDev, the guide collects educational materials, links, and code snippets that walk learners through each major component of OS development—from bootloaders to kernel structures and system calls. While still evolving, the guide acts as a roadmap and inspiration hub for those wanting to explore low-level systems programming with a hands-on approach.
    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
    Linux-based DIY DCC (Model Railroad Digital Command Control) The project has morphed somewhat from its starting point. There's now a LOT of hardware bits, designed in CadSoft Eagle (V7, not the AutoDesk versions) and low-level code for PIC and ARM embedded micros. The Linux kernel driver for the original hardware is still there but increasingly redundant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    This is a basic, low-level library with pretensions to implementing features above and beyond (but not necessarily better than!) those implemented within the Standard C++ Library and the Boost Library. In particular data-flow based parallelism and a FIX-to Exchange-Protocol message translator that is blindingly fast! The source code has moved to GitLab: https://gitlab.com/jmmcg/libjmmcg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    ...High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports a commercially available DSP hardware and provided also Open Source Code for all the low level signal processing tasks and instrument controls in a most flexible and adaptable manner. All latest software is available via SVN only or Live Demo/Install CD: http://www.ventiotec.de/linux/GXSM-Linux.iso
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    raspberry-pi-os

    raspberry-pi-os

    Learning operating system development using Linux kernel and Raspberry

    This project provides a step-by-step educational guide on building a simple operating system kernel entirely from scratch, specifically targeting the Raspberry Pi 3. The operating system, referred to as RPi OS, is inspired by the Linux kernel but remains intentionally minimal to focus on clarity and teaching fundamental OS concepts. Each lesson introduces a kernel feature and demonstrates its implementation within RPi OS, followed by a comparison to how the same concept is realized in the...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    RAMvader-DeadSpace

    RAMvader-DeadSpace

    A trainer (hacks!) for the game Dead Space.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-deadspace RAMvader-DeadSpace is an opensource trainer for the game Dead Space. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-DeadSpace uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. RAMvader-DeadSpace is actually a project created to showcase the power and ease of use of the RAMvader library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    RAMvader-LittleFighter2

    RAMvader-LittleFighter2

    A trainer (hacks!) for the game Little Fighter 2.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-littlefighter2 RAMvader-LittleFighter2 is an opensource trainer for the game Little Fighter 2. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-LittleFighter2 uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. RAMvader-LittleFighter2 is actually a project created to showcase the power and ease of use of the RAMvader library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RAMvader-Darksiders

    RAMvader-Darksiders

    A trainer (hacks!) for the game Darksiders.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-darksiders RAMvader-Darksiders is an opensource trainer for the game Darksiders. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-Darksiders uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. RAMvader-Darksiders is actually a project created to showcase the power and ease of use of the RAMvader library. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    RAMvader-Trine-EnchantedEdition

    RAMvader-Trine-EnchantedEdition

    A trainer (hacks!) for the game Trine (Enchanted Edition).

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-trine-enchanted-edition RAMvader-Trine-EnchantedEdition is an opensource trainer for the game Trine (Enchanted Edition). It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-Trine-EnchantedEdition uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. RAMvader-Trine-EnchantedEdition is actually a project created to showcase the power and ease of use of the RAMvader library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RAMvader-BioshockInfinite

    RAMvader-BioshockInfinite

    A trainer (hacks!) for the game BioShock Infinite.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-bioshockinfinite BioShredder Infinite is an opensource trainer for the game BioShock Infinite. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. BioShredder Infinite uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. BioShredder Infinite is actually a project created to showcase the power and ease of use of the RAMvader library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RAMvader-Aquaria

    RAMvader-Aquaria

    A trainer (hacks!) for the game Aquaria.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-aquaria AquaRipper is an opensource trainer for the game Aquaria. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. AquaRipper uses the RAMvader library to have access to most low-level trainer functionality, such as performing reading and writing operations in the game's memory space. AquaRipper is actually a project created to showcase the power and ease of use of the RAMvader library. Please see the project's video for a demonstration of the cheats provided by the trainer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PROS

    PROS

    Custom firmware and IDE for the VEX Cortex Microcontroller

    This project has been moved to http://pros.cs.purdue.edu/ PROS is a lightweight and fast alternative operating system for the VEX Cortex Microcontroller. It features multitasking, low-level control, and Wiring compatible functions to harness the full power of the Cortex. With a real-time kernel based on FreeRTOS and a development environment built on Eclipse CDT, PROS uses proven software to increase the reliability and usability of the VEX development system across all three major computing platforms. PROS is currently under active development to make it usable for VEX high school and middle school teams. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16

    NutsOS

    Small 32-bits operating system

    NutsOS is a small monolithic operating system running on 32-bit processor. It is written in C and assembler and was created in order to learn the low-level programming and know the basic concepts of operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...It has built in 14 different iterate {Mandelbrot) functions. Many possibilities for changing parameters, saving as bitmap or small file. windows-32. Linux 32 - 64bit. Low level written in assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A lightweight, simple and easy to use embedded system task scheduler. RataOS is written as a high level C, with a simple HAL & API structure, allowing it to be ported between embedded devices easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Avr32fasm is prefix Forth-assembler for AVR32 processors core. Main purpose of project - create base for develop Forth system for AVR32. Avr32fasm provides as assembler for creating low level Forth words.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    TraceX shows x server protocall communication for a selected program. This is the low level comminication used by xlib and others. The data can be shown as raw hex io, or formatted into the individual functions. This program meets the SFF guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    C3A is a cross platform format for animated 3D geometry. Compact, fast, low bandwidth, and compatible with all current hardware/firmware; DirectX, OpenGL, XBox, PS2, 360, PS3, PSP, Wii, & DS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Software repository of the hack://src project. Includes security related software for crypto, vulnerability/patch notification & management, and ultra low level system access for stealth forensics & intrusion detection or malware removal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Low-level processor benchmark for x86 and amd64 processors: measures exact latency and throughput for each assembly instruction, and automatically finds execution units. Special focus on SIMD (MMX, SSE) instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Affnity is a hobby operating system, to help it's developer(s) understand the concepts of operating systems development and low level programming in C, C++, assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB