Harold Bamford

449
reputation
127 views

Registered User

name Harold Bamford
member for 1 year
seen 7 hours ago
website
location Naperville, IL
age 55
Currently working as an embedded systems developer.

Previously worked in the Army as a soldier, for the Army as a civilian employee, for AT&T Bell Labs, and now for Scientific Atlanta (a Cisco company).

Oct
30
awarded  Self-Learner
Sep
17
awarded  Yearling
Jul
27
comment How can I access the data in many large CSV files quickly from Perl?
Thanks for the suggestion; this is the way I went. Test results are posted in a separate answer.
Jul
27
answered How can I access the data in many large CSV files quickly from Perl?
Jul
24
asked How can I access the data in many large CSV files quickly from Perl?
Jun
30
comment Hidden features of C
This is also important in a multi-developer environment where, for instance, Eric adds in "baz," and then George adds in "boom,". If Eric decides to pull his code out for the next project build, it still compiles with George's change. Very important for multi-branch source code control and overlapping development schedules.
Jun
20
comment How is assembly language incorporated into a program?
Don't forget small (8 or 16-bit) embedded programming. Assembly is quite common. And the bane of my existence! ☺ In general, assembly should be avoided and if used, heavily commented.