➜☠←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
383
String By Appending Path Component
381
Zero-Padding in Objective-C
148
iPhone: Checking Network Availability
checker
iPhone
network
UIApplication
195
UIWebView, Changing filenames with Javascript
Javascript
local
UIWebView
47
Specifing Values in CALayer
animation
CALayer
layer
properties
1025
hugo Shortcuts
Documentation
git
go
hugo
182
jWeb / Max5
jWeb
Max5
WebKit
1068
NVM – Node Version Manager
Node
npm
nvm
52
Remove Observer before dealloc
crash
dealloc
memory leak
NSNotificationCenter
observer