| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | May 10 at 4:09 | |
| stats | profile views | 72 |
Donate a cup of food for free: Click to Give @ The Hunger Site
|
May 10 |
comment |
Is it really free to deploy SharpDevelop apps? Did you google? |
|
Mar 10 |
awarded | Nice Answer |
|
Jan 10 |
comment |
Can an object oriented program be seen as a Finite State Machine? the sofware in your cell-phone is a collection of hideously complex state-machine which remember many data and interpret them according to the current state. |
|
Nov 7 |
revised |
How to access an encrypted INI file from C on an embedded system with little RAM added 274 characters in body |
|
Nov 7 |
accepted | How to access an encrypted INI file from C on an embedded system with little RAM |
|
Nov 7 |
comment |
How to access an encrypted INI file from C on an embedded system with little RAM +1 lolx - that is what I am asking ;-) |
|
Nov 7 |
comment |
How to access an encrypted INI file from C on an embedded system with little RAM +1 for taking the time to reply. Maybe I should have made this 3 questions - encryption & memory usage. The latter is actually more important. |
|
Nov 7 |
revised |
How to access an encrypted INI file from C on an embedded system with little RAM added 776 characters in body |
|
Nov 7 |
comment |
How to access an encrypted INI file from C on an embedded system with little RAM +1 @mattnz I will update the question. Thank you .. |
|
Nov 7 |
comment |
How to access an encrypted INI file from C on an embedded system with little RAM Nope, I can't, because it is an INI file. That means reading the whole thing until the required value is found ... |
|
Nov 7 |
comment |
How to access an encrypted INI file from C on an embedded system with little RAM +1 Ok, that seems reasonable for encryption. How about efficiently reading the INI file with little RAM available? |
|
Nov 7 |
revised |
How to access an encrypted INI file from C on an embedded system with little RAM edited body |
|
Nov 7 |
asked | How to access an encrypted INI file from C on an embedded system with little RAM |
|
Oct 28 |
comment |
Is saying “if ( $a != null && $a == 5)” the same as “if ($a == 5)” if (( ($a != empty_or_null_or_notDefined && $a == 5 ) && (2 + 2 == 4) // ;-) |
|
Sep 10 |
awarded | Yearling |
|
Jan 10 |
comment |
What program do you use to write technical documentation? +1 to @TMN for "sad". I cut my teeth on Runoff, Nrof, etc but surely we can drag documentation kicking and screaming into the century of the fruitbat? |
|
Jan 10 |
comment |
What program do you use to write technical documentation? +1 to Lee for his "shudder" over Word's drawing tools |
|
Nov 21 |
comment |
Differences between programming in school vs programming in industry? +1 for a very good answer and +1 (should be more) for Ritch. If a s/w engineer is spending more than 20% of a project life-cycle on coding then something is very, very wrong. 50% design, 30% test, %20 for the rest .... everything else, including coding seems about right. With proper design, coding should be trivial. Without it, what people call "coding" is actually endless rewrites, trying to hack together a design of some sort as they go along </rant> |
|
Oct 28 |
answered | How good does a well-rounded programmer need to be with bit-wise operations? |
|
Sep 11 |
awarded | Yearling |