Ruby: manipulate json

I started a project, which used an existing json file full of data. Because not all data was necessary, I decided to clean it up and rename some keywords. … read more →

json ruby

Tasker: weather report

Instead of using a weather app, I made a Tasker task that will give me a notification with a short weather description twice a day. In the morning the weather … read more →

tasker android

C++: view bit pattern

I was working on a hardware project, and I needed to be able to send a lot of data with only 12 bytes. Therefore when I needed to puzzle some bytes together, I … read more →

c++

Terminal: check for valid json

When I manually want to check for a valid json, I have always used jsonlint. I discovered that jsonlint has an npm and ruby package. You can find the plugin … read more →

terminal ruby npm bash