Tag archive

#C

4 posts
Projects · 1 min

Raspberry PI as a FM transmitter

Turning a Raspberry Pi into an FM transmitter by abusing the spread-spectrum clock on GPIO pin 4.

#C#Raspberry Pi#Code#Tutorial
Read post
Development · 2 min

Programming Competition Prisoners Dilemma

A Prisoner's Dilemma tournament in C with bots like Snitch, Copy Cat, and Forgives, built for a VHS hack night.

#C#Code#VHS#Robots#Vancouver#Hackspace
Read post
Tips · 1 min

Get 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.

#Tutorial#Code#C++#C
Read post
Tips · 1 min

The 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.

#C#Code#Tutorial
Read post