Tag Archives: Open Source
cljNetPcap: Packet Capturing with Clojure
Update: Please note that cljNetPcap had been moved to clj-net-pcap. cljNetPcap allows to easily capture packets in Clojure. cljNetPcap builds on top of the jNetPcap Java library and provides a wrapper/facade/whatever for easily using the functionality as provided by jNetPcap … Continue reading
Q To-Do on github
Q To-Do is a simplistic todo list organizer. Q To-Do is available for Harmattan/MeeGo and Nemo/Mer. For more information about Q To-Do, its features, usage, installation, screenshots, etc. please see the new Q To-Do homepage at github. Up to now … Continue reading
Packaging and Publishing MeeGo/Harmattan Applications for Mer/Nemo via OBS
MeeGo/Harmattan uses Debian-based packaging whereas Mer/Nemo uses RPM-based packaging. Additionally, there are also some differences with respect to using the OBS for publishing packages. This might lead to some confusion when one tries to package and publish packages for Mer/Nemo. … Continue reading
Identifying Dependencies when Developing for Mer/Nemo
I am currently working on packaging and publishing some of my applications for Mer/Nemo. Within that process I needed to lookup missing dependencies quite often. In this post I will write about some ways I found useful for looking up … Continue reading
QZeeControl in Ovi Store
QZeeControl for MeeGo/Harmattan can now also be downloaded from the Ovi store: http://store.ovi.com/content/269986 Please make sure to read and follow the usage instructions in order to have the best user experience.
QZeeControl for MeeGo/Harmattan
This month I finally started to work on a small project I wanted to do already since long time ago: QZeeControl enables controlling your Harmattan/MeeGo based smartphone via a Zeemote bluetooth remote control. For those of you who already used … Continue reading
Q To-Do Version 0.7.1 + Updated QML TreeView
I had a little time to continue hacking on the Qt/QML port of To-Do O, Q To-Do. During this work I also reworked and updated my QML TreeView code a bit. You can get a compiled version for Harmattan (N9/N950) … Continue reading
SectionScroller vs. QAbstractProxyModel
In this post I wrote about how to use a Qt model with the QML SectionScroller. A more advanced use case is to encapsulate such a “basic” model in a QAbstractProxyModel instance like QSortFilterProxyModel. This at first will brake your … Continue reading
Speed up TDD in Clojure with lein-reload
Personally, I am a big fan of the Test-driven Development (TDD) approach; iterative development by writing tests first and then implementing the required functionality is just so much fun and very efficient as well. As a very nice side effect … Continue reading
You must be logged in to post a comment.