I hereby claim:
- I am aphex3k on github.
- I am michaelhenke (https://keybase.io/michaelhenke) on keybase.
- I have a public key whose fingerprint is 18B1 FDF8 27F7 2B33 8FB7 A9F4 3606 C719 2840 65AC
To claim this, I am signing this object:
| <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | |
| <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | |
| <service-group> | |
| <name replace-wildcards="yes">%h SFTP</name> | |
| <service> | |
| <type>_sftp-ssh._tcp</type> | |
| <port>22</port> | |
| </service> | |
| </service-group> |
| <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | |
| <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | |
| <service-group> | |
| <name replace-wildcards="yes">%h SSH</name> | |
| <service> | |
| <type>_ssh._tcp</type> | |
| <port>22</port> | |
| </service> | |
| </service-group> |
| #!/bin/sh | |
| #set -x | |
| if [ "$*" == "" ] ; then | |
| echo "USAGE: unsign App.ipa [App2.ipa] [App3.ipa] [...]" | |
| exit 1 | |
| fi | |
| for var in "$@" | |
| do | |
| if [ ! -f ${var} ] |
| # Install mono using homebrew | |
| # ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # brew install mono | |
| 6c6 | |
| < exec mcs -nostdlib -r:$PROFILE/mscorlib.dll -lib:$PROFILE "$@" | |
| --- | |
| > exec /usr/local/bin/mcs -nostdlib -r:$PROFILE/mscorlib.dll -lib:$PROFILE "$@" |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /* | |
| Twitter JSON to Atom proxy for Twitter API 1.1 | |
| Original version by yimingliu ( https://gist.github.com/yimingliu/4735445 ) | |
| Display user_timeline instead of home_timeline | |
| */ | |
| date_default_timezone_set('America/Los_Angeles'); | |
| ini_set('display_errors', 0); |