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 → programming
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
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
Progress on non-workspace files in Workspace presentation model
For last three weeks I was working on including non-workspace files in Workspace presentation model in Synchronize View. This idea can sounds weird since the Workspace presentation model was designed to show only changed files that are in Eclipse workspace … but there are some use cases in which such behavior seams to be reasonable (eg…. Continue reading