Skip to content

Instantly share code, notes, and snippets.

@joshrp
joshrp / Node Pal.md
Last active December 23, 2015 13:09
#Main
vbell off
escape ``
startup_message off
autodetach on
mousetrack on
#Caption
caption always "%{kw}%-w%{wr}%n %t %{-}%+w"
<?php
/*
** Converts HSV to RGB values
** –––––––––––––––––––––––––––––––––––––––––––––––––––––
** Reference: http://en.wikipedia.org/wiki/HSL_and_HSV
** Purpose: Useful for generating colours with
** same hue-value for web designs.
** Input: Hue (H) Integer 0-360
** Saturation (S) Integer 0-100