Category Archives: Announcements
10 Years clj-net-pcap — Version 1.8.4 Released
I almost missed it but this year was the tenth anniversary of clj-net-pcap. clj-net-pcap is a wrapper/adapter/facade (No matter how you want to call it.) around jNetPcap, which itself wraps libpcap, that enables and eases packet capturing with Clojure. This … Continue reading
cli4clj Version 1.5.3 – Mixing cli4clj- and Clojure-style Syntax
cli4clj aims on easing the implementation of interactive command line interfaces (CLIs) targeting “everyone” as CLI users. One implication of “targeting everyone” is that CLIs implemented with cli4clj should be usable by “non-lispers”. Thus, cli4clj purposely does not use lisp- … Continue reading
Emumaster for SailfishOS, Work-in-progress
I noticed that I did not publish a post about some porting work I did for Emumaster since quite some time. In this post, I provide mostly pointers to further resources such as source code repository, build repository, and forum … Continue reading
bowerick 2.1.0 Released
In this post, I announce the release of bowerick 2.1.0. Before going into more detail, the summary of changes is as follows: Added functionality for advanced message handling for message producers and consumers. Added a built-in test message/event producer for … Continue reading
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
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
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
Tesis Doctoral: Event-driven Principles and Complex Event Processing for Self-adaptive Network Analysis and Surveillance Systems
This is just a brief post to announce the publication of my tesis doctoral (doctoral thesis/PhD thesis/dissertation) entitled “Event-driven Principles and Complex Event Processing for Self-adaptive Network Analysis and Surveillance Systems“. The thesis is available via rodin.uca.es as open access … 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
You must be logged in to post a comment.