DOS: Get the directory name from a file path
If you need to write a DOS batch file that takes a file path as an input parameter and needs …
DOS: Get the directory name from a file path Read MoreTechnology, life, programming, travel and money.
If you need to write a DOS batch file that takes a file path as an input parameter and needs …
DOS: Get the directory name from a file path Read MoreIf you want to write your WordPress posts offline (i.e. in a separate editor to the WordPress editor), then you …
Writing WordPress posts offline in Word with the help of VBA macros Read MoreHere is another interview coding question that I have heard of. You have to write a function to identify the …
Triangle Identification – C++ solution and test code Read MoreHere is a solution to the standard interview questions of reversing the letters in the words of a sentence. It …
Reverse the words in a sentence – C++ solution and test code Read MoreHere’s another of those fun coding interview puzzles. The kind that companies like Microsoft or Google might ask you. Given …
Picking the 5th from last element in a singly linked list Read MoreFor my recent walking project I knew I was going to be taking lots of photos. I wanted a DOS …
Batch processing photos with DOS and ImageMagick Read MoreUpdate 7th December 2010: Use the new Ad Injection plugin for WordPress instead as it will do what these tweaks …
AdSense Injection WordPress plugin tweaks Read MoreMany blogs have a list of related articles after each of their posts. I wanted something similar for my WordPress …
Adding ‘Related Posts’ to WordPress articles and 404 error pages Read MoreReversing a linked list is a simple programming problem, which is often an interview question. In this case I’m referring …
Reverse a linked list – C++ source code Read MoreDijkstra’s algorithm is a famous algorithm that calculates the routes and distances from a start node to all other nodes …
Dijkstra’s Algorithm code in C++ Read More