Eric

3,742
Reputation
360 views

Registered User

Name Eric
Member for 1 year
Seen 12 hours ago
Website
Location Montreal
Age 26
rep farmer
Nov
20
revised Determine when a mouse hook has handled the last message. Winforms, .Net
added 18 characters in body
Nov
18
comment What C++ idioms should C++ programmers use?
isnt it duck taping?
Nov
18
answered Determine when a mouse hook has handled the last message. Winforms, .Net
Nov
16
awarded  Popular Question
Nov
14
comment Why doesn’t Python have a switch statement?
Managing 10x more classes makes it so much more easier to understand
Nov
2
awarded  Good Question
Oct
28
asked Any hints on programming Dia with Python extensions?
Oct
7
accepted In firebug, how do I find out all of the css styles being applied to a particular element?
Sep
15
awarded  Yearling
Sep
6
awarded  Popular Question
Aug
31
answered Java println formatting so I can display a table?
Aug
30
comment Why avoid increment (”++”) and decrement (”--”) operators in JavaScript?
the conclusion is "watch out when you have multiple ++ symbols on the same line or same instruction". I don't think you've read it
Aug
28
answered MD5 file hash for the same unchanged file is different each time C#
Aug
28
answered How to get started with Drivers Programming under windows
Aug
28
comment What are Code Smells? What is the best way to correct them?
If i cant understand 100 lines of code in 15 seconds, I don't see how I would understand 10 functions of 10 lines of code in 10 seconds, much less how I'm supposed to put them altogether to achieve the same result
Aug
28
comment What’s your best and/or funniest data loss story?
this was on thedailywtf.com before
Aug
26
comment What is the worst class/variable/function name you have ever encountered
TRWTF here is $k. $i and $j are fine
Aug
26
comment What is the worst class/variable/function name you have ever encountered
etalon in french rather means "reference value"
Aug
26
comment What is the worst class/variable/function name you have ever encountered
i just used google translate for this. knull in english is a four letter word starting with f and ending with k
Aug
26
comment Being A Lone Developer
My ex-boss always reminded me "If you get hit by a car tomorrow, how can we pick up your work?"
Aug
25
answered Is there a good design pattern for implementing optional features?
Aug
24
comment GCC: Empty program == 23202 bytes?
I'm willing to give you a state of the art hard drive I have, containing a whooping full gigabyte, so you can store 43 000 of those monsters
Aug
24
revised Why are we using i as a counter in loops
added 143 characters in body; edited tags
Aug
24
accepted Using mixed DLLs from /clr:pure projects
Aug
24
comment What’s your most controversial programming opinion?
You may understand assembly but do you get how the hardware works? How electrons flow into different gates, how circuits are manufactured? Its all about choosing what you want to accomplish and the level of abstraction you need to achieve it
Aug
21
awarded  Nice Answer
Aug
19
answered How to tell if OpenMP works in my C++ program
Aug
19
answered Patch vs. Upgrade
Aug
19
comment Map pointers to immutable objects with Hashtable in .NET
Good idea, this will require a large switch like statement to handle multiple fields however
Aug
19
asked Map pointers to immutable objects with Hashtable in .NET
Aug
17
answered Circular dependecy in winforms app using Castle Windsor
Aug
14
accepted How does unit testing improve productivity?
Aug
12
comment Saving an image in OpenCV
I tried running opencv on my netbook, the camera usually works fine but for some reason, it doesn't pass the sanity checks. I can't have it to work either
Aug
12
answered How does unit testing improve productivity?
Aug
11
answered Good way to organize C source files?
Aug
11
answered Evolution of OOP: long term directions
Aug
11
accepted How to read/copy ctype pointers into python class?
Aug
11
comment Evolution of OOP: long term directions
@Stefano I code C++ for a living so its offensive! =)
Aug
10
comment polynomial multiplication using fastfourier transform
Also, by any means, you should understand Fourier Transform before going into FFT
Aug
10
comment polynomial multiplication using fastfourier transform
Maybe you should orient your question to be programming related. Right now you're asking about math
Aug
10
asked French wordlist
Aug
9
answered Fast C++ program, C# GUI, possible?
Aug
4
answered How to read/copy ctype pointers into python class?
Aug
4
answered Sending structure using recvfrom() and sendto()
Aug
4
asked How to read/copy ctype pointers into python class?
Aug
4
answered Why use prefixes on member variables in C++ classes
Aug
4
asked python ctype recursive structures
Aug
3
comment We have to use C “for performance reasons”
I am not a stack overflower, my stack stays sane all the time
Jul
29
accepted Problem Trying to unicast packets to available networks.
Jul
29
awarded  Nice Answer