Re: How to detect if a file is executable on Windows?

2019-02-19 Thread bryan rasmussen
ethod to find out if an individual file was an executable. Hope it helps, because that means I still have some usable knowledge in that area! Best Regards, Bryan Rasmussen On Tue, Feb 19, 2019 at 2:49 PM Stephane Wirtel wrote: > And based on a determinist solution? > > Yes, you

Re: Can post a code but afraid of plagiarism

2014-01-20 Thread bryan rasmussen
>When you take a course, you should be learning, not just passing. That >means that getting someone else to do your work for you is completely >wrong, so I won't help you. I have decided to become an MBA. On Mon, Jan 20, 2014 at 9:48 AM, Chris Angelico wrote: > On Mon, Jan 20, 2014 at 6:55 PM

Re: One liners

2013-12-07 Thread bryan rasmussen
Someone was thinking in ruby there. On Sat, Dec 7, 2013 at 1:14 AM, Dan Stromberg wrote: > > On Fri, Dec 6, 2013 at 4:10 PM, Michael Torrie wrote: > >> On 12/06/2013 04:54 PM, Dan Stromberg wrote: >> > Does anyone else feel like Python is being dragged too far in the >> direction >> > of long

Re: c.Win32_OperatingSystem question.

2009-03-12 Thread bryan rasmussen
from scriptomatic output. Cheers, Bryan Rasmussen On Sat, Feb 28, 2009 at 8:15 PM, Tim Golden wrote: > bryan rasmussen wrote: >> >> Maybe there's a more specific list I should ask this question on but I >> don't know what it is. I'm using Tim Golden's w

Re: c.Win32_OperatingSystem question.

2009-02-28 Thread bryan rasmussen
oh I noticed the problem with the BuildNumber = et.SubElement(oper.BuildNumber) instead of BuildNumber = str(oper.BuildNumber) and fixed it. No improvement in results however. Best Regards, Bryan Rasmussen On Sat, Feb 28, 2009 at 6:38 PM, bryan rasmussen wrote: > Maybe there's a more

c.Win32_OperatingSystem question.

2009-02-28 Thread bryan rasmussen
y.text = str(oper.WindowsDirectory) At the end of that thhe only text node thaht comes out is ComputerName, WMI is running - Am I using the wrong names for things here? When I try to get the same values using WScript and WQL to extract from Win32_OperatingSystem I get all the values. Best Regards, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

fcgi.py on windows?

2008-10-16 Thread bryan rasmussen
As per the subject, anyone know of a version of fcgi.py out there somewhere that works on windows yet. Best Regards, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: don't make it worse! - was Re: SPAM

2008-06-20 Thread bryan rasmussen
I guess it didn't because I was reading through Google Mail, and it wasn't filtered. Best Regards, Bryan Rasmussen On Fri, Jun 20, 2008 at 9:42 AM, Aspersieman <[EMAIL PROTECTED]> wrote: > Michael Torrie wrote: > > Aspersieman wrote: > > > SPAM > > >

Re: convert xhtml back to html

2008-04-24 Thread bryan rasmussen
wow, that's pretty nice there. Just to know: what's the performance like on XML instances of 1 GB? Cheers, Bryan Rasmussen On Thu, Apr 24, 2008 at 9:55 PM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Tim Arnold wrote: > > hi, I've got lots of xhtml pages

Re: convert xhtml back to html

2008-04-24 Thread bryan rasmussen
another case. Also, from my recollection the solution in CHM to make XHTML br elements behave correctly was as opposed to , at any rate I've done projects generating CHM and my output markup was well formed XML at all occasions. Cheers, Bryan Rasmussen On Thu, Apr 24, 2008 at 5:34 PM, Tim Arnold <

Re: SOAP access to SharePoint

2008-03-11 Thread bryan rasmussen
with Microsoft XML Schema validation, this may seem tedious but it is likely to be less tedious than relying on any APIs to agree in the wide wonderful world of Soap based WebServices. Cheers, Bryan Rasmussen On Tue, Mar 11, 2008 at 10:38 PM, Paul Watson <[EMAIL PROTECTED]> wrote: >

Unicode Regular Expressions

