Pinned Repositories
ACORN-Js
A JavaScript implementation of ACORN, a k-th order Additive Congruential Random Number (ACORN) generator. More details at http://acorn.wikramaratna.org/concept.html
CCNShell
A shell from CCNS to experiment weird ideas like hell.
LinuxKernelCourse
Repository for codes other than homeworks. If it's not specified, codes are all modified from the ones provided by lecturer Jserv.
Lock-free-Multiple-Producer-Consumer
Discussing lock-based and lock-free Multiple Producer-Consumer design and implementation
Mikey
A loopback device that receives audio playback and outputs it to other applications as if it were a microphone
SafeHouse
You got your own space. For everything you like. So do your friends.
simple-P-compiler
A s1mple P language compiler course project .
NoXerve
nooxy service system. The ultimate solution for service. (successor of NoService)
concurrency-primer
Concurrency Primer
Note-G
A portable music game console made with Arduino UNO. You can edit your music sheet on web and upload it to Arduino through bluetooth. Open Music XML is supported.
idoleat's Repositories
idoleat/ACORN-Js
A JavaScript implementation of ACORN, a k-th order Additive Congruential Random Number (ACORN) generator. More details at http://acorn.wikramaratna.org/concept.html
idoleat/LinuxKernelCourse
Repository for codes other than homeworks. If it's not specified, codes are all modified from the ones provided by lecturer Jserv.
idoleat/Lock-free-Multiple-Producer-Consumer
Discussing lock-based and lock-free Multiple Producer-Consumer design and implementation
idoleat/Mikey
A loopback device that receives audio playback and outputs it to other applications as if it were a microphone
idoleat/SafeHouse
You got your own space. For everything you like. So do your friends.
idoleat/concurrency-primer
Concurrency Primer
idoleat/Pie-De-Way
The game participating "STOP WAITING FOR GODOT" Game Jam (https://itch.io/jam/stop-waiting-for-godot). Pie De Way means lining up in Traditional Chinese. It's the direct pronunciation translation from 「排隊」. You play as a dumb ass lining up for......?!
idoleat/tg-watchyou-bot
My friend told me to make a bot to watch you so here it is. The bot is watching you.
idoleat/CCNShell
A shell from CCNS to experiment weird ideas like hell.
idoleat/2024
PaPoC Workshop 2024
idoleat/_Advent-of-Code
My progress on playing Advent of Code since 2021 in Rust.
idoleat/advent-of-code
idoleat/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
idoleat/book-tw
Rust 程式設計語言(正體中文翻譯)
idoleat/ByNewbieForNewbies
Some newbie friendly data structure and algorithm codes. By newbie, for newbies.
idoleat/cserv
An event-driven and non-blocking web server
idoleat/DampAir
Sources of Damp Air, vcvrack for sound and processing for visual. Inspired by Stefano Miraglia's Thick Air.
idoleat/DigitalImageProcessing
Practice some DIP effects. I'm new to DIP so It's newbie friendly.
idoleat/dreambbs
The current code of the BBS server for Dream-Land BBS (夢之大地電子佈告欄系統) at NCKU.
idoleat/FeedKafka
A producer feeds data to Kafka cluster as fast as possible
idoleat/fibdrv
Linux kernel module that calculates Fibonacci numbers
idoleat/godot-docs
Godot Engine official documentation
idoleat/lab0-c
C Programming Lab: Assessing Your C Programming Skills
idoleat/lab0-c_2022
My 2022 lab0-c (bad) works
idoleat/OpenAudio
A list of open source VST/audio plugin projects. Please contribute more links or open source your own plugins.
idoleat/shecc
A self-hosting and educational C compiler
idoleat/simrupt
A Linux device driver that simulates interrupts
idoleat/ttt
An implementation of tic-tac-toe in C, featuring an AI powered by the negamax algorithm
idoleat/vsnd
Virtual Linux soundcard driver
idoleat/YoloV5-Qt-Practice
Practicing using Yolo V5 to detect scaphoid with trash like user interface made with PyQt