Skip to content

Instantly share code, notes, and snippets.

View JanneSalokoski's full-sized avatar

Janne Salokoski JanneSalokoski

View GitHub Profile
@JanneSalokoski
JanneSalokoski / print16colours.sh
Last active December 12, 2019 11:46 — 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
@JanneSalokoski
JanneSalokoski / dark.css
Created June 19, 2012 05:40 — forked from boxmein/dark.less
Stylesheet for The Powder Toy's web site powdertoy.co.uk .
@namespace url(http://www.w3.org/1999/xhtml);
/**
* (Original) Background pattern used from http://www.dinpattern.com/2011/08/29/charcoal/
* New one used from http://www.noqta.it/dromoscopio/ #40
* CSS changes colours, soon background images if I wanna.
* To apply, get Stylish for Firefox(Or other custom style platform SEE #1), then make a new CSS style for
* * powdertoy.co.uk
* and paste this file into the editor box.
** HOW TO INSTALL ON VARIOUS PLATFORMS:
* Opera: http://www.opera.com/docs/usercss/