I hereby claim:
- I am englishm on github.
- I am englishm (https://keybase.io/englishm) on keybase.
- I have a public key whose fingerprint is F834 B67E C8A6 C959 A99D 5DBB 1CC4 DD0D BEA0 E1BE
To claim this, I am signing this object:
From: Apple Product Security <[email protected]> | |
Date: Mon, 17 Nov 2014 11:22:23 -0800 | |
Subject: APPLE-SA-2014-11-17-1 iOS 8.1.1 | |
To: [email protected] | |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA1 | |
APPLE-SA-2014-11-17-1 iOS 8.1.1 |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
# Configuration options | |
config defaultToCurrentScreen true | |
config modalEscapeKey esc | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
config windowHintsShowIcons true | |
config windowHintsIgnoreHiddenWindows false | |
config windowHintsSpread true | |
config windowHintsSpreadSearchWidth 200 | |
config windowHintsSpreadSearchHeight 200 |
diff --git a/home/.gitconfig b/home/.gitconfig | |
index 4420cbe..d4bc6e4 100644 | |
--- a/home/.gitconfig | |
+++ b/home/.gitconfig | |
@@ -17,6 +17,9 @@ | |
[merge] | |
conflictstyle = diff3 | |
+[rock] | |
+ ignorewhitesnake = true |
#!/bin/bash | |
# This snippet should hypothetically allow a totally unattended | |
# download of Apple's Xcode. After sourcing credentials from ENV, | |
# the script simulates a login, and downloads the XCode DMG. | |
# Based on: https://gist.github.com/cdata/817672 | |
source /vagrant/apple_creds.sh | |
login="$ADC_LOGIN" | |
password="$ADC_PASSWORD" |
#!/bin/bash | |
# This snippet should hypothetically allow a totally unattended | |
# installation of Apple's XCode. After prompting for credentials, | |
# the script simulates a login, begins a download and subsequently | |
# mounts the disk image and installs XCode to the default location. | |
echo -n "ADC login: " | |
read login | |
echo -n "ADC password: " |
tweet=: (($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) | |
load'~/user/trace.ijs' | |
trace'(($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) 1 2 5 3 4 0' | |
--------------- 5 Trident ---- | |
1 | |
< | |
# | |
1 < # | |
--------------- 8 Paren ------ |
require 'yard' | |
require 'active_support' | |
require 'set' | |
class ModelHandler < YARD::Handlers::Ruby::Base | |
handles :class | |
def process | |
return unless statement[1] | |
sclass = statement[1].source |