Martin Geisler

4,009
reputation
310 views

Registered User

name Martin Geisler
member for 7 months
seen 8 hours ago
website
location Denmark
age 27
I'm PhD student at the University of Aarhus, Denmark and a developer on the Mercurial project.
15h
accepted Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
1d
comment Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
@Emre: I'm glad you like it! The sorted built-in is very handy for these things. Btw, you should probably give the function a better name than k in your script :-) Perhaps natural_sort_key or something like that.
1d
revised Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
More detailed explanation
1d
revised Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
Better regexp
1d
revised Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
deleted 1 characters in body; edited tags; edited title
1d
answered Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
2d
comment Resize image size according to size of text
No problem, I'm glad you got it working! :-)
2d
accepted Resize image size according to size of text
2d
comment Resize image size according to size of text
I guess you didn't change the name of the font? I just copied a random font to my webserver for testing. Change the header to Content-type: text/plain to see the errors PHP send back to you.
2d
comment Resize image size according to size of text
Yeah, I'm sorry that I answered the wrong question at first -- I've now given code for TrueType fonts instead.
2d
revised Resize image size according to size of text
Fixed to actually use TTF
2d
accepted Using code from a book without plagiarizing
2d
answered Resize image size according to size of text
2d
revised Python Performance on Windows
edited tags
2d
comment .htaccess : allow download of Mercurial archive but only that
Cool, having two URLs sounds like a nice solution too (less magic than protecting only some of the URLs).
2d
revised Using code from a book without plagiarizing
Links
Dec
19
accepted .htaccess : allow download of Mercurial archive but only that
Dec
19
answered Using code from a book without plagiarizing
Dec
19
answered .htaccess : allow download of Mercurial archive but only that
Dec
18
revised Software similar to Bitbucket that I can self host
added 1 characters in body; edited title
Dec
12
comment Load multiple .hgrc files - ie, some with machine-specific settings?
Ehm... I'm afraid substitution of environment variables only work some times :-( That is, it works in the [extensions] section and it works for the ui.ignore setting. But we're not yet expanding variables in %include paths and it's also slightly broken in the [paths] section (it only works with a relative path). I'll look into it!
Dec
12
revised Basic Python Numbers!
added 3 characters in body
Dec
12
answered Basic Python Numbers!
Dec
12
comment How to authenticate users on TortoiseHg web server?
Yes, you list the user authenticated by the webserver. Mercurial knows nothing about Windows: it only looks in the standard REMOTE_USER environment variable set by the webserver before the CGI script is envoked.
Dec
11
answered commands of mercurial(hg) from dos prompt, how do this?
Dec
10
answered How to authenticate users on TortoiseHg web server?
Dec
6
awarded  Mortarboard
Dec
5
answered How many people were involved in a project? Based on Revision Control System
Dec
4
revised How to get the working directory after performing hg convert on perforce repository
Formatting
Dec
3
comment Installing TortoiseHG on Gnome in Ubuntu 9.10?
I would still suggest that you try matching versions of Mercurial and TortoiseHg.
Dec
2
answered Installing TortoiseHG on Gnome in Ubuntu 9.10?
Nov
28
comment Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
Please see this page if you haven't already: selenic.com/mercurial/hgignore.5.html
Nov
28
comment Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
DanThMan: Mercurial uses only simple and transparent text files for its user-configurable data. That holds for .hg/hgrc, .hgignore, .hgtags.
Nov
26
accepted Backing up a mercurial repository while preserving timestamps
Nov
25
answered Backing up a mercurial repository while preserving timestamps
Nov
25
comment Mercurial Bookmarks and ‘Git like branching’
buymeasoda: thanks a lot for reporting back! PS: I like your username :-)
Nov
23
accepted Mercurial Bookmarks and ‘Git like branching’
Nov
22
answered Mercurial Bookmarks and ‘Git like branching’
Nov
22
revised Mercurial Bookmarks and ‘Git like branching’
Fixed verbatim quote
Nov
22
comment How to let Mercurial ignore every thing except *.cs file?
Mike: Yes, unfortunately. Please see this issue mercurial.selenic.com/bts/issue712 where you can leave a comment if you're very interested.
Nov
19
awarded  Good Answer
Nov
12
revised How to get repository for core-plot
Added pre tags
Nov
9
comment How to do push from clone repository to Remote server respository using http/ssh protocol?
The boolean values are not case-sensitive and you can use "1", "yes", "true", "on", for True and "0", "no", "false", "off" for False.
Nov
2
revised Which Mercurial plugin should I use for IntelliJ
Capitalization
Nov
2
comment mercurial use case solution
"Stuff like this used to be a big deal and now ... eh" -- cool, I like that :-)
Oct
31
revised Pros and cons of different branching models in DVCS
Link to blog post describing branches in Mercurial
Oct
31
revised Pros and cons of different branching models in DVCS
deleted 4 characters in body
Oct
28
revised Mercurial Eclipse Plugin
deleted 3 characters in body; edited title
Oct
28
accepted How to make your software able to run only when the original CD is present in CD Drive
Oct
27
revised Git and Mercurial - Compare and Contrast
Fixed spelling and mentioned that Mercurial also supports multiple roots