Edu Felipe

710
Reputation
168 views

Registered User

Name Edu Felipe
Member for 1 year
Seen 2 hours ago
Website
Location Brazil
Age 22
A bitter/sour software developer who hates IDEs and loves VIM.
Nov
13
awarded  Popular Question
Oct
28
comment Is there a simple script to convert C++ enum to string?
The problem with this solution is that it changes the header defining the enum, which I cannot do. So this is not enough for my problem.
Oct
16
asked Instruct GDB 6.5 to use source embedded in object file
Sep
25
awarded  Yearling
Sep
22
answered Qt and serial port programming
Sep
22
comment Video file validation in django
Yeah, the header of the question is misleading.
Sep
22
answered Video file validation in django
Sep
19
comment operator overloading in C++
This should be down voted as it is the wrong answer.
Sep
19
comment operator overloading in C++
No. You can't override -> outside of a class.
Aug
22
answered Updating Boost Wave from SVN
Aug
19
comment JQuery and ‘this’ object
this does not refers to the jQuery. As Prakash noticed, it points to the DOM element.
Aug
18
answered Auto browser refresh during web development
Jul
20
comment Mixing libraries from different C++ compilers
That is the theory, but in the practice the last ABI change was 3.4
Jul
19
comment Why can I use a function before it’s defined in Javascript?
Actually, it's for very different reasons. The if block does not create a scope, while a function() block always creates one. The real reason was that the definition of global javascript names happens at compile phase, so that even if the code does not run, the name is defined. (Sorry it took so long to comment)
Jul
6
awarded  
Jun
19
comment How can I know if an DOM element is currently on screen using jQuery.
The div contains only a <p> with plain text.
Jun
19
asked How can I know if an DOM element is currently on screen using jQuery.