Category: programs

Web URL Checker

Introduction This is a little script I made to check if Volumio’s Web Interface is ready by lighting up a LED on the Raspberry Pi. This script turns on the Pin 22 if the port 3000 i...

Turing Machine

Introduction A Turing machine is a mathematical model of computation that defines an abstract machine, which manipulates symbols on a strip of tape according to a table of rules. De...

Game Of Life

Introduction The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The game is a zero-player game, me...

Binary Clock

Introduction A Binary clock made in Javascript. How it Works Each line match a value : 1, 2, 4, 8. To read the binary clock, add up columns values to obtain the decimal value. ...

8 Queens

Introduction The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Wikipedia Written for Windows Env...