286
TI-Nspire / Re: nLaunch: Now for CX!
« on: April 01, 2013, 06:38:00 am »
You got to be kidding me is what I first thought, but it's true? o_o This is a nice discovery
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. 286
TI-Nspire / Re: nLaunch: Now for CX!« on: April 01, 2013, 06:38:00 am »
You got to be kidding me is what I first thought, but it's true? o_o This is a nice discovery
287
Lua / Re: Script runs fine in oclua but doesn't work when packaged with Luna« on: March 30, 2013, 06:49:38 am »
Are you trying to call the first element as 0 perhaps (even though that should just return nil I think)? (probably not, but I caught myself doing this several times )
288
Web Programming and Design / Re: Snow Storm« on: March 27, 2013, 02:45:54 pm »I just created a virtual machine and installed Konqueror. I didn't get any errors when I ran the test. I'm not sure whats happening for you ElementCoder. Maybe your version of Konqueror is outdated?Sorry, I missed your post. I was in a bit of a hurry so I rushed to some tasks. Then that may be the case, it crashes a lot on its own (like when uploading images). Unfotunately they won't allow me to update the software so I guess I'm not of any use for Konqueror anymore then. 290
General Calculator Help / Re: I'm emulating an Nspire.« on: March 25, 2013, 03:21:04 pm »
You need either a boot1 file or a decompressed boot2, there's no need for both. Either way you need to use polydumper.
291
TI-Nspire / Re: z80 emulator for Nspire« on: March 24, 2013, 12:34:24 pm »
I made a little video about it running OS 2.43
292
Other Calculators / Re: N-spire 3.1 graphing glitch« on: March 23, 2013, 12:16:36 pm »
What I think is happening here is a problem with calculating. I don't know what the Nspire does exactly when plotting, but I think it makes a taylor expansion to fit the function. The taylor expansion of x^sin(x) at x=0 looks like 1+x*ln(x)+0.5*x²*ln²(x). Therefore entering negative values for x results in a calculation error. The same goes for x^x^x^2, which has a taylor expansion of x+x^3 log^2(x)+O(x^4). Probably a lot of other functions have this problem as well.
293
Web Programming and Design / Re: Snow Storm« on: March 22, 2013, 05:07:07 am »
Konqueror fails all but the first test
294
TI-Nspire / Re: TI-Nspire Task Manager« on: March 20, 2013, 03:04:25 pm »
Sorry for the double post but I felt like it didn't really fit in as an edit. I've made a list of what happens when a process is killed. It's far from complete as most processes don't seem to have a direct impact on calculator performance and others are quite funny like disabling the off button
Just the plain list: https://docs.google.com/spreadsheet/pub?key=0Al5dJ7BUU6MkdDNfOHdSYVRROXlUS0prTWdjWHN1YlE&output=html If you've found something add it here: https://docs.google.com/spreadsheet/ccc?key=0Al5dJ7BUU6MkdDNfOHdSYVRROXlUS0prTWdjWHN1YlE&usp=sharing 295
TI-Nspire / Re: TI-Nspire Task Manager« on: March 20, 2013, 02:13:31 pm »Does this mean that we can set priorities higher to make it run faster?I don't think higher priorities will make your calc run faster. Also, it won't let me exit sometimes . When leaving sometimes the selection goes up and down in the menu screen and then taskmanager restarts. Other times it just restarts as soon as you exit I'm using a CX. 296
Gaming Discussion / Re: Your best video game pickups.« on: March 20, 2013, 09:08:59 am »
Just bought Tomb Raider 1-9 for a staggering €13. I guess that'll keep me busy for some time
297
TI-Nspire / Re: TI-Nspire Task Manager« on: March 20, 2013, 05:04:32 am »Nice stuff. That reminds me, is it possible on the Nspire to have multiple BASIC or Lua documents open simultaneously? Also are there often background tasks starting randomly like on a computer like Windows update?You can have multiple Lua apps open by putting one on each page if that's what you mean. And I'm curious about random tasks as well (I'll go on a killing spree this afternoon to see what each process does when killed ) 298
General Calculator Help / Re: My nspire cx touchpad won't respond« on: March 19, 2013, 03:20:29 pm »
My guess is that they jump straight in and just hold the wires there with there hands or something to quickly see if it works.
299
General Calculator Help / Re: My nspire cx touchpad won't respond« on: March 19, 2013, 03:11:50 pm »
Looks like those pins are pretty dangerous maybe I'll just wait a little longer before I start messing with them
300
Other Calculators / Re: TI-Nspire CX - I Need Help...« on: March 18, 2013, 02:18:09 pm »
There is more that you need to load, quoting the readme at https://github.com/tangrs/nspire-linux-loader2 :
Code: [Select] The bootloader is also scriptable. Create a text file containing a list of commands to be executed and change the extension to .ll2.tns, and add the following line to your /documents/ndless/ndless.cfg.tns file. Either type that every time you run it, or script it like stated and you're good to go
|
|