Projects

Search

My blog feed

Projects

This page lists all the projects that I have worked on, and have had time to add some documentation so that people other than myself can understand :).

Main window

Run From Clipboard++ (RFC++) is a specialized tool for Windows that lets you quickly execute the clipboard contents. It also takes care of removing any newlines that might prevent the command from running successfully. If a command can’t be executed even after removing newlines then it shows a form that allows you to quickly modify the command and execute again.

Main RFS Explorer Window
RFS Explorer is a C# .Net based graphical user interface for exploring (read-only) ReiserFS based partitions in Microsoft Windows. RFS Explorer is based on the popular command line tool called rfstool and supports dragging and dropping of files into other programs. There are other GUIs available but this has the added touch of multithreading so the interface doesn't lock up while we are waiting on "rfstool":rfstool to finish copying large files.