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. Project Ideas/Start New Projects => Your Projects
Author Message
kalan_vod


Advanced Member


Joined: 04 Sep 2005
Posts: 446

Posted: 08 Nov 2005 03:06:45 pm    Post subject:

I am looking forward to the revision your doing and wanted to say Congrats on the staff position!!! Laughing
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 08 Nov 2005 05:37:36 pm    Post subject:

How about replacing ...=0 with not(..., and While Repeat (something negative) with the opposite loop?

Sounds great I just hope you can do it (nothing directed at you, I just don't know how possible such a thing is).
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 08 Nov 2005 06:03:20 pm    Post subject:

Thanks for the Input( guys!
Surely it'll be a handful and might take a while to finish. I'll work on it little by little. Besides, this will help me work on my PHP skills Smile
I'll be happy even if I only get the basic optimizations down because, many times, /\/00B5 come in and post extremely unoptimized code (I'm talking 83+ manual material here). I'm not saying that this will ever replace a person (especially the awesomely skilled people here), but it could help newcomers learn optimization basics.

I'll go to the Basic forum and look through old posts as well to see what other generic things can be done.

Just for fun, here's the logo I talked about. My Photoshop isn't working (again), so I used MS Word and Paint.
That's weird: it looked better when it was in my mind... :D

[attachment removed - check out the logo in the progress page]


Last edited by Guest on 09 Nov 2005 04:52:35 pm; edited 1 time in total
Back to top
Vinthian
formerly known as shortround4271


Advanced Member


Joined: 24 May 2005
Posts: 258

Posted: 08 Nov 2005 09:06:09 pm    Post subject:

Brazucs wrote:
While Ans=0
getKey:End
//isn't there a better way of doing this, actually?


actually, if this is a pause script, i saw supergoose post this code

Quote:
Repeat getkey
End

very efficient indeed. notice my signature.


Last edited by Guest on 09 Nov 2005 02:29:50 pm; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 08 Nov 2005 09:18:12 pm    Post subject:

Well, the other one stores the value of your keypress to K, so I don't think that would work Sad sorry

Here's what I got so far (no coding yet):
http://brazucs.unitedti.org/opti

Is the fixedsys font working for everyone?


Last edited by Guest on 22 Nov 2005 02:46:34 pm; edited 1 time in total
Back to top
Vinthian
formerly known as shortround4271


Advanced Member


Joined: 24 May 2005
Posts: 258

Posted: 08 Nov 2005 09:24:14 pm    Post subject:

Repeat K
getkey->K
End

i keep running into a 404 error when i press optimize. Dry


Last edited by Guest on 08 Nov 2005 09:29:05 pm; edited 1 time in total
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 08 Nov 2005 09:34:45 pm    Post subject:

I might want to talk to you about this if and when I get my web-based BASIC gui working...
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 08 Nov 2005 09:40:17 pm    Post subject:

Cool... you know where to find me Wink
Does that mean you're gonna try to emulate TI-OS on a web page, or just programming?


Last edited by Guest on 09 Nov 2005 03:22:57 pm; edited 1 time in total
Back to top
Vinthian
formerly known as shortround4271


Advanced Member


Joined: 24 May 2005
Posts: 258

Posted: 08 Nov 2005 09:41:41 pm    Post subject:

yea Kerm already has one of these on his site, it's pretty neat, if u need help i'd suggest u talk to him Smile
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 02:17:33 pm    Post subject:

Just to keep them all in one place:
Brazucs wrote:
Here are some optimizations I was thinking of:
Removal of extra quotations:
Code:
"A":
or
"A"→
into
Code:
"A: or →


Removal of extra Disps:

Code:
Disp "A"
Disp "B"
into
Code:
Disp "A","B


Use Ans with getKey:

Code:
getKey→K
While K=0
getKey→K
End
into
Code:
While Ans=0
getKey:End
//isn't there a better way of doing this, actually?
[post="60945"]<{POST_SNAPBACK}>[/post]


shortround4271 wrote:
i keep running into a 404 error when i press optimize.  Dry
Fixed. It's still running the TIBBC Converter code, though.

Def. working on this tonight.


Last edited by Guest on 09 Nov 2005 05:24:06 pm; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 02:24:27 pm    Post subject:

Yeah, I have. He's been cool with me, even offered to help.

shortround4271 wrote:
also the [size=6] kinda screws it up too. =/.[post="60847"]<{POST_SNAPBACK}>[/post]
Fixed.
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 09 Nov 2005 03:24:57 pm    Post subject:

Kerm is cool, Im working on a project with him right now, and we debugged some much stuff last night over an hour on Yahoo Messenger
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 03:25:08 pm    Post subject:





v0.01 - Oct 15 2005
* Released under the name "TI-Graph Link code to BBCode converter", a Javascript-based page that converted TI-Graph Link code into Invision BBCode.
* New URL made [ click ]

v0.02 - Nov 5 2005
* Name changed to "TI-BBCode Converter"
* Code translated into PHP
* ASCII convertion implemented
* Added phpBBCode and HTML output boxes

v0.10 - Nov 8 2005
* Name changed to "opTI-Basic"
* URL changed [ click ]
* New logo made
* First few optimizations implemented
* ASCII convertion greatly improved
* Help page added

v0.18 - Nov 11 2005
* Added most tokens needed for parsing

All versions herein imply the * Added optimizations
v0.25 - Nov 18 2005
* Added link to logo
* Added syntax highlighting
* Improved Help Page

v0.25 - Nov 23 2005
* Syntax highlighting completed

v0.38 - Nov 25 2005

v0.57 - Nov 27 2005
* Direct HTML output added
* "Show optimizations" added
* 93 more optimizations added

v0.89 - Dec 01 2005
* Fixed many bugs, including space to _ and box function
* Changed things around
* Added permalinks
* Begun permalink compression routine - will be implemented in 2.0


Last edited by Guest on 30 Nov 2005 01:42:22 am; edited 1 time in total
Back to top
MeBeatYou


Member


Joined: 29 Sep 2005
Posts: 178

Posted: 09 Nov 2005 03:38:38 pm    Post subject:

Sounds like this will be a great program for us n00b calc programmers Smile
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 09 Nov 2005 03:44:47 pm    Post subject:

heck, it'll be great for all us non-newb calc programmers too
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 05:52:41 pm    Post subject:

Should I release my source code?

Last edited by Guest on 09 Nov 2005 08:32:13 pm; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 05:55:38 pm    Post subject:

I'm thinking I'm gonna make this an "open source" thing so people can check my code for optimization (oh the irony Razz ), etc.

Anyone disagree?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 09 Nov 2005 07:53:48 pm    Post subject:

Make it free (GPL whatever) and have no worries about people stealing your source code!
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 09 Nov 2005 07:58:34 pm    Post subject:

I disagree with whoever disagees.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 09 Nov 2005 08:30:27 pm    Post subject:

Hmm, if you're being sarcastic, then yeah: you're right. Okay, I'm renaming this.

Last edited by Guest on 09 Nov 2005 08:35:15 pm; edited 1 time in total
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, 9, 10  Next
» View previous topic :: View next topic  
Page 4 of 10 » All times are UTC - 5 Hours

 

Advertisement