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 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO,ADA.Long_Long_Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO,ADA.Long_Long_Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure Program3 is num1, num2, num3 : INTEGER:=0; begin num1:= 8; num2:= 10; num3:= 7; if (num1 > num2) and (num1 > num3) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure Program3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if (num1 > num2) and (num1 > num3) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure Program3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if (num1 > num2) and (num1 > num3) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure Program3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if (num1 > num2) and (num1 > num3) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure Program3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if ((num1 > num2) and (num1 > num3)) then
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure My_program_3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if ((num1 > num2) and (num1 > num3)) then
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure My_program_3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if ((num1 > num2) and (num1 > num3)) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure My_program_3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2; num3:= 3; if (num1 > num2) and (num1 > num3) then
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin get(answer); case answer is when 'A'..'Z'|'a'..'z' =>
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin get(answer); case answer is when 'A'..'Z'|'a'..'z' =>
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin get(answer); case answer is when 'A'..'Z'|'a'..'z' =>
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin get(answer); case answer is when 'A'..'Z'|'a'..'z' =>
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin get(answer); case answer is when 'A'..'Z'|'a'..'z' =>
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure My_program_3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2;
...
-
1 2 3 4 5 6 7 8
with ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Use ADA.Text_IO, ADA.Integer_Text_IO,ADA.Float_Text_IO; Procedure test Is x : INTEGER :=10 ; my_char : Character ; -- Variable declaration for all types my_float : Float :=1.5 ;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_Io, Ada.Integer_Text_IO; procedure My_program_3 is num1, num2, num3 : INTEGER:=0; begin num1:= 1; num2:= 2;
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin put("enter the time"); get(answer); if (answer = 'm' ) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin put("enter the time"); get(answer); if (answer = 'm' ) then
...
-
1 2 3 4 5 6 7 8 9
with Ada.Text_IO ; use Ada.Text_IO; procedure welcome is answer:character; begin put("enter the time"); get(answer); if (answer = 'm' ) then
...


