In MacOS X, we now have universal binary to make program compatible with PPC and i386 architectures. But who’s still using PPC nowadays? To strip a UB into single-architecture binary to save hard disk space, issue:
[more]
GCC's predefined
Call with :|cpp -dM or the gcc version below
[more]
ns3: Memory footprint
To reduce the memory footprint of NS3, try to reduce the number of objects created. For example:
[more]
FAT32 structure
This would be useful if we want to do recovery on corrupted memory cards.
[more]
vim modeline for NS-3 coding style
/* vim:set cin cino=>4n-2f0{2^-2 sw=2 syn=cpp ru nu lcs=tab:>- lbr: */
[more]