Skip to content

Instantly share code, notes, and snippets.

View maglethong's full-sized avatar

Maglethong Spirr maglethong

View GitHub Profile
@maglethong
maglethong / fb-macro.au3
Last active February 18, 2017 01:41
Autoit script designed to do the boring coin-collect/wait, common in facebook games
; Maglethong Spirr 2014
#include <Constants.au3>
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
#include <GUIConstantsEx.au3>
@maglethong
maglethong / srt-editor.c
Last active February 18, 2017 01:40
Old SRT subtitle editor
// Maglethong Spirr - 2012
#include <stdio.h>
// ------------------------------- //
// Time Struct //
// ------------------------------- //
struct Time{
int h;
@maglethong
maglethong / JSON-Diff.js
Created February 6, 2017 20:53
A simple JSON Diff function
function JSONDiff(left, right, path = '')
{
var key;
var val_left;
var val_right;
/* Diffs format:
{
"path": string,
"type": string,
"obs": string