pc-freak-money.blogspot.com
Computer Geek: 讀書紀錄表 -- Unix Network Programming Vol.1 3/e
http://pc-freak-money.blogspot.com/2009/12/unix-network-programming-vol1-3e.html
讀書紀錄表 - Unix Network Programming Vol.1 3/e. 讀書紀錄表 - Network Security with OpenSSL. 讀書紀錄表 - Advanced Linux Programming. 讀書紀錄表 - Unix Network Programming Vol.1 3/e. Chapter 2 The Transport Layer: TCP, UDP, and SCTP. Chapter 3 Sockets Introduction. Chapter 4 Elementary TCP Sockets. 訂閱: 張貼留言 (Atom).
libpix.org
LibPix/UNP: UNIX Network Programming Vol. 1: The Socket Networking API 3rd Edition
http://www.libpix.org/unp/index.html
UNIX Network Programming Vol. 1: The Socket Networking API 3rd Edition. Notes and Demos by Martin Yang. The best way to learn network programming is to take these programs, modify them, and enhance them. Compiling, running, and especially modifying these programs while reading this text is an excellent way to learn the concepts of network programming. Actually writing code of this form is the only way to reinforce the concepts and techniques. The original source code in author's page. Programs: daytimetc...
wolfssl.com
wolfSSL - Docs | wolfSSL Manual - Chapter 11 (SSL Tutorial)
https://www.wolfssl.com/wolfSSL/Docs-wolfssl-manual-11-ssl-tutorial.html
Chapter 11: SSL Tutorial. The wolfSSL (formerly CyaSSL) embedded SSL library can easily be integrated into your existing application or device to provide enhanced communication security through the addition of SSL and TLS. wolfSSL has been targeted at embedded and RTOS environments, and as such, offers a minimal footprint while maintaining excellent performance. Minimum build sizes for wolfSSL range between 20-100kB depending on the selected build options and platform being used. Figure 5.4, Page 124.
code.deepinspace.net
code@deepinspace.net: November 2012
http://code.deepinspace.net/2012_11_01_archive.html
Monday, 19 November 2012. Nagle's algorithm and delayed acks. Don't work well together. I finally understood why from Richard Steven's UNP. In a nutshell,. Posted by Hrishikesh Barua. Thursday, 15 November 2012. No more PermGen in the JDK. PermGen space is familiar to anybody who has debugged memory issues in large JEE applications. Starting with JDK 8, it is being removed. The JDK Enhancement Proposal. Says "remove", but it's more like it's being moved to native memory outside the JVM. The class metadat...
raviiyerteaches.wordpress.com
Unix Network (socket) Programming including pthread Programming | Ravi S. Iyer's Software Lab. Courses
https://raviiyerteaches.wordpress.com/2014/03/21/network-socket-programming-including-pthread-programming
Ravi S. Iyer's Software Lab. Courses. Ravi Iyer Teaches Programming. C to C# Mini Course. Advice to Fresh CS Graduates. Software Dev. Mini-Projects. APUE Chapter 15 – Interprocess Communication. UNP – Introduction to Networking →. Unix Network (socket) Programming including pthread Programming. Last updated on 23rd March 2014. This is a Lab course I taught for I. M.Tech. (Comp. Sc.). It teaches network client and server programming using sockets and threads. Prerequisites for the Course. TCP echo client ...
upasana.me
DrRacket rocks! | Upasana's blog :)
https://upasana.me/2013/11/30/drracket-rocks
Upasana's blog :). November 30, 2013. Life after GNOME’s Outreach Program for Women. Was about the end of my OPW internship task. I’ve tried learning so many different things post OPW:. Rust language (studied it for a while, then left). Computer networks from Unix Network Programming. Advanced data structures (Enjoying…). I tried learning it, but didn’t get far with it! Suggested me to try DrRacket. Mainly for two reasons:. DrRacket is used in production. It’ll help me understand lisp syntax better.
pc-freak-money.blogspot.com
Computer Geek: 十二月 2009
http://pc-freak-money.blogspot.com/2009_12_01_archive.html
讀書紀錄表 - Unix Network Programming Vol.1 3/e. 讀書紀錄表 - Network Security with OpenSSL. 讀書紀錄表 - Advanced Linux Programming. 讀書紀錄表 - Unix Network Programming Vol.1 3/e. Chapter 2 The Transport Layer: TCP, UDP, and SCTP. Chapter 3 Sockets Introduction. Chapter 4 Elementary TCP Sockets. 讀書紀錄表 - Network Security with OpenSSL. 讀書紀錄表 - Advanced Linux Programming. Official Site: http:/ www.advancedlinuxprogramming.com/. Chapter 1 Getting Started. Chapter 2 Writing Good GNU/Linux Software. 訂閱: 文章 (Atom).
iso-9899.info
Books - C
http://www.iso-9899.info/wiki/Books
Books not listed here. Stuff that should be avoided. Books not listed here. Before buying any book that is not listed here we recommend that you read the ACCU review. Of the book in question. Stuff that should be avoided. Summarized from the main page. Full list with reasons here. Books written by Herb Schildt. Books by Yashwant Kanetkar. Learn C The Hard Way by Zed A. Shaw. List of free books. Programming in C: UNIX System Calls and Subroutines using C. Writing Bug-Free C Code. C elements of style.
zcheng.ren
ZeeCoder | 专注于记录,分享学习工作中的知识和见解
http://zcheng.ren/page/6
粗略的阅读过 TCP/IP详解 和 计算机网络 第五版 后,开始啃这本 UNIX网络编程卷一 套接字联网API ,目前linux下的编程不算太了解,在阅读的过程中也会有很多障碍,希望自己坚持下去。 源代码下载地址 http:/ www.unpbook.com/. 解压缩zxvf unpv13e.tar.gz. Tar zxvf unpv13e.tar.gz.