Skip to content

Instantly share code, notes, and snippets.

View nakal's full-sized avatar

Martin Sugioarto nakal

View GitHub Profile
@b4n
b4n / threading.c
Created August 27, 2012 09:07
Threading with GTK
#include <gtk/gtk.h>
typedef struct
{
GtkWidget *window;
guint progress_id;
} WorkerData;
@paf31
paf31 / 24days.md
Last active August 8, 2023 05:53
24 Days of PureScript

This blog post series has moved here.

You might also be interested in the 2016 version.