Recent Posts

K Palindromes puzzle

less than 1 minute read

Here we have the K Palindromes puzzle from Javalobby:

Finding the second highest frequency

less than 1 minute read

It’s been a long time since I posted for the last time, but I promise I’ll try to keep this blog up-to-date 🙂

Undo svn add operation

less than 1 minute read

If you want to cancel an svn add operation, do not use svn delete or svn remove, according to this post. You can issue the following command to undo a svn ad...