Stars
- All languages
- AppleScript
- Assembly
- Astro
- Batchfile
- BibTeX Style
- C
- C#
- C++
- CMake
- CSS
- CartoCSS
- Chapel
- Clojure
- CoffeeScript
- Common Lisp
- Crystal
- Cuda
- D
- DIGITAL Command Language
- Dart
- Dhall
- Dockerfile
- Elixir
- Emacs Lisp
- Erlang
- F*
- Go
- HCL
- HLSL
- HTML
- Handlebars
- Haskell
- Java
- JavaScript
- Jinja
- Julia
- Jupyter Notebook
- Kaitai Struct
- Kotlin
- Less
- LiveScript
- Lua
- MDX
- Makefile
- Markdown
- Nix
- Nunjucks
- OCaml
- Objective-C
- Objective-C++
- PHP
- PLpgSQL
- Pascal
- Perl
- PowerShell
- Prolog
- PureBasic
- PureScript
- Python
- QML
- R
- Red
- Roff
- Ruby
- Rust
- SCSS
- Scala
- Scheme
- Shell
- Solidity
- Starlark
- Swift
- TeX
- TypeScript
- Vim Script
- Vue
- WebAssembly
- Zig
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-modu…
An introduction to ARM64 assembly on Apple Silicon Macs
Web server for Linux written in amd64 assembly.
bootOS is a monolithic operating system in 512 bytes of x86 machine code.
MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x8…
Pure64 is a kernel/software loader for x86-64 systems.
Here I share the code of my CV, which is also a bootable bootloader :)
Low level image processing library in pure Go with SIMD assembly
Automatic inference of a formal specification of the x86_64 instruction set
👾 { lexing, parsing, bytecode VM, asm, ncurses } Corewar is a programming game in which programs called warriors compete for control of a virtual computer
This project involves creating a virtual arena, and having simplistic-language programs fight each other. It involves getting familiar with VM concept (with the instructions it recognises, the regi…