Skip to content
View linuskmr's full-sized avatar
  • Germany
  • 21:46 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report linuskmr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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. sextant-calculator sextant-calculator Public

    Calculates the latitude with celestial navigation based on an elevation angle measurement of the sun using a sextant.

    TypeScript 4 1

  4. estipy estipy Public

    Estimate time of availability of long running for loops.

    Python 2

  5. aud2 aud2 Public

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

    Rust

  6. clipyarser clipyarser Public

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

    Python