2007-12-23 Thread bryan rasmussen
sions that are loaded from the file conform to Unicode regular expressions. What problems can be expected using Unicode Regex with Python, is there a library I should be using? Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: Die, thread! Die! (Was Re: "Python" is not a good name)

2007-12-04 Thread bryan rasmussen
Could we name Stackless Die, microthread! Die! then? Cheers, Bryan Rasmussen On Dec 4, 2007 4:04 PM, Shane Geiger <[EMAIL PROTECTED]> wrote: > Die, thread! Die! > > > > grflanagan wrote: > > On Dec 4, 11:53 am, [EMAIL PROTECTED] wrote: > > > >> On Dec 4,

sys.arg whitespace problem

2007-11-18 Thread bryan rasmussen
whitespace between arguments. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

write iso 9660 with python

2007-11-17 Thread bryan rasmussen
Hi, I need to read in a system of files and write them to an iso 9660, any libraries suited to this task that are up to date? Python 2.4 or 2.5 should be assumed. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: Slightly OT: Why all the spam?

2007-05-22 Thread bryan rasmussen
anybody has any good filters worked up that will work in Gmail for reading python-list. Cheers, Bryan Rasmussen On 5/22/07, Joel Hedlund <[EMAIL PROTECTED]> wrote: > Does anyone know why we get so much spam to this group? It's starting to > get embarrasing to read at work an

Re: service for file monitoring

2007-04-22 Thread bryan rasmussen
coupled then use Python and WMI to do it, using the same method. http://tgolden.sc.sabren.com/python/wmi.html Cheers, Bryan Rasmussen On 4/21/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > well i tried reading that but that way i'll have to make the program > >

Re: problem at installing phyton on windows

2007-03-26 Thread bryan rasmussen
hear they're gonna make a Phyton Commandant movie. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

string.find returns -1 when string evidently in source file

2007-02-18 Thread bryan rasmussen
p 49 "Page Up" 4b Left 4d Right 4f End 50 Down 51 "Page Down" 52 Insert 53 Delete 54 <00> 56 Help 5b "Left Windows" 5c "Right Windows" 5d Application KEYNAME_DEAD 00b4"ACUTE ACCENT" 00a8"DIAERESIS" 007e"TILDE" 00b0"DEGREE SIGN" ENDKBD the encoding of the file is Unicode, I am able to return instances of individual characters but not whole words. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: BYU Physics Prof Finds Thermate in WTC Physical Samples, Building Collapses an Inside Job

