Skip to content

Instantly share code, notes, and snippets.

View JFKingsley's full-sized avatar

Jonathan JFKingsley

View GitHub Profile
Not a git repository
To compare two paths outside a working tree:
usage: git diff [--no-index] <path> <path>
xcodebuild -workspace TestProject/TestProject.xcworkspace -scheme TestProject clean | xcpretty -c
/bin/sh: xcpretty: command not found
2014-03-13 02:42:44.637 xcodebuild[22580:1207] [MT] PluginLoading: Required plug-in compatibility UUID 37B30044-3B14-46BA-ABAA-F01000C27B63 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2014-03-13 02:42:44.638 xcodebuild[22580:1207] Failed to load plugin at: /Users/Jonathan/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin, skipping. Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
make: *** [clean] Error 127

Keybase proof

I hereby claim:

  • I am JFKingsley on github.
  • I am jk (https://keybase.io/jk) on keybase.
  • I have a public key whose fingerprint is 96CE 2594 AC56 2E0A EF87 FA17 8A6F 620E EDE8 0057

To claim this, I am signing this object:

const int LIGHT_PIN = 9;
const int BUTTON_PIN = 5;
const int DIFFICULTY = 5;
int ledSequence[DIFFICULTY];
/**
* In this mode, the game shows the user a sequence to copy
*/
@JFKingsley
JFKingsley / Blame
Created October 29, 2013 23:08
A little git alias for quickly and easily blaming people.
To blame a user just do:
git add .
git blameuser Jake
To add this function just run:
git config alias.blameuser '!sh -c "git commit -m \"$1 managed to break something..\""' -
{
"name": "_name",
"version": "_version",
"description": "_description",
"author": "_author",
"triggers": "this is not a test",
"actions" : [
{
"say":"testing",
"bash":"open ~",
@JFKingsley
JFKingsley / Gist
Last active December 22, 2015 14:59
Stuff you need to install the YoutubeMediaMac extension for chrome
Dependencies: CMake
This project will install libwebsockets (if it is not already installed).
First download this: http://www.thebitguru.com/site_media/uploads/downloads/PlayButtoniTunesPatch-0.8.2.zip
Then double click and run Patch.command so iTunes doesnt boot when you press the play button
git clone --recursive git://github.com/whymarrh/media-keys.git
cd media-keys
./install.sh