I wish Safari had an option to sort the history by the time the page was closed, rather than by time the page was opened. #safari #ux
Category: tech
Hex Fiend, a fast and clever hex editor for Mac OS X
Hex Fiend, a fast and clever hex editor for Mac OS X
Check encoding of a text file, check if it has a BOM. Detect what is in that FileWithoutExtension of 800 Mb. Quickly run through a 5 gig logfile and search for an IP.
search and replace in a MySQL Database
update posts set content = replace(content,'dog','cat');