This post is really only direct at Jason, so everyone who doesn't give a crap about programming can tune out, I guess.
I was writing some Python code that was parsing an xml file that had woe take data in. So each take looked like this:
I wanted to compile a list of all the guilds that had taken, so I created an array and wrote a loop. After
(
Read more... )
Comments 11
Too bad I can't tell what you just did D:
Reply
Reply
if( !(in_array(guild,$self->guilds)) )
array_push($self->guilds,guild);
And in javascript:
if( self.guilds.indexOf(guild) == -1)
self.guilds.push(guild);
Reply
ARE YOU FIXING THE FORUM'S RAPTOR AIDS? (rAIDS?)
Reply
Reply
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment