This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Maglethong Spirr 2014 | |
#include <Constants.au3> | |
#include <FileConstants.au3> | |
#include <MsgBoxConstants.au3> | |
#include <GUIConstantsEx.au3> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Maglethong Spirr - 2012 | |
#include <stdio.h> | |
// ------------------------------- // | |
// Time Struct // | |
// ------------------------------- // | |
struct Time{ | |
int h; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function JSONDiff(left, right, path = '') | |
{ | |
var key; | |
var val_left; | |
var val_right; | |
/* Diffs format: | |
{ | |
"path": string, | |
"type": string, | |
"obs": string |