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

Pages: 1 2 3 [4] 5 6 ... 19
46
Thanks catastropher :)
I will integrate your changes as soon as possible (probably tomorrow :P)
btw, I am in the progress of changing the Nspire I/O repository from SVN to Git.
Any new changes will be made to https://github.com/compujuckel/nspire-io instead of the nspforge repo (I'll make a separate post about this once I release a major update or something)

47
The background beging gray instead of white on classic Nspires is a bug of Nspire I/O. Try downloading the latest revision (link in my sig)

48
TI-Nspire / Re: OSLauncher 3.1
« on: May 06, 2013, 01:07:44 pm »
Could the moderators add a red note at the beginning of the first post, indicating that this has been superseded by nLaunch / nLaunch CX / nLaunchy (fork maintained at TI-Planet, which adds CM-C OS support and "switcher" capability) ? TIA.
Done ;)

49
The last row is the latest version of the program. The columns show the time in seconds to calculate the n-th (22, 150, 50, 250) palindromic prime on a classic CAS OS or the student software.

50
Here are my current results for Nspire Basic, but I am not very good at things like this ;D

51
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 20, 2013, 01:27:12 pm »
Nice!
Here is the tns file with full classic/CX support for the people who can't compile it themselves.

52
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 20, 2013, 12:37:04 pm »
Thanks again :)

53
TI-Nspire / Re: List of all native Nspire projects
« on: March 19, 2013, 03:54:38 pm »
I've added some projects to the list and made this nice new feature (dark blue = authors, light blue = projects, hover over a dot to see the description) :)
If a project is missing, feel free to post here and I will add it.

54
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 19, 2013, 10:32:45 am »
And another update that allows you to view event groups and queues (non-CAS only, tasks and memory pools work on CAS/non-CAS, thanks excale) :)
I have fixed the grayscale bug (the background is white now as it should be) and added double buffering to Nspire I/O (no flickering anymore).
In the new settings menu you can enable interrupts. When interrupts are on, you can see the event queue filling up when pressing refresh ;)

55
Nspire I/O / Re: Nspire I/O
« on: March 18, 2013, 12:03:49 pm »
Small update:

- Added double buffering (nio_scrbuf_* functions in nspireio-platform-nspire.h)
- Fixed a grayscale display issue (white was shown as gray)

56
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 17, 2013, 04:10:13 pm »
Thanks! :)
I guess you did that via idcmigrate, right?
How can I export the function names into an .idc file?

57
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 17, 2013, 03:04:11 pm »
Thanks guys :)

I have added the possibility to display and delete memory pools, so you can, for example, view your free RAM.
Deleting is relatively useless because it'll give you a low memory screen :P

58
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 17, 2013, 11:23:24 am »
I haven't tested it on real hardware yet (because CAS is running on my calc and that's not supported atm) so thanks for doing that :)
I don't think killing a task will corrupt or damage anything, but I can't guarantee it (but even if it does, which is unlikely, you can still reflash the OS ;) )

59
TI-Nspire / Re: TI-Nspire Task Manager
« on: March 17, 2013, 11:14:33 am »
Well, I haven't tried it too much, but you shouldn't kill gui because it'll crash your calc ;)
And for some tasks it is hard to find out what they do, either because they have no names, or a name that doesn't say anything about their purpose...

60
TI-Nspire / TI-Nspire Task Manager
« on: March 17, 2013, 11:00:48 am »
Yesterday I started to fiddle around with Nucleus OS (the underlying Operating System of the Nspire) and here is the first tool I wrote for it: A Task Manager :P
It shows the currently running tasks, infos about them and it can kill tasks ;D

Currently it only works on classic non-CAS Nspires (it shouldn't be hard to add support for other models, but I am lazy...)
More features will come.

Known tasks:
gui - User Interface. Killing it crashes calc
KPD_TASK, KPT_TASK - Handle keypad input. Killing them makes the keypad unusable
wcm_* - probably related to the wireless cradle?
OffMon - When killed you can't turn the calc off

Pages: 1 2 3 [4] 5 6 ... 19