[ create a new paste ] login | about

Project: example
http://codepad.org/
Language:
Description:
This project is an example.

Recent Pastes:

PHP, pasted on Jan 28:
1
<?="Welcome to PHP";?>
view (1 line, 1 line of output)
PHP, pasted on Jan 28:
1
<?="Welcome to PHP"?>
view (1 line, 1 line of output)
PHP, pasted on Jan 27:
1
2
3
4
5
<?php

class welcome {

  public $count=1;
...
view (19 lines, 2 lines of output)
PHP, pasted on Jan 27:
1
2
3
4
5
<?php

class welcome {

  public $count;
...
view (19 lines, 2 lines of output)
PHP, pasted on Jan 27:
1
2
3
4
5
<?php

class welcome {

  public $count;
...
view (18 lines, 1 line of output)
PHP, pasted on Jan 27:
1
2
3
4
5
<?php

class welcome {

  public $count;
...
view (18 lines)
PHP, pasted on Jan 27:
1
2
3
4
5
<?php

class welcome {

  public count;
...
view (18 lines, 2 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 100 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 100 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (16 lines, 1 line of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (15 lines, 100 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (15 lines, 100 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (15 lines, 1000 lines of output)
C, pasted on Jan 25:
1
2
3
4
#include <stdio.h>
#include <stdlib.h>

int main(void ) {
...
view (15 lines, 4 lines of output)
Python, pasted on Jan 19:
1
2
3
4
5
"""Utilities needed to emulate Python's interactive interpreter.

"""

# Inspired by similar code by Jeff Epler and Fredrik Lundh.
...
view (307 lines, 2 lines of output)