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

neville-aitken icon neville-aitken

Calculates an interpolation polynomial using the Neville-Aitken algorithm.

peek-nth icon peek-nth

An iterator adapter that allows you to efficiently peek the nth item of an iterator.

postgres-docker icon postgres-docker

A docker-compose file which creates a postgres database with pgadmin

raytracer icon raytracer

Raytracer inspired by "RayTracingInOneWeekend"

rost icon rost

rust + os = rost. A small operating system in rust.

sextant-calculator icon sextant-calculator

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

subtls icon subtls

A proof-of-concept TypeScript TLS 1.3 client

tokio icon tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

vdr-info icon vdr-info

A parser for VDR info files converting them into json files.

webscraper icon webscraper

webscraper monitors websites for changes by scraping it in an interval.

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.