1 min read 0 Programming PHP 7 Type Safe Arrays September 5, 2018 Here is an example of how to create type safe lists in PHP 7. Influenced by Java Generics, this approach…
1 min read 0 Linux How to install PHP Ncurses on Debian September 4, 2018 Short note on how to install PHP Ncurses on Debian. This post assumes root level access. Install pear and the…
1 min read 0 DIY Numato Lab 32 Channel USB Gpio NodeJS Module September 4, 2018 Having played with the Raspberry PI GPIO interface for over a year, I thought I should explore options for a…
1 min read 0 DIY Micro Servo SG 90 – 0 to 180 Degrees Loop September 4, 2018 Tiny C program to loop a Micro Servo SG 90 from 0 to 180 degrees and back. Requires servoblaster. #include…
1 min read 0 DIY Node.JS Low Latency Rapsberry PI Camera Streaming via HTTP and VLC September 4, 2018 Here is a short code snippet for relatively low latency video streaming using a Raspberry PI camera via the HTTP…
1 min read 0 Agile Installing Capistrano 3 on a Linux machine, using RVM March 17, 2018 Previously, an entry was written on how to Install Capistrano 3, on Debian. Here is an alternate, quicker way, of…
5 min read 0 Programming Part 1: Real-Time Browser to Browser Communication Using Node.Js and Socket.Io March 17, 2018 Usually browsers communicate with the server, sending a request and getting a response. But what if it would be possible…
1 min read 0 Programming Free Open Source Alternative to PaperTrail App March 17, 2018 Webtail is an Open Source tool I wrote, for tailing files on multiple servers and displaying content in a browser…
1 min read 0 Linux How to install RabbitMQ Server and Client on Debian March 17, 2018 This is a quick step by step guide on how to install RabbitMQ and the PHP-amqplib client on a Debian…
4 min read 0 Programming Write your own Pinterest like Image Gallery using jQuery Wookmark and Symfony2 March 16, 2018 This article provides a quick tutorial on how to write your own Pinterest like Image Gallery using the jQuery Wookmark…