Category Archives: clj-assorted-utils

Unsorted bunch of helper and utility functions for Clojure
https://github.com/ruedigergad/clj-assorted-utils

Continuous Integration for clj-assorted-utils and clj-net-pcap

This is just a very brief update. I actually did this some time ago but didn’t really get to write about it. clj-assorted-utils and clj-net-pcap now make use of Travis CI. Integrating Travis CI was actually very easy. What I … Continue reading

Posted in Announcements, clj-assorted-utils, clj-net-pcap, Libs. | Tagged , , , , , , | Leave a comment

clj-assorted-utils Updated

On Sunday, I uploaded a new version of clj-assorted-utils to github. This version features an improved counter and a convenience function for processing input line-by-line. Another great news, imho, is that now there is autogenerated API documentation. You can get … Continue reading

Posted in Announcements, clj-assorted-utils, Libs. | Tagged , | 2 Comments

clj-assorted-utils and clj-net-pcap on clojars.org

I just changed the names of my two Clojure libraries cljAcmeUtils and cljNetPcap. Those two libs are now named clj-assorted-utils and clj-net-pcap respectively. Please excuse the inconvenience but I felt this step was necessary as I wanted to upload these … Continue reading

Posted in Announcements, clj-assorted-utils, clj-net-pcap, Libs. | Tagged , , , , | Leave a comment

cljAcmeUtils: Assorted Helper Functions for Clojure

cljAcmeUtils is a collection of assorted helper functions that I wrote over time in order to reduce the amount of duplicate code in my Clojure projects and to help me implement code quicker. Now, I finally had the time to … Continue reading

Posted in Announcements, clj-assorted-utils, Libs. | Tagged | Leave a comment