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

Pages: 1 [2] 3
16
News / Re: Somebody set up us the bomb
« on: February 20, 2011, 05:43:21 pm »
Congratulations you guys. :)

17
Hello, I want to use java at home, and I'm trying to download eclipse right now, unless if you guys think netbeans is better :P

anyways, I suck at knowing all of these things how to install libraries and such, anyone know of a simple graphics library that can do 3D, and is easy to install?
You shouldn't be using Java for anything 3D - it's just too slow/memory-intensive for that. That's my opinion though.

well, I'm talking simple 3D, like minecraft 3D.
Well, still - you'd better be off learning C++ IMO. ;)

18
I'd do:

Code: [Select]
        int difficultyLevel = inputScanner.nextInt();
        while (difficultyLevel<0 || difficultyLevel>1000)
        {
            System.out.println("Invalid Difficulty");
            difficultyLevel = inputScanner.nextInt();
        }
:)

19
One more thing: when the difficulty input is invalid, the program says so, but doesn't actually do anything - it just continues with the invalid input. :)

20
Hello, I want to use java at home, and I'm trying to download eclipse right now, unless if you guys think netbeans is better :P

anyways, I suck at knowing all of these things how to install libraries and such, anyone know of a simple graphics library that can do 3D, and is easy to install?
You shouldn't be using Java for anything 3D - it's just too slow/memory-intensive for that. That's my opinion though.

21
I'd avoid creating a scanner each and every time you need to read something - once is enough. :)

22
News / Re: TI-Nspire CX - The Next Generation
« on: February 20, 2011, 12:55:43 pm »
Then again, if it has proper programming, we won't need TI-84+ emulation. ;)

23
Introduce Yourself! / Re: Why, hello there!
« on: February 20, 2011, 11:38:54 am »
Thanks everyone! :)

24
Welcome to Omnimaga! Here's your obligatory peanuts - I had too many anyways. :)
!peanuts

25
News / Re: TI-Nspire CX - The Next Generation
« on: February 20, 2011, 11:36:33 am »
Judging by the pictures, I'd guess it's just a regular Nspire including a colour screen and wi-fi - as such I'd expect it to have nearly the same OS. :)

26
News / Re: TI-Nspire CX - The Next Generation
« on: February 20, 2011, 06:42:56 am »
https://bulletin.tinspire.ti.com/

Did anyone say unconfirmed? :)

Edit: In case it goes down:


Found it yesterday, but couldn't register.
Have you tried?
Unfortunately not, registrations are closed. Couldn't find any other way in so far too.

27
News / Re: TI-Nspire CX - The Next Generation
« on: February 20, 2011, 06:05:38 am »
https://bulletin.tinspire.ti.com/

Did anyone say unconfirmed? :)

Edit: In case it goes down:

28
Looks like it's on Kotaku too, congrats! :)

29
News / Re: TI-Nspire CX - The Next Generation
« on: February 19, 2011, 04:07:37 pm »
Look what I found:


The top website already has it removed from the article list.

30
News / Re: TI-Nspire CX - The Next Generation
« on: February 19, 2011, 03:52:33 pm »
I'm a bit skeptical, but that just might be because I've just bought a new Nspire a few days ago, and am in denial. :o

Pages: 1 [2] 3