226
TI-Nspire / Re: nTileWorld (a Chips Challenge port)
« on: October 31, 2013, 10:08:42 pm »
Thanks ajorians!
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. 226
TI-Nspire / Re: nTileWorld (a Chips Challenge port)« on: October 31, 2013, 10:08:42 pm »
Thanks ajorians!
227
Math and Science / Re: Maxima on Android« on: October 27, 2013, 09:17:28 pm »
Looks great!
I am definitely installing this on my android tablet. 228
TI-Nspire / Re: A viewer of PDF« on: October 26, 2013, 10:34:29 pm »
I have already ported libmupdf, making a pdf viewer now.
229
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 25, 2013, 11:20:46 pm »
You're trying to open a TI Nspire document, which is in an obfuscated binary format. nTxt is for plain text files.
231
TI-Nspire / Re: nLaunch: Now for CX!« on: October 22, 2013, 06:23:24 pm »
Use Ctrl+multiply and Ctrl+divide (those move up and down, I forget in which order).
232
TI Calculators / Re: I want to create an E-book reader for my CX CAS but I dont know where to start« on: October 21, 2013, 10:47:55 pm »
I am porting MuPDF, so PDF is not really necessary.
233
TI-Nspire / Re: nspire Linux Questions« on: October 19, 2013, 03:00:00 pm »
Just PM ExtendeD, the developer of Ndless, or send him an email (his email address is in the "How Can I Help" section of the page Hayleia linked to)
234
TI-Nspire / Re: Calling all Linux Kernel developers!« on: October 12, 2013, 06:31:54 pm »
I don't see any zevio configs. And what are the names of the sp804 and clcd configs?
235
News / Re: Customize your TI-Nspire CX / CM boot screen at last!« on: October 04, 2013, 10:12:28 pm »
Awesome! I had been waiting for this for a long time. I wonder if it would be possible to make a nice-looking boot menu for nLaunchy.
236
Humour and Jokes / Re: Weird/funny pictures thread« on: September 30, 2013, 10:44:46 pm »* Legimet lost Yup, it's made with pdfTeX-1.40.14. 237
News / Re: New TI-Nspire CX come with new an improved 1200mAh rechargeabe battery« on: September 30, 2013, 10:16:31 pm »
One of my friends just got an Nspire CX CAS with hardware revision I. I'll see what OS he has tomorrow, and if it's possible to install Ndless.
238
News / Re: New TI-Nspire CX come with new an improved 1200mAh rechargeabe battery« on: September 30, 2013, 06:27:14 pm »
But I thought hardware revision I was OK.
239
Nspire I/O / Re: Nspire I/O« on: September 29, 2013, 12:47:36 pm »
Thanks. And do you have any idea of when the next version will be released?
240
Calculator C / Re: Nspireio Help« on: September 28, 2013, 10:38:09 pm »
@Roondak you can use nio_fgets and then use sscanf() (which is a syscall) to parse the string easily.
@ElementCoder the gets function doesn't receive the size of the buffer as a parameter; in standard C, it just writes until it sees a newline or EOF, which can lead to buffer overflows. In NspireIO, nio_gets just calls nio_fgets with a size parameter of 100, so if you have a buffer of size at least 100, you're safe; otherwise, you must use nio_fgets. EDIT: compu added nio_scanf and nio_sscanf |
|