Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 207 208 [209] 210 211 ... 424
3121
definitely, unless Ndless comes out for the TI-Nspire CX. Even then, it still may get the POTY

Calm down... A lot of games/programs for the NSpire can still come, Doom can win, but we can't say for sure.

3122
And a POTY in the bag  :crazy:

Yeah, a POTY maybe, not sure, until December a lot of stuff can still show up.

3123
TI Z80 / Re: [Project]Assemblex
« on: February 21, 2011, 03:30:17 pm »
Yeah I think he isn't that active, especially at this time of the year. You might want to ask Buckeye later.

I'll ask right away, I was quite confident on a response.

3124
News / Re: Somebody set up us the bomb
« on: February 21, 2011, 09:20:59 am »
'Anti-Riot Squad', we really should make a cartoon of them, like the 'Incredibles' :P

3125
Math and Science / Re: Catalan Number
« on: February 21, 2011, 07:49:10 am »
No graphmastur, the negative numbers is about the catalan program, not the fibonacci.
Ah, okay, my bad.  I just figured they might try and pass a negative number and I would hate for the routine to be unable to handle it.

Nobody who knows what the fibonacci sequence is would input negative numbers. In fact, any sequence, a sequence can't have it's -1th member xD

3126
graphmastur, about the dislikes, some people dislike just for disliking, I hate when people do that. But yeah they can have serious reasons too.

3127
Math and Science / Re: Catalan Number
« on: February 21, 2011, 07:44:24 am »
No graphmastur, the negative numbers is about the catalan program, not the fibonacci.

3128
TI Z80 / Re: Variable scanner
« on: February 21, 2011, 07:43:42 am »
I think it'd be easier for Axe writing if there was a difference for starting and finishing multiline comments, but happybojr, what about for writing this kind of software, is it any harder/easier?

3129
TI Z80 / Re: Tio
« on: February 21, 2011, 07:42:21 am »
Oh I see, if you can implement scrolling, it'll the most super awesome game Axe ;D

3130
Computer Projects and Ideas / Re: Trio and Niko: Falling
« on: February 21, 2011, 07:41:45 am »
Yeah same. I hope he isn't done with calc stuff, noticing his other newer project is now a C++ project and his dropping activity. :/
It actually isn't a C++ project. I am writing my half of it in C++. He will do his half in ASM.

Computer Assembly right?

3131
Computer Projects and Ideas / Re: XConsole
« on: February 21, 2011, 07:41:15 am »
Now I really have to admire this project even more :P I started my own console too and it's quite hard.

However, you're using CMD as a base, and I'm creating it from scratch, but still nice ;D

3132
Math and Science / Re: Catalan Number
« on: February 21, 2011, 07:40:00 am »
ooh, recursive functions are always fun.  I always like adding a answer == 42 type thing. ;-)  Anyway, does this handle negatives correctly?

Recursive functions are sweet!

Code: [Select]
def fib(n):
    if n == 0:
        return 0
    if n == 1:
        return 1
    return fib(n-1)+fib(n-2)

The fibonacci function was the first one I learnt ;D

Not sure if it handles negatives right, though, I have to test it yet.

3133
Computer Programming / Re: C/C++ Bad Habit
« on: February 21, 2011, 07:33:38 am »
in case someone else wants to know, here is an example of how to use C i the middle of a C++ program:

Code: [Select]
// This is C++ code
 extern "C" {
          //this is C code
 }

Thanks much :D

3134
News / Re: Somebody set up us the bomb
« on: February 21, 2011, 07:29:28 am »
Lol, they're not COT.  They're the 'anti-riot Squad'. ;-) Nice!

Oh I see lol.

I agree with DJ, there is a Randomness abuse around here...

EDIT: Changed, I don't think grahmastur's post was randomness, sorry.

3135
Yeah probably. I wouldn't be surprised if that was on Facebook too. Also the Youtube vid has 70000+ views O.O

Wow, that's fast.

It would never catch up to a certain vid with 45 million, though :P

70000+ views, that's awesome!!!

EDIT: 113,981 views

More than all other DJ's videos together I think :P

Pages: 1 ... 207 208 [209] 210 211 ... 424