Author Topic: TI 83+/84+ randomness  (Read 19166 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #60 on: January 30, 2011, 06:34:45 am »
Yeah, if it is BASIC code, I'll take a peak at it and optimise a little !

EDIT: It wouldn't send to my calc... is it using OS 2.53?

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #61 on: January 30, 2011, 08:11:19 am »
Yeah, if it is BASIC code, I'll take a peak at it and optimise a little !

EDIT: It wouldn't send to my calc... is it using OS 2.53?

my calc is 2.55, but i don't exactly know what is wrong. you could download TilEm (wabbitemu wont load pics...). but, when you edit the prog in TI graphlink 83+, you need to load it into TilEm or a 84+ because of the getTime function. graphlink wont recognise it and export it as text...
in TilEm just act like your linking to a different calc, then you can export it to your pc...

EDIT: it also did something with the remainder function, i have to redo that. uploaded correct version.

EDIT 2: im downgrading my calc right now, see how in turns out...

EDIT 3: it doesn't recognise the remainder function... that function is used mutiple times troughout the prog...
maybe i can rewrite it...

EDIT 4: it should work now, i put in a while loop.
« Last Edit: January 30, 2011, 09:40:43 am by ferox »
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #62 on: January 30, 2011, 11:24:29 am »
I don't know how the remainder function works, but is it something like remainder(7,3) returns 1? If so, then you can do this for compatibility:
Code: [Select]
BfPart(A/B
That would be the same as remainder(B,A) if that is the correct syntax...

I'll see if I can upload now!

Edit: I think the file program is corrupted or something

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #63 on: January 30, 2011, 11:40:10 am »
how could it be corrupted?  ???

yes, the fPart seems to work, but i'll leave that to you ;)
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #64 on: January 30, 2011, 11:42:11 am »
It sends to my calc, but the first line looks like I tried opening a compressed asm program. It also only shows a few lines of code.

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #65 on: January 30, 2011, 12:35:04 pm »
i'll see if it corrupted the archive.
what calc do you use? 84+ with OS 2.43?
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #66 on: January 30, 2011, 12:36:04 pm »
Yes. Well, 84+SE. I think it transferred to the computer incorrectly.

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #67 on: January 30, 2011, 12:39:43 pm »
i got it from TilEm

but here the same thing happens.
it seems that TilEm screwed it :(

give a minute, i'll see what i can do (luckily i have ArchUnDel)
« Last Edit: January 30, 2011, 12:40:30 pm by ferox »
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #68 on: January 30, 2011, 12:40:54 pm »
Things like that happen randomly. Sometimes if you just try again it will work.

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #69 on: January 30, 2011, 12:42:53 pm »
no, i think its definitely TilEm

got the right file on my calc now
i'll update the remainder bug again with the fPart
« Last Edit: January 30, 2011, 12:44:23 pm by ferox »
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #70 on: January 30, 2011, 12:44:18 pm »
Yeah. It happens with TI-Connect, too. I just try to get the program off the calc again. It might help.

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #71 on: January 30, 2011, 12:51:35 pm »
i'll be back in 15 mins, desert is served :P
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #72 on: January 30, 2011, 12:52:19 pm »
Okay :D I'll be waiting!

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: TI 83+/84+ randomness
« Reply #73 on: January 30, 2011, 01:12:51 pm »
fixing a  list error now, and checking the getTime function... ;)
-------
checking Pic6 and Pic7 for corruption...
-------
archiving...
-------
uploading...
-------
DONE! yay :D
« Last Edit: January 30, 2011, 01:27:49 pm by ferox »
on hold:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: TI 83+/84+ randomness
« Reply #74 on: January 30, 2011, 03:48:01 pm »