| bio | website | xn--vod-0ma.blogspot.com |
|---|---|---|
| location | Orsay, France | |
| age | 36 | |
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 34 |
Everyday experience: - C++ - Python - C - C# - Xaml - Xml - Xslt - Xschema - XPath - Regex - Sql - VB
Used to: - Win32 - Mfc - Com/Atl - Stl - Design Patterns - MsXml - Wpf
At ease with: - Html - Java - Soap
Practicing intensively: - C++11 - Javascript - Css - Http - Boost C++
Learning/Tried/Discovering/Culture: - C++/Cli - F# - Oz - Haskell - Perl - Prolog - Pict and Nomadic Pict
Interested in: - Design Patterns - Web Design - Lambda Calculus - Pi Calculus - Language design - Artificial Intelligence - Digital Signal Processing - Categorial logic - Test Driven Development
|
Apr 17 |
revised |
What is the best retort to “premature optimization is the root of all evil” added 209 characters in body |
|
Apr 17 |
revised |
What is the best retort to “premature optimization is the root of all evil” added 847 characters in body |
|
Apr 17 |
revised |
What is the best retort to “premature optimization is the root of all evil” added 103 characters in body |
|
Apr 17 |
revised |
What is the best retort to “premature optimization is the root of all evil” added 103 characters in body |
|
Apr 17 |
comment |
What is the best retort to “premature optimization is the root of all evil” @gnat My retort suggests that there is a greater root of all evil: Duplicated code. |
|
Apr 17 |
comment |
What is the best retort to “premature optimization is the root of all evil” (but I still agree on the original statement) |
|
Apr 17 |
comment |
unique_ptr and references - coding style question +1 and in this case no longer worry about unique_ptr, and then use the simpler shared_ptr |
|
Apr 17 |
answered | What is the best retort to “premature optimization is the root of all evil” |
|
Apr 10 |
comment |
Learning new concepts is an infinite loop. How do I go about it? the man who wrote that line Integer.toString((byteData[i] & 0xff) + 0x100, 16).substring(1) didn't want you to understand. Otherwise he would have defined a little one line function having a pleasing human understandable name telling what the function does and taking an integer as input parameter returning a string. |
|
Mar 18 |
answered | Algorithm for matching similar content text items |
|
Mar 17 |
suggested | suggested edit on C# return variables |
|
Mar 14 |
suggested | suggested edit on Theory about software communications mixing up with other software causing an Apocalypse? |
|
Mar 14 |
revised |
Audio Sync : Detecting current time of a program remove thanks! |
|
Mar 14 |
suggested | suggested edit on Audio Sync : Detecting current time of a program |
|
Mar 14 |
revised |
What is the difference between polymorphism and factory method? deleted 66 characters in body |
|
Mar 14 |
comment |
What is the difference between polymorphism and factory method? @iOsBoy one could say: Polymorphism is the property for an object to look like another. Factory Method, it's the property of calling a method for creating an object, without knowing what the object returned really is: this is the important fact of Factory Method: you cannot know what object is really behind, and you only manipulate it through its interface( thanks to polymorphism mechanisms) |
|
Mar 14 |
comment |
What is the difference between polymorphism and factory method? @iOsBoy Furthermore, Polymorphism cannot go without Interface or Mother Class. Factory Method cannot go without Polymorphism. |
|
Mar 14 |
comment |
What is the difference between polymorphism and factory method? @iOsBoy no ! I said polymorphism can go without Factory Method. Factory method will use a normal method, that given some input parameter will choose between some constructors, so Factory Method needs the constructors. |
|
Mar 14 |
answered | What is the difference between polymorphism and factory method? |
|
Mar 14 |
revised |
How to rewrite from scratch a code for which I own the copyright so I can use it on my job without losing the rights to the first version? the correct name is Georges... Georges Harrison, John Lennon, Paul Mac Cartney, and Ringo Star |