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
- Java7
- 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
touch test touch test1 touch test2 ls -al
-
1
ls -al
-
1 2 3
#!/bin/bash ls
-
1
uname -a
-
1 2 3 4 5 6 7 8 9
#cs ---------------------------------------------------------------------------- Copyright 2009: Daniel Quadros de Miranda (aka danielkza) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful,
...
-
1 2 3 4 5 6
#!/bin/bash while true do read line echo $line done
-
1
ls'
-
1
shutdown
-
1
toilet kitty
-
1
ls -l
-
1 2
##hai hai dere. cat ./prog.sh
-
1
cat prog.sh
-
1
ls ~/
-
1
ls /home/ihY5o9/prog.fam
-
1
gnome-terminal
-
1
ssh -p1022 asspencil.com
-
1
echo 'kitty' >> prog.sh
-
1
passwd
-
1
mkdir kitty_cat
-
1
find
-
1
whoami
-
1
wget http://www.asspencil.com/file/sean/connery/
-
1
sudo ls ../
-
1
ls ../
-
1
ls ./
-
1
echo 'test of bash.'
-
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 $1 echo $2
-
1
find . -type f -exec file -b '{}' \; -printf '%s\n' | awk -F , 'NR%2 {i=$1} NR%2==0 {a[i]+=$1} END {for (i in a) printf("%12u %s\n",a[i],i)}' | sort -nr
-
1 2 3
echo $1 echo $2 echo $#@


