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
Programming – Sebastian Hodapp

Kategorienarchiv: Programming

The Google Home is not yet available in Europe. Nevertheless you’re able to buy it in the U.S. and run it in Europe if you’re willing to use some workarounds and accept the limitations.

Weiterlesen

Looking for a simple way to configure wifi credentials in your ESP8266 module? Use my ESPbootloader!

Weiterlesen

Developing a NodeMCU based firmware for the ESP8266 can be quite annoying. If you cause a bug, the ESP will answer with a hardreset.

Weiterlesen

Spell checking in web application has always been a big thing. Especially if you didn’t wanted to use available webservices like Google Spell Check due to security concerns.

Weiterlesen

I’ve started to build a prototype for testing purposes with a temperature sensor.

Weiterlesen

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

9/9