Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
1
Task/Shell-one-liner/Fortran/shell-one-liner.f
Normal file
1
Task/Shell-one-liner/Fortran/shell-one-liner.f
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ gawk 'BEGIN{print"write(6,\"(2(g12.3,x))\")(i/10.0,besj1(i/10.0), i=0,1000)\nend";exit(0)}'|gfortran -ffree-form -x f95 - | gnuplot -p -e 'plot "<./a.out" t "Bessel function of 1st kind" w l'
|
||||
1
Task/Shell-one-liner/Icon/shell-one-liner-1.icon
Normal file
1
Task/Shell-one-liner/Icon/shell-one-liner-1.icon
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo "procedure main();write(\"hello\");end" | icont - -x
|
||||
1
Task/Shell-one-liner/Icon/shell-one-liner-2.icon
Normal file
1
Task/Shell-one-liner/Icon/shell-one-liner-2.icon
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo "procedure main();write(\"hello world\");end" >hello.icn; unicon hello.icn -x
|
||||
2
Task/Shell-one-liner/Octave/shell-one-liner.octave
Normal file
2
Task/Shell-one-liner/Octave/shell-one-liner.octave
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ octave --eval 'printf("Hello World, it is %s!\n",datestr(now));'
|
||||
Hello World, it is 28-Aug-2013 17:53:47!
|
||||
2
Task/Shell-one-liner/Scala/shell-one-liner-1.scala
Normal file
2
Task/Shell-one-liner/Scala/shell-one-liner-1.scala
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
C:\>scala -e "println(\"Hello\")"
|
||||
Hello
|
||||
2
Task/Shell-one-liner/Scala/shell-one-liner-2.scala
Normal file
2
Task/Shell-one-liner/Scala/shell-one-liner-2.scala
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
PS C:\> scala -e 'println(\"Hello\")'
|
||||
Hello
|
||||
Loading…
Add table
Add a link
Reference in a new issue