Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
115 views

cPickle - different results pickling the same object

Is anyone able to explain the comment under testLookups() in this code snippet? I've run the code and indeed what the comment sais is true. However I'd like to understand why it's true, i.e. why is ...
4
votes
1answer
48 views

Python: File doesn't read whole file, io.FileIO does - why?

The following code, executed in python 2.7.2 on windows, only reads in a fraction of the underlying file: import os in_file = open(os.path.join(settings.BASEPATH,'CompanyName.docx')) incontent = ...
3
votes
3answers
296 views

Huh?!.. event.localX retains “proportions” on scaled Sprite?

I planned to arrange simple progress bar for my media player, drawing a colored rectangle and then changing it's width property as needed. Visually it looks ok - scales nicely (I could not draw it ...
2
votes
2answers
129 views

C# Generating random int - mystery

I have found few interesting things (for me at least) while generating random integers and I cannot explain it to myself so I thought I will post it here. My needs were simple: I was generating ...
2
votes
2answers
202 views

does SQL server query performance depend on the speed of network to the client?

My test query runs faster when I do a Remote Desktop connection to the SQL Server box, and open Management Studio from there, than when I connect using Management Studio from remote workstation. The ...
1
vote
1answer
122 views

C: Anyone knows how the “C mystery” code works? [closed]

While surfing on the Internet I came across this: #include <stdio.h> main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_, main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ...
1
vote
1answer
394 views

Windows 7 GDI Acceleration Mystery: Can we Enable it Programmatically? Yes we (kind of) can! But how?

Note: This might seem like a Super User question at first, but please read it completely -- it's a programming question. So they removed GDI acceleration from Windows 7, and now the classic theme ...
0
votes
0answers
31 views

Different Terminal Windows, Same Location, Different Results?

Why when I run $ autotest In sample_app on my left terminal tab I get No DRb server is running. Running in local process instead ... .. But in sample_app on my right terminal window I run ...
0
votes
2answers
618 views

Why is JQuery .html() returning null?

I have a QUnit test suite and am calling $('#idForElement').html(); inside a QUnit test (which is registered on $(document).ready(), and then run), but this function returns null in Chrome, ...
0
votes
3answers
81 views

What does 401F0000C48FBAA6 mean? [closed]

I have this text 401F0000C48FBAA6 and I know that corresponds to a word. It's not in hexadecimal (I've tried). Do anyone knows in what base can it be? And what does it means?