Re: xpathEval fails for large files

2008-07-22 Thread Jim Washington
of RAM per database. A database can contain many many documents, so you probably only want one database, anyway. Disclosure: I'm the author of the zif.sedna package, and I'm interpreting the fact that I have not received much feedback as It works pretty well :) - Jim Washington -- http

Re: Am I missing something with Python not having interfaces?

2008-05-06 Thread Jim Washington
available at the Cheese Shop. If you want to do adaptation from one interface to another or, for example, register and look-up utilities by interface, zope.component is also handy. - Jim Washington -- http://mail.python.org/mailman/listinfo/python-list

Re: convert xhtml back to html

2008-04-25 Thread Jim Washington
(in the range of 20 GB of data) using a Sedna server, at http://wikidb.dyndns.org/ . Along with the on-line demo, they provide instructions for deploying the technology locally. - Jim Washington -- http://mail.python.org/mailman/listinfo/python-list

RELEASED zif.sedna 0.9 beta2

2008-02-15 Thread Jim Washington
of Sciences . zif.sedna is just an adapter package. -Jim Washington -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: SimpleJSONRPCServer

2006-10-09 Thread Jim Washington
] -Jim Washington -- http://mail.python.org/mailman/listinfo/python-list

Re: Sanitizing untrusted code for eval()

2005-08-22 Thread Jim Washington
, and be a bit more sure that python's parser is not abused into submission. BTW, this afternoon I sent a couple of hours of random junk to eval() just to see what would be accepted. I did not know before that 5|3 = 7 6^3 = 5 ~6 = -7 ()and aslfsdf = () Amusing stuff. Thanks! -Jim Washington

Re: Permutation Generator

2005-08-13 Thread Jim Washington
might have to put those back together. -Jim Washington ***Reversible*** Permutations using factoradics. factoradic concept at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/permutations.asp Why permutations? Sometimes, you need to list your objects in a different