Last thursday I got ticked at some Ruby docs, so I tried my hand
at C instead.
Just now:
$ wc -l toast.c
598 toast.c
$ git log --pretty=oneline | wc -l
24
$ cat build
#!/bin/bash
rm -f toast
gcc -g -Wall -Wextra -Wno-unused-parameter -O2 -o toast toast.c
-levent -llua
("toast" is localhost:5500, mysqld is localhost:3306)
MySQL Client
$ mysql -u root -h 127.0.0.1 -P 5500 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 62 Server version: 5.0.37 MySQL Community Server (GPL) Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> \s -------------- mysql Ver 14.12 Distrib 5.0.38, for pc-linux-gnu (x86_64) using readline 5.1 Connection id: 62 Current database: Current user: root@localhost SSL: Not in …[Read more]