Phillip Oldham

1,444
reputation
138 views

Registered User

name Phillip Oldham
member for 1 year
seen Dec 15 at 13:19
website
location GB
age
Dec
15
comment Get the executing file’s path from an installed package?
import inspect; inspect.stack()[-1][0].f_code.co_filename did the trick. Thanks!
Dec
14
asked Get the executing file’s path from an installed package?
Dec
9
comment Set an object’s superclass at __init__?
@S.Lott - I think I was trying to be overly clever. Dependency Injection will be more than sufficient for my task.
Dec
9
comment Set an object’s superclass at __init__?
Yes; I wanted to inherit, and potentially override, method from a number of parent objects, however DI is probably the best bet.
Dec
8
comment Set an object’s superclass at __init__?
Updated my question per your suggestion.
Dec
8
revised Set an object’s superclass at __init__?
Updated the description
Dec
8
asked Set an object’s superclass at __init__?
Nov
27
revised Is there a way to do pre-compression with on-the-fly-uncompression in nginx?
added further options
Nov
27
answered Is there a way to do pre-compression with on-the-fly-uncompression in nginx?
Nov
27
answered what user I should run my nginx or php-fpm processes
Nov
27
asked Emacs, Zen-Coding mode, and Putty.
Nov
23
revised Virtualenv: Where do I put stuff?
added 48 characters in body
Nov
23
comment Virtualenv: Where do I put stuff?
There are some similarities, but my question isn't a duplicate; I'm asking very specifically where to put my files in relation to the virtualenv-generated directories.
Nov
23
asked Virtualenv: Where do I put stuff?
Nov
19
comment Pass XML fragments as stylesheet paramters with lxml?
Thanks. Could you edit your post and change the link to the page with the custom resolver? I noticed the custom xpath functions after posting and came to the same conclusion, but the document() method may be more useful.
Nov
18
asked Pass XML fragments as stylesheet paramters with lxml?
Nov
9
comment Carbon-emacs: re-enable hash key?
Well, it's still emacs under the hood, and its emacs which is seeing Alt+3 as M-3 and doing nothing about it.
Nov
9
asked Carbon-emacs: re-enable hash key?
Nov
5
comment Emacs locks hard over PuTTY when £ is entered.
en_US.UTF-8 - though the problem seems to have "fixed itself". I changed Window > Translation > Charset to UTF-8 in putty, reconnected and haven't seen the issue since. So, emacs wasn't locking, putty was!
Nov
5
asked Testing for platform in elisp?
Nov
5
revised Emacs locks hard over PuTTY when £ is entered.
added 372 characters in body
Nov
5
comment Emacs locks hard over PuTTY when £ is entered.
à (translated from £) runs the command self-insert-command which is an interactive built-in function in `C source code'. which is an interactive built-in function in `C source code'.
Nov
4
asked Emacs locks hard over PuTTY when £ is entered.
Nov
3
accepted Generate xml from csv data in conformance with given xsd schema
Nov
2
accepted Browser performance question.
Oct
31
accepted Grabbing data from an i-frame embedded Facebook application
Oct
31
comment how to check whether the value of a string variable is Yes or No?
try fn:lower-case() - your xsl engine might require the namespace "fn" to understand which function to execute.
Oct
31
comment Which web crawler for extracting and parsing data from about a thousand of web sites
Not sure what you're asking; Scrapy is a framework for scraping, so you build on-top of it. Seems odd that you'd want to scrape for a "time"; wouldn't it be better to set a maximum "level" then have it simply finish when it's done?
Oct
31
revised Which web crawler for extracting and parsing data from about a thousand of web sites
typo
Oct
31
answered Browser performance question.
Oct
31
comment Building charts with Google PageSpeed data?
It might be worth mentioning what languages/techs you're familiar with or have access to for importing the data.
Oct
31
answered Grabbing data from an i-frame embedded Facebook application
Oct
31
comment Grabbing data from an i-frame embedded Facebook application
You need to provide more source-code to help us understand your problem.
Oct
31
comment Browser performance question.
can you provide a link to your modified source and/or the original? also, have to compared the speed to the original to your modified version?
Oct
31
revised Which web framework is the best for a private-cloud web application?
edited tags
Oct
31
answered Which web crawler for extracting and parsing data from about a thousand of web sites
Oct
31
comment How do I remove a directory that is not empty?
When it comes to PHP, always check the online manual & the comments. Its generally guaranteed that someone's had the problem first and commented there.
Oct
31
comment how to check whether the value of a string variable is Yes or No?
Also, you have a 0% accept rating. Don't forget to accept the answer that is most helpful to you by clicking on the check-mark to the left! :D
Oct
31
revised how to check whether the value of a string variable is Yes or No?
expanded on answer
Oct
31
answered how to check whether the value of a string variable is Yes or No?
Oct
31
accepted need a javascript or jquery library to convert xpath to selectable CSS3 format in jquery
Oct
31
answered jquery, once form submit has complete
Oct
31
answered padding breaks jQuery selector?
Oct
31
answered Generate xml from csv data in conformance with given xsd schema
Oct
31
answered xsl-fo block-quotes with quote marks
Oct
31
answered Using special Chars in Firefox and IE, are being encoded by the browser differently
Oct
31
answered need a javascript or jquery library to convert xpath to selectable CSS3 format in jquery
Oct
30
comment Advice on set-up/management of the WSGI stack?
No, not a big number but if I'm going to re-use the stack having it easily customizable would be handy. I think I'm just getting confused having worked with PHP frameworks that set this sort of thing up in config files.
Oct
27
revised Advice on set-up/management of the WSGI stack?
further clarification
Oct
27
revised Advice on set-up/management of the WSGI stack?
Further clarification