From time to time I have a need to do some fixes in my json data. In a world of flat files I do this with grep/sed/awk tool chain. How to handle it for JSON? Searching for a solution Read more
Tag: english
Enums for scala
Scala has very limited implementation of Enumeration. Enumerated objects can’t extends other classes. Partial replacement for it is to use sealed classes. You Read more
micro-burn has Trello integration
After a few long evenings I’ve finally integrated micro-burn with Trello. All you need to run it for your Trello board is to write short configuration and run fat Read more
Sample for lift-ng: Micro-burn 1.0.0 released
During a last few evenings in my free time I’ve worked on mini-application called micro-burn. The idea of it appear from work with Agile Jira in our commercial project. Read more
Use asInstanceOf[T] carefully!
Background
Scala has nice static type checking engine but from time to time there are situations when we must downcast some general object. If this casting is not possible Read more
Multi phased processing in scala
Last time in our project we had to add progress bar for visualization of long time running process. Process was made of a few phases and we had to print in which phase we currently Read more
Journal.IO 1.3 released
About
Just a moment ago (in February 17th) Journal.IO 1.3 has been released. Journal.IO (https://github.com/sbtourist/Journal.IO) is a lightweight, zero-dependency Read more
Http server with PHP on RaspberryPI
Totally awesome guide is at http://rasberrypibeginnersguide.tumblr.com/post/27283563130/nginx-php5-on-raspberry-pi-debian-wheezy
But instead using Read more
Virtual task board + info radiator
There are some posts around about various task board solutions. Besides that we use white board to sketch some designs and exchange knowledge, we use virtual board as task Read more
GWT Development Plugin Firefox 15 (FF15) on 64bit ubuntu
I tried the latest plugin from well known source. But it didn’t work.
But this one did.