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 2 3 4 5 6
#!bin/bash read a while [ a -le 10 ] do echo $a a=$[a+1] done
-
1 2 3 4 5 6 7 8 9
#!/bin/bash touch ./'file with spaces' touch ./'file with more spaces' for name in $(ls -1 ./); do echo cp "/directory/$name" /backup/ echo mv /new/replacement "/directory/$name" echo "replaced /directory/$name with /new/replacement and stored backup in /backup" done
-
1
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0
-
1
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0
-
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
ping google.com
-
1 2 3 4 5 6 7 8 9
#!bin/bash function dodaj { c=$[a+b] echo "wynik to : " $c } function odejmij
...
-
1
/sbin/ifconfig
-
1
ifconfig
-
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
...


