2926
Humour and Jokes / Re: Win
« on: November 28, 2011, 01:15:12 am »
Lol 
And what were you going to type exactly ?

And what were you going to type exactly ?
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. 2926
Humour and Jokes / Re: Win« on: November 28, 2011, 01:15:12 am »
Lol
![]() And what were you going to type exactly ? 2927
Other Calculators / Re: New z80 programming contest ! Lot of prizes to win !« on: November 27, 2011, 06:05:53 am »If you don't trust anyone from outside this community, then you can always release it in the private matters section. It's invisible to guests and users with a post number below the limit (of which I think it's 100).And then we come back to the two first points ![]() -Good coders don't need it The fact is not that I don't want to help, just that I don't think it helps. It is uncommented, all routinized so you understand nothing, etc. But If someone needs help for something that is in my prog (for example, display pokemon's images in battle), I can share the concerned part of the code. That would help. Sharing the whole thing wouldn't. And I am still afraid of code-stealers ![]() 2928
[FR] Programmation Axe Parser / Re: utilisation de input ?« on: November 27, 2011, 05:49:23 am »
Ah oui. Input en Axe est assez particulier. En fait il ne rend pas du tout un chiffre, mais un pointeur vers une chaine de Tokens. Une fois cela dit, on comprend le problème
![]() Pour que l'utilisateur puisse taper un chiffre, il vaut mieux utiliser une routine customisée. Tu devrais trouver ton bonheur quelque part par là, il y a plein de "Number Input" tous aussi biens les uns que les autres ![]() 2929
Other Calculators / Re: New z80 programming contest ! Lot of prizes to win !« on: November 26, 2011, 04:57:41 pm »Hayleia : You can send it by email the first december before the deadline if you don't want to publish it... But why do you refuse to publish it?Because that won't help anyone: -Good coders don't need it ![]() -Novice coders won't learn anything from my unoptimized and uncommented code ![]() -Stupid guys could put their name in the credits section (and I am not only talking about removing my name, but also removing other's names). I only want to give it to people I can trust (like to you by email). It is not that I don't trust the community, but that I don't trust people that are not from the community. 2930
Other Calculators / Re: BEST OMNIMAGA RPG?!« on: November 25, 2011, 03:38:48 pm »Joltima is good game but it doesn't work on 84 serires if I remember.The link Stefan posted leads to a zip that includes .8xp progs, so I think the 84 series can handle it ![]() But yeah, it is written that it is a port from a TI 83 game, so I think it didn't work on 84 series at first. 2931
TI-BASIC / Re: Analyze mathematical functions?« on: November 25, 2011, 03:32:28 pm »Ah thanks, I know Symbolic, but I can't use it in programs (no idea why).Anyway, not everyone has Symbolic, so at the end, you would have to do an algorithm. Here is what I found for you ![]() 2932
TI Z80 / Re: zStart - an app that runs on ram clears« on: November 25, 2011, 03:19:55 pm »May I ask why actually you were holding clear?Lol, that actually is a good question. I set a program to run on Ram Clears, and that program is a program that display a ![]() ![]() ![]() ![]() 2933
Axe / Re: Axe Q&A« on: November 25, 2011, 02:22:12 pm »is there something out there that makes it easier to scroll through source code? eg: goto the last line (or middle line) of code, rather than scrollingAlso, if you use a 83+SE or 84+ or 84+SE or 84 pocket.fr (but not a 83+), you can install zStart and (among other amazing things) you will be able to jump to any label in your code by pressing On+Vars in the editor. 2934
TI Z80 / Re: zStart - an app that runs on ram clears« on: November 25, 2011, 02:18:49 pm »
Yeah, I saw it right after
![]() I might read those combinations as well, to not accuse zStart for nothing >.> 2935
TI Z80 / Re: zStart - an app that runs on ram clears« on: November 25, 2011, 02:16:37 pm »Ok, but why do the programs disappear, and why does running an app cause Ram Clear, and why does programs appears back after Ram Clear ?I have another bug (is that a bug ? because I like this oneI've read a part of the readme and it says like everywhere a million times( ![]() 2936
TI Z80 / Re: zStart - an app that runs on ram clears« on: November 25, 2011, 01:28:22 pm »
I have another bug (is that a bug ? because I like this one
![]() When the calc hits a bug, it turns off, then Ram Clears when turning on. BUT, if when turning on I keep [Clear] pressed, strange things happen: -The prog that should run on Ram clears does not launch -The contrast is not set off -In fact, everything is like zStart is not installed (no hooks working) -There is no program in the program Menu -Launching an app causes crash, and to Ram Clear, and to get everything back to normal ![]() 2937
Other Calculators / Re: The best calculator Game you played« on: November 25, 2011, 12:02:16 pm »
Tag. Absolutely Tag. And everyone in my class agree
![]() 2938
The third one is not good for epilepsy
![]() The second looks pretty nice!The first one is simple and efficient That doesn't help choosing, sorry ![]() 2939
TI-BASIC / Re: Analyze mathematical functions?« on: November 24, 2011, 01:54:48 pm »
I don't know any program like that. Maybe it exists, but I don't know. Never seen one before.
So is this possible in pure TI-Basic?Everything is possible with any language. TI-Basic's problem is speed, but it can handle everything. Also, Symbolic has a built-in derivation algorithm. I am not telling you to use it, but at least, with it you could test the other parts of your program (to check if your own derivation algorithm was correct and if what comes next uses it well). Or you can even use Symbolic's one. Do what you want, in fact ![]() I can't wait to see what you're going to do with this ![]() 2940
Axe / Re: Axe Q&A« on: November 24, 2011, 01:46:04 pm »
He meant that the calculator hit a "If" before the "Goto" and so, after going to label A, the calculator is waiting for the "End" of the initial "If". Did I understand right ?
If so, no, the calculator doesn't wait for an End (at least I never needed to put an End when doing so in my progs ![]() |
|