Ricky_nz
10 kW
Hi all,
I've been busy and haven't made as much progress as I had wanted
. Always the way with home projects.
Since I took the week off after easter I have finally found a bit of time to get some of the annoying tasks that have been hanging around looked at. My brother was down over easter but now he has gone back home I'm working to cleanup / complete a lot of the important infrastructure code. I really want to finalise the parameter changing from the PC app before next week. (its pretty close now) and possible get a bootloader sorted.
I have been writing a couple of scripts to be used in the build process to scrape information from the source files.
I was going to use perl but I was introduced to the Ruby scripting language by a work mate.
Ruby is easy to learn and seems a bit nicer than perl. I think the fact that it is written as an object orientated scripting language from the start helps with that. I seem to be getting quicker at learning new programming languages.
still lets you write cryptic stuff like
I will of course comment that well.
I've been busy and haven't made as much progress as I had wanted
Since I took the week off after easter I have finally found a bit of time to get some of the annoying tasks that have been hanging around looked at. My brother was down over easter but now he has gone back home I'm working to cleanup / complete a lot of the important infrastructure code. I really want to finalise the parameter changing from the PC app before next week. (its pretty close now) and possible get a bootloader sorted.
I have been writing a couple of scripts to be used in the build process to scrape information from the source files.
I was going to use perl but I was introduced to the Ruby scripting language by a work mate.
Ruby is easy to learn and seems a bit nicer than perl. I think the fact that it is written as an object orientated scripting language from the start helps with that. I seem to be getting quicker at learning new programming languages.
still lets you write cryptic stuff like
Code:
rx_name_comment = /^\s*?(.*?)(\s*?=\s*?(\d+?)\s*?,|,)\s*?\/\/\/\<\s*?(.*?)$/