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
awk '/^[:space:]*ab/ { print; while(!/;$/) { print; getline } }'
-
1 2 3 4
echo "abc def; abghi; jkl;" | awk '/^[:space:]*ab/ { print; while(!/;$/) { print; getline } }'
-
1 2 3 4
echo "abc def; abghi; jkl;" | awk '/^[:space:]*ab/ { print; while(!/;$/) { print; getline } }'
-
1
echo "" | awk 'BEGIN{print "Hello World"}
-
1
Mfp ey zwvo fvat rjx hwprdrr lb nawzh tnfpc: Anj icvlu, hjgy Kbffhg, zk hjp gm nso nntjj, phf sw vawwhnwer, pcum nu oeq ewllxqmqit
-
1
ls -lrt | awk '{print $6}'
-
1
ls -lrt | awk '{print $6}'
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1
-
1 2 3
{ a[i++ % 3 ]=$0} / matching pattern/ {print a[(i-3)%3];print a[(i-2)%3];i=0} /matching pattern/,/unmatching pattern/ {if($0 !~ /unmatching pattern/) print }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
BEGIN { } { print $0 } END {
...
-
1 2 3 4 5 6 7 8 9
BEGIN { } {print $0 } END {
...
-
1 2 3 4 5 6 7 8 9
BEGIN { } {pint $0 } END {
...
-
1
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 2) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 342) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2
{ if ((37 * $1 == 1000 * $2) && $1 != -1) print "Y" } { if ((37 * $1 != 1000 * $2) && $1 != -1) print "N" }
-
1 2
{ if (37 * $1 == 1000 * $2) print "Y" } { if (37 * $1 != 1000 * $2) print "N" }
-
1 2 3 4 5 6 7 8 9
{ if (37 * $1 == 1000 * $2) then { print "Y" } else { print "N" }
-
1
{ if (37 * $1 == 1000 * $2) print "Y" }
-
1
{ if (FNR%2==0) print "ALICE" }
-
1
{ if (FNR%2==0) print "ALICE" }
-
1
{print "ALICE"}
-
1
NR>1&&$0=$1%32strftime(" %B ",($1/32%16-1)*25e5)int($1/512)
-
1
NR>1&&$0=$1%32strftime(" %B ",($1/32%16-1)*25e5)int($1/512)
-
1
NR>1&&$0=$1%32strftime(" %B ",($1/32%16-1)*2505600)int($1/512)
-
1
NR>1&&$0=$1%32 strftime(" %B ",($1/32%16-1)*2505600) int($1/512)


