home
to by nando.quintana
strace file index.txt 2>&1 |grep open
to by txus
#Open the file
f = open('26.log','r')
#some variables
ITEMS = total_log_lines = TAGS = BOOL = SELECT = POWCounter = 0
for s in f:to by nando.quintana
# http://jimmyg.org/2007/09/25/file-uploads-in-python/
import logging
from upload.lib.base import *
log = logging.getLogger(__name__)
import osto by lovelace
{ http://www.brain.uni-freiburg.de/~klaus/pascal/sources/ }
function TextPos (var f:text) : longint; { returns -1 in case of an error }
var
reg : registers;
begin