HSL departures heatmap

I created a a simple application using the HSL open data XML dump, the MapQuest Javascript API and the heatmap.js library. Here’s a screenshot: The heatmap shows the number of departures from each stop in the HSL public transport system. It essentially answers the question “How easy is it to get away from here?”. Or,… Continue reading HSL departures heatmap

Pythagoras calculator

Much like with the resistor calculators, I wasn’t happy with the tools I found on the first page of Google hits. So, here’s my take on an online Pythagorean theorem calculator: Here’s the direct link to the tool. EDIT 2014-02-05: I’ve added a visualization of the triangle after that was suggested in the comments.

Resistor tools

I just wrote a parallel resistor value calculator, and a resistor colour code calculator. There are lots of them on the web, but most of them seem to have a 1990’s era user interface, where you need to enter values into separate fields and then click on the “Calculate!” button. Blech. So, I rolled my… Continue reading Resistor tools

Filtering a Drupal 7 View based on multiple user profile fields

This is basically continued from the previous post Filtering a Drupal 7 View based on a user profile field, where a user called Juan asked a simple question: “How do I filter by multiple user profile fields, so that all the terms must match?”

Published
Categorized as IT