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 9
(setq mazeList '(A A A B B B C C C)) (print mazeList) (nsubstitute 'F 'a mazeList) (nsubstitute 'L 'b mazeList) (nsubstitute 'R 'c mazeList) (print mazeList) (defun my-compress (mazeList start end)
...
-
1 2 3 4 5 6 7 8 9
(setq mazeList '(A A A B B B C C C)) (print mazeList) (nsubstitute 'F 'a mazeList) (nsubstitute 'L 'b mazeList) (nsubstitute 'R 'c mazeList) (print mazeList) (defun my-compress (mazeList start end) "takes a list of characters, starting and ending indices,
...
-
1 2 3 4 5 6
(setq mazeList '(A A A B B B C C C)) (print mazeList) (nsubstitute 'F 'a mazeList) (nsubstitute 'L 'b mazeList) (nsubstitute 'R 'c mazeList) (print mazeList)
-
1 2 3
(let ((a read))) (let ((b read))) (print (+ a b))
-
1 2 3
a = (read-line *standard-input* nil) b = (read-line *standard-input* nil) (print (+ a b))
-
1 2 3
a = (read-line *standard-input* nil nil) b = (read-line *standard-input* nil nil) (print (+ a b))
-
1
(print "hello")
-
1
print "hello"
-
1 2 3
a = (read-line *standard-input* nil nil) b = (read-line *standard-input* nil nil) (format t "~A~%" (+ a b))
-
1 2 3 4
a = (read-line *standard-input* nil nil) b = (read-line *standard-input* nil nil) c=(+ a b) (format t "~A~%" c)
-
1 2 3 4
a = (read-line *standard-input* nil nil) b = (read-line *standard-input* nil nil) c=a+b (format t "~A~%" c)
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...
-
1 2 3 4 5 6 7 8 9
;-------------------------------------------------------------------------- ; Program: driver.lsp ; Authors: Paul D. Wiedemeier, Ph.D. and YOUR NAME HERE ; Organization: The University of Louisiana at Monroe ; Class: CSCI 3010, Spring 2012 ; Assignment: Assignment 3 ; Due Date: Thursday, April 19th, 2012 ; ; Description: This program computes ...
...


