➜☠←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
259
The mystery of self.* – resolved?
Objective‑C
self
650
Enabling Font Smoothing in the Processing IDE
font
IDE
Processing
smooth
870
How to download Videos from Youtube
Download
Youtube
youtube‑dl
484
Printing Selectors in NSLog
NSLog
NSString
SEL
selector
41
Returning to View Above
memory
release
self.view
view
1008
JS Loops and async/await
async
await
JS
loop
1017
Finding and Deleting Files without Content
bash
find
shell