Parker Higgins at 2011-02-19T19:59:24+00:00
I wish people would stop using female family members as the example of a clueless user.David "Judah's Shadow" Blue, clacke@libranet.de ❌, Deb Nicholson, Hilton Garcia Fernandes and 5 others likes this.
a(n) person, a(n) person, clacke@libranet.de ❌, clacke@libranet.de ❌ and 12 others shared this.
@thisisparker Would like to throw my weight in as an example of a female family member who is the exact opposite of clueless. That is all.Kennedy Skelton at 2011-01-19T09:21:38+00:00
#!/bin/zsh echo $((`cat /sys/class/backlight/acpi_video0/brightness` + $1)) > /sys/class/backlight/acpi_video0/brightnessKennedy Skelton likes this.
Rob Connolly at 2010-11-26T04:06:31+00:00
Kennedy Skelton likes this.
Kennedy Skelton at 2010-11-17T12:16:23+00:00
Learnt to count to 10 in a new language: (let ((x 0)) (loop (setf x (+ x 1)) (format t "~d " x) (when (>= x 10) (return x))))Kennedy Skelton likes this.
Kennedy Skelton at 2009-12-07T22:03:43+00:00
/^[a-zA-Z0-9\.\-_!#\$%&'\+\/\\?\^`{}|~]+@([a-zA-Z0-9\-_]+.)+[a-zA-Z]{2,3}$/Kennedy Skelton likes this.