Master programming by recreating your favorite technologies from scratch with vibe coding.
Relativ is an open-source project for the development of custom virtual reality hardware, encompassing the mechanical design, electronics, and software interfaces required to build a headset from scratch. It provides the frameworks necessary for assembling devices using open-source electronics and firmware. The project integrates custom hardware with SteamVR through driver-based configurations, mapping device identifiers and display viewports to ensure rendered images align with physical secondary displays. It employs a combination of microcontroller-based inertial measurement unit polling fo
dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and nameservers. It functions as a recursive DNS server and network service tool for managing the resolution of domain names within local or wide area networks. The project provides a framework for building a custom DNS server, incorporating recursive resolution logic and stub resolver integration to translate hostnames into IP addresses. It is designed for implementing the DNS protocol from scratch to facilitate network protocol learning and custom name resolution. The implemen
Build a simple video encoder from scratch
الميزات الرئيسية لـ kevmo314/codec-from-scratch هي: System Programming, System Utilities, Experimental Projects.
تشمل البدائل مفتوحة المصدر لـ kevmo314/codec-from-scratch: infaaa/build-your-own-x-vibe-coding — Master programming by recreating your favorite technologies from scratch with vibe coding. emilhernvall/dnsguide — dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and… relativty/relativ — Relativ is an open-source project for the development of custom virtual reality hardware, encompassing the mechanical… jamesroutley/write-a-hash-table — This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear… cheery/json-algorithm — Now even your pet rock can parse JSON. g-plane/tiny-package-manager — Learn how npm or Yarn v1 works.