Warning: Constants may only evaluate to scalar values in /var/www/web1147/html/wp-content/plugins/easy-fancybox/easy-fancybox.php on line 40

Warning: array_key_exists() expects parameter 2 to be array, string given in /var/www/web1147/html/wp-content/plugins/easy-fancybox/inc/class-easyfancybox.php on line 208

Warning: Illegal string offset 'classic' in /var/www/web1147/html/wp-content/plugins/easy-fancybox/inc/fancybox-classic.php on line 303

Warning: Illegal string offset 'classic' in /var/www/web1147/html/wp-content/plugins/easy-fancybox/inc/fancybox-classic.php on line 309
Code – Sebastian Hodapp

Tag-Archiv: Code

Sometimes you want to measure hits in a non-obstrusive way. In my case I wanted to track how often handbooks which are delivered as hardcopy HTML files at work are actually viewed.

Weiterlesen

(c) Martin Stein

You’ll know the game. Someone gets a post-it on his forehead with a name and must find this person by asking e.g. „Am I an engineer?“. The answer is always YES or NO. To handle several Spark Cores with different functionality, I’ve implemented this idea as webservice for all my Cores.

Weiterlesen

After having the webservice to determine the travel time for given locations, it’s time to make usage out of it: As part of an emergency organization I’m curious about how much time we can safe by making use of lights and siren.

Weiterlesen

Recently I had the need to calculate the driving time between several locations dynamically in an Excel sheet. Luckily there’s teh Google Maps API available. Unfortunately it returns JSON and thus needs to be parsed to get the result in minutes only.

Weiterlesen

4/4