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

Pages: 1 ... 70 71 [72] 73 74 ... 98
1066
General Calculator Help / Re: TiConnect Problems
« on: January 11, 2011, 02:10:51 pm »
http://education.ti.com/educationportal/sites/ASIA/nonProductMulti/singapore_apps.html

This page has download links for 2.43, and...


WAIT WHAT DID THEY RELEASE 2.55? ??????

1067
Instead of
Code: [Select]
Input "D? ",A
Input "M? ",B
Input "S? ",C
, maybe you could use
Code: [Select]
Prompt D,M,S
instead? :P

And maybe change Decimal to DECIMAL.

EDIT: Instead of:
Code: [Select]
Disp int(A),int(B),int(Ans
Pause
do this:
Code: [Select]
Disp int(A),int(B
Pause int(Ans

EDIT2: I think you misspelled the first line. It should be Menu("","▶DMS",A,"▶Dec",B, not Menu("","▶DMS",A,"▶Dec,B

1068
My question is this: Is it possible to create a program to do the latter? The reason I ask this is because in my textbook it mentions that to convert decimals to degrees, you have to change the calculator's mode to get the correct answer.
Very likely. I'm not sure how to do it, though.

1069
News / Re: Casio Prizm 3rd-party development: The good and the bad news
« on: January 10, 2011, 01:36:07 am »
overclocking for four milliseconds is so fun < 3>

1070
Casio Calculators / Re: Casio Prizm documentation
« on: January 09, 2011, 02:20:54 am »
Did you just manage to run code? O.O
Or is that just the "checksum is wrong" error screen? If you have actually managed to run code, then this is epic...

1071
Casio Calculators / Re: Casio Prizm documentation
« on: January 08, 2011, 03:29:19 pm »
EDIT: The processor can only overclock to 116 MHz.
aww ;_;

Where did you read that?

1072
General Discussion / Re: Justin Bieber Starcraft parody
« on: January 08, 2011, 02:34:39 am »
I never actually got the SNake game to work. I figured it was a hoax or it was buggy and didn't work in all browsers and/or computers.
I've managed to play it once, but I'm not able to do it anymore.

1073
Casio Calculators / Re: Casio Prizm documentation
« on: January 07, 2011, 02:51:59 pm »
I just realized... What if it's sorted by date? Conversion is the oldest add-in, and Geometry is the newest one. Newer ones show up earlier in the list...

1074
Casio Calculators / Re: Casio Prizm documentation
« on: January 07, 2011, 02:46:19 pm »
So, if (for example) the Geometry app is deleted and then loaded into the calc again, it'll be at the end of the list?

1075
Casio Calculators / Re: Casio Prizm documentation
« on: January 07, 2011, 02:25:36 pm »
Sorry for the double post...

There's something I've been wondering for a while. How does the OS sort add-ins?

1076
TI-Nspire / Re: What about a nspire forge?
« on: January 07, 2011, 04:51:45 am »
Hello

That's great.

Is the URL alive for you all now?
Yep, it seems to work. There's not a lot of stuff on the web page, though.

1077
Casio Calculators / Re: Casio Prizm documentation
« on: January 07, 2011, 03:01:48 am »
Let's just hope they won't try to stop us once we've managed to run code.

1078
Casio Calculators / Re: Casio Prizm - What is it?
« on: January 06, 2011, 02:11:48 pm »
I don't know what will happen to the processor (other than higher heat production)
It would probably also drain more battery power.

1079
Casio Calculators / Re: Casio Prizm - What is it?
« on: January 06, 2011, 02:09:35 pm »
Yep. Assembly has always been and will always be faster than BASIC.

1080
Casio Calculators / Re: Casio Prizm - What is it?
« on: January 06, 2011, 02:06:06 pm »
Well that's how fast the processor type can go, apparently. I'm not sure if the calc hardware supports that high speed, though. Hopefully it can eventually checked on real hardware (although I hope it won't cost someone's calc X.x)

Qwerty just told me that PRIZM Basic is quite slow, I mean, faster that 83+/84+ Basic, but still slow on loading images.
I think we were talking about the speed of the processor, not the speed of Casio-BASIC... Overclocking would allow all of this to be faster.

Pages: 1 ... 70 71 [72] 73 74 ... 98