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 - jnesselr

Pages: 1 ... 55 56 [57] 58 59 ... 165
841
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
It's at 100000 now. And no, it actually isn't higher than all of his other videos together.

EDIT: lol, a halfninja... The second sentence of my post was written after Scout's edit, but not the first sentence D:
I've noticed that sometimes a person will be going through an edit, and save it while my page still shows the previous version, and I go and quote them, I get the updated saved version.  But now we're getting slightly off topic...

Almost 114,000 views and 2 dislikes. (Probably for the video quality and the blurring, neither of which can really be helped all that much)  Also, I just realized when someone said that 73,000 wasn't near as many as a certain other video, I just realized what that video was. Wow, you've been in omnimaga how long graphmastur? meh.

842
Math and Science / Re: Catalan Number
« on: February 21, 2011, 07:43:32 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.
From that code, it won't because you don't have constants for negatives, so it will recursively go until you run out of memory.  I would just do a if n<=0 return 0, or a if n<0 n=-n

843
Casio Calculators / Re: Casio Prizm documentation
« on: February 21, 2011, 07:38:48 am »
Holy double post batman j/k It was like 7 hours and worthy of a post.  I presume it oscillates based on how he is reading the fps.  There is probably a small amount of fluctuation in either the timing part or the displaying part that affects it.  How are you doing this Kristaba?

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

845
UberGraphX / Re: Project Paradise - Ubercalculator
« on: February 21, 2011, 06:38:49 am »
Wouldn't the package become heavy if there's a rock in it? :P
Not if it is a really small pebble.

846
Humour and Jokes / Re: Winning The Game Has Never Been So Much Easier
« on: February 20, 2011, 11:03:19 pm »
*the Game.
What would this site be without it's randomness...

847
Humour and Jokes / Re: Winning The Game Has Never Been So Much Easier
« on: February 20, 2011, 10:35:33 pm »
Now if only I'd do that in the Necropost Game thread.

Yes, I'm pretty much asking for a bump :P
Don't do it, it's not time yet. I was still kinda mad that BOB! purposefully bumped it, but it's all good. But YOU! you of all people wouldn't... hark. My ninja senses are tingling.... oh noes, don't do it!! j/k no but seriously. This thread is like the randomness randomnomed thread over.

848
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: February 20, 2011, 10:13:01 pm »
1354: And that's also why you avoid watching Lost.
1355: You are so good at the game, you still haven't lost from that.

849
Ash: Phoenix / Re: Ash: Phoenix
« on: February 20, 2011, 10:12:09 pm »
I don't know how you are maintaining that under 16kb.  I'm trying to keep it under 32kb for TAO.  Granted I don't want any external programs, though.  Graphics take up so much memory, methinks.  It looks very nice, though.

850
Other / Re: Lego mindstorms-what to do?
« on: February 20, 2011, 10:09:55 pm »
Let's see, I'm assuming you are talking about those old RCX ones.  Personally, I have the NXT, but I would try and get it to talk to your calc over infrared.  Either that, or it's a 2 wire interface, I think (One is probably a safe bet to be ground) in which case, splice one of the cables, and talk to it via the link port.  That is assuming the RCX can talk via pull-up resistors, I'm not too sure about that part.

851
News / Re: Somebody set up us the bomb
« on: February 20, 2011, 10:04:42 pm »
IMHO, this is a good idea, the more zigs we are, the better will be the troll eradication process.
For some reason when you said this, an image of men in black blasting a giant LAZAR appeared in my head.

852
News / Re: Somebody set up us the bomb
« on: February 20, 2011, 08:36:28 pm »
As the crowd slowly stood and clapped, wiping a tear from their eyes...

853
UberGraphX / Re: Project Paradise - Ubercalculator
« on: February 20, 2011, 06:50:10 pm »
The rock is free. The TI-nSpire CX isn't. :P Don't you love nature?
Which actually gives me the idea to put a small rock in with every purchase with a note "These two objects fall to the earth at the same rate.  Please do not test.  This device qualifies with section 15 of the FCC rules, as does the rock."

854
Axe / Re: Flames tutorial
« on: February 20, 2011, 06:15:45 pm »
I like that you did the TAO pic for it.  The way I'm currently doing it is, I'm taking the white line below the TAO, and just ORing pixels on up, while anding the title screen back on it.  It's nice because there are flames all around it, but especially more from the white areas in the lettering.

855
Humour and Jokes / Re: Winning The Game Has Never Been So Much Easier
« on: February 20, 2011, 06:07:04 pm »
As did I.
You also necroposted. and made me happy to remember this bot.

Pages: 1 ... 55 56 [57] 58 59 ... 165