Windows Manager

PlayWM is a window manager which can be adjusted but doesn't have to at all! It is based on well documented and short configuration files, but ready for use out of the box. By default it has transparent look and all eye candies like Gnome or KDE.

See More!

Laboratory Camera

RayCam is a viewer for network cameras, useful especially in laboratory. RayCam can measure distances on the screen and translate to real environment units. User can also mark interesting points on the screen.

Get it!

Video User Interface

Video User Interface (VUI) for Hotels and Tourism websites is a new type of user interfaces which using Video as a presentation and selection layer. Highly intuitive and enjoyable technology.

Read More!

Terminal for human

Terminal for human is a set of tools which are trying to make Linux terminals more friendly to humans. For example terminals will auto-rewind content when full.

Try it!

Code Upstairs - browsing source code at functions level

Readability of source code is decreasing when project is getting bigger. The aim of this tool is to make code more easily readable and understandable. In other words it is trying to put big projects more under control.

Normally readability of long single function is preserved by using indentation of code lines. This plugin provides kind of indentation at higher level - indentation of whole functions.

User can see fairly easily how current function is dependent upon others. He will also get structure of all functions in code in a tree layout if code is clearly implemented. So therefor Code Upstairs is also kind of quality controller.

Metallic Bottle - editor color scheme (for Geany and Gedit)

Metallic Bottle is colour scheme for programmers editors. It has white background and matches very common GTK theme called "Radiance". For now there is only version for Geany 1.22 editor, but maybe it will be ported to others too.

Readable Python

Python code is easily readable. But nothing is perfect and some things can be improved in this field too. When I'm writing code in Python following formating helps me a lot:

"self" or "me"

Python has this special keyword which is reference to object on which current method was invoked. It is not only useful but in most cases necessary to have it!

White shell - whitespace in bash for C programmer

I will try to explain how to use whitespace characters and quoting in shells like bash. I'm programming in Python, C, Java, Perl and other normal computer languages. And I've found myself many times in a big problem just doing simple things in the shell. Why? I hope not because I'm bad programmer:)

Subscribe to cofoh RSS
Feedback