Found this great tutorial about implementing the famous digital rain effect from The Matrix motion picture using the javascript library p5*js. Here my version, source code available here.
The .ADF (Amiga Disk File) format FAQ
v1.14 – April 8th, 2017 – Written by: Laurent Clévy This document describes the .ADF file format. An Amiga Disk File is a sector per sector dump of an Amiga formatted disk. The intent is to explain in detail how the Amiga stores files and directories on floppy and hard disks. A set of C […]
LED Library
Comincio a prenderci gusto… ecco un’altra libreria per comandare un led su Arduino. La mia versione permette di far lampeggiare un led oppure di accenderlo e spegnerlo lentamente con un effetto respiro in modalità non bloccante. Trovate sorgenti ed esempi sul mio GitHub. Commenti e contributi sono ben accetti!
RFID library
Ho scritto una libreria per gestire con Arduino i tag reader RFID a 125 KHz basati sui chip Melexis MLX90109. Ho condiviso i sorgenti della libreria, gli esempi e la documentazione su GitHub sotto la licenza GPLv3. Commenti e contributi sono ben accetti!
The Development of the C Language
by Dennis M. Ritchie, Bell Labs/Lucent Technologies The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as a tool to improve a meager programming environment, it has become […]