Attempt to provide a clear explanation of the various approaches to image resizing on iOS (and OS X), using empirical evidence to offer insights into the performance characteristics of each approach, rather than simply prescribing any one way for all situations.
Tasty pale ale from Pennsylvania - very reminiscent of Sierra Nevada's.
· https://www.flickr.com/photos/107895189@N03/15395121481/
· https://www.flickr.com/photos/107895189@N03/15375195266/
Nice chart describing how to clean up various git messes.
Delorean is a library for clearing up the inconvenient truths that arise dealing with datetimes in Python. Understanding that timing is a delicate enough of a problem delorean hopes to provide a cleaner less troublesome solution to shifting, manipulating, generating datetimes.
As much as I love them, these long “trick lists” on Stack Overflow have a problem: they’re poorly organized with little narrative describing why you’d want to use a technique. This long homage to the command line is my attempt to remedy that situation.
Log parser consists of three components, which are: 1) input engine, 2) SQL query engine, and 3) output engine. The input engine and output engines are truly incredible and, combined, make this tool shine. When investigating network intrusions, you are faced with analyzing logs from many sources, none of them being compatible with the other. Log parser can accept most any common log format and output it into one of many formats of your choosing. When you are done, you can combine all your disparate logs into one common format for analysis.
MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.