Last Saturday I was participating in CodingDojo organized by Szczecin JUG. Our task was to write simple parser that will take a text representation of minefield like “.*..*” (asterisk are mines, dots are empty fields) and transform it into string like this “1*11*”. In other words we was creating heart of the Saper game). It was… Continue reading
Post Category → archive
Automatic Screen Detection And Configuration Under Awesome WM
Recently I’m mainly interested in automating my day-to-day tasks on Linux laptop. I’ve started with automating back-up process, now come time to automate external screen detection (and configuration). For couple of months I was struggling with ZSH history to find XRandR commands that enables and disables external screen. During that time I was almost sure… Continue reading
Automatic backup in Linux
Some time ago I’ve started backing up my laptop hard drive in any case of failure. Until today I was simply connecting external back-up-drive and manually launching mount && rsync command from zsh history. But this requires that always after connecting this special device I need to go to terminal, log in as root then… Continue reading
EGit Iteractive Adding
So what is “interactive adding” in git? Imagine situation when you change two or three lines in file (this could be also two or three blocks/methods), then you realize that you will want to commit those changes in two (three or more) separate commits. Here is Al Blue’s description how interactive adding works in native… Continue reading
End of Google Summer of Code 2011
Officially coding period in Google Summer of Code was closed last Monday (August 22nd) , so this is good time to sum up last three months of my work on EGit project. During that time I’ve manage to contribute 32 commits (29 of them are already merged into master, rest is pending for review). I… Continue reading