mouviciel

10,706
reputation
718 views

Registered User

name mouviciel
member for 12 months
seen 31 mins ago
website
location Toulouse, France
age 42
5h
comment Re-doing the same programming work as done on the job
+1 I like the maintenance argument.
Dec
7
comment How much should the average developer know about the bare metal?
My argument is not intended to prevent people from learning! It is about specialization, delegation and focus as means of effectiveness.
Dec
7
answered How much should the average developer know about the bare metal?
Dec
6
awarded  Mortarboard
Dec
4
answered How many digits in this base ?
Dec
4
answered Programming Languages for writing GUI application
Dec
4
comment what is the difference between “int *i” and “int* i”?
I prefer int * i
Dec
4
comment Bash alias of an svn command piped to awk
The problem with $() is that it's not portable and bash, though very popular, is not installed everywhere.
Dec
3
answered Convert a video to MP4 (H.264/AAC) with ffmpeg
Dec
3
revised Interview questions to assess Linux C programmers
added 53 characters in body
Dec
3
answered Interview questions to assess Linux C programmers
Dec
1
comment How to make this sed script faster?
+1. With your algorithm awk would be a better choice.
Dec
1
answered RIA field - Silverlight or Flash, why?
Dec
1
answered English to Time
Dec
1
comment How to read data from rom_type in VHDL?
What is wrong with your code?
Dec
1
revised How to read data from rom_type in VHDL?
added 50 characters in body
Dec
1
comment When was this clock bought?
Is it programming-related?
Dec
1
answered Directory contents diff
Nov
30
comment objective C switch problem
This has been explained there: stackoverflow.com/questions/92396/…
Nov
30
comment how to navigate directories with heaps of files
Why so many files in a directory?
Nov
27
comment Is there a better way to erase a line than echo “ “?
I didn't know tput. Thanks!
Nov
27
answered How can I change spaces to underscores and lowercase everything?
Nov
25
awarded  Nice Answer
Nov
25
answered What do you do to write better code?
Nov
25
answered Disadvantages of First-class functions
Nov
25
answered Programming languages that compile to native code and have the batteries included
Nov
23
answered Doxygen comments on declarations or on definitions?
Nov
22
answered What is the shortest source code you have seen to do a complex task?
Nov
20
answered Why aren’t more applications written in multiple languages?
Nov
20
answered Want some ideas on how to develop a image retrieval system
Nov
20
comment Want some ideas on how to develop a image retrieval system
Google image search analyzes not only image name but also text near image.
Nov
20
answered What is the easiest way to write code in MS Word?
Nov
19
comment Help with TDD approach to a real world problem: linker
I tend to associate TDD with agile methods, where big projects are divided in small incremental steps. At the end of each step a new feature has been specified (including TDD test cases), developed and tested with TDD tests cases.
Nov
19
comment [C] Syntactic errors
Shouldn't division have a left operand?
Nov
19
answered What will happen if a application is large enough to be loaded into the available RAM memory?
Nov
19
answered Question about the NSArray
Nov
19
comment Multiple SVN Repositories or single company repository
Transparency can be seen either as an advantage or as a drawback. I think of projects that customers require confidentiality.
Nov
19
accepted Proving that replacing hardware will improve developer performance…
Nov
18
answered Help with TDD approach to a real world problem: linker
Nov
18
answered while executing a shell script in Unix Bash Shell, how is a file location resolved for relative paths? rel. to the script.sh folder or the referenced file’s folder.
Nov
16
comment What is the cleverest UI feature you have seen in a website?
Perfection is finally attained not when there is no longer anything to add but when there is no longer anything to take away, when a body has been stripped down to its nakedness — Antoine de Saint-Exupéry
Nov
14
accepted how to use sed, awk, or gawk to print only what is matched?
Nov
14
answered how to use sed, awk, or gawk to print only what is matched?
Nov
10
accepted How to determine the “tipping point” especially when programming regex’s?
Nov
10
answered find name of company at URL
Nov
10
answered How to know what all software are there in system in os x using objective c
Nov
10
comment The easiest way to replace white spaces with (underscores) _ in bash
Hi latz, Stackoverflow is a questions and answers site. You ask questions and others answer it, or you can answer questions from others. If you want to share your knowledge, you can ask a question, then answer it yourself (after leaving some time for others to answer as well).
Nov
10
answered For C/C++, When is it beneficial not to use Object Oriented Programming?
Nov
9
comment Is “34KB” or “34 KB” more correct?
+1 for non breaking space
Nov
9
accepted How can I keep doxygen from documenting #defines in a C file?