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 ... 53 54 [55] 56 57 ... 165
811
General Discussion / Re: Carnegie Hall
« on: February 25, 2011, 10:33:18 pm »
Good luck!

812
Miscellaneous / Re: Neave Strobe
« on: February 25, 2011, 10:32:28 pm »
Omnimaga is all wavy now.  Whoa, let's not ever do that again.

813
Art / Re: Epic Sax Guy (Warning, Epileptics Stay Out)
« on: February 25, 2011, 10:29:44 pm »
lol, nice :P

looks quite eliptetic or whatever that's called
Epilepsy is essentially where you would faint when you saw that.  I believe, the term(s) you were referring to, was "looks quite... gah, my eyes!" j/k

It actually does kinda hurt my eyes, though.

814
Computer Programming / Re: Java Swing Doubt
« on: February 25, 2011, 10:28:54 pm »
Yeah, and I would be careful with just using .add(.  In fact, what I do is create what I want in netbeans and study the code for it.

Also, Builderboy, you have +256 respect (2^8), and are 17 posts away from 4096 (2^12)

815
Computer Programming / Re: need help with program (java)
« on: February 25, 2011, 06:29:00 pm »
Alright ill try that then.. although i dont want to since its not my work and I would rather have an explanation :/

but thanks anyhow :)
N mod X is the remainder of N divided by X.  N % X is the java way of saying N mod X.

816
Computer Programming / Re: Eclipse (java) for mac G4?
« on: February 24, 2011, 09:29:26 pm »
yeah thats not gonna happen. Also the way that it updates is via 'mac os update' software and i have no idea where that is located. So basically im screwed over then?
You can try netbeans for mac: http://netbeans.org/kb/articles/mac.html
I don't know if it will complain about out of data java, or update it.  Load it on a flash drive, and see. ;-)

817
Casio Calculators / Re: Casio Prizm documentation
« on: February 24, 2011, 09:27:01 pm »
Maybe...

>_>
<_<
Man, I knew CASIO was better than TI, but this is awesome! j/k

818
Computer Programming / Re: need help with program (java)
« on: February 24, 2011, 09:25:19 pm »
Just do % symbol (Mod).  As in: (Also, I would go with renaming to different variables, but that's just me)
Code: [Select]
int secondint = secondint2 % 60;
secondint2 = (secondint2-secondint)/60;
int minuteint = secondint2 % 60;
secondint2 = (secondint2-minuteint)/60;
int hourint = secondint2;
For 30000, that is:
30000 % 60 =0 seconds
(30000-0)/60=500
500 % 60 = 20 minutes
(500-20)/60 = 8 hours

819
Computer Programming / Re: Eclipse (java) for mac G4?
« on: February 24, 2011, 07:24:30 pm »
hmm I tried eclipse galilaeo but then it said java virtual machine was outdated it needed version 1.5 or greater and I have 1.4.2_07 of the JVM and I have no way of downloading the new one because I cant connect to the internet on that computer (no wifi card) so i also need help there :S
Okay, hmm..  How about downloading it on the computer you are using now, and transferring with a flash drive.  Just do the OS independent option.

You are going to have to find some way to update your computer through the internet for java, though.

820
Computer Programming / Re: Eclipse (java) for mac G4?
« on: February 24, 2011, 07:20:21 pm »
Netbeans should: netbeans.org

821
Math and Science / Re: Something you know
« on: February 24, 2011, 07:19:21 pm »
If I had mod powers, I could fix it.  Just do:
Code: [Select]
[url=http://en.wikipedia.org/wiki/Negative_temperature]wiki[/url]
to get this: wiki

822
Casio Calculators / Re: Casio Prizm documentation
« on: February 23, 2011, 10:24:46 pm »
wow, you got an email. Impressive.  Can you ask them about low-level USB?  :devil:

823
General Calculator Help / Re: Character vs token?
« on: February 23, 2011, 10:23:44 pm »
Ahh... Okay, I think I've got it now.  Thanks.
But that only applies to tokens.  f still is 0x66, and is that when displaying characters with an asm routine like getC.  Tokens are strange in that manner.  Maybe I should update that page.

824
Introduce Yourself! / Re: Hello World
« on: February 23, 2011, 10:20:58 pm »
I give the best peanuts, I must say. j/k (DJ_O: Peanut creation contest???)


825
Computer Usage and Setup Help / Re: Microsoft word printing problems
« on: February 22, 2011, 11:00:37 pm »
There is no print preview it automatically shows it right next to the print screen. It shows all the math zones in the print preview. could It be a problem with my printer?
Possibly.  What happens if you replace the printer with a monkey and a pen? try and save it to a file as a .pdf? Is that printable?

Pages: 1 ... 53 54 [55] 56 57 ... 165