https://github.com/susam/lab
Random experiments, exploration, and learning
https://github.com/susam/lab
Last synced: 8 months ago
JSON representation
Random experiments, exploration, and learning
- Host: GitHub
- URL: https://github.com/susam/lab
- Owner: susam
- Created: 2015-12-12T06:43:00.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T00:17:01.000Z (9 months ago)
- Last Synced: 2025-04-10T01:25:23.111Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 672 KB
- Stars: 83
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Susam's Lab
===========
This directory contains code examples I have written and experiments I
have performed while reading technical books/tutorials/documents or
learning new concepts.
The following list shows the books, tutorials or other documents I have
read and written example code for, enumerated roughly in chronological
order of reading them.
1. *The Node Beginner Book*, version 2014-01-02 by Manuel Kiessling
([js-node-beginner/](js-node-beginner/))
2. *Beej's Guide to Network Programming*, version 3.0.21, 2016-06-08
by Brian "Beej Jorgensen" Hall
([bgnet/](bgnet/))
3. *Beej's Guide to UNIX IPC*, version 1.1.3, 2015-12-01 by Brian
"Beej Jorgensen" Hall
([bgipc/](bgipc/))
4. *The Little Go Book*, version 2014-10-21 by Karl Seguin
([go-little/](go-little/))