First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
markmin 0.1
On Mon, Jul 5, 2010 at 4:56 PM, Massimo Di Pierro <mdipierro(a)cs.depaul.edu> wrote: Markmin is a wiki markup language implemented in less than 100 lines of code (one file, no dependencies) easy to read secure support table, ul, ol, code support html5 video and audio elements can align images and re... 6 Jul 2010 13:22
Another Regexp Question
As ever, I guess it's most likely I've misunderstood something, but in Python 2.6 lookback seems to actually be lookahead. All the following tests pass: from re import compile assert compile('(a)b(?<=(?(2)x|c))(c)').match('abc') assert not compile('(a)b(?<=(?(2)b|x))(c)').match('abc'... 6 Jul 2010 06:47
Getting pyparsing to backtrack
I'm working on street address parsing again, and I'm trying to deal with some of the harder cases. Here's a subparser, intended to take in things like "N MAIN" and "SOUTH", and break out the "directional" from street name. Directionals = ['southeast', 'northeast', 'north', 'northwest', 'west', 'east'... 7 Jul 2010 20:05
using the netflix api
Has anyone had success using the netflix api with Netflix.py? Especially getting access? ... 5 Jul 2010 18:51
The real problem with Python 3 - no business case for conversion(was "I strongly dislike Python 3")
Am 05.07.2010 22:30, schrieb D'Arcy J.M. Cain: On Mon, 05 Jul 2010 14:42:13 -0400 Terry Reedy <tjreedy(a)udel.edu> wrote: Good start. Now what is blocking those four? Lack of developer interest/time/ability? or something else that they need? How about a basic how-to document? I maintain PyGreSQL... 5 Jul 2010 18:51
vidio*****
http://www.kavalec.com/thisisislam.swf ... 5 Jul 2010 15:31
throwing exceptions from csv.DictReader or even csv.reader
Hullo Csv is a very common format for publishing data as a form of primitive integration. It's an annoyingly brittle approach, so I'd like to ensure that I capture errors as soon as possible, so that I can get the upstream processes fixed, or at worst put in some correction mechanisms and avoid getting polluted da... 5 Jul 2010 14:25
ImportError: DLL load failed: The specified module could notbe found, SWIG, life, etc
On 07/05/2010 04:35 PM, Bill Davy wrote: I am struggling :-( smile! I have used SWIG to build a module called SHIP. So I have a directory containing SHIP.py and _SHIP.pyd, as follows: [ ...] Python appears to find H:\Viper\HostPC\V1\SHIP\Release\_SHIP.pyd but for some reason, which... 5 Jul 2010 14:25
black console window of executing os.chmod() and os.access()
On 07/05/2010 04:19 PM, 朱重八 wrote: Hi all, I want to use os.chmod or os.access to check the permission of a folder on remote Windows computer: os.chmod("\\1.1.1.1\sharedfolder", stat.S_IWRITE) or os.access("\\1.1.1.1\sharedfolder", os.W_OK) That won't work: print("\\1.1.1.1\sharedfolder"... 5 Jul 2010 11:04
ImportError: DLL load failed: The specified module could not be found, SWIG, life, etc
I am struggling :-( I have used SWIG to build a module called SHIP. So I have a directory containing SHIP.py and _SHIP.pyd, as follows: H:\Viper\HostPC\V1\SHIP\Release>dir Volume in drive H has no label. Volume Serial Number is B83B-76F2 Directory of H:\Viper\HostPC\V1\SHIP\Release ... 5 Jul 2010 11:04
First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66