Skip to content

Instantly share code, notes, and snippets.

View yjwong's full-sized avatar

Wong Yong Jie yjwong

View GitHub Profile

Keybase proof

I hereby claim:

  • I am yjwong on github.
  • I am yjwong (https://keybase.io/yjwong) on keybase.
  • I have a public key whose fingerprint is 307A 8764 0CD7 D72C 8950 8ADD 7DCF 7FF2 7951 688E

To claim this, I am signing this object:

@yjwong
yjwong / nus_transcript_request_fix.js
Last active August 29, 2015 14:13
Fix for the broken NUS Transcript Request Form
/**
* How to use:
* 1) Go to the page with the broken form using Google Chrome.
* 2) Press F12 to open Developer Tools.
* 3) Click the "Console" tab.
* 4) Copy the entirety of this file.
* 5) Paste into the Developer Tools window.
* 6) Press Enter.
* 7) ???
* 8) PROFIT!!!
@yjwong
yjwong / swf_dump.c
Created March 16, 2014 12:16
Simple program to dump information from SWF files
/**
* A simple program to dump information from uncompressed Adobe Shockwave
* Flash (SWF) files. This program only supports uncompressed SWF files;
* compressed ones (that have a signature of "CWS") will have to be
* decompressed using zlib or LZMA first.
*
* Licensed under the Apache License.
* (C) 2014 Wong Yong Jie.
*/