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 - Jim Bauwens

Pages: 1 ... 13 14 [15] 16 17 ... 125
211
News / Re: Release of FormulaPro for the Nspire
« on: November 11, 2012, 10:53:16 am »
intelx86, could you try to change the following code in '1 - FPSolver.lua'

Code: [Select]
function math.solve(formula, tosolve)
    --local eq="max(exp" .. string.uchar(9654) .. "list(solve(" .. formula .. ", " .. tosolve ..")," .. tosolve .."))"
    local eq = "nsolve(" .. formula .. ", " .. tosolve .. ")"
    local res = tostring(math.eval(eq)):gsub(utf8(8722), "-")
    --print("-", eq, math.eval(eq), tostring(math.eval(eq)), tostring(math.eval(eq)):gsub(utf8(8722), "-"))
    return tonumber(res)
end


to

Code: [Select]
function math.solve(formula, tosolve)
    local eq="max(exp" .. string.uchar(9654) .. "list(solve(" .. formula .. ", " .. tosolve ..")," .. tosolve .."))"
    --local eq = "nsolve(" .. formula .. ", " .. tosolve .. ")"
    local res = tostring(math.eval(eq)):gsub(utf8(8722), "-")
    --print("-", eq, math.eval(eq), tostring(math.eval(eq)), tostring(math.eval(eq)):gsub(utf8(8722), "-"))
    return tonumber(res)
end

Try if it works with that change.
Normally that should switch the solver to the good CAS one. I should see to script something so that the CAS version get's selected when on a CAS model.
Thank's for your feedback, it's stuff like this that really help us!


Edit: nvm, I see that you tried that already.

212
Miscellaneous / Re: Internet in the ti nspire cx cas
« on: November 11, 2012, 08:06:57 am »
Please noobnonin. Stop PMing me on tiplanet.org, I told you I have no time, given you links to resources, and tried to help you. But instead you just start spamming like this.

Maybe you will understand it this way:

Internet on the TI-Nspire isn't something you can do very easily right now, especially for a noob.  If you want to use internet so badly in your test you will need to find another way. I'm not going to help you anymore, all the info I gave you should be enough. Baby spooning someone just takes too much time.

Sorry everyone else, but I'm just mighty frustrated at the moment.

213
Browsers will do this because the link is on another domain. You might be able to force it though with some code.
Can't check now, as I'm about to go and sleep.

214
News / Re: Internet on the TI-Nspire thanks to Linux and USB !
« on: November 03, 2012, 02:06:34 pm »
"This exactly is the reason why TI is locking down the TI-Nspire"... and failing pretty hard at it, with defective pixie dust, a.k.a badly implemented PTT (like on the TI-Z80 series, anyway) ;)
But we wouldn't want them to try harder, would we?

215
News / Re: Internet on the TI-Nspire thanks to Linux and USB !
« on: November 03, 2012, 01:50:15 pm »
So can you access mathworld.alpha during a calculus exam? ;D
I would hope that before the exam, teachers checked every student calc for potentially suspicious files and launchers then delete anything suspicious or simply disallow that calc althogether and lend the student a school calc in exchange.

Indeed. This exactly is the reason why TI is locking down the TI-Nspire.

216
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 02, 2012, 07:07:09 pm »
Have you considered trying to use one of the Nspire emulators to get it running on the non-CX's?

Right now it can't run Linux because of some emulation issues.

217
Web Programming and Design / Re: mail() not working?
« on: November 02, 2012, 03:55:36 pm »
How to execute shell commands/binaries
exec() http://www.php.net/manual/en/function.exec.php
shell_exec() http://php.net/manual/en/function.shell-exec.php
system() http://www.php.net/manual/en/function.system.php
passthru() http://www.php.net/manual/en/function.passthru.php
popen() http://www.php.net/manual/en/function.popen.php
pcntl_exec() http://www.php.net/manual/en/function.pcntl-exec.php
I was not aware there was so many x.x Good thing I googled them lol

That was the reason why I didn't provide any code for running it :P
It's been too long since I used it.

218
Web Programming and Design / Re: mail() not working?
« on: November 02, 2012, 02:49:48 pm »
You could execute the 'mail' binary from php :P

219
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: November 02, 2012, 02:49:02 pm »
Well, full support of UTF-8 ? :P

(I haven't been following this thread, so maybe this was mentioned before)
It would be smart to use TI's font and functions for this, as they support UTF-16. You could ask Levak for the syscalls et all, as he has done some work in this area.

220
Web Programming and Design / Re: mail() not working?
« on: November 02, 2012, 02:45:14 pm »
It should work without an email account.
You could try if you can send an email using the 'mail' binary.

221
News / Re: A debug version of the TI-Nspire OS
« on: November 02, 2012, 01:59:57 pm »
Nice discoveries!

222
WabbitStudio Software Suite / Re: WabbitEmu - problem with new update
« on: November 02, 2012, 12:11:35 pm »
And SpiroH's kArmTI is not great, it's dead ;)
Well, I'd say you're quite alone with this opinion. ;D

Not quite. I agree with him.

223
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 01, 2012, 06:24:46 am »
Great work Tangrs! I assume it will be possible to have a Debian rootfs with an X-server?
Will try when I get some time.

Already working on it :)

Great! :)

224
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: October 31, 2012, 02:26:22 pm »
Great work Tangrs! I assume it will be possible to have a Debian rootfs with an X-server?
Will try when I get some time.

225
News / Re: 1st dumping of a TI-Nspire CAS+ Boot1
« on: October 31, 2012, 02:24:11 pm »
Great :)

Pages: 1 ... 13 14 [15] 16 17 ... 125