I’ve spent this weekend working on xsbt-coveralls-plugin and have now released version 0.0.3
.
tags: xsbt-coveralls-plugin scala sbt code-coverage
There are comments.
I’ve spent this weekend working on xsbt-coveralls-plugin and have now released version 0.0.3
.
tags: xsbt-coveralls-plugin scala sbt code-coverage
There are comments.
The other day I was looking for a Java or Scala library to help me parse a URL (with query string) and then build a new URL by changing the host and some of the parameters. I read a couple of posts on stackoverflow, but nothing seemed to fit the bill perfectly. I didn’t want to pull in a whole web framework just to do this one simple task, and I was a bit disappointed I couldn’t find a nice small Scala DSL for building URL query strings.
tags: scala-uri scala url uri dsl
There are comments.
I was out on a walk on a cold day and thought it would be great to be able to remotely turn on the heating in time for when I got back home, which led to this; my first Arduino project. The remote control is achieved over the Internet and the form is web based, so could equally be controlled via any mobile phone with a web browser.
tags: arduino hack scala spring jetty
There are comments.