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. ...
[ System Engineer ] && [ Time Traveller ]
Building Stuff Since [1983]
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. ...
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...