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 - Jim Bauwens

Pages: 1 ... 33 34 [35] 36 37 ... 125
511
TI-Nspire / Re: Runner [subject to change]
« on: May 18, 2012, 02:00:30 pm »
Well, not everyone posts their projects on a forum ;)

512
No, there isn't such a function as far as I know.

But this should do the trick:
Code: [Select]
function inTable(tbl, item)
    for key, value in pairs(tbl) do
        if value == item then return key end
    end
    return false
end

tbl = {"a", "b", 2, 1, 1337}
print(inTable(tbl, "b"))          -- Print's 3 (the position of "2")
print(inTable(tbl, "theGame")) -- False
print(inTable(tbl, 1337))         -- 5

Anyway, what are you using it for? Lua quite some table tricks, so maybe I can offer a better solution :)

513
Lua / Re: Transferring Lua Projects from Calc to Computer
« on: May 15, 2012, 03:18:44 am »
It's not the most easy thing to do if you don't have the student software. You need TI's code (for now) to unencrypt the document.
This can be in nspire_emu, the student software, or the online document player. If you are on windows/mac, try to see if you can copy your source with the online document player.

514
Other / Re: cmd.exe on crack
« on: May 12, 2012, 04:38:53 am »
Oh, did not know that, thanks for the information :)

515
Other / Re: cmd.exe on crack
« on: May 11, 2012, 11:05:47 am »
Why would you every use cygwin inside of Linux? Linux already has an unix environment, so there is not reason at all to use it..

516
News / Re: TI-Story moves to its own site
« on: May 11, 2012, 10:17:09 am »
I think the reason they posted here was because Burr himself was active in this thread, and it looked like a good place to mention it.

Also, someone has edited TI-Planets page:
Quote
TI-Planet is a popular French TI community website qui sent pas bon, featuring one ...
I removed that now.

517
TI-Nspire / Re: C or ASM IDE for the Nspire
« on: May 11, 2012, 10:10:16 am »
His native language is Dutch :)

518
The only way to fix it will be redirecting omnimaga.org to www.omnimaga.org. Or changing cookie stuff (and possibly get more problems).
(the site admins need to do this)

519
News / Re: A TI-92 emulator in javascript
« on: May 10, 2012, 02:58:48 am »
He supplied us with tools to do so ;D

520
Miscellaneous / Re: Post your desktop
« on: May 09, 2012, 04:52:20 pm »
I like to be able to work :D

521
Miscellaneous / Re: Post your desktop
« on: May 09, 2012, 04:22:22 pm »
Spoiler For My desktop:


522
Other Calculators / Re: Calculator Total Wipeout
« on: May 09, 2012, 02:37:40 pm »
This a very strange issue, normally no files should get lost.
Possibly something got corrupted, and it needed to format the NAND.

523
Interesting :)

524
Humour and Jokes / Re: Secret of the CAS+
« on: May 08, 2012, 04:31:27 pm »
I can also do that :D

525
Humour and Jokes / Re: Secret of the CAS+
« on: May 08, 2012, 02:05:32 pm »
The picture? With my phone :)

Pages: 1 ... 33 34 [35] 36 37 ... 125