Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
6
Task/Colour-bars-Display/Befunge/colour-bars-display.bf
Normal file
6
Task/Colour-bars-Display/Befunge/colour-bars-display.bf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<v%"P": <<*"(2"
|
||||
v_:"P"/"["39*,, :55+/68v
|
||||
v,,,";1H" ,+*86%+55 ,+*<
|
||||
73654210v,,\,,,*93"[4m"<
|
||||
>$:55+%#v_:1-"P"%55+/3g^
|
||||
39*,,,~@>48*,1-:#v_$"m["
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
$colors = array(array(255, 255, 255), // white
|
||||
$colors = array(array( 0, 0, 0), // black
|
||||
array(255, 0, 0), // red
|
||||
array( 0, 255, 0), // green
|
||||
array( 0, 0, 255), // blue
|
||||
array(255, 0, 255), // magenta
|
||||
array(255, 255, 0), // yellow
|
||||
array( 0, 255, 255), // cyan
|
||||
array( 0, 0, 0)); // black
|
||||
array(255, 255, 0), // yellow
|
||||
array(255, 255, 255)); // white
|
||||
|
||||
define('BARWIDTH', 640 / count($colors));
|
||||
define('HEIGHT', 480);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue