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

Pages: [1] 2 3 ... 13
1
Art / Re: General purpose art thread
« on: June 27, 2013, 11:45:19 am »
I know the song don't sounds so good, but the visual content is quite fine.



(It was my first try to make a mashup)

2
Lua / Re: Nspire-Lua IDE : plugin for Intellij IDEA
« on: June 15, 2013, 03:09:58 am »
Just a little tip for folks on windows and with more than one file to compile in luna:



Quote from: compile.bat
type 1.lua 2.lua 3.lua > output.lua
luna.exe output.lua output.tns
del output.lua

PS: in most cases (at least for me) is better to specify manually files in order to be compiled than trying type *.lua >output.lua

3
Miscellaneous / Re: Need help to choose something
« on: May 25, 2012, 12:54:07 pm »
I'd say #2, but if that only works with hot things i wouldnt be too sure... (I dont think you drink hot beer O.O)

You are right, it would make no sense give that mug to drink beer, and it does change color only when hot =/

Therefore I think I will buy the third one, thank you all for your comments =D

4
Miscellaneous / Re: Need help to choose something
« on: May 24, 2012, 10:12:29 pm »
And what do you do with that drinking horn? Put beer in it?

Exactly, it is for drink like a viking ..

5
Miscellaneous / Re: Need help to choose something
« on: May 24, 2012, 10:07:21 pm »
A nordic drinking horn

6
Miscellaneous / Need help to choose something
« on: May 24, 2012, 10:00:02 pm »


If you were me and needed to choose a gift for a geek friend (who likes beer)
which one would you choose?

Thank you (=

7
News / Re: Ndless 3 Alpha on Nspire CX CAS (photos + video)
« on: December 07, 2011, 05:41:55 am »
That said, there is a fine line of balance to be found: too few testers increases the risk to release a product with at least one rough edge, while too many testers might be bad for the reasons stated above :)
Lionel, do you know how many testers are out there?

8
News / Re: Ndless 3 Alpha on Nspire CX CAS (photos + video)
« on: December 06, 2011, 08:21:21 pm »
There is a way to apply for be an "alpha tester"?

What are the biggest issues on the ndless 3.* so far?

//I couldn't find these answers anywhere =/

9
they don't ship overseas ...

10
TI-Nspire / Re: GBA emulator for nspire?
« on: December 06, 2011, 07:16:20 am »
Now that exists the CX, wouldn't it be easier to do the GBA for this new nspire?

11
TI-BASIC / change "getvarinfo()" matrix
« on: November 02, 2011, 04:04:38 pm »
Well, is know for anyone who uses an nspire that is some kind of matrix for store each function/program/var on the nspire's documents.

I was wondering about changing all funcions to libpub in a document and there's a lot of them, so I thought if was possible to do a program for doing this...

Well, If is possible (somehow) to change information in the "getvarinfo()" matrix, it would be very easy as is just to change the third column to "LibPriv", however if not, I have no clue how to change a library while in a program (neither if it is possible to do so).

Any help will be appreciated, even nggyp if you post the reply on the youtube comments

12
Humour and Jokes / Re: I_AM_THE_DEVIL_!!!
« on: October 24, 2011, 07:26:00 am »
is that you?

13
Humour and Jokes / Re: Essay : Disadvantages and advantages of networks
« on: October 24, 2011, 06:59:23 am »
Nuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu !!!
Well done, that must have been hard. But is that a rickroll homework you are gonna give you up to your teacher ? or did you just do that to rickroll us ? D: or did you find that on the internet ?


I found it on gizmodo,
but, as you asked:

I do have many interesting homework to do, but, almost all of them must be done in portuguese.
And the format isn't the same, so it would be almost impossible for me to rickroll them ...

//Though it is kind a possible to do a rickroll translated

PS: if you want to understand anything go for Google Translator or something like it.

14
Humour and Jokes / Essay : Disadvantages and advantages of networks
« on: October 24, 2011, 12:44:06 am »


I hope you like it!

15
Lua / Re: basic split screen on lua [calculation sheet ]
« on: August 22, 2011, 12:38:36 pm »
Thanks, just one more question:

How can I handle the attempting to compare number with nil in:

Code: [Select]
teste=math.eval("lim(equ(n),n,8,1)")
if teste>0 then
(...)
[code]
[/code]

Pages: [1] 2 3 ... 13