Bounty Hunter Archive
Thread: seeker droid spelling error /tar boggle SOE
Page 1 of 1
sidsiegel
Fri Sep 23, 2005 2:06 pm
#1
Biological scan recieved .Commencing planetary seach pattern.
if you can find the spelling error you are smarter than SOE
Ruki988
Fri Sep 23, 2005 2:08 pm
#3
never noticed that before...wow
edit:search
Message Edited by Ruki988 on 09-23-2005 02:09 PM
Katalisha
Fri Sep 23, 2005 2:33 pm
#5
This is the most important issue you can find?
OMGZ PUSH OUT A HOTFIX NOW!!! TAKE THE SERVERS DOWN!111111224 ![]()
zukem
Fri Sep 23, 2005 2:57 pm
#6
devs and programmers are notorious for not knowing how to spell. It's not just SOE, it's programmers for any company out there.
Frag99
Fri Sep 23, 2005 3:08 pm
#7
zukem wrote:
devs and programmers are notorious for not knowing how to spell. It's not just SOE, it's programmers for any company out there.
HEY NOW! As a veteran software engineer let me tell you that I can spell anything correctly. After all there is www.dictionary.com. The fact we write in arcane symbology and spelling is just not a major priority.
char BogusBuff[128];
int main(void)
{
Compton
Fri Sep 23, 2005 3:11 pm
#8
sidsiegel wrote:
Biological scan recieved .Commencing planetary seach pattern.
if you can find the spelling error you are smarter than SOE
Besides the missing "r," in your case you included a space after "recieved" and missing two spaces before "Commencing."
Just to be nit-picky. ![]()
Frag99
Fri Sep 23, 2005 3:12 pm
#9
zukem wrote:
devs and programmers are notorious for not knowing how to spell. It's not just SOE, it's programmers for any company out there.
HEY NOW! As a veteran software engineer I gaurentee you I can spell. I will admit that given some of the more arcane symbology in code its not my top priority. Can YOU spot the coding error?
char BogusBuff[128];
void main ( void )
{
int i;
for ( i = 0; i <= 128; i++ )
{
BogusBuff[i] = 'a';
}
}
Macross_VFX
Fri Sep 23, 2005 3:13 pm
#10
I thought that the mistake was that it says seach and not search.
sidsiegel wrote:
Biological scan recieved .Commencing planetary seach pattern.
if you can find the spelling error you are smarter than SOE
Celera
Fri Sep 23, 2005 6:37 pm
#13
Frag99 wrote:
zukem wrote:
devs and programmers are notorious for not knowing how to spell. It's not just SOE, it's programmers for any company out there.
HEY NOW! As a veteran software engineer I gaurentee you I can spell. I will admit that given some of the more arcane symbology in code its not my top priority. Can YOU spot the coding error?char BogusBuff[128];void main ( void ){int i;for ( i = 0; i <= 128; i++ ){BogusBuff[i] = 'a';}}
Your index "i" is out of bounds on 128. Should be i<128 or i<=127.
[EDIT: and you spelled "guarantee" incorrectly
Message Edited by Celera on 09-23-2005 09:38 PM
Page 1 of 1