Search
Top Posts & Pages
- Exchange Data and Objects between C++ and QML and vice versa
- QML and Clipboard Interaction
- Note to self: Resize animated PNG (APNG)
- Reorder Items in a QML ListView via Touch Gestures
- Hotplug an External Screen to your Laptop on Linux
- bowerick: Easing Simple Message-oriented Middleware Tasks with Clojure (and Java)
- Note to Self: Clojure Code in LaTeX vs. Copy&Paste
Links
Author Archives: ruedigergad
bowerick 1.99.17 released.
In this post, I briefly announce the release of bowerick version 1.99.17. Compared to the next post I have planned, this is not the chronological but the, in my opinion, logical order. Changes compared to the previous bowerick release are: … Continue reading
Video of My #clojuredconf / @clojuredconf Talk: “Packet Capturing with the JVM and Clojure – Yes, we can!”
The video was uploaded already quite some time ago. However, I still want to put a link on my blog to have all references in a common place. In case you are interested, here is the teaser or abstract that … Continue reading
Posted in Uncategorized
Leave a comment
test2junit Version 1.3.0 Released
As my last post about test2junit is some time ago, here is the very brief description: test2junit is a Leiningen plug-in that provides improved JUnit XML format output when executing clojure.test tests. In addition, it allows to automatically run the … Continue reading
clj-net-pcap Version 1.7.1 Released
I actually uploaded clj-net-pcap version 1.7.1 quite some time ago. Unfortunately, I was very busy and couldn’t even write an announcement. In this post, I briefly announce the clj-net-pcap version 1.7.1 release. I did the work on clj-net-pcap version 1.7.1 … Continue reading
Posted in Announcements, clj-net-pcap
Tagged clj-net-pcap, Clojure, Open Source, Packet Capturing
2 Comments
Slides of my :clojureD Talk #clojuredconf
I uploaded the slides for my :clojureD talk: Packet Capturing with the JVM and Clojure – Yes, we can! Huge thanks to the organizers, speakers, attendees, and everyone else involved in :clojureD! 🙂
Posted in Uncategorized
1 Comment
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
Using the Clojure-based bowerick MoM/JMS Library in Java
First of all, for those who did not run across bowerick yet, here is a brief description: bowerick is a Clojure library that bundles the functionality of various Message-oriented Middleware (MoM)/Java Message Service (JMS) implementations and provides one centralized abstraction … Continue reading
Unit Testing Arbitrary Interactive Clojure Command Line Interfaces (CLIs) with cli4clj – Illustrated using the Example of the Clojure REPL
In my previous posts, I primarily focused on cli4clj itself and on CLIs created with cli4clj. In this post, I want to address a bit the applicability of the cli4clj unit testing functionality for testing “third-party” CLIs. I will do … Continue reading
cli4clj 1.2.5 – Improved Testability of Multi-threaded Command Line Applications in Clojure
In my previous post, I already outlined the problem of testing multi-threaded interactive command line interfaces (CLIs). In the meantime, I came up with some improvements for addressing the testability of multi-threaded command line applications with cli4clj. In this post … Continue reading
cli4clj Version 1.2.3 Released
cli4clj is a library for easing the implementation of simple interactive command line interfaces (CLIs) for Clojure applications. In this post, I briefly announce the release of cli4clj version 1.2.3. The most important changes in version 1.2.3 are: Add support … Continue reading