Click to refresh.
A Pen by satchmorun on CodePen.
| Installing Arch: | |
| sudo vim /etc/pacman.conf | |
| Update packages list: sudo pacman -Syy | |
| run sudo pacman -Syu before installing any software (to update the repositories first) | |
| * Timing issue: | |
| - Change hardware clock to use UTC time: | |
| sudo timedatectl set-local-rtc 0 |
| ### Notify on long command completion | |
| # If commands runs >= 10 seconds, notify user on completion | |
| if test $CMD_DURATION | |
| if test $CMD_DURATION -gt (math "1000 * 3") | |
| set secs (math "$CMD_DURATION / 1000") | |
| notify-send "$history[1]" "Returned $status, took $secs seconds" | |
| end | |
| end |
Click to refresh.
A Pen by satchmorun on CodePen.
A Pen by @TimLamber on CodePen.
Today I had to build an activity feed, and I liked my solution so much that I decided to share it!
A Pen by Julien Melissas on CodePen.
Material transition for product thumb hover that serves to revewal product info.
A Pen by Hans Engebretsen on CodePen.
Creating a natural flame flicker with random()!
A Pen by Joseph Fusco on CodePen.
Creating a natural flame flicker with random()!
A Pen by Joseph Fusco on CodePen.
Use Jquery to mark of the mouse click with an animated div.
Forked from JesGraPa's Pen Mark of the mouse click.
A Pen by Captain Anonymous on CodePen.