Monthly Archives: February 2011

Small example of pthreads

Here’s a simple C program that demonstrates the use of the pthreads library. The following code can be downloaded here, so you can test it yourself. Simply compile with the command: gcc -lpthread pthreads_test.c -o pthreads_test First, let’s import some … Continue reading

Posted in Uncategorized | Tagged | 12 Comments

MACS password download

Downloading MACS requires you to either sign up for their mailing list or solve a puzzle. I signed up for their mailing list and then solved the puzzle for fun. Perhaps you will find the answer on my website.

Posted in Uncategorized | Leave a comment