GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
pico
/
pico.php
Commit
Line
Data
21c4e167
H
1
#!/usr/bin/php
2
<?php
3
4
for($i=100;$i<200;$i++) {
5
$pi=$i*sin(180/$i);
6
echo("$i:$pi\n");
7
}
This page took
0.385834 seconds
and
4
git commands to generate.