Difference between revisions of "User:Tripphippy"

From Robowiki
Jump to navigation Jump to search
(New page: Hello. My name is Mike Goelz and I have been building robots since around 2002. I am a professional C++ programmer by trade and I love the java language but hate the standard java coding s...)
 
Line 1: Line 1:
Hello. My name is Mike Goelz and I have been building robots since around 2002. I am a professional C++ programmer by trade and I love the java language but hate the standard java coding style, so all my code looks like C++ (more white-space, column aligned brackets). I am new to the wiki and don't really know anything about writing articles on here so please feel free to comment on my style and suggest ways to improve. I would be uploading my robots but I can't seem to get an account on Robocode Repository.
+
Hello. My name is Mike Goelz and I have been building robots since around 2002. I am a professional C++ programmer by trade and I love the java language but hate the standard java coding style, so all my code looks like C++ (more white-space, column aligned brackets).
Lately I have been working on improvements/modules for the Module architecture by [[User:Jab]].
+
 
 +
I am new to the wiki and don't really know anything about writing articles on here so please feel free to comment on my style and suggest ways to improve.
 +
I would like to be uploading my robots but I can't seem to get an account on Robocode Repository, I just get an annoying error.
 +
"Account could not be found. No account id was specified. To enter a new account, the id must be zero." A little help would be appreciated.
 +
 
 +
Lately I have been working on improvements/modules for the Module architecture by [[User:Jab]]. I am trying to figure out a way to tie wave data collection into the module structure by default so that when a wave "breaks" the angle offsets are propagated to all listening module/parts.

Revision as of 20:49, 15 May 2009

Hello. My name is Mike Goelz and I have been building robots since around 2002. I am a professional C++ programmer by trade and I love the java language but hate the standard java coding style, so all my code looks like C++ (more white-space, column aligned brackets).

I am new to the wiki and don't really know anything about writing articles on here so please feel free to comment on my style and suggest ways to improve. I would like to be uploading my robots but I can't seem to get an account on Robocode Repository, I just get an annoying error. "Account could not be found. No account id was specified. To enter a new account, the id must be zero." A little help would be appreciated.

Lately I have been working on improvements/modules for the Module architecture by User:Jab. I am trying to figure out a way to tie wave data collection into the module structure by default so that when a wave "breaks" the angle offsets are propagated to all listening module/parts.