| Integers: |
Binary Representation of Integers in Java, Christine R. Wright and
Samuel A. Rebelsky
This has some Java-specific information, but is also a good
reading about integer representation (including two's
complement).
|
| Shell: |
Bourne Shell
Programming, Andrew Arensburger
The Bourne shell is a precursor to bash (the Bourne-again shell). The
similarities are extensive, and this tutorial is very readable.
|
| Makefiles: |
GNU 'make', The Gnu Project
|
| DDD: |
Debugging with DDD, The Gnu Project
|
| C: |
An Introduction to C Through Annotated Examples, Henry Walker
C Programming FAQs,Steve Summit
|