2007-01-31 Thread bryan rasmussen
the WTC and been killed. This would explain why trolling duties have been recently taken up by [EMAIL PROTECTED] on this list. Cheers, Bryan Rasmussen On 1/31/07, soutjhyDin <[EMAIL PROTECTED]> wrote: > > <[EMAIL PROTECTED]> wrote in message > news:[EMAI

Re: Yank Bastards KILLED THEIR OWN PEOPLE to stage 911 DRAMA

2007-01-27 Thread bryan rasmussen
See, if the python list mail server was written in Lisp Paul Graham would already have been able to write up a spam filter to ban this guy. Seriously though, shouldn't Thermate be banned by now. Cheers, Bryan Rasmussen On 26 Jan 2007 10:56:44 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED

Re: MI5 Persecution: Counter-surveillance sweep by Nationwide Investigations Group

2007-01-03 Thread bryan rasmussen
te detective >agency. > Lisp did that 20 years ago. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: OT: Sarcasm and irony

2006-10-11 Thread bryan rasmussen
I believe they are reputed to have a sense of humor. Cheers, Bryan Rasmussen On 10/11/06, Hendrik van Rooyen <[EMAIL PROTECTED]> wrote: > "Steve Holden" <[EMAIL PROTECTED]> wrote: > > 8< > >

Re: OT: Sarcasm and irony

2006-10-10 Thread bryan rasmussen
> bryan rasmussen skrev: > > > Well irony originally started out as a very specific concept of the > > Ancient Greek drama, this is what we nowadays refer to as Dramatic > > Irony but it is the original irony. Irony then became a literary > > concept for plot element

Re: OT: Sarcasm and irony

2006-10-10 Thread bryan rasmussen
On 10/10/06, Max M <[EMAIL PROTECTED]> wrote: > bryan rasmussen skrev: > > On 10/10/06, Steve Holden <[EMAIL PROTECTED]> wrote: > > >> ... in America. It's well-known among Brits that Americans don't > >> understand irony. They can be pretty

Re: OT: Sarcasm and irony

2006-10-10 Thread bryan rasmussen
On 10/10/06, Steve Holden <[EMAIL PROTECTED]> wrote: > bryan rasmussen wrote: > >>>>E. g. [in Java there is] no operator overloading, but "+" > >>>>concatenation of strings. What if you'd like to implement your own > >>>>strin

Re: OT: Sarcasm and irony (was: Dive Into Java?)

2006-10-10 Thread bryan rasmussen
r plot elements similar to Dramatic irony in books, or a weaker type of the Dramatic irony found in the plays of Shakespeare. People then noticed that life was at times ironic in the literary manner. Nowadays the use of the word irony has degenerated to by pretty much synonymous with sarcasm. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

intercepting keypresses, mouse movements, joystick movements.

2006-10-09 Thread bryan rasmussen
ching applications for events within the applications. I was wondering if there were any python libraries that provided similar functionality before I went ahead with the project though. Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: mobile phone app

2006-09-08 Thread bryan rasmussen
The S60 series of phones from nokia supports python http://www.google.com/search?hl=en&q=s60+nokia Cheers, Bryan Rasmussen On 9/8/06, Aravind <[EMAIL PROTECTED]> wrote: > hi, > > Can anyone tell me if python can be used for developing mobile phone apps as > Java ? If yes,

Re: crawlers in python with graphing?

2006-06-20 Thread bryan rasmussen
Hi, Sorry, was imprecise, I meant not save the downloaded page locally. There probably isn't one though, so I should build one myself. Probably just need a good crawler that can be set to dump all links into dataset that I can analyse with R. Cheers, Bryan Rasmussen On 6/19/06, Marc '

crawlers in python with graphing?

2006-06-19 Thread bryan rasmussen
nload the pages but just follow the links, and output graphs. Cheers Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
oops, sorry about that. I copied the message over in gmail but forgot to change the subject. Sorry, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

refactoring question

2006-05-04 Thread bryan rasmussen
d[.='" + word + "']" xp = Evaluate(xexpr,doc.documentElement) if len(xp) < 1: loc.appendChild(thisloc) text = doc.createTextNode(word) thisloc.appendChild(text) fi = open(folderwords, "w") fi.write(doc.toxml()) Cheers, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
thisloc = doc.createElementNS("", "word") xexpr= "//word[.='" + word + "']" xp = Evaluate(xexpr,doc.documentElement) if len(xp) < 1: loc.appendChild(thisloc) text = doc.create

python image library TIFF

2005-09-22 Thread bryan rasmussen
Hi does anyone have any experience using the Python Image library to determine if a Tiff is in the G4 or G3 codec? -- http://mail.python.org/mailman/listinfo/python-list

Re: Free seminar on domain-specific modeling

2005-09-21 Thread bryan rasmussen
I just wonder about that 5-10 times faster. that's a really wide range. :) On 9/21/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Martijn Iseger wrote: > > > >> Domain-specific modeling makes software development 5-10 times faster > > >> than approaches based on UML or MDA. It accelerates develo

Re: checking for when a file or folder exists, typing

2005-06-12 Thread Bryan Rasmussen
>Hi Bryan, >Here's a potential idea. Try converting the variable to a string by >using the following syntax: > thePath = str(thePathArg) Actually it was a stupid thing, what happened was I was looping through the commandline to build a file path in cases where there was more than one comman

checking for when a file or folder exists, typing problems?

2005-06-12 Thread Bryan Rasmussen
tting something unexpected obviously. Any help on what this error is? Thanks -- Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

SimpleHTTPServer, queries unhandled?

2004-12-26 Thread Bryan Rasmussen
Hey just doing some preliminary testing with SimpleHTTPServer, and i noticed that when i request a resource with a query string parameters that this was not handled. is this correct, or is there a method to set query string handling? -- Bryan Rasmussen -- http://mail.python.org/mailman