Select 100 random values from a stream / linked list
Here’s an interesting puzzle / interview question that I heard recently. Problem You have a either a linked list or …
Select 100 random values from a stream / linked list Read MoreTechnology, life, programming, travel and money.
Here’s an interesting puzzle / interview question that I heard recently. Problem You have a either a linked list or …
Select 100 random values from a stream / linked list Read MoreI was having a look at the QuickSort algorithm (as you do for fun) and was trying to find a …
QuickSort Implementation Code in C++ Read MoreWhilst looking for information on how to make a window stay on top using C#, I spotted some odd solutions …
C# – How to make a window stay on top and become transparent Read MoreHere is a simple script to upload the files which are in a particular directory. I use something similar to …
FTP uploading a directory of files using perl Read MoreLast month I found that I needed to be able to backup and restore the last modified and created file …
Backup / restore of last modified and created file time attributes on Windows Read MoreI’ve been looking for a simple tool to add a date/time stamp to some jpeg images. There are quite a …
Adding a date/time stamp to a jpeg image in Java Read MoreAs demonstrated by another post of mine I finally figured out how to easily add source code into a WordPress …
Adding source code into WordPress blog posting Read MoreIf you are building J2SE apps with Eclipse and want to use ProGuard to compress, optimise or obfuscate your code …
ProGuard Eclipse Ant build.xml Read More