GithubHelp home page GithubHelp logo
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

Linus's Projects

adventofcode icon adventofcode

Solutions for Advent of Code. Challenge 2021: Every day in a different programming language.

aud2 icon aud2

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

awesome-wasm-langs icon awesome-wasm-langs

😎 A curated list of languages that compile directly to or have their VMs in WebAssembly

book icon book

The Rust Programming Language

brainfuck icon brainfuck

An interpreter for the esoteric language brainfuck.

chip8 icon chip8

Chip8 interpreter written in Rust.

chttp icon chttp

A simple webserver serving static files

clipyarser icon clipyarser

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

cloud-python icon cloud-python

A simple HTML directory listing and file preview server.

code-window icon code-window

A window in the design of macOS showing some source code

cyk icon cyk

A calculator for the Cocke-Younger-Kasami-Algorithm that determines whether a word belongs to a context-free language.

estipy icon estipy

Estimate time of availability of long running for loops.

fortytwo-lang icon fortytwo-lang

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

gocdn icon gocdn

HTTP server with matching CDN service

htmlatex icon htmlatex

Like HTML, but not LaTeX? HtmLaTeX compiles HTML code to LaTeX.

http-share icon http-share

A little Rust app that shares the files of the folder it's put in via HTTP (on port 8080).

intcode-arduino icon intcode-arduino

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

intcode-rust icon intcode-rust

An Intcode interpreter for Advent of Code 2019 written in Rust

ja3-rs icon ja3-rs

JA3 Hash library written in Rust

libftl icon libftl

Test implementation of the standard library of FTL.

linuskmr icon linuskmr

Information for my public GitHub profile

litex icon litex

LaTeX alternative: Creating PDFs from markdown and CSS

litex-bin icon litex-bin

LaTeX alternative. Render markdown files with CSS to PDF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.