blob: a0c9d3b8e28e3ddba9284c78e15abecaef3cc793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
additional note:
File:24319102.PDF : old intel stuff
File:bgnet_usl_c_1.pdf : network programming in C, TCP, UDP etc stuff
File:mt.pdf : Mersenne Twister PRNG algorithm explained
File:pcasm-book.pdf : asm book
File:project1-primer (DNS message structure).pdf : introduce how dns are packet and sent throuh UDP
File:n1680.pdf : Memory model for multithreaded cpp
File:MIT6_172F10_lec16.pdf :Synchronizing without Locks
File:The_stack.pdf : asm stack explained
folder tree:
./ldd3_pdf : Linux Device Drivers
./linux_kernel_nutshell: book from http://www.kroah.com/lkn/
./math : some math stuff
|