Archive
2014
- Dec The Internals of Git
- May Reversing a Unicode String in PHP using UTF-16BE/LE
- May Reversing a String in PHP
- Apr Tuples in PHP
- Apr Storing PHP Sessions/File Caches in Memory using TMPFS
- Apr Implementing ROT13 and ROT(n) Caesar Ciphers in Python
- Apr Securing Sessions in PHP
- Apr Functional Quick sort in Scala and JavaScript
- Apr Self-Signed SSL Certificates with Nginx and Apache
- Apr The Y (Fixed-Point) Combinator in PHP
- Apr Arch Linux and Awesome WM Installation Notes
- Mar Using Anonymous Functions (Lambdas) and Closures in PHP
- Mar Parallel Summation in Java
- Mar Introduction to Creating a Basic PHP Extension
- Mar Using Iterative deepening depth-first search in Python
- Mar Depth-First Search and Breadth-First Search in Python
- Feb Processing a List of Links using Python and BeautifulSoup
- Feb Creating a Basic Auth. WSGI Middleware in Python
- Feb Understanding Python WSGI with Examples
- Feb Mounting an OSX SSH Volume using FUSE and SSHFS
- Feb Using Basic Auth. and Decorators in Python's Flask
- Feb Implementing Basic Python Decorators in PHP
- Jan Basic Shell Job Control in Unix
- Jan Compiling PHP 5.5 with ZTS and pthreads Support
- Jan Shell Functions to Recursively Delete/Suspend all Vagrant Instances
- Jan Providing Local JS and CSS Resources for CDN Fallbacks
- Jan Accessors (Getter/Setter) and Singleton Traits in PHP
- Jan Move Last Git Commit to New or Existing Branch
- Jan Implementing a Dynamic Vector (Array) in C
- Jan Creating a Mac Microphone Mute Keyboard Shortcut
- Jan Transferring Files using SSH and SCP
- Jan Using Graphviz with SVG Output in PHP
- Jan Implementing and Using Memoization in PHP
- Jan How Static Facades and IoC are used in Laravel
- Jan Using Python's Pygments Syntax Highlighter in PHP
- Jan Implementing Heapsort in Java and C
- Jan Implementing a XOR Doubly Linked-List in C
- Jan Implementing a Doubly Linked-List in C