Skip to content

Instantly share code, notes, and snippets.

View maxsilver's full-sized avatar
💜

Mackenzie "Max" Seeley maxsilver

💜
View GitHub Profile
@RomanKharin
RomanKharin / qbs-wintermute.bms
Created April 14, 2014 17:43
Quick BMS Script - Wintermute dcp decoder
# Wintermute Engine
# script for QuickBMS http://quickbms.aluigi.org
# http://aluigi.altervista.org/papers/bms/wintermute.bms
idstring "\xde\xad\xc0\xde"
goto 0x80
get OFFSET long
goto OFFSET
get NAMESZ byte
@Vp3n
Vp3n / gist:5340891
Created April 8, 2013 21:55
Allowing CORS (Cross-Origin Resource Sharing) requests from grunt server
//Allowing CORS (Cross-Origin Resource Sharing) requests from
// grunt server, put this into Gruntfile.js
grunt.initConfig({
connect: {
livereload: {
options: {
port: 9000,
hostname: 'localhost',
middleware: function (connect) {
return [