Category Archives: Other Software

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

Posted in Misc., Other Software, Snippets | Tagged , | 2 Comments

New #SailfishOS Apps for #Jolla – MeePasswords, Q To-Do, Emumaster

This is a brief, combined announcement. Two of my own apps, MeePasswords and Q To-Do, as well as another app, Emumaster, I had been porting a bit are available for SailfishOS/Jolla. I actually want to publish MeePasswords and Q To-Do … Continue reading

Posted in Announcements, MeePasswords, My Applications, Other Software, Q To-Do | Tagged , , , , , , , , | 1 Comment

Zotero on Nexus7 in Plasma Active, Updated

I put a little more work into running Zotero on Plasma Active tablets. First of all, it is now possible to install Zotero via zypper. You can get Zotero from my xulrunner branch repository on Mer OBS. Furthermore, it now … Continue reading

Posted in Announcements, Misc., Other Software | Tagged , , , , | 1 Comment

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 , , , | Leave a comment

Zotero on Nexus7 in Plasma Active

Zotero, in a nutshell, is a pretty sophisticated literature management tool. It lets you, “… collect, organize, cite, and share your research sources.” In this post I briefly present how I got Zotero running on the Nexus7 tablet in Plasma … Continue reading

Posted in Other Software | Tagged , , , , , | 1 Comment

Nexus 7, Linux, Accelerometer, sensorfw

This is just a brief wrap up about a patch I just submitted: in a nutshell, this patch enables the practical use of the acceleration sensor on Nexus 7 in Linux. Thanks a lot to Glueckself who posted a first … Continue reading

Posted in Announcements, Other Software | Tagged , , , , , | Leave a comment

GTK+ Editable Menu Accelerators

One never stops learning. I was reminded of this just very recently when I discovered a very cool feature of GTK+ which I wasn’t aware off even though I have been using Linux-based OS as my main OS for more … Continue reading

Posted in Announcements, Other Software | Tagged , , | Leave a comment

BB10: QCA, QMF, and QMLCanvas compiled for BB10

Recently, I ported some of my apps (MeePasswords, Q To-Do) to BB10. These apps use some Open Source projects as dependencies that were not readily available for BB10 yet; at least I couldn’t find them. So, I decided to give … Continue reading

Posted in Announcements, Libs., Other Software | Tagged , , , , | Leave a comment

test2junit: Bugfix

Due to an embarrassing error in test2junit I had to quickly release another version. The current version 1.0.1 fixes the problem and is available from clojars.org. The readme at github had been updated as well.

Posted in Announcements, Libs., Other Software, test2junit | Tagged , , , | Leave a comment

test2junit: Leiningen Plug-in for Writing Test Results in JUnit XML Format

I like test-driven development very much. Over time the number of test cases grows and grows. As one consequence, it may become difficult to keep the overview of the results. As a simple mean to get an overview of my … Continue reading

Posted in Announcements, Libs., Other Software, test2junit | Tagged , , , , , | Leave a comment