Pinned Repositories
algorithms-post-it-notes
Record algorithms encountered sometime.
assembly-language-note
study note of《汇编语言(第三版)》(王爽 著)
gomoku-ai
Gomoku, Human vs. Computer, which is powered by "AI" (Minimax / Greedy Algorithm)
house-price-prediction
A glimpse of Data Mining Applications
lr0-utils
utils for LR(0) analysis in principles of compilers
mini-parser
toy LL(k) parser
project-map
a flawed, partial implementation of std::map
tiny-ftp-client
complying with a limited subset of RFC 959 & 3659, a multithreading (i.e., deadlock-prone) FTP client written in Java socket programming and JavaFx GUI framework
toy-json-lib
toy json parser & generator
wishlist
collect materials which may be utilized some day
samar1tan's Repositories
samar1tan/house-price-prediction
A glimpse of Data Mining Applications
samar1tan/project-map
a flawed, partial implementation of std::map
samar1tan/tiny-ftp-client
complying with a limited subset of RFC 959 & 3659, a multithreading (i.e., deadlock-prone) FTP client written in Java socket programming and JavaFx GUI framework
samar1tan/toy-json-lib
toy json parser & generator
samar1tan/wishlist
collect materials which may be utilized some day
samar1tan/algorithms-post-it-notes
Record algorithms encountered sometime.
samar1tan/assembly-language-note
study note of《汇编语言(第三版)》(王爽 著)
samar1tan/gomoku-ai
Gomoku, Human vs. Computer, which is powered by "AI" (Minimax / Greedy Algorithm)
samar1tan/lr0-utils
utils for LR(0) analysis in principles of compilers
samar1tan/mini-parser
toy LL(k) parser
samar1tan/object-detection-model
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
samar1tan/os-programming
[suspended] programming when learning undergraduate-level operating system course
samar1tan/practical-dsacpp
[suspended] practical data structures and algorithms written in C++
samar1tan/SICP-implementation
[suspended] a racket implementation of demo programs in SICP
samar1tan/sicp_berkeley_cs61a_fall20