FiKlammer's starred repositories

c-boulderdash

A Comodore 64 game written in C

Language:CStargazers:8Issues:0Issues:0
Language:C#License:MITStargazers:4Issues:0Issues:0

gpp-language-interpreter-yacc

An interpreter for a language called g++ with lisp like syntax.

Language:YaccLicense:MITStargazers:4Issues:0Issues:0

stm32l4xx-hal

A Hardware abstraction layer for the stm32l4xx series chips written in rust.

Language:RustStargazers:2Issues:0Issues:0

MIPS-32-bit-processor

A 32 bit processor written in structural VerilogHDL in Quartus II. It supports 36 instructions and has a data memory of 128KB.

Language:HTMLLicense:MITStargazers:6Issues:0Issues:0

DM-Count

Code for NeurIPS 2020 paper: Distribution Matching for Crowd Counting.

Language:PythonLicense:MITStargazers:4Issues:0Issues:0

FreeRTOS-rust

Rust crate for FreeRTOS

Language:CLicense:MITStargazers:2Issues:0Issues:0

spim-os-multiprogramming-extension

This is a modification of SPIM. Original source code can be found here. Original spim is designed to execute only one process but by adding syscalls like execv, fork, wait and some other helper syscalls I was able to modify it to a multi-process OS with multitasking. There are also interrupts periodically to call the interrupt function which is written in assembly. Interrupt handler makes context switches with round robin scheduling.

Language:C++Stargazers:3Issues:0Issues:0

epidemic-sim

An epidemic simulation with visuals to practice design patterns. Many design principles was in my mind while I implemented it. Put extra effort to get familiar with modern Java practices with functional programming paradigms which I love. An over-engineered example for sure...

Language:JavaStargazers:3Issues:0Issues:0

os-virtual-mem-emulator

A simulation of the virtual memory. The purpose here is to compare the page replacement and allocation policies.

Language:C++Stargazers:3Issues:0Issues:0

unix-like-filesystem

This is a file system simulation that uses inodes and some other paradigms from unix.

Language:C++Stargazers:4Issues:0Issues:0

Distribution-Matching-with-Dilated-Networks

Implementation of the paper "Distribution Matching with Dilated Convolutions"

Language:PythonLicense:MITStargazers:4Issues:0Issues:0