Skip to content

Instantly share code, notes, and snippets.

@voxels
voxels / cleanTweets.py
Created December 11, 2013 14:04
Tweet Cleaner
import re
import datetime, time
import os
raw = open( "output.txt", 'r')
lines = []
noReturns = []
@voxels
voxels / glsdk_template
Created July 30, 2012 18:44
GLSDK Template using GLFW
1) VS2010 Empty Project
2) Add glsdk_template.cpp file to the Source Files folder
3) Project > Properties > C/C++ > Additional Include Directories:
a) xxx..\glutil\include\
b) xxx..\glload\include\
c) xxx..\glimg\include\
d) xxx..\glm\
e) xxx..\glfw\include\
f) xxx..\freeglut\include\
4) Project > Properties > Linker > General > Additional Library Directories