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

Pages: 1 ... 396 397 [398] 399 400 ... 424
5956
News / Re: More Casio Prizm information
« on: November 11, 2010, 01:21:37 pm »


One thing I don't like: beauty and design of it :S

5957
News / Re: More Casio Prizm information
« on: November 11, 2010, 11:53:47 am »
Is it just me, or is Casio doing everything we wanted TI to do? ;D

Not just you. C Programming, Colours...

Lots of people have suggested migrating, but Casio's graphics aren't that good, are they?

5958
Axe / Password Protection
« on: November 11, 2010, 11:43:33 am »
Hey everybody, some friends in my class love to delete other people's RAM and play my games, and transfer my games to their calculators -.-

So, I thought of some protection, with the Start-Up Application, it would open an Axe file everytime I turned on the calculator.

Now, I need to make a file where I have to input a password and if it is wrong, let me try again, anytimes I want to, infinitely and no keys can turn it off.

So, do something like:

Code: [Select]
.LOGCALC
A=1
While A != 5
Lbl 1
Repeat getKey->Z
End
If Z=x and Z=y and Z=..... (all keys, but 4,down key and 1)
Goto 1
End
If Z=1 //down key
A+A->A
End
If Z=34 //1 key
A+A->A
End
If Z=35 // 4key
A+1->A //A should now be 5
End

So, to turn on the calculator i have to press down key, 1 and 4key by this order.

Any suggestions?

5959
Axe / Re: String and variable questions
« on: November 11, 2010, 11:22:15 am »
I'm also getting DUPLICATE erros, ALL PROGRAMMING LANGUAGES ALLOW CHANGING VARIABLES but Axe :'(

Maybe DelVar?

I don't know, I get the same error :'(

5960
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:46:40 am »
Ce est un project de Omnimaga, si tu veux qu'il être un project de Omnimaga comme Axe ou Pokemon, la communite dois le recevoir comme um project tres importante. nous devons voir si ce program est tres bon pour etre un project de omnimaga.

USERNAME and PASSWORD code est tres meilleur maintenant.

EDIT: la nouvelle version?

5961
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:44:09 am »
For the password:

Input "PASSWORD?",Str9

For the username:

Input "USERNAME?",Str4

How can we add a project to Omnimaga's project? It would be cool to share my prog with everybody ^^

This is an Omnimaga project, if you want to be a formal omnimaga project the community has to receive as a project of major importance. let's see where this programs leads to and gets to be considered Omnimaga Project :)

USERNAME and PASSWORD are cool now :)

EDIT: Upload new version please :)

5962
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:38:50 am »
Peut-être que vous avez besoin de faire Str4? Avant quevous utilisiez le programme pour la premiere fois:
"Xeda→Str4
(Corrigez ma grammaire si vous voulez)

Maybe you need to make Str4? Before the first time you use the program:
"Xeda→Str4
(Correct my grammar if you would like)

I edited the message with the file with the source codes for Str4 and Str9, so please see my message.

Don't do that, just update it in the new message, instead of replacing old ones :)

5963
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:10:04 am »
Peut-être vous avez besoin de faire Str4? Avant vous utilisez la programme pour le premier fois:
"Xeda→Str4
(Correctez ma grammaire si vous voulez)

Maybe you need to make Str4? Before the first time you use the program:
"Xeda→Str4
(Correct my grammar if you would like)

That worked, but then comes the Str9 :S

5964
TI Z80 / Re: My First Quantum Translocator
« on: November 11, 2010, 10:06:54 am »
I hardcoded the "state saved" into the level data. Kludge get, I know, but I was itching to get the update out. So I plan on moving that to the subroutine and having it display a nice little popup box with "state saved" or "state loaded" depending on the situation.

Any ideas when final version will be released?

5965
News / Re: Casio Prizm - Color graphic calculator
« on: November 11, 2010, 10:02:45 am »
This is awesome! I'm also very glad there's add-in support and I like how the calc is seen as a USB jumpdrive. I hope it will be possible to write our own add-ins. Are there any talks about a SDK?

Casio has promised a SDK.

Great, without one we could never program ir successfully

5966
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:02:17 am »
oh cool ^^ F3 c'est l'aide pour les touches, j'ai oublié de le signaler (désolé, c'est le premier programme que je publie sur Internet, j'ai jamais fait ça!!!!)(sorry that's the first program that I publish on Internet, I never did this before!!!!)

Pas de probleme.

Str9 n'existe pas...
Str4 n'existe pas...

Tu execute bien le program ou seule moi ne peux pas executer bien?

5967
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 09:58:40 am »
Un peu, oui tu peux parler français avec moi, pas de probleme.

5968
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 09:56:03 am »
yeah, but it's a very simple one! I need help because I'm not able to code on graphic screen! Everything is based on the main screen! have you ran the program yet?

Yes, I have

Disp "Bonjour",Str4

Str4 is not defined :S

5969
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 09:52:58 am »
@ DJOmnimaga: ok, désolé... c'est alors ça que ça veut dire "Shell" dans Axe Parser  ::) ::)

My little OS shell hasn't any name for the moment, I'm thinking about it (any idea?  ;D ). I made it with simple commands (well, I'm a beginner, so....).

Features:

1) Very small: less than 7000 bytes (actually it's about 6600 bytes)
2) Can setup the calculator more easily (Degree/Radian, Fix/Float, Sci). It can also change the name or the password, erase all the variables, but I'm still working on it because when I run my Tamagotchi and then my shell, everything from my Tamagotchi is erased  :'( /!\It is in another program, so that both are independant. Sadly, I didn't save it, and someone stole my calc  :o >:( :-[ :'(
3) Can calculate Pythagore's Theory (sorry, I'm French, I don't know how it's named in english ;D), GCD, LCM, Statistics, areas (circle and this)
4) Can calculate special numbers for economy (in France, for francophones: élasticité, variation relative et taux de variation)
5) A program called TI-MSN, and BlackJack, Snake and Tic-Tac-Toe (these games are not running on the GRAPH screen, I'm very bad at GRAPH screen programming  :-\)
6) Protected by password of anytype, can contain number as well as letter. /!\  This feature is in another program (the simplest in the world, just 1 line)
7) Displays your name at startup  :) (the most useful feature.....)

The problem is that it's in French, so the attached file is the french version. I also have the source code in a .txt document (available, just PM me and I will send it to you ;D)

Not a begginer, you just made a shell!


Always giving me UNDEFINED errors, also the code is available for me to edit (is that what you meant?)

5970
News / Re: Casio Prizm - Color graphic calculator
« on: November 11, 2010, 09:48:38 am »
Je le veux! Il peut être programmé, oui? Et oui, qui les utilise pour les maths?

I want it! It can be programmed, right? And yes, who uses them for math?

(sorry I'm still learning French)
(désolé, j'apprende le français)

You can even program C, from what I've heard!

Pages: 1 ... 396 397 [398] 399 400 ... 424