A collection of my miscellaneous code
| Folder | Description |
|---|---|
ai/2022-DL_0_to_all |
DNN study notebooks, following 모두를 위한 딥러닝 시즌2 - PyTorch (Fall 2022) |
algorithm/ |
Algorithm/data-structure practice in C++ and Python (sort, graph, union-find, BST, coordinate compression, etc.) |
embedded/20201203-avr-kickboard |
AVR firmware for a multi-node electric-kickboard controller over CAN bus (Dec 2020) |
language-study/2018-c-apue |
Exercises from Advanced Programming in the UNIX Environment (2018) |
language-study/2018-c-knr |
Exercises from K&R's The C Programming Language (2018) |
language-study/2021-cpp |
C++ study, following 씹어먹는 C++ 강좌 (Jan 2021) |
misc/ |
One-off snippets — a random grid generator in C, running a shell script from Java |
os/ |
Small standalone experiments with OS-level C calls (fork, pipe, brk, setjmp/longjmp) |
projects/20160430-py-inorder_calc |
An infix-expression calculator in Python (2016) |
projects/20180130-js-duty_calc |
A small duty-roster calculator, HTML/JS (2018) |
projects/2020-c-data_structure |
Data structures coursework in C (trees, hashing, search, graphs, sorting) (2020) |
projects/2020-c-oop |
OOP-style C (list/queue/dict) (2020) |
web/react |
React component and MobX practice snippets |