Quantcast
Channel: Comments for Ikke's blog
Browsing latest articles
Browse All 12 View Live

Comment on Django domain redirect middleware by Nicolas

Thanks a lot! If you’re running Django on a non-default port, you might want to add the port number to the newly constructed URI: new_uri = ‘%s://%s%s%s%s’ % ( request.is_secure() and ‘https’ or...

View Article



Comment on Django domain redirect middleware by Nicolas

oh and say host = request.get_host().split(‘:’)[0] above there

View Article

Comment on How not to write Python code by Trevor

Regarding the switch statement discussion going on, Ale is correct, his points are all logically sound. The question comes down to this: is the concept of the switch statement a good one? The reason I...

View Article

Comment on Erlang, Python and Twisted mashup using TwOTP by Steve

Note for current readers: Since this blog entry was published, twotp introduced backwards incompatible changes. These changes invalidate this blog entry. Download the latest twotp release and look in...

View Article

Comment on Erlang, Python and Twisted mashup using TwOTP by Steve

Also, if you’ve downloaded release 0.7, you’ll probably need to apply the fix suggested here: https://bugs.launchpad.net/twotp/+bug/767842

View Article


Comment on Importing a Git tree into a Subversion repository by Xeross

Couldn’t figure out how to do this on my own, thanks for the pointers. Still one would think it should be easier than this :/

View Article

Comment on KDE4 reviewed by Bertie

Everyone would beineft from reading this post

View Article

Comment on django-validation: an introduction by django python | Rahul's Work

[...] http://eikke.com/django-validation-an-introduction/ [...]

View Article


Comment on Articles by autóbérléS újraegyesítés

What i do not understood is actually how you are no longer really a lot more neatly-favored than you might be right now. You’re so intelligent. You already know therefore significantly when it comes to...

View Article


Comment on Pyparsing introduction: BNF to code by Wayne

Good introduction to pyparsing. Thanks Nicolas!

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images