Technology & Calculator Open Topic :: RE: First Hands-On Week with the TI-84+CSE
Author: merthsoft Posted: 26 Feb 2013 09:14:51 am (GMT -5) Can you discuss the picture format? How is the data laid out, etc._________________Shaun
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Xeda112358 Posted: 26 Feb 2013 09:51:47 am (GMT -5) The program is now uploaded to the archives Here is a screenshot:
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Pseudoprogrammer Posted: 26 Feb 2013 10:03:04 am (GMT -5) Recursive division algorithm is best algorithm.
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Xeda112358 Posted: 26 Feb 2013 10:04:22 am (GMT -5) Are you talking about the one where you divide regions of the screen and make subdivisions iteratively until you have a maze?
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: merthsoft Posted: 26 Feb 2013 10:04:27 am (GMT -5) You should make your dude a little smaller than the width of the path so he sticks out more._________________Shaun
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Pseudoprogrammer Posted: 26 Feb 2013 10:05:46 am (GMT -5) Yes. You have a box. Split it in two, punch a hole through the divide. Split the two subboxes in two, punch a hole through their...
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Xeda112358 Posted: 26 Feb 2013 10:08:00 am (GMT -5) Should I then put a cap on the size of the path? I would make it a minimum of 3 pixels wide and that should help. The adjustment would be...
View ArticleYour Projects :: RE: Command-Line OS in Hybrid TI-BASIC
Author: Xeda112358 Posted: 26 Feb 2013 10:10:37 am (GMT -5) Hmm, that does sound like a bit of a problem. I don't think there is any code in the PopUp routine that can cause such a problem. It is...
View ArticleGeneral Programming :: RE: Lua/HTML5 Web IDE
Author: flyingfisch Posted: 26 Feb 2013 10:12:26 am (GMT -5) It doesn't seem to like loops..._________________
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: merthsoft Posted: 26 Feb 2013 10:14:52 am (GMT -5) I don't think a cap is necessary; I guess what I'd do is make it so it's 2 less wide-and-tall than the walls, until the walls are as small as...
View ArticleGeneral Programming :: RE: Random Maze Generation (Grammer)
Author: Xeda112358 Posted: 26 Feb 2013 10:19:09 am (GMT -5)merthsoft wrote:I don't think a cap is necessary; I guess what I'd do is make it so it's 2 less wide-and-tall than the walls, until the walls...
View ArticleTechnology & Calculator Open Topic :: RE: First Hands-On Week with the TI-84+CSE
Author: TheStorm Posted: 26 Feb 2013 10:48:55 am (GMT -5)merthsoft wrote:Can you discuss the picture format? How is the data laid out, etc. From what I understand it is identical to the old pic format...
View ArticleYour Projects :: RE: Command-Line OS in Hybrid TI-BASIC
Author: Roguebantha Posted: 26 Feb 2013 11:01:04 am (GMT -5) No, not at all, none of these bugs are. I had one in which dim(67,{42, which should be returning the quote ( " ) was instead returning the...
View ArticleYour Projects :: RE: Command-Line OS in Hybrid TI-BASIC
Author: Xeda112358 Posted: 26 Feb 2013 11:06:54 am (GMT -5) Hmm, actually, I think I might know what is going wrong here. I may or may not have caught it yet because another command had a similar bug...
View ArticleYour Projects :: RE: Command-Line OS in Hybrid TI-BASIC
Author: Roguebantha Posted: 26 Feb 2013 11:13:42 am (GMT -5) Ah, I see. Well, the point is moot now anyway, considering that dim(65,42 is smaller than dim(67,{42 Any idea about the other one? It just...
View ArticleYour Projects :: RE: Command-Line OS in Hybrid TI-BASIC
Author: Xeda112358 Posted: 26 Feb 2013 11:21:42 am (GMT -5) ooh, that is really weird. Are you able to move the cursor to those other options?
View ArticleYour Projects :: RE: (Attempting) A Port of a TI-81 Hangman Game (ASM)
Author: ghest1138 Posted: 27 Feb 2013 11:21:48 am (GMT -5)ti81.inc wrote: _tokenStrings .equ 6C5Bh ; Start of token strings (used by PutTokString and similar routines)you can use FindNthFlagStr to look...
View ArticleCasio Prizm/FX Development & Programming :: RE: Introducing FX-CG[UI] and...
Author: flyingfisch Posted: 27 Feb 2013 11:29:38 am (GMT -5) seems i have python 3:Code: flyingfisch@Office-Optiplex-745:~/Downloads/tari-fx-cg-ui$ sudo apt-get install python3[sudo] password for...
View ArticleCasio Prizm/FX Development & Programming :: RE: Useful Prizm Routines
Author: blue_bear_94 Posted: 27 Feb 2013 11:32:49 am (GMT -5) Not sure if already done, but these routines re-implement the pow function without using math.h (since including it didn't work for...
View ArticleCasio Prizm/FX Development & Programming :: RE: Introducing FX-CG[UI] and...
Author: Tari Posted: 27 Feb 2013 11:35:14 am (GMT -5)flyingfisch wrote:Same with pyqt: ... There's probably a -dev package for it that provides pyuic, then. Depend on what your distribution is. On...
View Article