Skip to content

Instantly share code, notes, and snippets.

View samsartor's full-sized avatar

Sam Sartor samsartor

View GitHub Profile
@samsartor
samsartor / glcfg.js
Last active August 29, 2015 14:25
Help making the gl.json config for bluegin
//
// This is a node.js script designed to create the base JSON cfg file for the auto-gen of the GL, GLEnum, and GLCapabilities classes in BlueGin
// It looks at the C headers in the opengl registry (https://www.opengl.org/registry/) and gives us a starting point
//
var http = require('http');
var https = require('https');
var fs = require('fs');
var StringDecoder = require('string_decoder').StringDecoder;
@samsartor
samsartor / jive.sh
Last active August 29, 2015 14:15
A Program to Quickly Test Java
#!/bin/bash
function error
{
echo "Invalid Jive Command!"
usage
exit
}
function usage
@samsartor
samsartor / CMF3Versions.txt
Last active August 29, 2015 14:10
A Change log for CFM3
3.1.2.2
?3.1.0 Initial
?3.1.1 Snowmen