Pinned Repositories
arm-lecture
ARM programs to illustrate tutorials
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
CSAPP-KAIST
datalab
Improved CS:APP Data Lab
dict
Ternary Search Tree + Bloom filter
kevin-ja-lin's Repositories
kevin-ja-lin/arm-lecture
ARM programs to illustrate tutorials
kevin-ja-lin/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
kevin-ja-lin/CSAPP-KAIST
kevin-ja-lin/datalab
Improved CS:APP Data Lab
kevin-ja-lin/dict
Ternary Search Tree + Bloom filter
kevin-ja-lin/embedded_Summer2015
Homework of Embedded System Course - Summer 2015
kevin-ja-lin/fizzbuzz
Implement Fizzbuzz without loop-internal conditionals, or arithmetic operators.
kevin-ja-lin/Fuzzing-Module
An interactive module to help you learn how to fuzz your first target
kevin-ja-lin/Fuzzing101
An step by step fuzzing tutorial. A GitHub Security Lab initiative
kevin-ja-lin/jit-construct
JIT compiler from scratch
kevin-ja-lin/kevin-ja-lin.github.io
Personal Website
kevin-ja-lin/lab0-c
C Programming Lab: Assessing Your C Programming Skills
kevin-ja-lin/linux-list
Linux-like double-linked list
kevin-ja-lin/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
kevin-ja-lin/mini-arm-os
Build a minimal multi-tasking OS kernel for ARM from scratch
kevin-ja-lin/patchwork
All the Git-it Workshop completers!
kevin-ja-lin/phonebook
sample phonebook program to illustrate the impact of cache miss
kevin-ja-lin/tcpl
Solutions for "The C Programming Language", 2nd Edition, Kernighan and Ritchie
kevin-ja-lin/the-c-programming-language-second-edition-solutions
Solutions for all exercises in the book "The C Programming Language - Second Edition"(referred to as K&R, after its authors' initials) by Brian W. Kernighan and Dennis M. Ritchie.