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
print and(5,4)
-
1
BEGIN{RS="";FS="\n"}{gsub("\n", " "); print $0;exit}
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<time.h> long long fact1 (long long n) { return n <= 1 ? 1 : n * fact1(n-1); } long long fact (long long n, long long mul) {
...
-
1 2 3 4 5 6 7 8
#include<iostream> #include<ctime> using namespace std; long long fact (long long n) { return n <= 1 ? 1 : n * fact(n-1); }
...
-
1
NR>1?$0=and($0,$0-1)?"NO":"YES":0
-
1
NR>1?$0=and($0,$0-1)?"NO":"YES":;
-
1
NR>1?$0=and($0,$0-1)?"NO":"YES":
-
1
$0=NR>1?and $0,$0-1?"NO":"YES":""
-
1
$0=NR>1?and($0,$0-1)?"NO":"YES":""
-
1
$0=NR?and($0,$0-1)?"NO":"YES":""
-
1
$0=NR>1?and($0,$0-1)?"NO":"YES":
-
1
$0=NR>1?and($0,$0-1)?"NO":"YES":""
-
1
NR>1{print and($0,$0-1)?"NO":"YES"}
-
1
NR>1{$0=and($0,$0-1)?"NO":"YES"}
-
1
NR>1{print and($0,$0-1)?"NO":"YES"}
-
1
NR>1{print and($0,$0-1)?"YES ":"NO "}
-
1
NR>1{print $0&($0-1)?"YES ":"NO "}
-
1
$0+=$0%2+1
-
1
$0+=$0%3
-
1
$0+=$0%2?2:1
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int(((y+1)/2)^$1/y+.5)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int(((y+1)/2)^$1/y)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int(((y+1)/2)^$1/y)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int(((y+1)/2)^$1/y+.5)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5)}$0=int(((y+1)/2)^$1/y+.5)
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);$0=int(((y+1)/2)^$1/y+.5)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int(((y+1)/2)^$1/y+.5)}
-
1 2
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)} NR>1{y=sqrt(5);print int((y+1)/2)^$1/y+.5}
-
1
NR>1{print int(1.6180339887499^$1/sqrt(5)+.5)}
-
1
NR>1{print int(1.618033988749895^$1/sqrt(5)+.5)}


