Pinned Repositories
539kernel
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
apple_sensors
temperature sensor for Apple Silicon M1
AWS-OmniGraffle-Stencils
OmniGraffle stencils for Amazon Web Services
basekernel
A simple OS kernel for research, teaching, and fun.
coding_onepager
Crescendo
Crescendo is a swift based, real time event viewer for macOS. It utilizes Apple's Endpoint Security Framework.
darwin-xnu
The Darwin Kernel (mirror)
dotfiles-1
My config files
firefox-ios
Firefox for iOS
gpu_mandelbrot
Interactive Mandelbrot set on GPU with Python
marcelvdh's Repositories
marcelvdh/539kernel
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
marcelvdh/basekernel
A simple OS kernel for research, teaching, and fun.
marcelvdh/coding_onepager
marcelvdh/firefox-ios
Firefox for iOS
marcelvdh/haikus-for-codespaces
marcelvdh/lbd
marcelvdh/lc3-vm
A LC3 virtual machine implementation in a few lines of C code
marcelvdh/lc3-vm-jm
Write your own virtual machine for the LC-3 computer!
marcelvdh/met-materials
The projects and the materials that accompany the Metal by Tutorials book.
marcelvdh/Metal-Mandelbrot-Fractal
Mandelbrot Fractal done with Metal and Swift on OS X
marcelvdh/minimal-mistakes
:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
marcelvdh/node-typescript-starter
Boilerplate Node.js project with typescript, ts-jest, typescript-eslint, prettier, nodemon, husky, commitlint and shx. This project includes vscode debugging configuration and does not not use ts-node.
marcelvdh/Qt-Creator-Ayu
Ayu color theme for Qt Creator GUI
marcelvdh/react-native-simple-starter
marcelvdh/stryker
Mutation testing for JavaScript and friends
marcelvdh/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL.
marcelvdh/cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
marcelvdh/cpplox
Following Nystrom's book Crafting Interpreters, implemented in C++.
marcelvdh/cppLox-new
A tree-walker && virtual-machine && JIT interpreter for Lox language
marcelvdh/kickstart.nvim
A launch point for your personal nvim configuration
marcelvdh/lox
A rust implementation of the lox language
marcelvdh/lox-rs
Yet another implementation of Lox in rust
marcelvdh/lsof
LiSt Open Files
marcelvdh/minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
marcelvdh/next-advanced-apollo-starter
Advanced, but minimalistic Next.js and Apollo starter
marcelvdh/next-learn
Learn Next.js Starter Code
marcelvdh/SplitView
A flexible way to split SwiftUI views with a draggable splitter
marcelvdh/swift
WebAssembly support for the Swift Programming Language
marcelvdh/terminal-anatomy-code-examples
Code examples for https://www.poor.dev/blog/terminal-anatomy/
marcelvdh/xv6-public
xv6 OS