This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. NimbusOS => Your Projects
United-TI Archives -> NimbusOS
 
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Author Message
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 05 May 2004 06:27:17 pm    Post subject:

Sir Robin wrote:
Are you saying that whoever wrote the Probability Simulation app, also preloaded, was good at programming?

I would say they were, they just made the wrong program.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 05 May 2004 08:43:11 pm    Post subject:

Did version 2 come out?
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 06 May 2004 03:35:59 am    Post subject:

probability simulator is a cool program, but i takes far too much memory. I made my own version in basic, that could do everything except the graphics. It was like 20 times smaller. (I made so i could delete prob sim, so i could download more mario levels Razz )

Puzzle Pack is a very good program, and very fun! But i finished all the games.....
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 06 May 2004 07:08:44 am    Post subject:

I like all MirageOS Apps but there is this saying. "There is always someone better!" And I think this Shell will be better, just like CrunchyOs!
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 10 May 2004 01:58:37 am    Post subject:

It would REALLY rock if you could jump to the first program with, for example, a M if you pressed M, like the prgm menu. I always press M if i want to run Mario, but then, i remember it's Nimbus, and scroll all the way down.

Is it possible with the letters?
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 10 May 2004 10:47:12 am    Post subject:

If mirageOS can do it, then NimbusOS can too!
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 10 May 2004 12:46:36 pm    Post subject:

i have bit of a problem:

on a friends calc, all the programs are all messed up in Nimbus, like when he tries to open program 1, it opens program 2.

Ram clearing doesn't help, the same with deleting the appvar.

He has a TI-83 plus, and Nimbus 5.1 beta
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 10 May 2004 01:22:54 pm    Post subject:

That sounds like a bug that they may be fixing for the next beta. Was the program basic or asm?
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 10 May 2004 01:26:22 pm    Post subject:

all the programs were messed up, basic and ASM.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 10 May 2004 03:03:40 pm    Post subject:

leofox wrote:
probability simulator is a cool program, but i takes far too much memory. I made my own version in basic, that could do everything except the graphics. It was like 20 times smaller. (I made so i could delete prob sim, so i could download more mario levels Razz )

20 times? If I'm not mistaken, ProbSim is 32768 bytes. 20 times less is still 1600 bytes, way too much for a program like that.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 May 2004 06:16:47 am    Post subject:

it wasn't really a good program, but it had all the functions. I still need to optimize it.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 May 2004 08:39:55 am    Post subject:

What's the probability simulator do exactly?
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 May 2004 09:10:45 am    Post subject:

it gets some random numbers, and converts them into stuff, like random card, tails/heads.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 May 2004 09:40:38 am    Post subject:

Ie things you could do in a single calculation and don't need a program for at all?

Last edited by Guest on 11 May 2004 09:41:00 am; edited 1 time in total
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 May 2004 11:11:59 am    Post subject:

not really, the draw cards stuff needs a simple program like:


Code:
RandInt(1,4->R
RandInt(1,13->W
If R=1:Output(1,1,"Hearts
.....
If W=1:Output(1,7,"Ace
......


Probability Simulator App isn't really about Random Numbers, more about graphics, like rotating, falling coins and cards being pulled out of their deck.

What does RandInt mean? Random Intelligent? Random Initialize?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 May 2004 12:21:44 pm    Post subject:

Integer

And drawing cards is not a random card like you said, so thanks for giving misleading information.


Last edited by Guest on 11 May 2004 12:22:37 pm; edited 1 time in total
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 May 2004 01:21:56 pm    Post subject:

it's not random?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 May 2004 02:16:18 pm    Post subject:

"is not a random card" read please.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 May 2004 02:20:14 pm    Post subject:

no, it can't take two of the same cards from one deck.
is that what you meant? If it's not, plz explain
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 May 2004 02:31:13 pm    Post subject:

Do you know the difference between a single card and a deck of cards?
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Page 7 of 8 » All times are UTC - 5 Hours

 

Advertisement