Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1
top
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1
ls /dev
-
1
ps -uax
-
1
cat /etc/passwd
-
1
ls /
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } fynction odejmij
...
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodawanie { read a read b c=$[a+b] echo $c } dodawanie
-
1 2 3 4 5
#!bin/bash read a read b c=$[a+b] echo $c
-
1 2 3 4 5
#!bin/bash read a read b c=$[a+b] echo $c
-
1 2 3 4 5
#!bin/bash read a read b c=$(a+b) echo $c
-
1 2 3 4 5
#!bin/bash read a read b c=$(a+b) echo $c
-
1 2 3 4 5 6 7 8 9
#!/bin/sh FILE_INPUT=/opt/storage/Luke/atlassian-jira-slow-queries.log while read line; do #echo $line declare -i COUNT=0 for i in $(echo $line | tr " " "\n") do
...
-
1 2 3 4 5
#!/bin/bash a="EU android?" echo $a
-
1 2 3 4 5 6 7 8
Section "ServerLayout" Identifier "amdcccle Layout" Screen 0 "amdcccle-Screen[1]-0" 0 0 EndSection Section "Module" Load "glx" EndSection
...
-
1 2 3 4 5 6 7 8
Section "ServerLayout" Identifier "amdcccle Layout" Screen 0 "amdcccle-Screen[1]-0" 0 0 EndSection Section "Module" Load "glx" EndSection
...
-
1 2 3 4 5 6 7 8 9
#!/bin/bash NO_ARGS=0 E_OPTERROR=85 if [ $# -eq "$NO_ARGS" ] # Script invoked with no command-line args? then echo "Usage: `basename $0` options (-ms)" echo "-m multi desktop (laptop with external monitor)" echo "-s single desktop (no external monitor)"
...
-
1
man ps
-
1
ps -l
-
1 2 3 4 5 6 7 8 9
#!/bin/bash while true do read line if [ $line -eq 42 ] then exit 0 fi echo $line
-
1 2 3 4 5 6 7 8 9
#!/bin/sh mkdir cave cd cave for i in 0 1 2 3 4 5 6 7 8 9 do mkdir $i cd $i for j in 0 1 2 3 4 5 6 7 8 9 do
...
-
1 2 3 4
#!/bin/bash a="hii" a[1]="hiiiiiiiiiiii" print ${a[1]}
-
1 2 3 4
#!/bin/bash a="hii" a[1]="hiiiiiiiiiiii" echo ${a[1]}


