Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gonzalolarralde
gonzalolarralde / keybase.md
Created November 8, 2018 18:43
keybase.md

Keybase proof

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:

@gonzalolarralde
gonzalolarralde / tvos_prohibited.md
Last active December 24, 2019 16:19
Classes and Methods prohibited to tvOS
$ grep -lR "__TVOS_PROHIBITED" . | while read L; do echo "## $L"; echo "\`\`\`obj-c"; grep "__TVOS_PROHIBITED" "$L"; echo "\`\`\`"; echo; done

./AVFoundation.framework/AVAudioSession.h

AVAudioSessionPortOverrideSpeaker __TVOS_PROHIBITED = 'spkr'

AVAudioSessionCategoryOptionAllowBluetooth	__TVOS_PROHIBITED		= 0x4,
AVAudioSessionCategoryOptionDefaultToSpeaker __TVOS_PROHIBITED		= 0x8,
@gonzalolarralde
gonzalolarralde / form
Last active August 29, 2015 14:01 — forked from gugote/form
$(document).ready(function() {
// hover text change
$('a.questions').mouseenter(function() {
$(this).html('hello@uluminum.com');
});
$('a.questions').mouseleave(function() {
$(this).html('Questions? Drop us a line.');
});
$('a.questionsspanish').mouseenter(function() {
$(this).html('hello@uluminum.com');
@gonzalolarralde
gonzalolarralde / gist:7189866
Created October 28, 2013 01:02
It is compiling now, but it seems clang changed the way the arch is defined, and the output binaries are x86_64 *always*: $ lipo -info samba/source3/bin/armv7/libsmbclient.a input file samba/source3/bin/armv7/libsmbclient.a is not a fat file Non-fat file: samba/source3/bin/armv7/libsmbclient.a is architecture: x86_64 Executing lipo -create -arch…
#
# Rakefile
# kxsmb project
# https://github.com/kolyvan/kxsmb/
#
# Created by Kolyvan on 29.03.13.
#
#
# Copyright (c) 2013 Konstantin Bukreev All rights reserved.