Tag archive
#C
4 postsRaspberry PI as a FM transmitter
Turning a Raspberry Pi into an FM transmitter by abusing the spread-spectrum clock on GPIO pin 4.
Read postProgramming Competition Prisoners Dilemma
A Prisoner's Dilemma tournament in C with bots like Snitch, Copy Cat, and Forgives, built for a VHS hack night.
Read postGet special folders with SHGetKnownFolderPath
A small Windows C++ sample that calls SHGetKnownFolderPath to find the right per-user spots for app data and logs under UAC.
Read postThe quick and dirty way of getting the size of a file up to 4GB.
A short fseek and ftell snippet for grabbing a file size in win32 when the file is under 4GB.
Read post