1. Wikipedia's article on computer numbering formats
( read... )
2. Internal representation of data types by SUPER-UX C compiler
( read... )
3. An interesting article on 'seeing' what's in computer's mind! Remember to compile the
C program with gdb switch (eg: $ gcc -ggdb file.c) and run it with the GNU debugger (eg: $ gdb a.out).
( read... )
4. A short but informative article on VIM.
( read... )
5. Collection of VIM tips.
( read... )