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
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, 1)calif1 write(*, *)'Entre nota 2: ' read(*, 1)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, 1)calif1 write(*, *)'Entre nota 2: ' read(*, 1)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre notas: ' read(*, *)calif1, calif2 notaFinal = (calif1 + calif2) / 2 write(*, *)'Aqui estoy'
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
JUanprogram BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character*15 nombre, mensaje write(*, *)'Entre nombre: ' read(*, *)nombre write(*, *)'Entre nota 1: ' read(*, *)calif1 write(*, *)'Entre nota 2: ' read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
program BALANCE real calif1, calif2, notaFinal character nombre, mensaje write(*, *)"Entre nombre: " read(*, *)nombre write(*, *)"Entre nota 1: " read(*, *)calif1 write(*, *)"Entre nota 2: " read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
PROGRAM REAL calif1, calif2, notaFinal CHARACTER nombre, mensaje Write(*, *)"Entre nombre: " Read(*, *)nombre Write(*, *)"Entre nota 1: " Read(*, *)calif1 Write(*, *)"Entre nota 2: " Read(*, *)calif2
...
-
1 2 3 4 5 6 7 8 9
Program Sum_and_Aveage ! ! This program reads in three numbers and sums and averages them ! IMPLICIT NONE REAL :: N1, N2, N3, Average = 0.0, Total = 0.0 INTEGER :: N = 3 PRINT *, ' Type in three numbers.' PRINT *, ' Separated by spaces or commas.'
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay ! written by Ryan Hancock in 2012 !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !Karl Harris Engr225 1-18-12------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days) ! AmountRemaining : amount of substance remaining (mg)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days) ! AmountRemaining : amount of substance remaining (mg)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days) ! AmountRemaining : amount of substance remaining (mg)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM arithmetic !------------------------------------------------------------------------------------------------------------ ! George Austin Corbett III ENGR22 January 18, 2011 ! Assignment #1 ! ! ! Proram to add two real numbers. Variables used are: ! X, Y : The two real numbers ! Sum : The sum of X and Y
...
-
1 2 3 4 5 6 7 8 9
!George Austin Corbett, ENGR225, Thursday 1700-2000 lab. !Note this is NOT my code, but was pasted in from figure 1.8 of chapter 1 of Fortran 90 book PROGRAM Radioactive_Decay !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg)
...
-
1 2 3 4 5 6 7 8 9
!George Austin Corbett !Extra Credit Problem 1.4.5 PROGRAM Circle_Calculator IMPLICIT NONE REAL:: diameter, radius, circumference, area WRITE(*,*) "Enter the diameter of the circle: " READ *, diameter
...
-
1 2 3 4 5 6 7 8 9
program arithmetic !Joshua Stewart Comp 1 January 18, 2012 ! Assignment # 1 !Program to add two real numbers. Variables used are: !x,y : the two real numbers !Sum : the sum of x and y ! output: x,y, and Sum Implicit None
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Arithmetic !----------------------------------------------------------------------------------------------------------- !Emilio Paleo ENGR 225 January 19. 2012 !` ASSIGNMENT #1 !Program to ass two real numbers. Variables used are: ! X, Y : two real numbers ! Sum : the sum of X and Y ! !Output: X, Y, and Sum
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !Joshua Stewart--------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days) ! AmountRemaining : amount of substance remaining (mg)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !Emilio Paleo !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay ! !Travis Wentworth !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay Friedel Pretorius !---------------------------------------------------------------------------- ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days) ! Time : time at which the amount remaining is calculated (days)
...
-
1 2 3 4 5 6 7 8 9
PROGRAM Radioactive_Decay !---------------------------------------------------------------------------- ! Tyler Martin Engr 225 Lab 1 January 18, 2012 ! ! This program calculates the amount of a radioactive substance that ! remains after a specified time, given an initial amount and its ! half-life. Variables used are: ! InitalAmount : initial amount of substance (mg) ! HalfLife : half-life of substance (days)
...
-
1 2 3 4
my$x35 =chr(176)."55".chr(46);my$x34 ;$x35=$x35."0\x363 E \t1;\10". 1 % 2 .chr(176/1) ."3\x34."; $x34=36 ;print "\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80) .";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2 3
PROGRAM HELLO WRITE (*,*) 'hello, world' END
-
1 2 3 4 5 6 7 8 9
program final real v,f,vo,fo,z integer a,b,c print*,"Vize-Final-Ortalama hesaplama Programı" print*,"İdris Kalp, 2012" C Seçenekler menüsü 20 print*,"Ne hesaplamak istiyorsunuz?"
...


