➜☠←trembl
A polylogic polysemantic Memex, a pseudo-xanalogical 'Zettelkasten'
265
Like explode(), only componentsSeparatedByString:
PHP
explode(“, ” , “One, Two, Three”);
Objective-C
NSArray *listItems = [@”One, Two, Three” componentsSeparatedByString:@”, “];
array
componentsSeparatedByString
explode
Objective-C
PHP
992
Returning output of
print_r
in PHP
985
Customising Pagination in WordPress
868
Removing Categories on
save_post
853
PHP define(): single or double quotes?
814
Swapping Array Items in Javascript
812
jQuery: Getting the element index from a list of identical class elements
813
Copying Arrays in Javascript with slice(0)
791
Combining stderr and stdout 2>&1
perl
PHP
redirect
stderr
stdout
11
UITableViewController…
iPhone
Objective‑C
UITableViewController
624
Compiling VTK from Source on OSX
compile
install
VTK
966
Combining JSON files in Python
json
Python
269
Caching on Objective-C with NSURLCache
cachePolicy cache
NSURLCache
NSURLRequest
Objective‑C
request
864
Pulling a GitHub Repository with Tokens & Webhooks
git
github
htaccess
payload
pull
sync
tmp
token
webhook
71
UIActivityIndicatorView size -> 20px
indicator
size
UIActivityIndicatorView