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

Pages: 1 ... 9 10 [11] 12 13 ... 21
151
TI-Nspire / Re: z80 emulator for Nspire
« on: March 15, 2013, 07:14:25 am »
Ok, I redownloaded it, the first time, the calculator was blocked so I pushed on the reset button, and the second time, it worked but the "q" key didn't work to quit the program.
By the way, why the program makes the calculator crash the first time ?

152
TI-Nspire / Re: z80 emulator for Nspire
« on: March 15, 2013, 07:06:41 am »
mdr1, I don't get it D: What do you mean?
I mean that the calcemu_cx.tns file always makes my calculator crash.

153
TI-Nspire / Re: z80 emulator for Nspire
« on: March 15, 2013, 07:02:16 am »
A good start ! The program calcemu3.tns works perfectly on my TI-Nspire CX CAS.
But calcemu_cx.tns doesn't, what is its utility ?

154
TI Z80 / Worms' Land
« on: March 13, 2013, 04:06:49 pm »
Hi there!

It is a game coded in TI-Basic taking 3409 bytes on memory. We can play with up to 6 players.
Each player can be either a human or an AI. The game is all in one program.
There's a picture attached.
Have fun !

NB : if you've got a TI-84+ calculator, don't forget to active the "TI-84+" option. The game also works on TI-82 stats, TI-83, TI-83+...

155
TI-Nspire / A viewer of PDF
« on: January 03, 2013, 04:34:02 pm »
Hello everybody !

I think that it would be great to adapt a lector of PDF for TI-Nspire from ozbookr. Its size is maximum 1.2 megas et works perfectly on PSP with 222MHz.
But there's some problems :
1) It is coded in C++ and it seems that some C++ codes don't work on TI-Nspire (very weird because we should do every thing we want).
2) To compile the library freetype needed, the command "make" doen"t work with ndlesseditor.

For this project's developpement, I suggest to the most experiment of you to do it (I won't have the time). For example, extended, Levak, tangrs.

Imagine a lector of PDF on TI-Nspire :



Message en français :
Spoiler For Spoiler:
Bonjour à tous !

Je pense qu'il serait bien qu'il soit effectué un lecteur de PDF pour TI-Nspire, adapté de ozbookr. Ce programme fait maximum 1.2 Mégas et tourne parfaitement à 222MHz sur PSP.
Mais voici les problèmes rencontrés :
1) C'est en C++ et il parait que tout ce qu'il y a en C++ ne marche pas pour TI-Nspire (ce que je trouve vraiment très bizarre vu que théoriquement, on devrait tout pouvoir faire.
2) Pour compiler la librairie freetype nécessaire, bizarrement, la commande "make" ne marche pas avec ndlesseditor.

Pour le développement de ce projet, je propose aux plus expérimentés d'entre vous de s'y atteler (moi, je n'aurai pas le temps). Par exemple, extended, Levak, tangrs.

Imaginez un lecteur de PDF pour TI-Nspire :

156
TI-Nspire / Re: Interpretor of BrainFuck
« on: December 29, 2012, 02:26:17 pm »
I don't think it's the major problem. :P
Just ask a number to a first player without displaying it.

157
TI-Nspire / Re: Interpretor of BrainFuck
« on: December 29, 2012, 02:14:30 pm »
Can you even store values with that language? otherwise it's not really possible i guess..
That's nearly the only thing we can do. :P
In fact, you can do all what you want to do in theorie with Brainf*ck.

158
TI-Nspire / Re: Interpretor of BrainFuck
« on: December 29, 2012, 02:01:56 pm »
I'll respect the one who'll do the game "More or Less" to bet a number between 0 and 999 in Brainfuck. :P

159
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 29, 2012, 05:01:25 am »
Are you thinking about opening several files ?
I voted yes for the horizontal scrolling, but we should be able to activate or no this option in a menu.

EDIT : I hope you don't forget the possibility of having a smaller font. :)

160
TI Z80 / Re: [Axe] BrainFuck 83+
« on: December 28, 2012, 10:09:07 am »
Really good project, it gave me the idea of doing my own but for TI-Nspire : http://ourl.ca/18020/331338  ;D

161
TI-Nspire / Re: BrainFuck
« on: December 28, 2012, 10:04:17 am »
New update :
 * correction of an error appearing when the condition for a '[' is false at the first turn
 * added a little red scare at the top rigth of the screen to show when the program waits for a key to be pressed
 * added a vertical automatic scrolling
 * added the change of color when the program finishes
 * added the showing of an error when the opening of the file failed

162
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 27, 2012, 06:53:35 pm »
Oops, I've broken all characters for which you have to press the ctrl key :(
But it's easy to fix, will be fixed in the next release.
Well, it disables me to program on BrainFuck which requires lots of "<". :P

163
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 27, 2012, 06:30:40 pm »
Really good ! Thank you !
I updated ndless and now it works perfectly.
But there's a weird thing : it became impossible to enter the "<" character.

164
TI-Nspire / Re: BrainFuck
« on: December 27, 2012, 06:27:21 pm »
I updated the interpretor :
  • correction of a problem not closing the file when we quit before the end of the program
  • added the support of file association
Now, you can use a BrainFuck program without having to rename everytime.

165
TI-Nspire / Re: BrainFuck
« on: December 27, 2012, 02:11:56 pm »
Lol, since I posted this application, the chatbox is filled of Brainfuck programs. :P

Sorunome, I tested the code of your signature with my program :

Quote
++++++[>++++++++++<-]>++++++++.<+++[>+++++++++++<-]>.+++++++++++++.--.<+++[>+++<-]>.<+++[>>++++++++++<<-]>>++.<<+++++++[>-------<-]>.<+++[>+++++++++++++<-]>..+++++++.<+++[>-----<-]>--.<++[>++++++<-]>++.

The result is :



 :P

Pages: 1 ... 9 10 [11] 12 13 ... 21