Google

Posts Tagged as scala


  1. scala-uri 0.1 Released

    19 Nov 2012

    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.

  2. Remote Controlled Thermostat with Arduino

    28 Apr 2012

    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.

  3. Six Reasons Scala is Awesome

    01 Apr 2012

    Scala is a really nice programming language to work with and is easy for devs coming from the Java world (like me) to pick up, due to the fact it runs on the JVM. I thought I’d share the six main reasons I’ve been using Scala for many of my projects at the moment.

    tags: scala 

    There are comments.