mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Add curl 7.83.0
This commit is contained in:
parent
97fbeb389b
commit
060f44e5a5
7 changed files with 125 additions and 0 deletions
4
sysa/curl-7.83.0/files/sinus.pl
Normal file
4
sysa/curl-7.83.0/files/sinus.pl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
my $pi = 3.1415;
|
||||
foreach my $i (1 .. 200) {
|
||||
printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue