…que je n'ai rien posté (et autres histoires de dates)
Présentation d'un outil bien pratique: datefudge
datefudge est écrit et maintenu par Matthias Urlichs. Il permet de faire croire à un programme à une fausse date.
% perl
$t = localtime; print "$t\n";
Mon Sep 4 15:17:09 2006 …
A while ago I had an Toshiba laptop and some issue with the sound card.
Just quoting from: https://lore.kernel.org/all/Pine.LNX.4.58.0408101424520.17110@wotan.suse.de/T/
Hi,
I have an (old) laptop with an ESS Technology ES1978 Maestro 2E
rev 10), that seems …
Small contribution to UISP project.
UISP is a tool to program AVR microcontrollers. Here is an alternative way to use the serial port to do the programming.
(RESET=!DTR SCK=RTS MOSI=TXD MISO=CTS)
AVR | Serial port |
---|---|
RESET | !DTR |
SCK | RTS |
MOSI | TXD |
MISO | CTS |