This is my own Class::DBI -alike for PHP. Sortof. I'm also using it to bridge the Model-View gap (see Debunking Model View Controller). It is in some ways similar to DBForm, the PHP thingie I made while at the IHD. But different.
2019-11-28
# Slow pretty hello while true ; do echo -en "\u001b[$((RANDOM % 8 + 30))mHello"; read -t 0.01 3<&- 3<&0 <&3 ; done
echo -en "\ec"; echo 'I AM THE GREAT GENIE! Ask me any yes/no question and I will tell you the truth... if you dare!';echo -en "\nQuestion: ";while read line;do case $((RANDOM % 2)) in 0) echo 'YES!' ;; 1) echo 'NO!' ;; esac ; echo -en "\n\nQuestion: ";done
# Yellow echo -en "\u001b[33m"
# Random number 0..9 echo $((RANDOM % 10))
# Random color echo -en "\u001b[$((RANDOM % 8 + 30))m"
2018-07-02
@julka hi!
2018-06-30
Greetings to the mastodon world!
2019-12-11
2019-10-17