511
Lua / Re: Doodle Jump in Lua
« on: December 02, 2012, 11:46:06 am »
What bug are you fixing? I was reading your code and saw "-- fix of TI Bug...."
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. 511
Lua / Re: Doodle Jump in Lua« on: December 02, 2012, 11:46:06 am »
What bug are you fixing? I was reading your code and saw "-- fix of TI Bug...."
512
News / Re: Casio will Release a new Classpad fx-CP400 with color screen!« on: November 30, 2012, 02:10:54 am »
this looks interesting. Reminds me of that TI PLT.
513
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 29, 2012, 04:24:13 am »
I guess it would be doable wouldn't it? They do exist: http://www.displaylink.com/shop/monitors
and http://www.trustedreviews.com/aoc-e2251fwu-22in-usb-monitor_Monitor_review Imagine your nspire with 22" full HD screen 514
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 29, 2012, 02:55:59 am »
Is this only a GUI browser or also linux with GUI (judging from the last screen I guess it is?)
515
Other Calculators / Re: Need Help! Battery for PLT-SSH1« on: November 25, 2012, 07:26:30 am »Well, you can find a whole lot more of technical info here : http://www.datamath.org/Graphing/PLT-SHH1.htmThat Sketch feature is awesome. It would be epic to own one of these 516
Other Calculators / Re: Need Help! Battery for PLT-SSH1« on: November 25, 2012, 05:58:38 am »
That's quite a big screen. Is this an nspire prototype or z80/68k?
P.S. Dutch label on the battery 518
Lua / Re: Updating WZGUILib« on: November 20, 2012, 02:09:55 am »
I hope it will be an easy fix. This project is becoming quite big now isn't it? I wish I could find some time to mess around with it and create something.
519
TI-BASIC / Re: Number inversion« on: November 16, 2012, 02:23:02 am »I guess something like that should work, its just that i never worked with functions before...It's really simple A program just runs and then terminates. You can't do anything with it so to say. Functions however return a value. So say you have the following situation: Code: [Select] Define main()= Code: [Select] Define main()= The program just does a+b and then stops. The function does a+b and returns the answer (7).Not sure anymore if functions need a return or not? 520
Introduce Yourself! / Re: Hello Everyone« on: November 15, 2012, 10:56:44 am »
Moar And welcome to omni. What great things do you have in your mind?
521
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 15, 2012, 04:08:23 am »
All I can say each time is how awesome this is . I really need to get some mini-usb > usb cables and a hub
522
Lua / Re: Ti RPG 2 done in Lua (V0.06)« on: November 15, 2012, 04:00:27 am »
So how are things going with porting this? Haven't seen a lot of activity lately
523
Other / Re: $820 in 3d softwares for free!« on: November 14, 2012, 11:21:57 am »
You can also go to the shop and sort by price: http://www.daz3d.com/shop/daz-originals?dir=asc&order=price
524
Other / Re: $820 in 3d softwares for free!« on: November 14, 2012, 11:04:15 am »
Had this for quite some time now, this is indeed very awesome
525
Computer Programming / Re: HTML to CSV« on: November 14, 2012, 02:38:26 am »
Well the only language I'm somewhat good at is Java (I'm learning C++ but that is far from complete ) so I'll just mess around a bit and post any progress here I guess.
[edit] Reading it in is quite easily done with scanner (which I found out after messing around way too long with BufferedReader, thanks BuilderBoy). The table is easily isolated too by splitting the string at the <table> and </table> tags. |
|