This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - ztrumpet
Pages: 1 ... 309 310 [311] 312 313 ... 385
4651
« on: March 11, 2010, 06:03:39 pm »
That's really nice also. I like both versions. You're a great piano player and composer. I'm glad you got renaming to work.
4652
« on: March 11, 2010, 06:01:13 pm »
Yeah, you are very good at explaining things. You have my permission to use anything that I've posted.
4653
« on: March 11, 2010, 05:58:47 pm »
That's really nice Builderboy! Great code!
4654
« on: March 11, 2010, 05:54:41 pm »
Seeing how all the libs I've used have been mentioned (XCOPY and Celtic III are my favorites), I'll talk on XTRAVAR. http://www.ticalc.org/archives/files/fileinfo/391/39138.htmlXTRAVAR allows you to write basic programs using the extra "hacked" pic, matrix, string, GDB, lists (do you need more lists?), etc. It's really nice. I'd highly recommend it. Also, it's not really a lib, because once you've put these tokens in a basic program you never need XTRAVAR again. You can then have a pure basic program, though Asm was needed to get there. I still count it as pure basic though, because you don't ever run a Asm program, one is just used for editing the program.
4655
« on: March 10, 2010, 08:57:57 pm »
Those are excellent {AP}!
4656
« on: March 10, 2010, 08:52:54 pm »
Today I made a couple of routines to encode and decode text. It stores the text into L1, 6 letters a list element. You can have messages up to 128 characters long. TEXTENCD
DelVar L1ClrHome Input "",Str1 min(128,length(Str1->L1(1 23->dim(L1 DelVar C1->B For(A,1,L1(1)) C+1-6(C=6->C If C=1 B+1->B L1(B)+10^(2C-2)inString("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,.!?:'",sub(Str1,A,1->L1(B End B->dim(L1 L1
TEXTDECD
ClrHome DelVar C1->B For(A,1,L1(1 C+1-6(C=6->C If C=1 Then B+1->B L1(Ans->D End .01int(D->D int((A-1)/16 Output(1+Ans,A-16Ans,sub(" ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,.!?:'",1+100fPart(D),1 End Comments?
4657
« on: March 10, 2010, 05:32:58 pm »
But I still hate how there doesn't look to be an elegant way to do this
How about this? (Still assuming R and C are already set) [A](1,1 For(A,1,R For(B,1,C min(Ans,[A](A,B End End I this slightly more elegant?
4658
« on: March 10, 2010, 05:13:29 pm »
Matrices can't be min(ed. It's too bad, as I know I've wanted to do that from time to time. I think the solution you found is the smallest. I'm not sure, but this may be faster: [A](1,1 For(A,2,7 //I'm assuming the matrix is 7 columns. min(Ans,[A](1,A End I don't know which way is faster. Good luck getting it to work!
4659
« on: March 10, 2010, 04:56:30 pm »
That's really neat! I don't think I'd use one of those, but it certainly is interesting! Nice sig schoolhacker.
4660
« on: March 10, 2010, 04:48:39 pm »
That's awesome! You're an awesome writer! Thoust is also awesome whenith you speakith in a Shakespearean dialect. That is an amazing storyline.
4661
« on: March 10, 2010, 04:44:28 pm »
Ouch about Mirage. I'm glad there are some Nspire geniuses out there. No matter what Ti does, the Nspire will be hacked, and it will have Asm. That's cool!
4662
« on: March 10, 2010, 04:40:44 pm »
That sounds really cool! I'm glad you're still working on this {AP}! Good luck!
4663
« on: March 10, 2010, 04:35:52 pm »
That's awesome! If I read that correctly, than you can only have one of any object. That's neat. It looks great so far!
4664
« on: March 10, 2010, 04:30:36 pm »
Subaru and Calc Are both winners with style Their posts are awesome
4665
« on: March 10, 2010, 04:21:33 pm »
It's that big? How can it be that big? Is there an extra zero there? I thought you said it was around 3400 a few days ago? Anyway, it's nice to see progress! Keep up the awesome work!
Pages: 1 ... 309 310 [311] 312 313 ... 385
|