Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / matrix.php
diff --git a/php/skripty/matrix.php b/php/skripty/matrix.php
new file mode 100644 (file)
index 0000000..004102f
--- /dev/null
@@ -0,0 +1,53 @@
+<?php\r
+\r
+echo("[= HARVIE's MATRIX COUNTER =]\n");\r
+srand(time());\r
+sleep(2);\r
+//chr ( 2530 )\r
+$space = 0;\r
+\r
+while (1) {\r
+srand(100000 / microtime()); //1000 //100000\r
+\r
+$rand = (rand()%11);\r
+//ereg ("([10-20]{16,17,30,31,219,220,223,254,176,177,178})", $rand1, $rand);\r
+\r
+switch ($rand) {\r
+  case 10:\r
+    $rand = " ";\r
+    break;\r
+  /*case 11:\r
+    $rand = chr ( 219 );\r
+    break;\r
+  case 12:\r
+    $rand = chr ( 176 );\r
+    break;\r
+  case 13:\r
+    $rand = chr ( 177 );\r
+    break;\r
+  case 14:\r
+    $rand = chr ( 178 );\r
+    break;\r
+  case 15:\r
+    $rand = chr ( 31 );\r
+    break;*/\r
+}\r
+\r
+//$space = 1;\r
+\r
+\r
+/*\r
+$space2 = 0;\r
+while ($space2 < ($space / 1)) {\r
+  echo(" ");\r
+  $space2 = ($space2 + 1);\r
+}\r
+*/\r
+\r
+$space = ($space + 1);\r
+echo("$rand");\r
+\r
+\r
+}\r
+\r
+?>\r
This page took 0.134555 seconds and 4 git commands to generate.