Skip to content

Instantly share code, notes, and snippets.

View arctic5's full-sized avatar

jason arctic5

View GitHub Profile
from __future__ import division, print_function
import sys, os, time, random, math, socket, string, pickle
import itertools
import json
players = []
ops = []
voices = []
@arctic5
arctic5 / ggon.gml
Last active August 29, 2015 14:06 — forked from hikari-no-yume/ggon.gml
#define ggon_decode
// real/string ggon_decode(string text)
// Decodes a GGON (Gang Garrison Object Notation) text
// Returns either a string or a ds_map handle
var text;
text = argument0;
var tokens;
tokens = ggon_tokenise(text);