diff options
author | fadhil riyanto <id.fadhil.riyanto@gmail.com> | 2024-07-08 09:47:24 +0700 |
---|---|---|
committer | fadhil riyanto <id.fadhil.riyanto@gmail.com> | 2024-07-08 09:47:24 +0700 |
commit | 268afd0b12f471c15cd471142e0b31b31a722987 (patch) | |
tree | 226fe5917d3f5f687753f29798831ca155655af4 /README | |
parent | fe1caddeeff3f65383fe599064cf70107408e7a1 (diff) |
add new file
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,15 @@ additional note: File:24319102.PDF : old intel stuff -File:bgnet_usl_c_1.pdf : network programming in C, socket, bind, accept, SOCK_DGRAM etc 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 |