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

Pages: 1 ... 262 263 [264] 265 266 ... 317
3946
General Calculator Help / Re: Character vs token? (and other questions)
« on: February 24, 2011, 11:26:09 am »
Yes, I happen to know a few (I have made a bunch) and actually 06 is a Protected Program and an Appvar is 15h. I included a chart in my BatLib readmes as well as their compatibilities with each other:
Code: [Select]
00=Real            00h
01=List            01h
02=Matrix          02h
03=EQU             03h
04=String          04h
05=Program         05h
06=ProtProg        06h
07=Picture         07h
08=GDB             08h
09=Unknown         09h
10=Unknown Equ     0Ah
11=New EQU         0Bh
12=Complex         0Ch
13=Complex List    0Dh
14=Undefined       0Eh
15=Window          0Fh
16=ZSto            10h
17=Table Range     11h
18=LCD             12h
19=BackUp          13h
20=App             14h
21=Appvar          15h
22=TempProg        16h
23=Group           17h
EDIT:Added hex equivalents :D

3947
Other / Re: Using Technology to Pick up Chicks (or the male equivalent)
« on: February 24, 2011, 11:15:39 am »
I still prefer to use math and a strange vocabulary over programming, but I guess I could see myself showing off my programming to attract somebody. Unfortunately, the only stuff I know technology-wise deals with calcs :( :D

3948
Axe / Re: What am I doing wrong here?
« on: February 24, 2011, 10:51:58 am »
There are a few ways, but here are two programs on TICalc that work:
http://www.ticalc.org/archives/files/fileinfo/391/39138.html
http://www.ticalc.org/archives/files/fileinfo/425/42505.html

Also, if you have something like Celtic 3 or BatLib there are commands that will return the token if you input hex (like det(17,"5D4D will return the list name that you need).

EDIT: Yeah, Deep Thought's way is probably better/easier/more practical :D

3949
Axe / Re: What am I doing wrong here?
« on: February 24, 2011, 10:46:15 am »
*cough* Magic :P *cough* Um, if you have tried L1 or some other token and that doesn't work, you cannot really do much at the moment. if it does work but you don't want to use a predefined list you can always go with a hacked token >_>

3950
Axe / Re: What am I doing wrong here?
« on: February 24, 2011, 10:41:47 am »
Yeah, that is the problem, though :D The calc stores it the same way, so even though in the VAT the named list has a 5Dh as the start of the name, it doesn't automatically convert the L to 5Dh (which can be annoying). Instead of taking LM and storing the name as 015D4D00 it is stored as 01EB4D00 and yet it is stored with the former name.

3951
Axe / Re: What am I doing wrong here?
« on: February 24, 2011, 10:28:44 am »
Oh noes... I just have to say that there is a professor Dr. Frey at the university I go to... and tomorrow is Freyday... Other than that, have you tried L1? I think the reason for the problem is that the first token is not 5Dh in hex. I know in some of my programs that work with lists I need to have code that changes the first byte to 5Dh for it to be recognised.

(L1 and other list tokens have the 5Dh while named lists do not)

EDIT: Also, does this help:
.READFAST
"LM"->Str0
GetCalc(Str0)->P
{P+5}rr->D


EDIT in response to the edit in response to the former edit: Okay :D If you need to, you can quote this to view the BBCode I used (that is what it is called, right?).

3952
Math and Science / Re: Something you know
« on: February 24, 2011, 03:12:36 am »
And it is a very useful equation, too! I ♥ it.

3953
Math and Science / Re: Something you know
« on: February 23, 2011, 11:58:36 pm »
I bet it has to do with taylor series for e^x and pi

3954
Introduce Yourself! / Re: Hello World
« on: February 23, 2011, 10:58:02 pm »
! You know what would be really cool?!?! If you could hook a calc up to gCn and have it parse codes from the chat !! like you could do @BASIC Disp "HELLO and the calc could parse it and output the result !

3955
General Calculator Help / Re: Character vs token?
« on: February 23, 2011, 10:35:49 pm »
The difference between tokens and ASCII is that when the calc reads "Normal" the calc displays the ASCII letters for 'N' 'o' 'r' 'm' 'a' 'l'
In certain situations, the calc reads data as tokens and in other situations it reads it as ASCII.

3956
Introduce Yourself! / Re: Hello World
« on: February 23, 2011, 10:30:17 pm »
Oooh omnomnomnom those were tasty peanuts ztrumpet ♥
And howdy Ralphspam... I wanna perform an rlc on your name... alphspamR :D

H!i

3957
Math and Science / Re: 0.5!
« on: February 23, 2011, 09:11:48 pm »
>_>
* Xeda112358 hears you liek Riemann Zeta functions?

If you are looking into taking factorials of fractions, you will want to look into the gamma function... which has ties with the Riemann Zeta function :D

To be honest, I never noticed that the calc returned results for those fractions :D
Hmm...
1
1*3
1*3*5
1*3*5*7
1*3*5*7*9
...

3958
TI-BASIC / Re: Zeda's Hex Codes
« on: February 23, 2011, 08:59:01 pm »
I know that this was released on most of the calc sites, but where can I find the most recent PDF?
Oh, sorry, I never saw this post... erm, the latest updated version... is included in this post! :D I only added a few codes and programs, but here is version 1.20

EDIT: I accidentally put another opcode for RunIndicator Off. I put EF0745 which is something I use very frequently (for debugging) instead of EF7045.

3959
BatLib / Re: BatLib
« on: February 23, 2011, 02:03:29 am »
Okay, thanks! I've never messed with the settings much, so I will try to remember.

3960
BatLib / Re: BatLib
« on: February 23, 2011, 02:00:42 am »
No, I do not, but I have been working on random stuff to test the functions. I'll try to come up with some more example programs.

Pages: 1 ... 262 263 [264] 265 266 ... 317