1081
News / Re: TI-Nspire OS 3.2 is out!
« on: June 12, 2012, 08:07:57 pm »
I actually wonder how nobody testing the BASIC stuff saw that o_O
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. 1081
News / Re: TI-Nspire OS 3.2 is out!« on: June 12, 2012, 08:07:57 pm »
I actually wonder how nobody testing the BASIC stuff saw that o_O
1082
Lua / Re: Updating WZGUILib« on: June 12, 2012, 08:06:51 pm »
OK, well if you have any issue, tell us
1083
Lua / Re: Updating WZGUILib« on: June 12, 2012, 04:38:15 pm »
Well, for 99% if you coded it "clean" (using official API etc. and not platform.gc() which we discouraged using ), it would be fine for 3.2.
Basically a on.create() to change into on.construction() What problems do you have with 3.2 now with your library ? 1084
Miscellaneous / Re: How cheap is your keyboard?« on: June 12, 2012, 04:37:01 pm »
H QCK BWN FX JMS V H L DG
Old Azerty Mac (wired) Keyboard (the one with numpad) 1085
TI-Nspire / kArmTI - TI-Nspire emulator with skin« on: June 12, 2012, 04:26:37 am »
Indeed, congratulations.
However, I was wondering : for any update of nspire_emu, will it be "easy" enough for you to adapt your code to use the new nspire_emu ? 1086
News / Re: TI-Nspire OS 3.2 is out!« on: June 10, 2012, 05:32:27 pm »
Slowness in Basic loops, still some CAS bugs, and still a bug that was in 3.1 about a random reboot with 3D graphs
1087
News / Re: TI-Nspire OS 3.2 is out!« on: June 10, 2012, 12:45:37 pm »
Yep, in 3.2 : new bugs came, some old ones were fixed and some others (but sometimes there are even on the 68k) were not.
1088
Lua / Re: TI & Lua« on: June 10, 2012, 11:11:21 am »
you can load stuff inside MyLib with some math.eval() calls I think, or directly var.recall
Here's what Levak does, in a version of Make3D : Code: [Select] _, err = pcall(function() loadstring(var.recall("make3d_lib\\s__importer__"))() end)
1089
Calculator C / Re: nSDL: crossProject« on: June 10, 2012, 10:48:03 am »
I'm not sure I understand what you mean, by "without the emulator", but I advise you to check that out :
https://github.com/Hoffa/nSDL/wiki/How-to-guide 1090
News / Re: TI-Nspire OS 3.2 is out!« on: June 10, 2012, 10:46:41 am »
Good news btw : some bugs (I don't have info on which ones) have already been fixed, but not in time for the 3.2 release.
So, next update... 1091
Lua / Re: TI & Lua« on: June 10, 2012, 10:44:59 am »Well, beginning with Lua first, not talking about native for now. 1092
Lua / Re: TI & Lua« on: June 10, 2012, 07:13:25 am »
This page should change again sometime soon ;-)
1093
News / Re: TI-Nspire OS 3.2 is out!« on: June 09, 2012, 08:12:18 am »Does anyone knows or believes it TI is making any software targeted on linux machines?They do not plan to do so (At least that's the answer I got last summer). Also, which software would you want to run ? 1094
Math and Science / Re: Acceleration Time Graphs« on: June 08, 2012, 07:16:51 pm »
Not sure that I understood correctly, but you mean :
acceleration plotted over time (y is accel, x is time), then the area below the curve can be interpreted as the integral, and so we know that the derivative of velocity is acceleration, so it would be the speed (velocity) you're looking for ? 1095
News / Re: Release of TilEm2« on: June 08, 2012, 04:28:48 pm »I own a Mac, I'll probably try to do something. You could package it with MacPorts or something. (That's what I'm doing atm, compiling it with libs found in MacPorts.)I got some pkg-config errors while trying to ./configure |
|