I hereby claim:
- I am gonzalolarralde on github.
- I am gonzalolarralde (https://keybase.io/gonzalolarralde) on keybase.
- I have a public key ASB_LC07nA74p2I-pNW3ymfL1gL2_6Y5VbszySUMAN238go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ grep -lR "__TVOS_PROHIBITED" . | while read L; do echo "## $L"; echo "\`\`\`obj-c"; grep "__TVOS_PROHIBITED" "$L"; echo "\`\`\`"; echo; done
AVAudioSessionPortOverrideSpeaker __TVOS_PROHIBITED = 'spkr'
AVAudioSessionCategoryOptionAllowBluetooth __TVOS_PROHIBITED = 0x4,
AVAudioSessionCategoryOptionDefaultToSpeaker __TVOS_PROHIBITED = 0x8,
$(document).ready(function() { | |
// hover text change | |
$('a.questions').mouseenter(function() { | |
$(this).html('[email protected]'); | |
}); | |
$('a.questions').mouseleave(function() { | |
$(this).html('Questions? Drop us a line.'); | |
}); | |
$('a.questionsspanish').mouseenter(function() { | |
$(this).html('[email protected]'); |
# | |
# Rakefile | |
# kxsmb project | |
# https://github.com/kolyvan/kxsmb/ | |
# | |
# Created by Kolyvan on 29.03.13. | |
# | |
# | |
# Copyright (c) 2013 Konstantin Bukreev All rights reserved. |