The Lab.

The lab is our shop-window where we present some of our past, present and future projects. Some of the projects are paid, some are pro-bono while others are open source efforts we made. And sometimes this is just our playground. Also check out the Customers Section

uptime HQ

uptime HQ is a tool we use to monitor our servers and web applications. It is an inhouse application and not yet open to public. But if you are interested we can give you a tour. Just contact us.


Technologies used are Ruby on Rails, AJAX, background queues for the long running tasks.

 

Flogger: unit/test your flog scores

Flog is a simple ABC metric (Assignments, Branches, Calls) for ruby code. It gives you a hint on size and complexity of your code.
Flogger allows you to verify this score in your unit tests. The test will break if your flog score is too high A simple way to keep an eye on code complexity.
Flogger is released as a Ruby Gem and is available for free at our github account. Here is the README

 

rwebthumb

Webthumbs.bluga.net is a service to create thumbnails of webpages. It offers an API and we wrote the ruby wrapper for it. rwebthumb exposes all currently known options and is easy to use and install since it is available as a gem on github.


This is a pure RubyGem and can be used without Ruby on Rails.

 

Restful Inplace

Based on work by Rick we wrote a Restful Inplace Edit Plugin. You can find the details on github. Here is the README

 

script.aculo.us multiple drag and drop

A demo how to add multiple selection ability to the popular script.aculo.us sortable.

For instant gratification check out the local copy. Source is available on github.