Show Posts

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 - Yeong

Pages: 1 ... 59 60 [61] 62 63 ... 276
901
Miscellaneous / Re: ClrHome seized?
« on: April 05, 2012, 08:42:12 pm »
I never read that book before, but it does sounds interesting.
Is the book like "Brave New World" ?

902
Axe / Re: Axe Q&A
« on: April 05, 2012, 08:40:17 pm »
I'm sorry, but I didn't quite get what you're saying. D:

903
I know this is kinda asking too much to certain people, but since both Prizm and nSpire uses C (Well, for nspire, with ndless), if somebody comes up with the new programming language that can be used in both prizm and nspire(well, kinda differentiating the screen size.), it'll be nice. (idk if it's possible though, lol)

904
OS 3.2 can do that? O.o
I never heard anything about that.

905
Axe / Re: Axe Q&A
« on: April 05, 2012, 08:28:16 pm »
oh. O.O
Thanks for the solution. :D
also, what's the difference of using Str1 and A? (Static and variable)

906
Well, in my opinion, TI-nSpire's programming couldn't get much because they're not that simple to program with. (Lua needs computer, and so does C.)
If someone comes up with programming language on-calc for nspire, it could bring more people (Just like how Axe did)

907
TI Z80 / Re: Swords 2
« on: April 05, 2012, 08:22:46 pm »
It looks really nice! :D

908
Other / Re: Knex Ball Machine Dystopia
« on: April 05, 2012, 08:19:09 pm »
It looks very nice. :D
I wish I still had my Knex D: I really miss those. (I made a Ferris wheel once :D )

909
Miscellaneous / Re: Userbars: Do you make any?
« on: April 05, 2012, 07:58:23 pm »
* TBO_Yeong puts the entire walkthrough of Silence 1 in his sig
jk. :P
Yeah. idk if I mentioned it or not, but I think I'll replace the sig with something that I FINISHED making. :D

910
Axe / Re: Axe Q&A
« on: April 05, 2012, 07:55:49 pm »
So, here's my code. :D

Code: [Select]
:.AATEST
:"Pic1"→I
:GetCalc("uP")→J
:fPart(J}→K
:K?-1,9→{I+2}
:UnArchiveI
:GetCalc(I)→Q
:conj(Q,{L6},768
:DispGraph
:ArchiveI
:GetCalc("Str1")→V
:GetCalc("uA")→M
:GetCalc("uB")→N
:GetCalc("uH")→O
:GetCalc("uW")→P
:fPart(M}→A
:fPart(N}→B
:fPart(O}→H
:fPart(P}→W
:
:"0123456789ABCDEF"→T
:0→θ
:For(D,0,H/8-1
:For(C,0,W/8-1
:For(F,0,7
:8*pxl-Test(8*C+A→Z,8*D+B+F→Y)
:+(4*pxl-Test(Z+1,Y))
:+(2*pxl-Test(Z+2,Y))
:+pxl-Test(Z+3,Y)
:→U
:{T+U}→{V+θ}
:8*pxl-Test(Z+4,Y)
:+(4*pxl-Test(Z+5,Y))
:+(2*pxl-Test(Z+6,Y))
:+pxl-Test(Z+7,Y)
:→U
:{T+U}→{V+θ+1}
:θ+2→θ
:End
:End:End

Yeah, I know I takes a lot of var from OS :P
But that aside, the problem is that no matter the OSVar P is, it still shows Pic1. What did I do wrong? (problem probably comes from the first few lines of the code)

911
Axe / Re: Axe Q&A
« on: April 05, 2012, 03:49:29 pm »
Ah. I never knew that Pic1 was 3 bytes O.o
Thanks a bunch.
EDIT: also, will I be able to use 0 as pic0? because that seems more reasonable to me.

912
Grammer / Re: Grammer Tutorial
« on: April 05, 2012, 03:42:14 pm »
since juju's server works now, this is an alternate address:
http://www.yeong.57o9.org

913
Grammer / Re: Grammer Tutorial
« on: April 05, 2012, 03:07:47 pm »
Ah. That's nice to know. :D
Also, I'm including ! part before any If/Then and loops.

914
Axe / Re: Axe Q&A
« on: April 05, 2012, 01:31:45 pm »
Why won't this code work?

Code: [Select]
"Pic0Pic1Pic2Pic3Pic4Pic5Pic6Pic7Pic8Pic9"→Z
"Pic1"→I
GetCalc("varP")→Q
float{Q}→P
{Z+P}→{I}

For some reason, it seems like string I doesn't change. Why is that?

915
News / Re: Real photos of the new TI-84+ Pocket SE !
« on: April 05, 2012, 01:27:55 pm »
idk if somebody posted this or not, but how good is the HW?

Pages: 1 ... 59 60 [61] 62 63 ... 276