dF

12,530
reputation
510 views

Registered User

name dF
member for 1 year
seen 1 hour ago
website
location All over the place
age 31
Είμαι αυτό:



                 __      _
               o'')}____//
                `_/      )
                (_(_/-(_/
               ~~~~~~~~~~~
               


2d
comment how to add all of these values in a python dictionary
Well technically, for the example it's 5% faster :) But you're right, for large dicts it's about 15% slower.
Dec
17
answered how to add all of these values in a python dictionary
Dec
14
awarded  Enlightened
Dec
14
comment In Qt, how to show keyboard shortcuts in menu but disable them?
Unfortunately neither the subclass nor the event filter are working for me; the QAction is not receiving a QShortcutEvent. It may be an interaction with some other part of the program, I'll try to find out. In the mean time I'm back to my original solution...
Dec
12
revised In Qt, how to show keyboard shortcuts in menu but disable them?
added 241 characters in body
Dec
12
asked In Qt, how to show keyboard shortcuts in menu but disable them?
Dec
6
awarded  Mortarboard
Nov
22
comment Small “embeddable” database that can also be synced over the network?
It seems that if I want the to use fancy sync features of couchdb, and not roll my own, I really need to require couchdb!
Nov
22
comment Small “embeddable” database that can also be synced over the network?
Yes except for the dependency on erlang, which makes including couchdb prohibitively large. Erlang seems to have compilers to native code, is it possible to make a smaller CouchDB package that way?
Nov
22
comment Small “embeddable” database that can also be synced over the network?
The only problem with CouchDB is dependencies and size. My application is windows/linux/osx, the installers for CouchDB are twice the size of the app itself.
Nov
22
comment Small “embeddable” database that can also be synced over the network?
@tosh: yes (added it to the question).
Nov
22
revised Small “embeddable” database that can also be synced over the network?
added 12 characters in body; added 7 characters in body
Nov
22
asked Small “embeddable” database that can also be synced over the network?
Nov
18
comment python: how to check if a given index in a dict exists yet
@nailer: fixed, thanks. I had initially used 'some_value' since that's the variable name in the question, but I agree it's clearer now.
Nov
18
revised python: how to check if a given index in a dict exists yet
deleted 28 characters in body
Nov
3
awarded  Nice Answer
Oct
26
awarded  Populist
Oct
16
asked How to make links clickable in a QTextEdit?
Oct
13
comment Security of REST authentication schemes
After thinking about this for a while and implementing a first version, I tend to agree....
Oct
13
comment Embedded objects in MS Office documents using Python?
Thanks, this will get me started. Since I'm completely new to COM, it would really help to have a code example, but I haven't found one anywhere... I'll have to give it a try.
Oct
13
asked Embedded objects in MS Office documents using Python?
Oct
5
comment In Qt4, how to check if paintEvent is triggered by a resize?
Thanks, I implemented something like this and it seems to be working well. I'm also restarting the timer if the left mouse button is down, so if you "pause" resizing it won't trigger a redraw.
Oct
5
asked In Qt4, how to check if paintEvent is triggered by a resize?
Sep
10
awarded  Enlightened
Sep
10
awarded  Nice Answer
Sep
5
awarded  Popular Question
Sep
2
awarded  Popular Question
Sep
1
awarded  Favorite Question
Aug
27
awarded  Yearling
Aug
24
accepted How do you retrieve items from a dictionary in the order that they’re inserted?
Jul
27
awarded  Enlightened
Jul
27
awarded  Nice Answer
Jul
19
answered How to escape a hash (#) char in python?
Jul
15
awarded  Enlightened
Jul
15
accepted Can’t redirect output to /var/lib/varlibfile, but I can copy a varlibfile to /var/lib
Jul
14
accepted Does Python have anonymous classes?
Jul
14
awarded  Nice Answer
Jul
14
comment Does Python have anonymous classes?
@Alex: How about setting __getattribute__ = dict.get? Ugly, yes, but does it still have problems?
Jul
14
revised Does Python have anonymous classes?
added 83 characters in body
Jul
14
revised Does Python have anonymous classes?
added 33 characters in body
Jul
14
revised Does Python have anonymous classes?
added 50 characters in body
Jul
14
answered Does Python have anonymous classes?
Jul
11
comment Making a Makefile
That's a perfectly legitimate use of Makefiles, I don't think it's dubious at all.
Jun
26
awarded  
Jun
26
revised What to do after starting simple_server?
title and tags