➜☠←trembl
A polylogic polysemantic Memex, a pseudo-xanalogical 'Zettelkasten'
376
Variable length of accuracy of float in NSString
float
f
=
1.23456
; NSLog
(
@
"%.2f"
, f
)
; NSLog
(
@
"%.0f"
, f
)
; NSLog
(
@
"%.0f"
, f
)
;
1.23
1
1.23456
accuarcy
float
NSLog
NSString
565
Stripping Characters from an NSString
564
NSData to NSString and vice versa
484
Printing Selectors in NSLog
452
Padding with Zeros (or other characters)
447
Stripping out NSLog() from the Release Build
680
javascript:void(0)
– the better
a href=”#”
javascript
link
void
721
jQuery’s Live Clicks
1.7
append
bind
click
depriciated
dom
javascript
jQuery
live
on
764
WordPress and Numbers as Page Slugs
mysql
number
page
slug
wordpress
37
Perform method in Background
autorelease
background
concurrent
multithread
selector
thread
656
Google Venn Charts Code
102
Info.plist
iPhone
plist
355
Programmatically capture UIView
camera
capture
data
pixel
screen
UIView