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

Pages: 1 ... 13 14 [15] 16 17 ... 115
211
News / Re: Nspire 3.9 available, blocks 3.6+Ndless
« on: June 03, 2014, 04:29:57 pm »
Well, I guess so, but maybe someone can confirm this. (but for 99% of the students, they don't even ask the question, it's money saved for them not having to buy one :P)

212
News / Re: Nspire 3.9 available, blocks 3.6+Ndless
« on: June 03, 2014, 04:26:39 pm »
Because vnc for calcs is actually useful ? Sorry, my hardware is mine, nobody touches it. Even remotely.
Do you mean nRemotely ? :P

Joking aside, that's probably because you're not in a school where not only the calc is not yours but the teacher has extensive activities/courses made for the calc.
You don't get to decide whether/how your calc is managed by the teacher ;)

And anyway, you don't seem to know what the features are. Remote control is actually a debug thing, not at all what the teachers do/use in classroom setups.

I'm not a US student, but I'm pretty sure it would have been funner sometimes than with pretty much no calc stuff at all suring my high school years (well, that was several years ago, too, so...)

213
News / Re: Nspire 3.9 available, blocks 3.6+Ndless
« on: June 03, 2014, 04:14:50 pm »
What you're also forgetting, here, is the amount of work/effort put into classroom setups with all the associated software (and hardware, in fact).
Most people [or at least, students, outside of the USA] don't know/realize that but it's actually huge in their business. (as it's been said, schools and teachers are their main targets (often the same target, in fact), so they develop solutions for their need, and tailored for what the tests organizations / exam boards "want". Wheter what these organizations do is bad or good, well, it's not the point here :P)

214
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: May 28, 2014, 02:12:45 am »
If you're using 3.2's apilevel (thus not using the new image/resource system, yes, the script (code) will be compatible.

215
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: May 27, 2014, 11:58:49 am »
You can stick with TINCS 3.2, it will be better for at least easily support OS 3.2.
And the apilevel by default will be good enough.

Downloaded the version, will try soon :)

216
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: May 25, 2014, 12:06:43 pm »
Nice :D
GLHF !

Also, you should wonder if you want to support old apilevel (since 3.6 is ndlessed, not a whole lot of people will be/stay on OS 3.1 forever...).

On some cases, it will be simpler to just use new apis rather than testing if it's available then use it, (in addition to having to code fallbacks (when possible) for older versions.)

217
69! Was a popular line of code on the TI-80. It was used as replacement to For(Z,0,1:End for a 1 seconds delay or so.
Indeed, I've used that a number of times, under suspicious looks from classmates...

218
I guess a lot of people thought of 62 without the courage to post it x)

Anyway, a contribution :

65 : You fear too much to BREAK UP with her because of a BAD GUESS to a tricky question...

66 : ... A question she asked on a DATE that may lead to an ARGUMENT.

67 : When you wanted to go to a bar with her but suddenly... ID NOT FOUND in pocket so you can't buy drinks :(

68 : You struggle with the fact that she may think of you as someone who's too much of a SINGULAR MATe to hang out with

69 : We should skip that one, for the sake of youngsters. :angel:


Edit : I'm pretty sure we can make up a whole story with these errors....

219
News / Re: WARNING: TI-Nspire OS 3.9 in June?
« on: May 20, 2014, 01:11:39 pm »
Considering how TI is sometimes, it's entirely possible that they haven't even figured out how to block the new Ndless yet
Well, in Ndless 3.6's case, implementing a fix would probably take a minute or two... You can clearly see the hole Ndless is exploiting by looking at the source.

We'd be quite (happily :P) surprised if they hadn't patched this internally, ready for the next update

220
TI-Nspire / Re: Cant work with EEPro user-made databases
« on: April 28, 2014, 06:00:00 am »
I wonder if the version of Luna that is used is the latest ; I believe the latest actually fixed some encoding issues...

221
TI-Nspire / Re: Cant work with EEPro user-made databases
« on: April 27, 2014, 09:46:36 pm »
Hum,
the generated .tns file works for me... It's made with Luna so there shouldn't be any issues opening it in any 3.x OSes.

Maybe you entered some weird characters somewhere and the encoding failed at some point ?

I'll let Jim answer, though...

222
Delvar xxx

223
Lua / Re: TI.Image: Get pixel color
« on: April 18, 2014, 11:49:58 am »
Well, the format is explained here : http://wiki.inspired-lua.org/TI.Image ... So parsing the string would be feasible, but quite long.... I guess it depends your image size (you could build a rgb matrix, though, once, and then read it from here)
But that would be for < 3.6 anyway.

And, by the way, doing anything that you want to be accetably-smooth/fast will have to be done without images (if you're < 3.6, and still, prefer not dealing with images when it's not "simple" things).


Edit : and yeah lol, I think your clipRect-powered function/trick would be cpu-intensive ^^

224
TI-Nspire / Re: fast 2D shadow engine in lua
« on: April 15, 2014, 06:26:27 pm »
@Jens :
I only quickly went through the code, but I believe that it can still be optimized. (Making math stuff in on.timer local, not redefining the gc-using function inside each on.paint call, etc.)
I'll go through it more in depth when I have some time, though, these days are pretty busy for me....

225
TI-Nspire / Re: fast 2D shadow engine in lua
« on: April 14, 2014, 06:22:08 pm »
Indeed, it sure looks very nice :)

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