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 ... 30 31 [32] 33 34 ... 165
466
« on: April 03, 2011, 06:38:31 pm »
AN ANIME FAN! I mean... have some peanuts...  There's a few anime/manga nerds here. Welcome to the club.
467
« on: April 03, 2011, 06:30:16 pm »
[Edit] I have seen evidence of weird stuff going on all over the world (not just in Japan). I don't know what is going on, but something is happening. I can post evidence (not in this topic, tho).
Anything in there including birds and fish? I have been keeping track of odd things that disappear from the news, too.
We should make a topic about that. Like seriously, the world is getting weird on us again. I'll get the water guns....
468
« on: April 03, 2011, 06:27:17 pm »
Yeah he's permbanned... 
No doubt he'll be back in a few hours or days, however... 
Yeah, let's hope not. I also notice you have 2 60 66 posts DJ.
469
« on: April 03, 2011, 06:26:25 pm »
note that there are some "interesting" scenes, but it's very very nice. The only one I recommend on par with that is Death Note. They are booth very nice. (Although the manga was better for Death Note, and I haven't read the manga for Code Geass. I want to read nightmare of nunally.)
470
« on: April 03, 2011, 06:22:41 pm »
well deep thought's code breaks after it reaches a negative number, so if you did 10,90,6,-5,12,5 it would calculate 10, 90, and 6 to get 10+90+6=106/3=35.333....
Well, it wouldn't even ask you for 12 and 5.
Well, I mean if you attempted to input that. Details.... details....
471
« on: April 03, 2011, 09:32:31 am »
They might not have a signature. I would have to look at the file to know, though.
472
« on: April 03, 2011, 09:27:54 am »
well deep thought's code breaks after it reaches a negative number, so if you did 10,90,6,-5,12,5 it would calculate 10, 90, and 6 to get 10+90+6=106/3=35.333....
473
« on: April 03, 2011, 09:27:16 am »
GAUSS I RIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIISING FROM THE DEAD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! EULERS GOIN TO HEELL!!! NAH ,ITS ALL BECAUSE 2011 IS PRIME.
Not to be an insult or anything, but BOB! you almost have -69 respect 
btw I do have a question. Are you capable of ever making a normal post without excessive smilies, bad spelling, or necroing just wondering
Nope, and he's banned now, so it's all good.
474
« on: April 03, 2011, 09:24:00 am »
1) I like it, I think it's abused sometimes, though. 2) I like seeing my post rating rise, because I know other members of the community have liked what I have said. (And I haven't worked full force on OT or Tao yet. That's gonna be interesting) 3) Yes... 4) UP: When I see someone has made a funny comment or done something helpful or that needed to be done. DOWN: Usually when someone says something that's bordering on being a troll, or when someone starts another thread asking the same question, even though the other thread got locked (Not point at anyone banned recently, mind you...) 5) most of the time 6) I've done that once or twice, because someone may have up-rated (or down-rated) something that shouldn't have been IMHO, but I wouldn't normally give them (or take) respect for that post. 7) Usually I won't notice.
475
« on: April 03, 2011, 09:15:31 am »
...Speaking of which...-throws up from eating too many peanuts-
Which is probably why you like almonds...
476
« on: April 02, 2011, 07:22:08 pm »
Has the price estimates changed at all?
477
« on: April 02, 2011, 12:33:52 pm »
Okay, sample criteria: - Each team has to accurately document their encryption code and decryption code.
- Each encryption should be able to take data of any length. (e.g. if it works in blocks of 512 bytes, or works with 4 bytes at a time, it needs to compensate for input that doesn't fit that criteria)
- There is a standard 10 different data sets that they give both the plaintext and cipher text. For example, "the game" could be a phrase that they turn into the hex encrypted bytes.
- Any password key used during the encryption of the test cases should be stated with the algorithm, and should remain constant for the 10 test cases.
- An algorithm is considered broken if you can either:
- Decrypt the data without the pass code.
- Figure out the pass code by knowing something about the original plaintext.
- Figure out how to encrypt data to form a collision. This is an important one, and only applies to select algorithms in total. I'll explain more below.
Explanation of collisions: Say I have two plain texts (before encryption), P 1 and P 2. I also have two keys, K 1 and K 2. There is also the cipher texts (after encryption) C 1 and C 2. If I take P 1, encrypt it with K 1, and get C 1, then that is the encryption algorithm. Encrypting P 2 with K 2, and getting C 2 works with the algorithm as well. The problem is if C 1 == C 2. That is called a collision. It's even worse of K 1 == K 2 or P 1 == P 2. So essentially, if you take the encrypted text, and find another Key/Plaintext pair that gives the same encrypted text, then the algorithm is considered cracked as well. I'll think up some good test cases that range from strings to large files. Also, if you want to make a program, I would suggest making it in java, and having it accept files as input, and files as output.
478
« on: April 01, 2011, 11:15:42 pm »
Nicely done, actually. The 2.71 made it a little unbelievable. I'm excited for certain OS projects that will replace a certain industries current OSes. But I'm not naming names or pointing fingers, mind you...
479
« on: April 01, 2011, 10:59:28 pm »
would a 128 bit run faster than a 64 bit? I mean really, you're talking about having to array larger and larger pieces of memory, etc. Eventually, it might even out where the number of bits are the max for max processor speed. Unless I don't know what the heck I'm talking about, in which case, ignore me please.
480
« on: April 01, 2011, 12:01:45 am »
http://education.ti.com/educationportal/sites/US/productDetail/us_nspire_cx.html?bid=5
"Features a dedicated programming environment as well as programming libraries for global access to user-defined functions & programs"
Is it possible that the Nspire CX will have a much better programming environment than before? I'm sorry if this question had been asked, but I don't know
And by user defined, they probably mean teacher defined... for which you have to get a license and wear one of those little GPS ankle bracelets...
Pages: 1 ... 30 31 [32] 33 34 ... 165
|