Archive
2013
- Dec Implementing a Singly Linked-List in C
- Dec Experimenting with the XOR Swap Method in Java
- Dec Least Significant Digit (LSD) Radix Sort in Java
- Dec Using Partial Application in PHP
- Dec Implementing a Queue in Java using Arrays and Linked Lists
- Dec Shunting Yard Implementation in Java
- Dec Uploading Podcast Audio to YouTube
- Dec Implementing a Stack in Java using Arrays and Linked Lists
- Dec Processing Apache and Nginx Access Logs
- Dec Using Bit Flags and EnumSets in Java
- Dec Decimal to Hexadecimal using Bitwise, Bit Shift Operations in Java
- Dec Reverse Polish Notation (RPN) in Scala
- Dec Changing the timestamp of a previous Git commit
- Dec Configuring SSH Public Key Authentication on CentOS 6.4
- Dec Using For-Comprehensions in Scala
- Dec Simple Function Driven-Development
- Dec Open external links in a new window using JavaScript
- Dec Twitter API v1.1 User Timeline JavaScript Solution
- Dec Solving the k-combinations problem in Scala
- Dec Merge sort in Scala using Tail-recursion and Streams
- Nov Installing Nginx/Apache, MySQL, PHP 5.5 (LAMP) stack on CentOS 6.4
- Nov Coalescing operation in PHP (for default values)
- Nov Merge sort comparison in Java and Scala
- Nov Personal Git Server with Gitolite