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
« on: February 21, 2011, 04:13:46 pm »
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
« on: February 21, 2011, 04:04:58 pm »
And a POTY in the bag 
Yeah, a POTY maybe, not sure, until December a lot of stuff can still show up.
3123
« 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
« on: February 21, 2011, 09:20:59 am »
'Anti-Riot Squad', we really should make a cartoon of them, like the 'Incredibles'
3125
« 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
« on: February 21, 2011, 07:48:04 am »
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
« on: February 21, 2011, 07:44:24 am »
No graphmastur, the negative numbers is about the catalan program, not the fibonacci.
3128
« 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
« on: February 21, 2011, 07:42:21 am »
Oh I see, if you can implement scrolling, it'll the most super awesome game Axe
3130
« 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
« on: February 21, 2011, 07:41:15 am »
Now I really have to admire this project even more  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
3132
« 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! 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  Not sure if it handles negatives right, though, I have to test it yet.
3133
« 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:
// This is C++ code extern "C" { //this is C code } Thanks much
3134
« 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
« on: February 21, 2011, 07:27:10 am »
Yeah probably. I wouldn't be surprised if that was on Facebook too. Also the Youtube vid has 70000+ views 
Wow, that's fast.
It would never catch up to a certain vid with 45 million, though 
70000+ views, that's awesome!!! EDIT: 113,981 views More than all other DJ's videos together I think
Pages: 1 ... 207 208 [209] 210 211 ... 424
|