Showing 38 open source projects for "format low level"

View related business solutions
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    NASM

    NASM

    A cross-platform x86 assembler with an Intel-like syntax

    ...The assembler is highly portable and can be used across multiple platforms, making it a standard tool in many low-level programming workflows. Its maturity and widespread adoption have made it a reliable choice for developers working close to the hardware. Overall, nasm serves as a foundational tool for understanding and implementing low-level software systems.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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: 3 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
    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
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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 github.com/pyzahl/Gxsm4 (source code) or as binary for Ubuntu on https://launchpad.net/~totto/+archive/ubuntu/gxsm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    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: 3 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-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
  • 11
    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
  • 12
    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: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    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
  • 19
    ...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
  • 20
    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
  • 21
    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: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB