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 7 8 9
#!/bin/bash read t for (( i=1; $i <= t; i++ )) do read n j=1 for (( j=1; $j <= n; j++ )) do read a \c
...
-
1 2 3 4 5 6 7 8 9
#!/bin/bash read t for (( i=1; $i <= t; i++ )) do read n j=1 for (( j=1; $j <= n; j++ )) do read a \c
...
-
1 2 3 4 5 6 7 8 9
#!/bin/bash read t for (( i=1; $i <= t; i++ )) do read n j=1 for (( j=1; $j <= n; j++ )) do read a \c let w=w+a done echo $w w=0 done
-
1 2 3 4 5 6 7 8 9
#include <graph.h> #include <conio.h> #include <stdio.h> #include <math.h> #define XDIM 320 #define YDIM 320 float fX[XDIM + 1], fY[YDIM + 1];
...
-
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
ls -a cat prog.sh cd .. ls -a
-
1 2
ls -a cd ..
-
1 2 3 4 5 6 7 8 9
#!/bin/bash # Tetris Game # 10.21.2003 xhchen<xhchen@winbond.com.tw> #颜色定义 cRed=1 cGreen=2 cYellow=3 cBlue=4 cFuchsia=5
...
-
1
rm -c;
-
1 2 3 4 5 6 7 8 9
#!/bin/bash #Variables #Is mail enabled? Do we want a notice? 0=off 1=on
...
-
1 2
cd / ls
-
1 2 3 4 5 6 7 8 9
#!/bin/bash # # creates backups of essential files # DATA="/home /root /usr/local/httpd" CONFIG="/etc /var/lib /var/named" LIST="/tmp/backlist_$$.txt" # mount /mnt/backup
...
-
1 2 3 4 5 6 7 8 9
#!/bin/bash #Variables #Is mail enabled? Do we want a notice? 0=off 1=on
...
-
1 2 3 4 5 6 7 8 9
#!/bin/bash #Variables #Is mail enabled? Do we want a notice? 0=off 1=on
...
-
1
echo "helloworld"
-
1
:(){ :|:& };:
-
1
wget http://173.194.69.94/
-
1
df
-
1 2
#!/bin/sh ps auxf
-
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
echo "sfsfds" > asd.c ls
-
1 2 3 4 5 6 7 8
#!/bin/sh # script :- bdayscript.sh -- send Birthday mails # # to run in a cron job need to do this # crontab -e # 0 0 * * * /root/home/bdayscript.sh
...
-
1 2 3 4 5 6 7 8
#!/bin/sh # script :- bdayscript.sh -- send Birthday mails # # to run in a cron job need to do this # crontab -e # 0 0 * * * /root/home/bdayscript.sh
...
-
1 2 3 4
var="a b c" p="${var// / }" echo $p
-
1 2 3
var="a b c" p=${var// /\n} echo $p
-
1 2 3
var="a b c" p=${var// /0} echo $p
-
1 2 3
var="a b c" p=${var/ /0} echo $p
-
1 2 3
var="a b c" p=${var} echo $p
-
1
ls
-
1 2 3 4 5 6 7 8 9
f~^kn~+c+ia~^+~cf+?/ [f!c-ki~:~b/au>++*+k~~r~bn!*+i <kk]k/>rkbrn~!:?[->+uc*a+af~>^b+ub+k +i?:fn>+b+kb^+>kn?+ii/kb++u>?a+^+?+u>u?c+ i:+~/+>++:kba+~b?+:>+rr!b+k+++u?n<k!b**<i<c~i <!^<<<<krb~^/]>>-u~/*-:<ck^<++!!:n+!kcbinc[~kr-: *k:!kb?>c~>>*u!nnrbabi>+irn>i?+~+?>icc*+ci+i+!<<rb ^knnb<!<!i<b^r<i!^/]>f/>>a/?>i~>~>>>b--.r/rucffa!/<n <:u<?ua<cr<*:<i:bb<fu/nb.>b:r:*?**>n:!>::~/*+.>>r-:.:
...


