Kaylee v0.3
Posted on 20 June 2013 in Articles • Tagged with Kaylee, Python, programming • 2 min read
Ladies and Gentlemen! I am proud to announce that Kaylee v0.3 has been finally released!
Continue reading
Posted on 20 June 2013 in Articles • Tagged with Kaylee, Python, programming • 2 min read
Ladies and Gentlemen! I am proud to announce that Kaylee v0.3 has been finally released!
Posted on 28 May 2013 in Articles • Tagged with Microsoft, mouse, Linux, life • 4 min read
I have finally replaced my old Defender mouse with a brand-new, wireless blue laser-powered Microsoft Wireless Mouse 5000. Some of the reasons for picking this particular mouse are: symmetric, wireless, laser and GNU/Linux support :). A month of usage has passed and there is enough time to write a review with all tips'n'tricks which can help handling this mouse properly.
Posted on 22 May 2013 in Articles • Tagged with programming, Python • 1 min read
Long ago, I learned the regular expressions in order to write a simple syntax highlighting engine. Regular expressions are not hard to master, but take time to practice. Kodos was the regex debugger of my choice, as it was written in Python. All these years Kodos was a "must have" tool on my development machines. Suddenly with the new version of Debian operating system, Kodos was not in the repositories anymore! Why? Kodos is based on QT3 widgets toolkit, which is a bit outdated nowadays (QT5 has been released recently) and was removed from Debian 7.0 ("Wheezy"). That is how I decided to write a small Python regex debugger in Python 3 and its de-facto standard Tkinter bindings to the Tk GUI toolkit.
Posted on 18 May 2013 in Articles • Tagged with programming, XML • 3 min read
Posted on 28 August 2012 in Articles • Tagged with programming, projects, Python, CoffeeScript, Kaylee • 1 min read
I just returned from my summer vacation and can finally state: another summer is over. But wonderful summer it was! I finally graduated and got a Master's degree in computer science. I cycled a lot and upgraded my MTB skills. I read lot of fiction. And somewhere between work, sports reading and sleeping was Kaylee, a distributed and volunteer in-browser computing framework.
Posted on 08 July 2012 in Articles • Tagged with projects, life, science • 1 min read
Posted on 29 December 2011 in Articles • Tagged with programming, C, JavaScript • 2 min read
The design of C made by Brian Kernighan and Dennis Ritchie has influenced the whole software and hardware industry. Sometimes you can feel the heritage of C even in modern high-level dynamic languages like Javascript.
Posted on 01 August 2011 in Articles • Tagged with programming, Python • 1 min read
Python's documentation states that one has to use the is operator to compare a variable to None. What happens when you avoid that advice?
Posted on 08 May 2011 in Articles • Tagged with programming, Linux, Python, C • 2 min read
If you've been using python for a long time, then you surely know that os.listdir() function returns an unsorted list of file names. I didn't care much until facing a situation, in which the sorted-sequential processing of files was crucial, and I could not remember whether the previous file processing were done in sorted order. Well, luckily they were. But hey, this is a little bit annoying, isn't it? Why os.listdir() returns an unsorted list of files? Would you like to find out?
Posted on 31 December 2010 in Articles none • Tagged with Opera • 4 min read
Ah, Opera! My favourite browser has been recently update to version 11. There are lots of new beautiful features, like Presto 2.7 engine, improved HTML5 support, tab stacking, mouse gestures visualisation, smart address field, Extensions and much more. Opera 11 has been officially out for just two weeks, and there are already 300 Extensions (also known as "Add-ons" in Firefox and (surprise!) "Extensions" in Chrome) available!