Category Archives: Libs.
bowerick: Serialization Convenience, Command Line Helpers, and To-dos
In my previous post, I introduced bowerick for easing simple Message-oriented Middleware (MoM) tasks with Clojure (and Java). In this post, I will introduce some more features of bowerick in more detail. In addition, I will discuss some of the … Continue reading
bowerick: Easing Simple Message-oriented Middleware Tasks with Clojure (and Java)
TL;DR The aim of bowerick is to ease simple Message-oriented Middleware (MoM) tasks with Clojure and, to some extent, with Java. The general functionality that is offered by bowerick is: Creating message producers and sending messages. Creating message consumers and … Continue reading
cli4clj 1.2.0 Released
This is a brief post to announce the release of version 1.2.0 of cli4clj, a small library for easing the creation of interactive command line interfaces (CLIs). The most noteworthy changes in this version are: Addition of a run-time setting … Continue reading
cli4clj 1.1.0 Released
This is a brief post to announce the release of cli4clj, a small library for easing the creation of interactive command line interfaces (CLIs), version 1.1.0. The most noteworthy changes in version 1.1.0 are: Updated dependencies One updated dependency that … Continue reading
test2junit 1.2.1 released
This is a brief post to announce the release of test2junit 1.2.1. For those who do not know test2junit yet, here is the brief description from the readme: Test2junit is “a leiningen plug-in to output test results to JUnit XML … Continue reading
cli4clj Version 1.0.0 Released
In this post, I announce the release of version 1.0.0 of cli4clj. Even though I was already fairly happy about the state of cli4clj as posted before, I decided to add some more improvements. In the following, I first provide … Continue reading
Update on cli4clj for easing the implementation of CLIs in Clojure
In my last post, I introduced my first shot on cli4clj, which is intended to ease the implementation of command line interfaces (CLIs) in Clojure. Since then, I thought a lot about the future directions of cli4clj and did various … Continue reading
Easing the Implementation of Simple Interactive CLIs for #Clojure Applications with cli4clj
tl;dr: cli4clj is a library for easing the implementation of interactive command line interfaces (CLIs) for Clojure applications. Currently, the main aim is to allow an easy implementation of a custom interactive CLI that is easily usable, even by people … Continue reading
Dynamic Distributed Remote Packet Capturing with DRePCap
In scope of my PhD as well as my work as researcher, among other things, I also researched the concept of dynamic distribute remote packet capturing. Some results of this work were published in the paper: “Monitoring Traffic in Computer … Continue reading
clj-net-pcap – Improvements and Preparations for next Release
It’s been a while since I posted the last update about clj-net-pcap. Before the work on my PhD thesis started to occupy most of my time, I actually put some more effort into further optimizing and improving clj-net-pcap. However, due … Continue reading
You must be logged in to post a comment.