Author Topic: Post your Nspire routines here!  (Read 98468 times)

0 Members and 1 Guest are viewing this topic.

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Post your Nspire routines here!
« Reply #135 on: September 09, 2010, 09:27:29 pm »
Another problem with -nostdlib:

While playing around with the PTT LED, I was compiling my programs with this flag.  The calculator would randomly reset on some occasions of running the program.  When I removed it, everything was fine.  I would definitely not recommend using this flag.


Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Post your Nspire routines here!
« Reply #136 on: September 10, 2010, 04:13:53 pm »
This is really weird. Would you be able to share a test case showing the problem, with its source code?
Ndless.me with the finest TI-Nspire programs

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Post your Nspire routines here!
« Reply #137 on: September 10, 2010, 04:55:10 pm »
Here you go.  The compilied version is attached.  It should just turn the PTT LED yellow.  For me, it did not reset the Nspire every time I ran it, but there was no clear pattern with the resets.  Also, I don't think Ndless Version 1.1 works with Nspire Computer Link 1.4.  I tried it last night; it worked perfectly with Link 1.3, but when I used Link 1.4, it said it could not send the loader.  It did create the directory "ndless" on the calculator, though.

Code: [Select]
#include <os.h>

asm(".string \"PRG\"\n");

int main(void)
{
(*(volatile unsigned*) 0x90110B00)=0x00;
(*(volatile unsigned*) 0x90110B00)=0x30;
return 0;
}
« Last Edit: September 10, 2010, 04:55:30 pm by apcalc »


verdant

  • Guest
Re: Post your Nspire routines here!
« Reply #138 on: September 11, 2010, 02:04:03 am »
i dont think it is wise  to complain about people's slight punctuation and grammer errors bwang. like you should'nd poop make giant threads and trolls and poop poop poopinsults about pooping poop use of poops . don't show off you rgrammer skills.i dissaprove bwang

Edited for bad language
« Last Edit: September 11, 2010, 02:35:56 am by Builderboy »

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Post your Nspire routines here!
« Reply #139 on: September 11, 2010, 02:09:01 am »
ah, but ndless does work with ti-nspire computer link 1.4. Ndless 1.1 that is. 1.0 doesn't work.

verdant too many f***. if you really have to, use f***. don't want to see that word. complaints by heaps of people will be made soon. you might even get kicked (banned) prepare to get a word of disapproval from dj omni anymoment
i use damn or crap - mild swear words - but that's about it

and don't disapprove bwang. he's one of the coders of tomorrow. he'll be angry when he sees this


i just looked at your respect. (i added -2 though) it's at -7. terrible!!!!

actually -12 now
« Last Edit: September 11, 2010, 02:41:48 am by jhgenius01 »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Post your Nspire routines here!
« Reply #140 on: September 11, 2010, 02:45:48 am »
It's one of bwang bro/sis I think, because the IP address is exactly the same as his home's. Now Bwang lives at his campus, though, so his bro/sis or whatever can use his computer whenever he wants, and he seems to hate this forum. I wonder where Bwang is, though. He normally shows up on IRC somewhere around this time.

Also Jhgenius0, swearing is allowed here, as long as it's not spam. If someone say "fuck" he'll not get punished for it. If his entire post is filled with them and totally unreadable he may end up getting warned/punished, though, due to the spam

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Post your Nspire routines here!
« Reply #141 on: September 11, 2010, 08:52:41 am »
ah, but ndless does work with ti-nspire computer link 1.4. Ndless 1.1 that is. 1.0 doesn't work.

I just tried it the other day.  It did not work for me at all with 1.4 (mutiple tries and copies of Ndless from different sources).  I downgraded to Link 1.3, and it worked fine.


Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Post your Nspire routines here!
« Reply #142 on: September 11, 2010, 09:01:49 am »
i dont think it is wise  to complain about people's slight punctuation and grammer errors bwang. like you should'nd poop make giant threads and trolls and poop poop poopinsults about pooping poop use of poops . don't show off you rgrammer skills.i dissaprove bwang

Edited for bad language


1. I dont think I like you...
2, Mild? I think thats an understatement

but, i dont think this should be a fight, lets start puttingo n some more routines

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Post your Nspire routines here!
« Reply #143 on: September 11, 2010, 09:02:27 am »
apcalc: Sorry for the annoyance for some of you. I prefer focusing on the next release which gets rid of the installer instead of trying to debug these issues.
Ndless.me with the finest TI-Nspire programs

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Post your Nspire routines here!
« Reply #144 on: September 11, 2010, 09:16:24 am »
Ok, thats fine ExtendeD!

I don't mind downgrading my link software, I just thought I would point out the bug.
Thank you for your hard work for the community! :)


Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Post your Nspire routines here!
« Reply #145 on: September 11, 2010, 09:17:25 am »
ExtendeD, what do you mean by "get rid of the installer"? Now I am confused..

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Post your Nspire routines here!
« Reply #146 on: September 11, 2010, 09:18:06 am »
I assume it will run something like Nleash-you send it to the calc, run the document, and it does its stuff! :D


Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Post your Nspire routines here!
« Reply #147 on: September 11, 2010, 09:18:24 am »
The installation procedure doesn't depend on a computer-side installer anymore.
Ndless.me with the finest TI-Nspire programs

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Post your Nspire routines here!
« Reply #148 on: September 11, 2010, 09:21:20 am »
as, ok, I get it

good work extendeD! Cant wait for 1.7 compatibility

(I would say 2.0, but I dislike 2.0)

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Post your Nspire routines here!
« Reply #149 on: September 11, 2010, 12:51:57 pm »
i dont think it is wise  to complain about people's slight punctuation and grammer errors bwang. like you should'nd poop make giant threads and trolls and poop poop poopinsults about pooping poop use of poops . don't show off you rgrammer skills.i dissaprove bwang

Edited for bad language


1. I dont think I like you...
2, Mild? I think thats an understatement

but, i dont think this should be a fight, lets start puttingo n some more routines
If you read the IRC logs, you'll see that verdant happens to be my brother trying to annoy me :P