[ create a new paste ] login | about

ivarvong

Name: Ivar Vong
Email:
Site/Blog: http://www.ivarvong.com
Location: Eugene, Oregon
Default language: PHP
Favorite languages: PHP, JavaScript, Python
About: I'm a junior at the University of Oregon, a photographer, the photo editor and Web editor at the Oregon Daily Emerald, and a web developer.

Saved pastes by ivarvong:

Python, pasted on May 30:
1
2
3
4
5
#!/usr/bin/python
import sys

ip = "1.1.1.1"
email_address = "ivar@ivarvong.com"
...
view (20 lines)
Python, pasted on May 30:
1
2
3
4
ip = "1.1.1.1"
email_address = "me@mydomain.com"
server_name = "mydomain.com"
alias = "www"
...
view (13 lines, 8 lines of output)