Gerhard

1,047
Reputation
157 views

Registered User

name Gerhard
member for 1 year
seen 16 hours ago
website
location ZA
age 33
Embedded PowerPc in C.
Ruby!
12h
awarded  Popular Question
Dec
3
revised When is CRC more appropriate to use than MD5/SHA1?
deleted 3 characters in body
Dec
3
comment Is it possible to download a platfrom specific Ruby gem without installing it?
gem fetch gosu --platform x86-mswin32 works
Dec
3
revised Lua certified for use on an airframe or road vehicle?
added 13 characters in body
Dec
2
accepted Lua certified for use on an airframe or road vehicle?
Dec
2
asked Is it possible to download a platfrom specific Ruby gem without installing it?
Dec
2
answered Lua certified for use on an airframe or road vehicle?
Dec
1
revised Return index of all occurances of a character in a string in ruby
edited tags; added 15 characters in body
Dec
1
answered Return index of all occurances of a character in a string in ruby
Dec
1
answered Embedded app and wearing out flash disks
Nov
30
comment Return index of all occurances of a character in a string in ruby
Cool, however I am not sure how this works.
Nov
30
asked Return index of all occurances of a character in a string in ruby
Nov
30
asked How to speedup UDP communications in Windows XP applications
Nov
30
answered About Watch Dog Timer
Nov
26
comment high speed tracing
Personally I think that using a logic analyser to debug your software is a waste of time but I have done done it myself a few times ... when running out of options.
Nov
25
revised high speed tracing
added 1 characters in body
Nov
25
revised high speed tracing
added 437 characters in body; added 53 characters in body; added 94 characters in body; added 13 characters in body
Nov
25
answered high speed tracing
Nov
18
answered List of multicore embedded CPUs
Nov
16
answered Any good regular expression creator software or online tools to create Regular expressions..
Nov
7
awarded  Yearling
Oct
27
answered To write a bootloader in C or C++?
Oct
26
answered Problem comprehending C-style ruby loops
Oct
22
comment Read file comments from a zip file in Ruby
What I implemented was: myzip = Zip::ZipFile.open("channel.zip") comment += myzip.find_entry("#{name}.txt").comment
Oct
21
comment Ruby: How to convert a string to binary and write it to file
Thanks. I solved it my self when I read the comment from sepp2k. The devil is in the details.
Oct
21
revised Ruby: How to convert a string to binary and write it to file
added 28 characters in body
Oct
21
comment Ruby: How to convert a string to binary and write it to file
I need the binary values in the file not the string. This code is exactly the same as my code.
Oct
21
revised Ruby: How to convert a string to binary and write it to file
added 54 characters in body; edited body
Oct
21
asked Ruby: How to convert a string to binary and write it to file
Oct
20
answered How to debug a program without a debugger?
Oct
20
comment How to debug a program without a debugger?
Always using a debugger leads to a undesirable mindset of just stepping through code continuously until you see something. A debugger should only be used once you understand the problem and know where the problem lies. Some code (interaction between threads) is very hard to debug.
Oct
19
revised Read file comments from a zip file in Ruby
edited tags
Oct
19
asked Read file comments from a zip file in Ruby
Sep
30
answered C++ code coverage tool for weird target platform
Sep
30
answered Use of r1 stack pointer when handling external exception on PowerPC
Sep
21
revised Interesting problem using printf & scanf only…
added 70 characters in body
Sep
21
revised Interesting problem using printf & scanf only…
edited tags
Sep
21
comment Interesting problem using printf & scanf only…
You will need conditional and loop statements for most of these. First time programming students will not know how to solve these type of problems.
Sep
21
answered Interesting problem using printf & scanf only…
Sep
21
accepted Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
Sep
17
revised Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
edited title
Sep
17
revised How do you implement a class in C?
added 12 characters in body
Sep
16
comment Is there a programmatic way to check stack corruption
This is not going to help on an embedded platform
Sep
16
answered Is there a programmatic way to check stack corruption
Sep
16
revised Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
edited title
Sep
16
comment Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
Ruby and perl are non Cygwin.
Sep
15
answered Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
Sep
15
revised Why can’t Cygwin CVS read the CVS password file in a Ruby/Perl script?
added 160 characters in body; edited tags; edited title
Sep
11
revised We have to use C “for performance reasons”
added 7 characters in body
Sep
10
answered How do you implement a class in C?