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
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 09 Nov 2005 08:33:11 pm    Post subject:

? Release your source code! Why would we steal it? If you have worries, post it in a UTI members-only section.
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:34:55 pm    Post subject:

Aaah... that's even better!
You never know who can waltz in here somehow, but UTI members are only top notch people Wink

I'll do that, then...
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 10:09:22 pm    Post subject:

Cool, I'll post it in the members forum.


Woot: M1!! First optimization is complete:
It converts all X00 into XE2, X000 into XE3, etc
and 100 into E2, 1000 into E3, etc, up to E6.

However, into order to not convert stuff like 1001 into 1E21, I made it optimize only 100) 100^ 100* 100: etc

Also made minor things like 10^ becomes the 10^ (

I also finally figured out how to test my files without uploading it to UTI, so it should save my heaps of time!


Last edited by Guest on 09 Nov 2005 11:01:35 pm; edited 1 time in total
Back to top
alexrudd
pm me if you read this


Bandwidth Hog


Joined: 06 Oct 2004
Posts: 2335

Posted: 09 Nov 2005 11:03:49 pm    Post subject:

Brazucs wrote:
It converts all X00 into XE2
Why? 100 into e2 makes sense , but not Xe2. Nice work though.
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 11:46:01 pm    Post subject:

Oh, you're right... it's not saving any bytes! Lol.. I guess I'll take it out.



Cool news: I've improved the ASCII function (that alone should make it useful now Smile ). Here's the new syntax to use:

Commonly used characters:
<= >= -> != <= (-) (e) (pi) (theta)

Bracketed Characters (because these can be legitimate terms inside parentheses, you gotta surround them with brackets):
{sqrt} {10} {i}
{E} (as 2E7)
{>} (as in ►Dec)
{L1} through {L6}

Superscript characters (note the placement of the ^, inside the parentheses):
(^-1) (^2) (^3) (^X) // (^O) // this is the degree sign, uppercase "Oh", not zero

Greek characters:
(alpha) (beta) (gamma) (DELTA) (delta) (epsilon) (lambda) (mu) (pi) (theta) (rho) (SIGMA) (sigma) (tau) (phi) (OMEGA) (CHI)

Other international characters:

Á À Â Ä á à â ä É È Ê Ë é è ê ë Í Ì Î Ï í ì ï Ó Ò Ô Ö ó ò ô ö Ú Ù Û ú ù û ü Ç ç Ñ ñ ¿

Weird stuff I've never seen before:
{'} // a curvy single quotation
{^(-)1} // not the same as (^-1), it's lower

For custom lists, such as LNAME, type {L}NAME.

---------------------------------------------
Seems like there are still lil glitches to take care of (I think because it's converting something then converting it back - so all it needs is rearrangement), but hey: it's a small step for a man. So don't start using this just yet.
I'll put this info up on the site soon.


Last edited by Guest on 10 Nov 2005 12:18:15 am; 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: 10 Nov 2005 12:43:25 am    Post subject:

Okay, here's my first problem that I've actually had since JS. Sir Robin showed me how to do it in, but I can't figure out how to do it in PHP.

How can I ignore everything between quotes?
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 10 Nov 2005 10:21:20 am    Post subject:

awesome....no longer shall I download GraphLink.....you should add a button to convert the code into a program file Smile
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 10 Nov 2005 07:11:50 pm    Post subject:

I've made you a spiffy Source Code subforum. Only UTI members and staff can see it.

For everyone else, if you request a source code subforum for your featured project, you can have one.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 10 Nov 2005 08:31:01 pm    Post subject:

Thanks so mucho Smile
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 10 Nov 2005 08:32:28 pm    Post subject:

Woooo... chill man.Razz
That would mean figuring out 1000+ tokens, which will get done eventually (unless KermMartian is in a sharing mood Smile ), but I'll get a few optimizations in first.

Brazucs wrote:
Seems like there are still lil glitches to take care of (I think because it's converting something then converting it back - so all it needs is rearrangement), but hey: it's a small step for a man. So don't start using this just yet.
I'll put this info up on the site soon.
Fixed and added :biggrin:
I've also figured out a whole bunch of tokens (391 of 'em)! Now I just need the obscure ones and get file uploading working.
Also, version ++ Smile


Last edited by Guest on 11 Nov 2005 05:59:27 am; edited 1 time in total
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 11 Nov 2005 07:20:46 am    Post subject:

What's the problem with file uploading?
Back to top
MissingIntellect


Member


Joined: 01 Jun 2004
Posts: 227

Posted: 11 Nov 2005 12:08:12 pm    Post subject:


Code:
Repeat max(getKey={21,105
End

That's what I use instead of Pause.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 11 Nov 2005 03:56:00 pm    Post subject:

It's not an optimization though, and some people might prefer a smaller size over being able to press 2nd.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 11 Nov 2005 07:13:29 pm    Post subject:

I'm not sure... check out the source code here.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 11 Nov 2005 08:05:18 pm    Post subject:

Edited. Just in case.

Last edited by Guest on 27 Nov 2005 12:11:13 am; edited 1 time in total
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 11 Nov 2005 09:07:36 pm    Post subject:

what about if return is the last line?
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 11 Nov 2005 09:11:24 pm    Post subject:

Sir Robin wrote:
I've made you a spiffy Source Code subforum. Only UTI members and staff can see it.

For everyone else, if you request a source code subforum for your featured project, you can have one.
[post="61155"]<{POST_SNAPBACK}>[/post]


can "Retired Members" see it? *thinks of Kevin's problem with downloads earlier this year*
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 11 Nov 2005 09:31:19 pm    Post subject:

The simplest possible optimization is removing blank lines.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 11 Nov 2005 09:33:35 pm    Post subject:

Yes, and so can UTI supporters who don't exist because the only one has been promoted to staff.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 12 Nov 2005 05:17:18 pm    Post subject:


elfprince13 wrote:
what about if return is the last line?
[post="61228"]<{POST_SNAPBACK}>[/post]



Sir Robin wrote:
The simplest possible optimization is removing blank lines.
[post="61232"]<{POST_SNAPBACK}>[/post]
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 5 of 10 » All times are UTC - 5 Hours

 

Advertisement