Skip to content
View kernzerfall's full-sized avatar

Highlights

  • Pro

Organizations

@georgar-de

Block or report kernzerfall

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
kernzerfall/README.md

Hi there πŸ‘‹, I'm kernzerfall.

  • πŸ“ Aachen, Nordrhein-Westfalen, Germany
  • πŸ“š (Mostly Theoretical) Computer Science Student @ RWTH Aachen
  • πŸ–₯️ Religiously using Linux since 2012. I use Arch by the way.
  • πŸ—’οΈ Livin' the neovim life
Note about commit signatures

I usually sign my commits with the following keys

Time PeriodKeyID
Before 9 Jul 20210xA17C242E090E02FB
After 10 Jul 20210x53685B8591A01087
Top Languages

Pinned Loading

  1. latex-homework-style latex-homework-style Public

    A template I created to use for my homework in LaTeX

    TeX 2

  2. kasm kasm Public

    A moodle submission multitool that automates a lot of handwork for tutors. Code documentation coming soon.

    Rust 1 1

  3. ram_simulator_rust ram_simulator_rust Public

    A simple Register Machine simulator written in Rust.

    Rust 1

  4. psp-linux psp-linux Public

    A collection of scripts/aux files/documentation to do the Praktikum Systemprogrammierung lab course using Linux and neovim.

    Shell 5 1

  5. TicTacToe over a Network TicTacToe over a Network
    1
    #include<cstdlib>
    2
    #include<iostream>
    3
    #include<vector>
    4
    #include<array>
    5
    #include<limits>
  6. arduino-serial-stats arduino-serial-stats Public

    Display PC stats on an Arduino with a 16x2 LCD

    C