[ create a new paste ] login | about

sub

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by sub:

Python, pasted on Dec 21:
1
2
3
4
5
#!/usr/bin/env python

# Copyright (c) 2009, Charles Hooper
# All rights reserved.
#
...
view (103 lines)
Python, pasted on Dec 21:
1
2
3
4
5
#!/usr/bin/env python

import tornado.httpserver
import tornado.ioloop
import tornado.web
...
view (75 lines)
Python, pasted on Dec 14:
1
2
3
4
5
#!/usr/bin/env python

import re
from time import sleep
from collections import defaultdict
...
view (49 lines)
Ruby, pasted on Dec 5:
1
2
3
4
5
#!/usr/bin/env ruby
# == Synopsis 
#   This is a simple app used to calculate subnetting information for IP addresses.
#
# == Examples
...
view (130 lines)