Session ID: ses_493bfadd3ffeZLgB0sjQrbNtGy Created: 12/29/2025, 5:35:13 PM Updated: 12/29/2025, 6:37:15 PM
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
| From: Apple Product Security <product-security-noreply@lists.apple.com> | |
| Date: Mon, 17 Nov 2014 11:22:23 -0800 | |
| Subject: APPLE-SA-2014-11-17-1 iOS 8.1.1 | |
| To: security-announce@lists.apple.com | |
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA1 | |
| APPLE-SA-2014-11-17-1 iOS 8.1.1 |
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
| // 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:
- 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:
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
| # 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 |
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
| 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 |
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/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" |
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/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: " |
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
| tweet=: (($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) | |
| load'~/user/trace.ijs' | |
| trace'(($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) 1 2 5 3 4 0' | |
| --------------- 5 Trident ---- | |
| 1 | |
| < | |
| # | |
| 1 < # | |
| --------------- 8 Paren ------ |
NewerOlder