Technology & Calculator Open Topic :: RE: Buttons respond late
Author: benryves Posted: 09 Apr 2013 11:00:52 am (GMT -5) Once you have typed the program in you need to run it with Asm(prgmPRGMNAME rather than just prgmPRGMNAME (where PRGMNAME is the name you gave...
View ArticleTechnology & Calculator Open Topic :: RE: Buttons respond late
Author: KermMartian Posted: 09 Apr 2013 11:01:47 am (GMT -5)dmnkhnngs wrote:I dont know about assembly or how to use it :/ Can't i download the programm from somewhere? Just type in the program I gave...
View ArticleTechnology & Calculator Open Topic :: RE: Buttons respond late
Author: dmnkhnngs Posted: 09 Apr 2013 11:30:02 am (GMT -5) why on homescreen "do AsmCmp(prgmA,prgmB), and then run Asm(prgmB"? I have no prgmB? __ I did run prgmB now, but it says ERR:SYNTAX 1: Quit
View ArticleCasio Prizm/FX Development & Programming :: RE: Utilities for the Casio Prizm...
Author: gbl08ma Posted: 09 Apr 2013 11:37:11 am (GMT -5) I haven't forgotten about this add-in, but it's development is paused for now as I'm busy with other things, and after I formatted my Linux...
View ArticleTechnology & Calculator Open Topic :: RE: Buttons respond late
Author: KermMartian Posted: 09 Apr 2013 11:42:14 am (GMT -5) AsmComp(prgmA,prgmB creates prgmB from prgmA. Although as Benryves pointed out, you don't even need to perform the squishing step; you can...
View ArticleTechnology & Calculator Open Topic :: RE: Buttons respond late
Author: dmnkhnngs Posted: 09 Apr 2013 11:45:39 am (GMT -5) Okay. I tried Asm(prgmA it just says "Done"
View ArticleSourceCoder :: RE: Announcing SourceCoder 3: Closed Alpha
Author: AHelper Posted: 09 Apr 2013 12:34:32 pm (GMT -5) There should be a close settings bar on jsTIfied. It only has a close emulator one for me._________________Aww, it's a puppy °ᴥ°...
View ArticleProgramming the TI-83 Plus/TI-84 Plus :: RE: "Programming the TI-83+/TI-84+"...
Author: deckster.s1 Subject: I just wrote my reviewPosted: 09 Apr 2013 08:04:50 pm (GMT -5) I just wrote a review of your book on Amazon. Excellent book! I am a student at Millersville University...
View ArticleProgramming the TI-83 Plus/TI-84 Plus :: RE: "Programming the TI-83+/TI-84+"...
Author: DShiznit Posted: 09 Apr 2013 08:20:44 pm (GMT -5) If you get it onto the Google Play store I still have $19 in credit._________________Signature image removed for anti-Semitic imagery.
View ArticleFreeBuild, LEGO, and Minecraft :: RE: TBG/Freebuild: Status Update
Author: DShiznit Posted: 09 Apr 2013 08:27:11 pm (GMT -5) I heard you mention you might use Bullet for physics? Also, since you're writing your own engine from scratch, would it be possible to compile...
View ArticleSourceCoder :: RE: Announcing SourceCoder 3: Closed Alpha
Author: KermMartian Posted: 09 Apr 2013 08:42:32 pm (GMT -5)willwac wrote:Is the first character a vertical bracket? The "|" symbol is called a pipe._________________
View ArticleSuggestions :: RE: Plain background emulator
Author: gevank Posted: 09 Apr 2013 09:01:15 pm (GMT -5) You guys are awesome! It never occurred to me to re-size the browser - it works perfectly! And then the white screen idea I hadn't thought of...
View ArticleTI-Freak8x :: RE: TI-84+CSE: Checkers
Author: KermMartian Posted: 09 Apr 2013 09:26:54 pm (GMT -5) As I told you over SMS, looks great! I like the ability to change the cursor color to something that suits your fancy (and looks good...
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: KermMartian Posted: 09 Apr 2013 09:52:07 pm (GMT -5)elfprince13 wrote:Are you already using double precision? Because it seems like very poor model design indeed if you need astronomical-scale...
View ArticleTI-Freak8x :: RE: TI-84+CSE: Checkers
Author: DJ_O Posted: 09 Apr 2013 10:00:07 pm (GMT -5) By the way shouldn't the TI-Freakware text always be black and green like the site? _________________Retired 83+ coder, Omnimaga/TIMGUL founder....
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: elfprince13 Posted: 09 Apr 2013 10:12:47 pm (GMT -5) oh okay. What are you taking a determinant of that is yielding zero? That sounds like a degenerate triangle and/or some inappropriately...
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: KermMartian Posted: 09 Apr 2013 10:15:34 pm (GMT -5) Yes, all quads. Here's the code in question. tri is a 3x3 array, rows are points, columns are [x, y, z]. Given a known x and y or x and z or...
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: elfprince13 Posted: 09 Apr 2013 10:22:16 pm (GMT -5) can you give some example inputs producing success and failure modes? Just to clarify: tri is a matrix of row vectors defining a triangle,...
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: KermMartian Posted: 09 Apr 2013 11:16:14 pm (GMT -5) Tri is a matrix of row vectors defining a triangle. [x, y, z] are cartesian coordinates missing one of the coordinates. The desired output...
View ArticleCemetech Labs :: RE: Google Earth -> LDraw/Minecraft ("Voxel" Decomp
Author: elfprince13 Posted: 10 Apr 2013 06:54:21 am (GMT -5) What matrix are you trying to take the determinant of? Because that is almost certainly not the formula for a 3x3 determinant. WabbitEmu...
View Article