Search
Top Posts & Pages
- QML TreeView
- Hotplug an External Screen to your Laptop on Linux
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Exchange Data and Objects between C++ and QML and vice versa
- To-Do-O
- QML Text Input for Maemo Fremantle
- Poor Man's Data Munging in the Linux Shell
- Publications & Talks
- test2junit 1.2.1 released
- QML and Clipboard Interaction
Category Archives: Snippets
Note to Self: Clojure Code in LaTeX vs. Copy&Paste
This post is a somewhat extended “Note to Self” in the sense that some of this may also hopefully be useful for others. I like LaTeX a lot and its “listings” package is great for including source code in documents. … Continue reading
Performance of “Method Calls” on “Clojure Objects”
tl;dr There are various ways for implementing objects or object-like constructs with Clojure. Besides differences with respect to implementation aspects, these ways also differ with respect to their performance. In this post, I write about the results of some simple … Continue reading
vim-todo-helper – Helper functionality for handling to-do items in Vim (and vimoutliner)
Some time ago, I stumbled across vimoutliner for organizing lists of to-dos. I am pretty happy with vimoutliner as it boils down to a very simple way for organizing to-do items. To-do items are stored in a plain text file … Continue reading
One Year with the Friendly Interactive Shell (fish) aka fish-shell
A little bit more than one year ago, I learned about the friendly interactive shell (fish) aka fish-shell and decided to give it a try. Before, I primarily used the Bourne Again Shell (bash) as my main shell. In this … Continue reading
Poor Man’s Data Munging in the Linux Shell
This is just a brief cheat sheet style of post. While there are many sophisticated tools for processing data out there, sometimes, it may be more convenient or quicker to just use the tools the Linux shell provides (Please note … Continue reading
Note to self: Compile kdepim with Mobile UI
Some month ago, I got a Samsung Slate 7 Tablet PC on which I am using Fedora as my main OS. The only thing that bothered me a little was that the built-in e-mail client cannot be comfortably used via … Continue reading
Automatically clone all repositories defined in conf/gitolite.conf
In this post, I post a simple, hackish script to clone all repositories defined in a gitolite config file. There may be various reasons why one should want to clone a bunch of repositories at a time, e.g., in case … Continue reading
KDE Lock Screen vs. Touch Input
With respect to touch input, most parts of KDE can be handled very easily. However, one, imho, very important aspect, simply lacks all touch UI support: the lock screen (and also the login screen), right now, do not support touch … Continue reading
Note to self: Resize animated PNG (APNG)
Interestingly, animated PNG (APNG) files seem to be so scarce that neither Gimp nor ImageMagick support this format. In fact, it took me quite a bit of searching until I found a way to scale an animated PNG preserving the … Continue reading
Posted in Misc., Other Software, Snippets
Tagged APNG, Image Processing, Open Source, PNG
Leave a comment
New Rootfs Tarball of Plasma Active for Nexus 7
I uploaded a new rootfs tarball of Plasma Active for Nexus 7. You can get it from here: http://files.kde.org/plasma/active/3.0/images/nexus7/ The latest version is “plasma-active-nexus7-testing-mer-latest-2013-03-12.tar.gz“. There you can also get the according .ks files. Some changes are: Integrated nemo-compatibility (You can … Continue reading
Posted in Announcements, Snippets
Tagged Announcement, Google Nexus 7, Mer, Open Source, planetkde, Plasma Active
14 Comments
You must be logged in to post a comment.