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
//#include "Menu.h" | |
#define REGISTER(x) REGISTER_Extension<x::Definition>(GROUPID_Extension##x, action, pInfo, ioData, cbp, reply) | |
extern "C" long GS_EXTERNAL_ENTRY plugin_main(long action, | |
void *pInfo, | |
long &ioData, | |
CallBackPtr cbp) | |
{ | |
::GS_InitializeVCOM(cbp); |
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
ARCHS = i386 | |
VALID_ARCHS = $(ARCHS) | |
WRAPPER_EXTENSION = vwlibrary | |
// | |
// define VW_SDK_ROOT_PATH for your local filesystem | |
// to make #include <foo.h> work correctly | |
// | |
VW_SDK_ROOT_PATH = ../sdk/vendor/sdk2011/SDKLib |
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
ARCHS = i386 | |
VALID_ARCHS = $(ARCHS) | |
WRAPPER_EXTENSION = vwlibrary | |
// | |
// define VW_SDK_ROOT_PATH for your local filesystem | |
// to make #include <foo.h> work correctly | |
// | |
VW_SDK_ROOT_PATH = ../sdk/vendor/sdk2011/SDKLib |
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
--type-set | |
vectorscript=.vss |
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
class Generate < Thor | |
desc 'menu', 'Create .cpp/.h/.r for a bare menu' | |
def menu | |
onoe 'IMPLEMENT ME' | |
end | |
desc 'parametric_menu', 'Create .cpp/.h/.r for a menu & parametric' | |
def parametric_menu | |
onoe 'IMPLEMENT ME' |
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
#!/usr/bin/env ruby | |
# run with ARGV[0] pointed at an iPhone backup directory to re-tag the files | |
# with extensions. | |
# | |
# written under the influence of learning haskell / clojure / frp so also quite | |
# possibly the worst ruby ever written. | |
class String | |
def iphone_extension |
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
#!/usr/bin/env ruby | |
# squirrel away src files into dst/YEAR-Month | |
# rename incoming file x.ext as x-1.ext if there's already x.ext in dst | |
# TODO getopts this stuff | |
source_folder = '~/Desktop' | |
destination_folder = "~/Documents/Crap/" | |
dry_run = false |
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
#!/bin/sh | |
# git post-commit hook to snap a photo and sample your current location | |
SNAPS_FOLDER="$HOME/Dropbox/gitshots" | |
# extended from https://gist.github.com/kytrinyx/4489037 | |
# | |
# you will need these binaries on $PATH: | |
# |