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

Pages: 1 ... 8 9 [10] 11 12 ... 76
136
News / Re: A TI-92 emulator in javascript
« on: May 09, 2012, 08:44:24 pm »
You and Tr1p should totally get together and take some pics! =D
holding calculators in each hand of course ;)

137
TI-BASIC / Re: Vertical Text Sprites
« on: May 09, 2012, 08:26:24 pm »
Also I was planning to use this method to make up a picture of different combinations of sprites, which is kinda impossible to do with the picture variables (there are probably over 150~200 different combinations, but it'll be less than 5000 bytes with vertical sprites since I'm just drawing same things over and over again).
Idk if I explained it right, but yeah it's going to be used in my equipment display routine.

Also:
Big string=1+57(3)+sigma(An,n,6,62) (typical 40, say?)+1+1 (for) + 1 (i) + 1 +1+1 +1 +1 + 80? +1=2541
You have to add in another string in there because there's the hardcoded string part (the string you actually write 'into' a program) plus the string you store into a string variable

Edit: I guess if you use Ans you don't have to add that in

Edit 2: But if you hardcode it the string is not even saved in Ans so in the end, hardcoding it will take less RAM when it is executed

138
typical of TI, to rip ppl off of their customer's money. I wonder where they spend all those money they're getting, selling TI-83+'s at over $80 when it probably costs them $10 to make :/

139
TI-BASIC / Re: Vertical Text Sprites
« on: May 09, 2012, 08:04:51 pm »
I think storing all the rows in a string will take more RAM out, whereas my method you don't even use the string at all. Also speed-wise, it will be faster.

140
TI-BASIC / Re: Flag variable in TI-BASIC
« on: May 09, 2012, 07:57:57 pm »
Actually...
Code: [Select]
A:r₁(B to get
A:r₂(B→A to reset
A:r₃(B→A to set

Anyway, this is a very useful routine!

Ahhh yes true. I forgot, will edit it in :)

141
TI-BASIC / Re: Vertical Text Sprites
« on: May 09, 2012, 07:46:57 pm »
or you can just hardcode it.

Text(56,0,"1ST ROW STRING
Text(55,0,"2ND ROW STRING
Text(54,0,"3RD ROW STRING

etc.

142
Miscellaneous / Re: Post your desktop
« on: May 09, 2012, 06:59:03 pm »
This is my current Ubuntu desktop:

@FinaleTI
wow I like the background :O

143
Humour and Jokes / Re: The awkward moment when...
« on: May 09, 2012, 11:39:40 am »
you drop your calc on the bus and when you go to pick it up someone else claims it's theirs so you punch them in the leg to get them to move so you can grab it then he cries in agony and all of the kids on the bus look RIGHT at you...


True story..
The kid deserved it though.
* hellninjas runs

The awkward moment when you even just drop your calc. Actually it's more like The horrible moment when...

144
TI Z80 / Re: [TI-Concours] Mister Oops!!
« on: May 09, 2012, 02:41:55 am »
Over here it's still the black version that is on sale.
D:
But I really don't know where the problem come from this time. Not every object has the problem, only 2 among 6, and I don't know wy those 2 have the bug or why the other 4 are ok :(

I'm guessing it's the lcd driver setting?

or may be some sort of interrupt stuff x.x

145
TI-BASIC / Flag variable in TI-BASIC
« on: May 08, 2012, 10:04:57 pm »
I thought this very handy routine should be shared. It's not mine, credit goes to Runer112 and jacobly. They helped me find a really compact way to store the flags in a variable (total of 44 flags per single variable!)

Write these codes as is in the beginning of the program. Make sure you're not in radial mode if you plan to use graph screen.
Code: [Select]
"iPart(2fPart(Ans2^-θ→r₁
"Ans-2^θ/2r₁→r₂
"Ans+2^θ/2not(r₁→r₃

In order to utilize the above routine, you use these when you need to work with flags
Code: [Select]
A:r₁(B to get
A:r₂(B→A to reset
A:r₃(B→A to set

So let's say you have 4 flags, and they are in the variable F. In order to see what 3rd flag is, you do:
F:r₁(3
In order to reset (make flag 0) the 2nd flag, you do
F:r₂(2
and so on.

This is a lot better and more efficient, then let's say setting each flag per element in a list.
like, L1(1,0,0,1,1,1,0,1,0,1,1,0,1,0,0
etc. when you can store all that in a single variable as '20148' and extract each flag by using the above method.

Just make sure the value doesn't contain more than 44 flags because after that you will lose accuracy due to how TI handles the number.

146
Miscellaneous / Re: Post your desktop
« on: May 08, 2012, 07:41:06 pm »
I have even less desktop icons.

Spoiler For with rainmeter:

Spoiler For without rainmeter:

basically, I have no desktop icons :P

147
TI-BASIC / Re: Is it possible...
« on: May 08, 2012, 01:29:39 am »
Yes. By using commands like cumSum(, DeltaList(, prod(, row+(, *row(, and so on.

Some more I can think of are IS>(, DS<(, sum(

148
Humour and Jokes / Re: The awkward moment when...
« on: May 08, 2012, 12:25:05 am »
your cousin applies to the same company you're working in right now (without both of you knowing), and meeting him in the office on his interview day

149
Miscellaneous / Re: What is your avatar?
« on: May 08, 2012, 12:20:32 am »
mine is basically a fan art of Isolet from the book "Children of the Rune"
The book is in Korean and I'm pretty sure it hasn't been translated to English yet :/

150
TI Z80 / Re: [TI-Concours] Mister Oops!!
« on: May 08, 2012, 12:13:20 am »
ohhh that. Well isn't 83+SE transparent, not blue?

Pages: 1 ... 8 9 [10] 11 12 ... 76