➜☠←trembl
A polylogic polysemantic Memex, a pseudo-xanalogical 'Zettelkasten'
218
Obj-C, Shortcut: Boolean return value to String
Turning Boolean 1, 0 into a more descriptive description: NSLog(@”data1 is equal to data2: %@”,
[data1 isEqualToData:data2] ? @”YES” : @”NO”)
;
BOOL
boolean
NO
NSLog
Objective-C
YES
677
Forcing a Boolean value in Javascript aka ‘The double negative trick’
569
Layering one UIImage onto of another UIImage
560
#import vs #include in Objective C – A quick reminder
484
Printing Selectors in NSLog
457
Singleton Classes and Shared Resources in Objective-C
452
Padding with Zeros (or other characters)
447
Stripping out NSLog() from the Release Build
703
Blocking hosts in /etc/hosts
10.6
access
block
host
OSX
673
Checking mouseOver in controlP5
ControlP5
mouseOver
Processing
UI
76
Header Search Paths
header
include
path
376
Variable length of accuracy of float in NSString
accuarcy
float
NSLog
NSString
81
NSZombies
dealloc
debugging
memory leak
zombie
47
Specifing Values in CALayer
animation
CALayer
layer
properties
1044
networkQuality
macOS