Vex Star

Vex Star

Computers and Programming

Vex Star RSS Feed
 
 
 
 

Google Code Jam Comp! Whos doing it?!

The prelim round is now, finishes in like 7hrs.
oh look, thousands of lines of more horrible code encouraged by the google code monkeys.

Honestly, google needs to stop encouraging quick horrible code and have a contest for who can write GOOD code. Google needs to completely re-do everything.
I got 50 points. I can’t believe the top ranks were written in C++ and Java. I didn’t even attempt the third problem .

what kind of problems are they?

I’ve never heard of this.
You can see the three problems from the qualification round on their site here:
I like programming but after spending 8 hours doing it at work each day I’m not about to do it when I get home too lol.

It’s hard enough getting cursor movement working smoothly with this touchwheel when this slow piece of shit instrument can only sample it every 1/4th of a second, so you move your finger more than a full rotation and suddenly it thinks you’re going backwards because you crossed the 0th/31st point threshold at 270 degrees… So I implemented a history and poll the keypad more often than it is possible to respond to it and keep a running total of positive and negative delta’s to determine intended direction when it can finally be handled in the course of the main loop but god forbid I use 3 16 bit words of memory without the thing crying that it is out of memory…

Doesn’t help we are pushing the limits of this processor so far that our stack is almost always within a few words of full the entire time its running and our RAM is more than gone lol. This is a TI DSP processor I’m talking about…
The cursor is a vertical bar that indicates your position in meters on a grid that shows dB power level versus distance. It is a hand held optical time domain reflectometer… or basically a fiber optic test tool. The touchwheel we use is the same one used on the ipod apparently and it controls UI interaction, in that case moving the cursor closer or further away distance wise to see various measurements per meter.

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply