Search found 137 matches

by Wesley
Thu 23 Apr, 2009 1:05 am
Forum: Off Topic
Topic: New Years Resolutions? ('09 edition)
Replies: 16
Views: 57777

Re: New Years Resolutions? ('09 edition)

And I lost some weight, what the hell? I'll trade you mine. So far, I gained 2 pounds since New Years '09. Actually, 1kg sounds nicer. Still exercising the usual 6 to 7 days a week. It's gotta be the late-night carbs. Those little hell raisers will get you every time. If you want 2 extra pounds, do...
by Wesley
Tue 21 Apr, 2009 10:41 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] Game Boy Emulator
Replies: 28
Views: 83538

Re: Game Boy Emulator

Instantly featured! This is one of those things that i never thought would be possible, but you've certainly proven that it is! What about this: http://www.ticalc.org/archives/files/fileinfo/369/36950.html ? I just wish it was more developed. But it works extremely well! For the 83+ series, that is...
by Wesley
Thu 09 Apr, 2009 10:38 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev]Robot War 2: Official Announcement
Replies: 100
Views: 483722

Re: [Featured][Dev]Robot War 2: Official Announcement

This just keeps getting better and better, DigiTan! Your work is superb. I can't wait to learn assembly!

MaxCoderz is a true inspiration.

Thanks, darkstone knight 8) . It took me a minute to realize who's quote that was, lol.
by Wesley
Fri 27 Mar, 2009 9:40 pm
Forum: Off Topic
Topic: The Happy Birthday Thread
Replies: 538
Views: 1218660

Re: The Happy Birthday Thread

Happy Belated Birthday!!!
by Wesley
Thu 19 Mar, 2009 9:06 pm
Forum: Off Topic
Topic: The Happy Birthday Thread
Replies: 538
Views: 1218660

Re: The Happy Birthday Thread

That's pretty funny. Just like kalan_vod, I forgot it was my birthday. I guess I'm just getting a little too tied up :P . Of course, I did celebrate my birthday at the same time as my two siblings a few days ago. It's always nice to have family around. Thanks for the reminder! Oh man, that means I'm...
by Wesley
Thu 19 Mar, 2009 12:37 am
Forum: General TI Discussion
Topic: TI-Nspire CAS
Replies: 8
Views: 20381

Re: TI-Nspire CAS

I wonder... How much better is the Nspire, really? It looks a lot better, but the features aren't all that much better. If TI wanted (which they won't because it will hurt their business) they could throw out a calculator with color, as fast as a computer, and with at least 16GB of ROM. They could m...
by Wesley
Tue 10 Mar, 2009 3:34 am
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

Awesome, I got a direct answer this time! Ben, that works perfectly. There is hardly any CPU being used up by the program now. Thanks!

Too bad I already turned in the assignment.
by Wesley
Tue 10 Mar, 2009 1:49 am
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

Ay, I don't really know what to do to my code to make that change! Could you specify what changes to lines in my code I should make?
by Wesley
Mon 09 Mar, 2009 3:24 am
Forum: Programming Competition
Topic: MaxCoderz Logo
Replies: 3
Views: 15667

Re: MaxCoderz Logo

Here are a few more. Where the triangle and "o" is the logo added to the name.
by Wesley
Mon 09 Mar, 2009 2:58 am
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

benryves wrote:You should only call repaint() when you need to repaint, ie when the state of the light has changed.
Are you implying that I modify my code. Please let me know if anything should be modified to optimize the program.
by Wesley
Mon 09 Mar, 2009 1:38 am
Forum: Programming Competition
Topic: MaxCoderz Logo
Replies: 3
Views: 15667

MaxCoderz Logo

I understand this isn't a programming competition, but I think we should have a competition to create a logo for MaxCoderz. It would be awesome! Here are a few of my quick images.
by Wesley
Mon 09 Mar, 2009 1:23 am
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

The repaint function is needed if I want to keep painting, else the program will only draw the light once.
by Wesley
Sun 08 Mar, 2009 8:24 pm
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

I'm not really sure about the action listeners. Remember that I am a beginner at this sort of thing. Those are simply my assumptions.

Thanks to Ben and my brother, I have been able to upload source in its glory.
TrafficLight.java
TrafficLightPanel.java
TrafficLightMain.java
by Wesley
Sat 07 Mar, 2009 9:11 pm
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

I see. It takes up about 35% on my CPU. Pretty crazy. I wonder what would happen if there were loops and conditionals instead of the ActionListener "hack" as you call it.
by Wesley
Sat 07 Mar, 2009 7:40 pm
Forum: Programming Help
Topic: User Defined Classes [Java]
Replies: 33
Views: 56033

Re: User Defined Classes [Java]

It uses 25% CPU on my machine - that's 100% on 1 core. Seems a little much for just switching between 3 states :) I can't notice. It goes super fast on my computer, but when I was on the Linux computers at school, the program did run slow. I'm guessing it's because the various ActionListeners. They...