124 reputation
9
bio website
location
age
visits member for 1 year, 9 months
seen May 2 at 14:24
stats profile views 28

Apr
23
comment export mathjax to latex
Thanks for the comments! Since I wanted to convert to LaTeX only, I ended up with a small script that strips the formulae from the HTML document. I see that pandoc is quite capable, though.
Apr
12
comment export mathjax to latex
Thanks! I have already seen that, but I think that solution is a bit convoluted: there is perl, haskel, and pandoc involved.
Apr
12
awarded  Promoter
Apr
9
asked export mathjax to latex
Mar
8
awarded  Popular Question
Dec
2
accepted rotate image with css
Dec
2
comment rotate image with css
Thanks for the prompt reply! That indeed solve the problem.
Dec
2
asked rotate image with css
Nov
29
awarded  Popular Question
Nov
16
accepted serving static file not from /static in webpy
Nov
16
comment serving static file not from /static in webpy
Oh, thanks, that works now. So, I presume, the simplest workaround is, if I just map /static to my /photos/ directory using the middleware class. Thanks for the help!
Nov
16
comment serving static file not from /static in webpy
But can I, at least, have subfolders in /static? Since this is for local use only, I could live with that. But I couldn't figure out how to serve images from /static/im_dir1/, /static/im_dir2/, etc.
Nov
16
comment serving static file not from /static in webpy
Thanks, Andrey! So, if I understand you correctly, if I don't want to use middleware, then I would have to run webpy through apache. But in the middleware, can I set multiple static folders? As I said in the OP, I would like to serve images scattered in separate folders, so it would not be enough, if I could set a single static folder.
Nov
15
asked serving static file not from /static in webpy
Jul
4
comment select sound card in pygame
OK, I don't insist on pygame. What do you suggest, then?
Jul
3
comment select sound card in pygame
I would just like to be able to choose between two sound cards. One is actually hacked, I have taken out the capacitor on the input line, so that DC voltages can be measured with that. But that is off the point. Can't I just select the sound card, and leave the OS alone?
Jul
2
asked select sound card in pygame
Apr
10
comment python webkit signals
Because first, I don't know how to write an extension, and second, I want to run the application on a small device (tablet), which would be quite unhappy with firefox:) As to what I have tried, I have read through the signals of a webview, but that would not tell me what I am supposed to do, once I caught the signal...
Apr
10
asked python webkit signals
Apr
10
accepted connecting signal in matplotlib + gtk