Post not found
We could not find that post you were looking for.
Try searching
Things you might like
Secure Synchronization using SSH
Allows you to synchronize a directory over a secure shell connection. It also has functionality to allow you to run commands remotely, all without leaving ...
Dropbox Folder Restoration using Python
Restores any dropbox folder to a previous state. If a file did not exist at the specified time, it will be deleted. Handles unicode parameter input and pro...
Recursive Folder Synchronization using VBScript
This is a script written years ago that I still find useful; I had a need to apply updates to many local machines that had no network access from an extern...
Oil Painting Filter in C#
Converting an image to make it look like an oil painting is not only a nice effect, but is also an easy to implement algorithm. This article demonstrates h...
iTunes 11 Style Scroller
Spent a couple of hours seeing if I could recreate the album scroller found in the store view of the latest version of iTunes. Uses CSS3 transforms for ani...
Kuwahara Filter in C#
The Kuwahara filter is probably one of those things that you haven’t heard of much, if ever. It’s a noise reduction/blurring technique for imag...
Craigslist Monitor using Ruby
Overview To add to my ever expanding knowledge base of languages, I decided to spend the last day and a half teaching myself Ruby and this was the result. ...