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 ... 5 6 [7] 8 9 ... 21
91
TI-Nspire / Re: A viewer of PDF
« on: November 14, 2013, 08:17:10 am »
Thanks a lot for your work Legimet!  :D

The lag at the beginning is ndless loading it (it's a big file). Apparently, ndless tries to load it as a legacy executable before trying bFLT. It can easily be modified to check the header of the file before attempting to load it. I can also make some big fonts optional to reduce the size.
It could be a good feature for a new version of ndless, indeed. It arrives each time an associated file is opened directly from the menu "Mes classeurs".

Quote
By the way, MuPDF depends on some other libraries which I ported (zlib, jbig2dec, openjpeg, libjpeg, freetype) which were very easy to port.
Somes librairies like zlib are used in several ndless programs, and then included in the file each time. It could be good to add the possibility to have files like DLL.


I hope the viewer won't need zooming and horizontal scrolling as needed with mViewer... I don't know if an adaptation to the screen size is possible with this library.
PS: Will links to other pages or documents be available?

92
TI-Nspire / Re: Super Hexaspire Alpha!
« on: November 11, 2013, 05:10:57 am »
Wow, really good game! :D

93
TI-Nspire / Re: [Lua] Saisie RPN
« on: November 10, 2013, 11:44:38 am »
I can easily add a line separating calculations if you think it may improve the graphic aspect. A sidebar would be very difficult, but if I finally add the features I want, I could try to add a navigation in the historic.

94
TI-Nspire / Re: [Lua] Saisie RPN
« on: November 10, 2013, 11:25:21 am »
Thanks. I'm coding the whole code again with a different structure to be able to recycle the D2Editor instances (which cannot be deleted) and some other stuffs. I didn't find any solution to know the size of formula in pixels though. For the GUI, what do you think I could especially improve?

95
TI-Nspire / Re: Brick Breaker for TI-nspire (Lua)
« on: November 10, 2013, 08:28:04 am »
Cela s'annonce très bien !
Comme quoi, tu avais bien fait de t'accrocher au Lua étant donné ce que tu arrives à faire.

Waiting for the first version. :p

96
TI Z80 / Re: Steins;Gate 8-Bit (TI-84+CSE)
« on: November 10, 2013, 05:59:37 am »
Wow, the result is really impressive! If we could have it on TI-Nspire... Unfortunately, there's no source.
PS: Maybe a TI-84+CSE emulator on TI-Nspire ? :p

97
TI Z80 / Re: Tunnel - by ClrDraw
« on: November 02, 2013, 03:16:25 pm »
Good start !

98
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 31, 2013, 12:48:11 pm »
Good to hear that the project keeps being improved.  :thumbsup: I have two suggestions:
  • Add a scroll bar.
  • Very hard (I think): synchonize the clipboard with the OS one's.

PS: Here's a translation of the readme.txt:
Spoiler For lisezmoi.txt:
nTxt - Éditeur de texte pour TI-Nspire
======================================

nTxt est un éditeur de texte pour les calculatrices de la série Nspire.
Il est compatible ndless3.1 r872 ou plus, pour TI-Nspire clickpad, touchpad et CX.

Avec association de fichier automatiquement ajoutée dans le ndless.cfg lors de la première exécution.

Contrôles :

Touches directionnelles      déplacer le curseur
Shift + touche directionnelle   sélectionner du texte
Esc/On            fermer le menu ou quitter
Menu/Doc         ouvrir le menu

Ctrl+S            enregistrer
Ctrl+O            ouvrir un fichier

Ctrl+C            copier
Ctrl+V            couper
Ctrl+A            tout sélectionner

Ctrl+F            chercher une occurence dans le fichier
Ctrl+G            chercher l'occurence suivante
Ctrl+Shift+G         chercher l'occurence précédente

Ctrl+7            aller tout en haut
Ctrl+1            aller tout en bas
Ctrl+9            remonter d'une page
Ctrl+3            descendre d'une page

Ctrl+gauche         aller en début de ligne
Ctrl+droite         aller en fin de ligne

Pour changer le mode de retour à la ligne (mode automatique en fin de ligne, ou bien défilement horizontal), choisir "Change Text Wrapping Mode" dans le menu.



Avertissement :

Je ne suis en aucun cas responsable des éventuels dégâts que ce programme pourrait infliger à votre calculatrice.


lkj, 19 Août 3013

99
TI-Nspire / Re: A viewer of PDF
« on: October 31, 2013, 12:00:58 pm »
I have already ported libmupdf, making a pdf viewer now.
Really? We're finally about to have a better text viewer than the old m68k's ones then?
Thanks a lot!

100
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: July 24, 2013, 05:07:53 pm »
I used the online editor a bit, and it is really good. Bien joué !
I have a suggestion: why not do an off-line version so that we don't need to connect to compile asm?

101
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: July 24, 2013, 05:00:54 pm »
Good improvements! And the included documentation is really great!

But I found a bug: when we press "tab", the cursor doesn't move. Moreover, why not insert a real tab instead of several spaces?

PS: Maybe .2 because of support for 0S 3.2? Or for the new page 1.2?

102
TI-Nspire / Re: [Lua] Saisie RPN
« on: July 19, 2013, 09:14:51 pm »
Well... an update again. XD This one adds the exact calculation, but the results are sometimes strange. Of course, you can disable it with the menu.


Help: how to enter these calculations? There:
  • ln(423) => 423 [ctrl] [e^x]
  • root(456,3) => 456 [enter] 3 [ctrl] [^]
  • (478-32.4²)/3 => 478 [enter] 32.4 [x²] [-] 3 [/]

Download version 1.2.1
vvvvvvvvvvvvvvvvvvvv

103
TI-Nspire / Re: [Lua] Saisie RPN
« on: July 19, 2013, 04:37:29 pm »
Quote from: DJ Omnimaga
Good job so far. I know that some HP calc users missed RPN when it vanished from calcs with the HP 39gII, so if they got an Nspire they would like this. :)

Thanks. I've been dreaming having RPN for a long time, and I had the idea to add it to the Nspire thanks to Lua. You can notice that this program does better than current HP Prime's RPN mode.


Update:
(19/07/13) 1.1.1->1.1.2 : Correction de bugs, ajout des fonctions trigonométriques inverses et hyperboliques, support de la touche (-), redimensionnement corrigé, ajout des numéros des entrées, ajout de la puissance "^", ajout de "10^".

104
TI-Nspire / Re: Jens' Skript Editor - An on-calc lua editor
« on: July 19, 2013, 08:57:01 am »
This editor is really great! I've got suggestions:
* Enable user to select code copy/delete it.
* Enable user to paste code.
* Add a coloration for strings with [[string]].
* Be able to insert faster usefull functions with the menu.
Good job!

105
TI-Nspire / [Lua] Saisie RPN
« on: July 19, 2013, 08:48:58 am »
Hi everyone!

With this Lua program, you'll be able to enter your calculations in the mode RPN (Reverse Polish notation). It enables you to enter them faster, have details of calculation each time and avoid operating errors priority. Menu and help menu are up to now in french, but I'll do a translation.

Here's a screenshot:
Any suggestion, remark or bug report it welcome!

Future features adding:
  • Complex number support.
  • Constants support.
  • Scienfic numbers support like 3,4E-5.
  • More functions.
  • Permutate last 2 entries when pressing key tab.
  • Being able to scroll in order to see all the entries.
  • Use of variables.
Last version (2)

Pages: 1 ... 5 6 [7] 8 9 ... 21