Skip to content

Instantly share code, notes, and snippets.

View djsnipa1's full-sized avatar
💾
codin’

Chad Boyce djsnipa1

💾
codin’
  • 21:00 (UTC -04:00)
View GitHub Profile
@djsnipa1
djsnipa1 / index.html
Created April 30, 2019 12:18
Pure CSS3 Gradient Background Animation
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300" type="text/css" />
<h1>Pure CSS3 Animated Gradient Background</h1>
@djsnipa1
djsnipa1 / figlet_clock.md
Last active April 16, 2020 05:08
Use Figlet to make a clock in your shell

Figlet Clock in shell

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

@djsnipa1
djsnipa1 / print256colours.sh
Created June 9, 2019 22:17 — forked from HaleTom/print256colours.sh
Print a 256-colour test pattern in the terminal
#!/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
  • Huh?
  • Ok
@djsnipa1
djsnipa1 / anime-js-grid-staggering-demo.markdown
Created July 26, 2019 09:15
anime.js grid staggering demo
<h1>Chad!</h1>
@djsnipa1
djsnipa1 / oAutoPagerize.Settings.user.js
Created August 3, 2019 10:20 — forked from jolij/oAutoPagerize.Settings.user.js
* [_]() ≡ []() #[] oAutoPagerize with my modifications (instructables.com w/a, advanced debugging and styling etc)
// ==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.
@djsnipa1
djsnipa1 / p5-gui-pacman-template.markdown
Created October 8, 2019 13:22
p5.gui pacman template
@djsnipa1
djsnipa1 / ascii-art-folder-structure-diagram-in-semantic-markup-css.markdown
Created October 22, 2019 22:24
ASCII-art folder structure diagram in semantic markup + CSS