Cosmos http://ppw-team6.test.cloud.bbc.co.uk/
- Bad documentation
- Crazy view system
- Lots of magic
- Hard to test because of complicated bootstraping
Cosmos http://ppw-team6.test.cloud.bbc.co.uk/
#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 |