Stuff

Here you can download various applications, scripts and add-ons.

Firefox Domain Swapper

Firefox

Domain SwapperUpdated for Firefox 4 Beta

This is a Firefox extension that let’s you swap the current URL between various domains. This is useful for web developers who work with replicated servers where the URLs are the same but the domain names differ.

Once installed you can just right-click on a page and Swap domain will appear in the context menu.

NOTE! The .xpi file extension is just a zip file so the sources is available just by renaming the file to domainswapper.zip and then unpack it.

Firefox Domain Swapper extension 21:38, Wed 08 September 2010 :: 13 kB

Roxen Application Launcher for Linux

For those of you not knowing what the heck Roxen’s Application Launcher is here’s a brief explanation: Files in Roxen CMS is stored in a CVS file system which means that you don’t deal with files the way you normally do. To manage files you use a web browser interface (which is a darn good one I might add) but sometimes you actually want to edit files in your standard desktop application. And it is here the AL comes to play. You can download a file through the browser interface so that the file is opened in the AL. AL will then open the file in the desktop application you have associated with the file’s content-type. When you make your changes and saves them the AL will directly upload the changes to the server.

So in short I could have said: The Application Launcher is a means to edit files on a remote Roxen server with a preferred desktop application.

Read more in this blog post

Roxen Application Launcher 0.4.5 23:00, Tue 13 April 2010 :: 375.9 kB

The Vala sources is available at the Roxen Application Launcher Github repository.

PSum

PSum – Project Summarizer – is a console application written in C. It’s actually the first thing I wrote in C. What it does is collecting information about a directory structure: Number of files, file types and number of file type, lines of code, number of directories etc.

NOTE! This might not be the best C program ever and if run on a too large directory structure it will run out of memory.

Included in the package is a .exe for 32-bit Windows.

PSum, Windows exe included 21:18, Sat 17 October 2009 :: 12.8 kB