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

Pages: [1] 2 3 ... 32
1
General Discussion / Re: Billy Joel's best
« on: October 19, 2011, 10:04:19 pm »
Bump :)
I found one that absolutely blew me away. Listen to it- you will not regret it. It feels like Billy Joel is right in front of you.
Without further ado:

2
Introduce Yourself! / Re: Hello, Omnimaga!
« on: October 17, 2011, 09:01:20 pm »
Hey there! Welcome to Omnimaga!
Enjoy your stay :)

3
PlayerZero, instead of double-posting, please use the edit button instead.
With that being said, welcome to Omnimaga!

4
Lua / Re: Oh Nspire-Lua, you so crazy!
« on: October 11, 2011, 05:41:13 pm »
If it's any help, that's the chinese Qu character.
Don't know what it means... :P

5
Miscellaneous / Re: Great Books
« on: October 07, 2011, 06:53:01 pm »
Bump :)
I've got another one: Guns, Germs and Steel, by Jared Diamond

6
Casio PRIZM / Re: Stock Craze: a casio game
« on: October 05, 2011, 11:42:13 pm »
Hmm... how about OMNI???
All of our usernames could be under OMNI, like goog is under nasdaq!!!
I think a less site-specific idea might be a good idea.
Maybe CALC?
or CALC could be the equivalent of burkshire-hathaway?

7
Lua / Re: Lua Q&A
« on: October 05, 2011, 11:33:37 pm »
How does grayscale work on the non CX calcs ? More importantly how do I use it ?
How many levels of grayscale does the normal NSpire support ?
How does this work with the TI-Image format ?

I'm asking since I'm writing a .BMP file -> TI-Image file convert for easy Lua usage.
I think the official tool does that, but if you would like to as well, more power to you!

8
Lua / Re: Lua Q&A
« on: October 05, 2011, 06:03:54 pm »
Hey, i could use that, Levak :D
* pianoman slaps himself with a netham for not thinking of that

9
Lua / Re: Can someone help me?
« on: October 03, 2011, 10:25:15 pm »
I tend to enjoy jumping in headfirst, and asking questions later.
I would suggest reading those tutorials for sure, but also go to ticalc.org, download some games and code, and try to follow it.
And, of course, when you have questions, feel free to ask them (half of the questions in this subforum are mine :P).
Have fun!

10
Casio PRIZM / Re: Stock Craze: a casio game
« on: October 03, 2011, 10:16:50 pm »
Could you add me?
PMAN

11
Lua / Re: Lua Q&A
« on: October 03, 2011, 10:14:00 pm »
Hi!
Okay, this might seem a bit complex, but its actually pretty simple.
1. Go to Scratchpad and type in ord("®"). Record the number it outputs, then repeat for "ó".
2. To get those strings, you will need to do this:
Code: [Select]
a="Vagos CORP"..math.eval("char(whatever number ® output)")
b="Organisaci"..math.eval("char(the output from ó)").."n Industrial"

Now you can just print those strings like this:
Code: [Select]
function on.paint(gc)
    gc:drawString(a,5, 25)
    gc:drawString(b, 5, 45)
    gc:drawString("Desarrollado por Sebasu", 5, 205)
end
That's it (I think :))

12
Humour and Jokes / Re: What is your favorite joke?
« on: October 02, 2011, 06:03:54 pm »
Ashbad?

13
Lua / Re: MoonScript for Nspire
« on: October 02, 2011, 05:21:05 pm »
Yeah, cant wait :D

14
TI-Nspire / Re: Lua Monopoly
« on: September 27, 2011, 10:59:08 pm »
Ok, time for an update:
I've written a bit of code, but for the most part, I've just been completely drowned by school, and it's about all I can do to just stay on top of all that, so not much has been going on, and in the near future, I don't anticipate much more.

15
Site Feedback and Questions / Re: How we can improve Omnimaga?
« on: September 19, 2011, 11:14:20 pm »
I know some people criticized some features, such as the rating system, so I need to know what we could do to improve Omnimaga so it would be more friendly and more drama-less. Any ideas are welcome.

Thanks.
I think that adding politics to the list of things to not discuss here would be a good idea, seeing all of the flaming and locking of the recent politics topic.
Nah... we've been able to handle these kinds of topics before. I think we just need better moderation - not to put any more pressure on you guys - but just a bit more emphasis on those hot topics. If we can handle religion topics, surely we can handle politics, right? :)
But aren't religion topics disallowed?
Yeah, and so are politics threads. I personally think they're about the same in flame-friendliness.
Omnimaga is very good as it is.  The recent problems are not caused by Omnimaga, but by trolls who don't like contributing constructively or by misunderstandings.  We must all figure out what exactly someone is saying before accusing them of something, and listen to his side of the argument.  To prevent events from snowballing, these debates should be discussed via PM as well.  If we all do this, there shouldn't be problems except with deliberate trolls, which is what the banhammer is for.  :P
We don't want to use bans too much though.
Oh, I see. Thanks for the clarification :)
And the non-negative post system actually sounds pretty good, nice way of rewarding helpfulness and hard work.

Pages: [1] 2 3 ... 32