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 Website 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. Provide United-TI with Feedback. => Website
Author Message
programmer_to_be
Jesus is my Lord and Saviour.


Elite


Joined: 07 Feb 2006
Posts: 755

Posted: 10 Mar 2006 08:16:56 pm    Post subject:

Can someone on the staff please help me out here?! I want people to see the prog. I created.
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 10 Mar 2006 09:27:14 pm    Post subject:

Like, we have lives, dude. :P

In case you didn't see it, it's there now (which isn't my doing, just so you know). Wait more than a day next time, but don't make a thread about it even if you do wait for three days. 8)

–Goose
Back to top
programmer_to_be
Jesus is my Lord and Saviour.


Elite


Joined: 07 Feb 2006
Posts: 755

Posted: 10 Mar 2006 09:41:10 pm    Post subject:

Did you try it out? Oh and sorry about that. I PMed DarkerLine.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 11 Mar 2006 04:23:58 am    Post subject:

One day isn't much at all. Have you ever submitted something to ticalc.org...
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 11 Mar 2006 03:47:06 pm    Post subject:

I think I spoiled you people with checking the downloads twice a day. I miss it once and you panic?
Back to top
CDI


Advanced Member


Joined: 05 Nov 2005
Posts: 267

Posted: 11 Mar 2006 04:32:34 pm    Post subject:

^^ I was used to calcgames.org when they did it like once a week Smile then they got faster and ticalc.org got slower... here is the only place that did same day w/out me poking an archiver
Back to top
AlienCC
Creative Receptacle!


Know-It-All


Joined: 24 May 2003
Posts: 1927

Posted: 11 Mar 2006 05:41:54 pm    Post subject:

Yes, our overlord Darkerline has been doing a fantastic job with the download section of this site.

--AlienCC
Back to top
bananaman
Indestructible


Calc Guru


Joined: 12 Sep 2005
Posts: 1124

Posted: 11 Mar 2006 07:31:06 pm    Post subject:

Three cheers for darkerline.

Hip hip horaay!
Hip hip horaay!
Hip hip horaay!
Back to top
alexrudd
pm me if you read this


Bandwidth Hog


Joined: 06 Oct 2004
Posts: 2335

Posted: 11 Mar 2006 11:23:42 pm    Post subject:

Have any downloads not been approved?

DarkerLine could be replaced with a machine. Smile
Back to top
Rezek
Better Than You


Calc Guru


Joined: 24 Apr 2005
Posts: 1229

Posted: 12 Mar 2006 11:14:00 am    Post subject:

I get what you mean but that sounds a bit insulting. What you need to do is add "and nobody would notice" to the end.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 12 Mar 2006 12:32:13 pm    Post subject:

alexrudd wrote:
Have any downloads not been approved?
Yes.
Back to top
alexrudd
pm me if you read this


Bandwidth Hog


Joined: 06 Oct 2004
Posts: 2335

Posted: 12 Mar 2006 01:08:00 pm    Post subject:

Quote:
I get what you mean but that sounds a bit insulting.
I didn't mean it that way at all.

DarkerLine wrote:
alexrudd wrote:
Have any downloads not been approved?
Yes. [post="72034"]<{POST_SNAPBACK}>[/post]
Is there any way to find them?
Back to top
Super Speler
Super Awesome Dude


Calc Guru


Joined: 28 Nov 2005
Posts: 1391

Posted: 12 Mar 2006 01:13:10 pm    Post subject:

Yeah... what would it be not to be accepted? I mean what wouldn't you accept?
Back to top
Radical Pi


Advanced Member


Joined: 23 Nov 2005
Posts: 455

Posted: 12 Mar 2006 01:22:43 pm    Post subject:

Probably this:
Code:
prgm:ERROR FREE SUPER CALC VIRUS NO REAL DAMAGE
Lbl GO
1 -> X
If X=1
Then
Goto GO
Else
Stop
End
Back to top
Super Speler
Super Awesome Dude


Calc Guru


Joined: 28 Nov 2005
Posts: 1391

Posted: 12 Mar 2006 01:25:13 pm    Post subject:

Thats so inefficiant it's scary... ya... just copy my signature instead lol!
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 12 Mar 2006 03:17:58 pm    Post subject:

or this:


Code:
RandInt(1, 2048)->A
ClrHome
Disp "THE BEST NUMBER"
Disp "GUESSING GAME"
Disp "EVER"
Lbl BG
Pause
ClrHome
Disp "GUESS TEH NUMBER"
Prompt N
If N>A:Then
Disp "TOO HIGH"
Goto BG
End
If N<A:Then
Disp "TOO LOW"
Goto BG
End
If N=A:Then
Disp "YOU IS TEH"
Disp "1337NESS"
End


Last edited by Guest on 12 Mar 2006 03:18:18 pm; edited 1 time in total
Back to top
CDI


Advanced Member


Joined: 05 Nov 2005
Posts: 267

Posted: 12 Mar 2006 04:09:09 pm    Post subject:


Code:
RandInt(1, 2048->A
ClrHome
Disp "THE BEST NUMBER","GUESSING GAME","EVER
Lbl BG:Pause
Disp "GUESS TEH NUMBER
Input N
Disp sub("TOO LOW RIGHT!! TOO HIGH",(N<A)+8(N=A)+15(N>A),7
If N!=A:Goto BG
Disp "U R T3H 1337NESS


o.o I couldn't resist
Back to top
Radical Pi


Advanced Member


Joined: 23 Nov 2005
Posts: 455

Posted: 12 Mar 2006 05:17:15 pm    Post subject:

Guessing games are the easiest to beat. Just figure out what var holds the random number, and Rcl it at the Prompt. Very Happy
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 12 Mar 2006 05:42:13 pm    Post subject:

[font="courier new"]Repeat 0
ClrHome
Disp "Guess my number!
Repeat X=Ans
Input ">",X
int(randE2
If X≠Ans
Disp "Wrong!
End
Disp "Right!
rand(48
End

:roll:

If we continue on like this, we might get something worthy of a UTI download! Wink
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 12 Mar 2006 06:19:19 pm    Post subject:

Weregoose wrote:
If we continue on like this, we might get something worthy of a UTI download! Wink


lol...like xlibman's uBer-1337 Numb3r guessing game
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 1, 2, 3  Next
» View previous topic :: View next topic  
Page 1 of 3 » All times are UTC - 5 Hours

 

Advertisement