526
TI-BASIC / Re: Number inversion
« on: November 13, 2012, 02:16:00 pm »
Oh you're right someone... I'll have a look into this tonight to find out what string manipulations tools we have again.
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. 526
TI-BASIC / Re: Number inversion« on: November 13, 2012, 02:16:00 pm »
Oh you're right someone... I'll have a look into this tonight to find out what string manipulations tools we have again.
527
TI-BASIC / Re: Number inversion« on: November 13, 2012, 01:58:46 pm »
No problem Also welcome to omni did you introduce yourself to get your free bag of ?
Heh, I should thank you too penguin. Just found out it comes in very handy in my project 528
TI-BASIC / Re: Number inversion« on: November 13, 2012, 01:48:57 pm »Maybe it differs from platform to platform? Anyway it can easily be cut off by dividing final by 10 when done.Your program adds a zero to the end of the number penguin.I guess it all depends on how your for loop works. But I fixed it to work on calculators. On topic, here's your program in it's entire form joao9856: Program style: Code: [Select] Define reverse(num)= Function style: Code: [Select] Define reversefunc(num)= If you just want to print the reversed number, use the program. If you want to perform arithmetic or something else with the reversed number use the function. 529
TI-BASIC / Re: Number inversion« on: November 13, 2012, 01:35:10 pm »
Your program adds a zero to the end of the number penguin.
530
News / Re: 2012 Apocalypse TI-83+/TI-84+ Programming Contest« on: November 13, 2012, 03:07:27 am »
I'm looking forward to see the results of this. Too bad I don't have a 84+ to join
531
Other Calculators / Re: Port this game to nspire?« on: November 12, 2012, 02:18:38 am »
Seems like a fun game to port
532
Math and Science / Re: Error-correction Hamming codes question...« on: November 10, 2012, 02:50:11 pm »
This sounds complicated, what course is this? All I see is that the screenie is from an nspire screen
533
News / Re: A new z80 calc... in color?« on: November 08, 2012, 02:58:01 pm »
Now this reminds me why calculators are epic I want this 0.0
[edit]^ maybe because it would be too much work to add another calc to the chart of approved calcs because of all the tests etc? 534
Minecraft Discussion / Re: My latest project (A minecraft mod)« on: November 08, 2012, 01:23:51 pm »
Augs look at my post 2 posts up. That's a nice tutorial. Like I said, just google around a bit.
535
Computer Programming / HTML to CSV« on: November 07, 2012, 01:30:31 pm »
I am in need of converting HTML tables to a CSV file. I was thinking of something like:
1. Look for <table></table> and remove everything outside of it 2. Remove any formatting tags like <a href=> etc. 3. Somehow put every <tr> on a new line and all <td> elements within that on the same line, seperated by a , (CSV ) Truth be told. I have no idea how to accomplish this. 536
Minecraft Discussion / Re: My latest project (A minecraft mod)« on: November 07, 2012, 07:21:42 am »
For modding you really just have to look around everywhere
First of all you need MCP: http://mcp.ocean-labs.de/index.php/MCP_Releases For tutorials, like I said you just have to scour around, but this one is very nice: JBond98s Modding tutorial 537
Computer Programming / Re: Reading files and processing contents« on: November 06, 2012, 02:11:27 pm »
Ah using name.equals(line) did the trick, thanks!
538
Computer Programming / Re: Reading files and processing contents« on: November 06, 2012, 02:01:56 pm »
I did run it through a debugger. That's what lead me to finding out that somehow if line == tikker, and name == tikker, line does not equal name.
[edit] I think it will return false because of your boolean in the while.Doesn't return just terminate the whole method? 539
Gaming Discussion / Re: Nothin' but Duke Nukem« on: November 06, 2012, 01:58:46 pm »
Neither do they show up in chrome.
540
Computer Programming / Re: Reading files and processing contents« on: November 06, 2012, 01:55:22 pm »
For some reason the line is not just a string or something like that. If I say line = "tikker"; it all works fine. However using the toString() method on the scanner also doesn't work.
|
|