watch -n1 "date '+%D%n%T' | figlet -k
If you want a different font, just add -f <font-name>
after | figlet
If you want to add some color, install lolcat
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300" type="text/css" /> | |
<h1>Pure CSS3 Animated Gradient Background</h1> |
#!/bin/bash | |
# Tom Hale, 2016. MIT Licence. | |
# Print out 256 colours, with each number printed in its corresponding colour | |
# See http://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal/821163#821163 | |
set -eu # Fail on errors or undeclared variables | |
printable_colours=256 |
An animation that demonstrate the new anime.js grid staggering feature. Made for https://animejs.com.
<h1>Chad!</h1> |
// ==UserScript== | |
// @name 0AutoPagerize Settings | |
// @namespace http://ss-o.net/ | |
// @description oAutoPagerize Settings | |
// @include http* | |
// ==/UserScript== | |
(function(){ | |
if (document) { | |
//If the settings are loaded after the main script, shoudn't be the case. |
Just a simple template sketch to get you started with p5.gui. More info here: https://github.com/bitcraftlab/p5.gui
A Pen by Chad Boyce on CodePen.
A Pen by Chad Boyce on CodePen.