F5 to Execute Your Program from Gedit – From Go to Python – Gedit External Tools

Gedit editor can run any command or script for you. Even though Gedit looks very simple, it’s easy to integrate Gedit to your own toolchains. Here is a simple script to execute your program by pressing F5. The script handles … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , | Comments Off on F5 to Execute Your Program from Gedit – From Go to Python – Gedit External Tools

Send Email with HTTP API – curl, ctrl-X E and Sendgrid API

Use interactive console and HTTP requests to access APIs. Here is an example of automatic mail sending with SendGrid and curl.

Posted in Uncategorized | Tagged , , , , | Comments Off on Send Email with HTTP API – curl, ctrl-X E and Sendgrid API

Using Web APIs with Python – Read Weather Forecast and Send to Your Own IoT Device

Do you want get weather forecast, BitCoin vs EUR valuation and know your power consumption? A lot of data is available on free APIs. Your program can just make a regular HTTP GET request – it’s just like loading a … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , | Comments Off on Using Web APIs with Python – Read Weather Forecast and Send to Your Own IoT Device

Room Status Remotely with OfficeIOT – Haaga-Helia Student Project with Martela

My negotiation rooms are reserved, but is anyone actually there? What’s the utilization rate? OfficeIOT project helps you. It senses if people are in the room and sends this information to a server in the cloud. Users can then log … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Comments Off on Room Status Remotely with OfficeIOT – Haaga-Helia Student Project with Martela

Android Map with GPS Location – Using Cordova, OpenStreetMap and Leaflet.js

A Free Android map that centers on your GPS position. This is a programming example. It combines Cordova geolocation API, OpenStreetMap.org API and Leaflet.js map library. I have explained each of these technologies in separate articles.

Posted in Uncategorized | Tagged , , , , , , , , , , | 1 Comment