[ create a new paste ] login | about

Perseids

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

Saved pastes by Perseids:

Python, pasted on Jun 21:
1
2
3
4
5
import cStringIO
import uuid
import threading
import os
import time
...
view (229 lines, 1 comment)
Python, pasted on Jun 20:
1
2
3
4
5
 def readAvailableData(pollObj, scipOut):
     scipOutput = ""
     pollReturn = pollObj.poll(1)
     while len(pollReturn)>0:
         assert len(pollReturn)==1
...
view (21 lines)