Skip to content
View linuskmr's full-sized avatar
  • Germany
  • 06:14 (UTC +01:00)

Highlights

  • Pro

Block or report linuskmr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
linuskmr/README.md
for (vga, chr) in iter::zip( (0xb8000..0xb8fa0).into_iter().step_by(2), [0x4c, 0x69, 0x6e, 0x75, 0x73, 0x13] // CP473 ) { unsafe { (vga as *mut u8).write_volatile(chr); } }
  • 👋 Hi, I'm Linus
  • 🎓 Computer Science Master Student
  • 👨‍💻 Programming in Rust, Python, C++, C, JS/TS, Go, Kotlin, WebAssembly
  • ♥️ Love human-readable data formats (txt, md, csv) that are still readable in 50 years and don't depend on specific software support

Pinned Loading

  1. fortytwo-lang fortytwo-lang Public

    FTL is my own programming language. It is inspired by Kaleidoscope, a language introduced in an LLVM tutorial.

    Rust 3 1

  2. intcode-arduino intcode-arduino Public

    An Intcode interpreter running on an Arduino for Advent of Code 2019

    Python

  3. estipy estipy Public

    Estimate time of availability of long running for loops.

    Python 2

  4. aud2 aud2 Public

    Knapsack and Subset Sum algorithms from my university course "Algorithms and Data Structures 2"

    Rust

  5. clipyarser clipyarser Public

    A simple, declarative and easy-testable command line argument parser

    Python

  6. lmgtfy lmgtfy Public

    Self-hosted Let Me Google That For You

    JavaScript 1 2