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

Pages: 1 ... 65 66 [67] 68 69 ... 80
991
TI Z80 / Re: Ways To Spice up a Snake Game
« on: December 19, 2011, 03:07:46 pm »
woooow, a 3D snke would be soo awesome, try it :)

992
Other Calculators / Re: I got a 1986 graping calc
« on: December 19, 2011, 01:12:47 pm »
did casio make a color calc? which one? i wanna know..

--edit--
the old one i mean

993
Other / Re: TI-Nterface (my version of labpro)
« on: December 19, 2011, 01:11:42 pm »
nice :) it's good to see progress on this, it might be very useful when finished..

994
Other / Re: TI-Nterface (my version of labpro)
« on: December 19, 2011, 01:04:16 pm »
do you mean you can control the leds by you calc our by the panel and your software?

995
Other Calculators / Re: I got a 1986 graping calc
« on: December 19, 2011, 11:41:27 am »
if you need a manual: http://www.usersmanualguide.com/manuals/casio/FX-7000GA.pdf :)
and as i see the specs, it seems that is has the same resolution of a TI-83/84+ xp not bad for that time.. that means a lot for TI's calcs today xs

that's nice, can you program for it?

996
Other Calculators / Refraction of Light
« on: December 18, 2011, 06:20:30 pm »
Refraction of Light



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=761

Here's an app i made for a school project. it's quite simple, but very helpful for fast checkings or even calculations. Just input the angle the lightray comes in, and the refractive index of both materials, and you get the refraction angle and the maximum angle for not having total reflection.

all angles are in degrees!


997
Other Calculators / Periodic table
« on: December 18, 2011, 06:20:30 pm »
Periodic table



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=762

This is a Periodic table of the elements for the Nspire OS>=3.0. Fast, accurate and designed with care. The CX displays the different types of element (metals, nonmetals.. in a different color, the nonCX's only show the nonmetals and noble gasses in a different color (because of the 'bad' quality of greyscale). database includes:
Atomic number, relative weight, type, ionisation energy, elektronegativity, melting point, boiling point, density at 20°C, electron configuration, discovery, nr of natural isotopes, oxidation states, crystal structure, group, period and radioactivity.
It shows the crystal structure in a animated 3D form so you can perfectly see how it looks like. (most general form is shown).
A lot of thanks to LOIC PUJET (AKA Chockosta) for his TINY3D!

 

998
Lua / Re: Lua 'XML' reader
« on: December 18, 2011, 04:40:01 pm »
hmm, adriweb, i think you should pick up this project instead of me, your coding skills are way better, and tbh, your code doesn't look like mine in any way, it's much better..
so take it if you want :)

999
Lua / Re: Lua 'XML' reader
« on: December 18, 2011, 05:06:40 am »
i think i'll just upload them to my own site and refer to that page, since i don't manage to get the github working xs i followed the tutorial to install it, and i did everything required, but it does not work xs

1000
Lua / Re: Lua 'XML' reader
« on: December 18, 2011, 04:42:19 am »
because i (well, not i, just the calc xp) read the line, and seperate the tags, i can easely add them if you want to, it's 2 seconds of work, i just thought it would be easier to not use them as it work per line (the tag ends at the end of the string).

and i'm having a look at that github, it would be a good idea to post it there, for having the most recent version every time

1001
Lua / Lua 'XML' reader
« on: December 18, 2011, 03:48:21 am »
in that topic about an  e-book reader for the nspire, they came up with the idea to read from xml files within lua.
I thought of it, and designed somehow a construction that is similar to xml (tags) but readable for lua.

this is the format:
Code: [Select]
xml = {
"<ttl>Hello",
"<txt>this is a test to show you the possibilities of xml in Nspire lua",
"<txt>It's very simple, just type a tag like <ttl> and than your title",
"<img>\030\000\000\000\030\000\000\037\/*find yourself a pic to insert, it would be too long to post */137\194\137\194\137\198\207\210x\235\000\000\000\000",
"<txt>and it automatically scrolls down to the next line after the image",
"<txt>this is the last sentence!"
}
as you can see, it's not xml at all, but you can give text a separate font by just using my script.
it's very simple, but untill now only <ttl> (title), <txt> (normal text) and <img> (image) are implemented.

Please give comments/suggestions to make this better, it could be very useful!

of course it ain't possible to read from real XML, so it's still not that usable for that e-book reader, since you have to write/let a program write it to the lue xml format..
as you can see no endtags are used,it is just not required...



you can find the source here: https://github.com/NickSteen/Lua-XML-reader/
thanks to adriweb and excale :)

1002
News / Re: nDoom for the CX at the horizon
« on: December 17, 2011, 02:53:18 pm »
no, it's just a video, but it's already finished, unless adriweb comes back..

1003
Computer Programming / Re: Visual Basic savefile error
« on: December 17, 2011, 01:09:22 pm »
isn't there anyone who can help me, i'm really stuck, and i need it xs i can't find any solution on the internet, as it seems i'm doing it good..

1004
News / Re: POTY 2011 open!
« on: December 17, 2011, 10:20:24 am »
i saw it too, let's battle xp i was kinda shocked colortetris was nominated, that's really really really nice :)

so: Go ColorTetris!

really congratz apcalc, 2 programs in the selection, amazing.. ö

1005
Lua / Re: Lua extreme help
« on: December 17, 2011, 02:36:52 am »
until now, there's no compiler for on calc programming in lua. but you can just do ctrl-a ctrl-c ctrl-v to do this, so that's not much work i think :)  do you have the computer software, the official from TI i mean? if so, you could get TI scripting tools (just click continue as guest)

if you have any problems, don't doubt to ask :-)

i think that within a week i'll release my on calc lua guide, for those who program with oclua, you can find the topic here

Pages: 1 ... 65 66 [67] 68 69 ... 80