Reviews :: RE: Kerm's Book
Author: KermMartian Posted: 12 Oct 2012 03:45:19 pm (GMT -5) ElectronicsGeek wrote: My copy arrived a few weeks ago, and I must say, it's fantastic. I like Kerm's writing style, and the exercises are...
View ArticleProgramming the TI-83 Plus/TI-84 Plus :: RE: "Programming the TI-83...
Author: parserp Posted: 12 Oct 2012 03:51:50 pm (GMT -5) I just got my copy, and I must say, stupendous. One thing though, when I opened it, I found a horribly glued/folded/cut paper about a free...
View ArticleTechnology & Calculator Open Topic :: RE: Interesting Spacial Topics
Author: seana11 Posted: 12 Oct 2012 03:53:05 pm (GMT -5) It seems as if ftl travel is describable using Einsteinian physics. Note that we cannot travel faster than light, just that there are two sets...
View ArticleProgramming the TI-83 Plus/TI-84 Plus :: RE: "Programming the TI-83...
Author: merthsoft Posted: 12 Oct 2012 03:55:22 pm (GMT -5) Unfortunately that's just one of the things Manning does--it's like that in a lot (all?) of their books._________________Shaun
View ArticleProgramming the TI-83 Plus/TI-84 Plus :: RE: "Programming the TI-83...
Author: KermMartian Posted: 12 Oct 2012 04:12:46 pm (GMT -5) merthsoft wrote: Unfortunately that's just one of the things Manning does--it's like that in a lot (all?) of their books. Yeah, I don't love...
View ArticleYour Projects :: RE: Antelope (formerly OPIA) - A Polymorphic z80 language
Author: shkaboinka Posted: 12 Oct 2012 04:46:56 pm (GMT -5) Compynerd255 wrote: Are there any plans for an Antelope IDE as a standalone program or as an IDE extension? The compiler will just be a...
View Articlez80 Assembly :: RE: Division in z80 assembly
Author: Xeda112358 Posted: 12 Oct 2012 04:56:34 pm (GMT -5) That is 11b, which is 3. That is the number that I was dividing by.
View Articlez80 Assembly :: RE: Division in z80 assembly
Author: ben_g Posted: 12 Oct 2012 05:18:24 pm (GMT -5) I actually meant the number behind the <=. First you use 1, the first digit, then 10, the first 2 digits, then 101, the first 3 digits, then...
View ArticleCasio Prizm/FX Development & Programming :: RE: Utilities for the Casio Prizm...
Author: flyingfisch Posted: 12 Oct 2012 06:36:06 pm (GMT -5) Is the new version PuINDEV5?_________________
View Articlez80 Assembly :: RE: Division in z80 assembly
Author: Xeda112358 Posted: 12 Oct 2012 06:37:22 pm (GMT -5) Because I subtract the 11 from 101, giving me 10. Rotate in the next bit, a 0, and you get 100
View ArticleGeneral Open Topic :: RE: Doctor Who and the Whoverse 2012 [Spoilers]
Author: AHelper Posted: 13 Oct 2012 02:13:27 am (GMT -5) gah, you beat me to posting that video -_-_________________I sleep under a pillow and stick my tongue out at you! °ᴥ°
View ArticleReviews :: RE: Kerm's Book
Author: ElectronicsGeek Posted: 13 Oct 2012 03:52:24 am (GMT -5) KermMartian wrote: ElectronicsGeek wrote: My copy arrived a few weeks ago, and I must say, it's fantastic. I like Kerm's writing style,...
View ArticleCasio Prizm/FX Development & Programming :: RE: Spenceboy98's OFFICIAL Prizm...
Author: matrefeytontias Posted: 13 Oct 2012 04:49:27 am (GMT -5) Can you also post the code where you define your texture please ? Also, I see that you don't free the variables you malloc'd before...
View ArticleWebsite :: RE: Suggestions
Author: JosJuice Posted: 13 Oct 2012 05:28:37 am (GMT -5) It would be nice if the bot (which one is being used? saxjax? DoorsCS?) in #prizm would announce all posts in Casio Prizm/FX Development &...
View ArticleCasio Prizm/FX Development & Programming :: RE: Spenceboy98's OFFICIAL Prizm...
Author: Spenceboy98 Posted: 13 Oct 2012 09:17:07 am (GMT -5) This is the texture: Code: const color_t texture[1458] = {...
View ArticleReviews :: RE: Kerm's Book
Author: KermMartian Posted: 13 Oct 2012 09:31:35 am (GMT -5) Do you think I might be able to induce you (and all the others of you who got the book from Amazon!) to write a short review on Amazon? I...
View ArticleGeneral Open Topic :: RE: Happy Birthday Qazz!
Author: KermMartian Posted: 13 Oct 2012 10:41:59 am (GMT -5) Happy birthday! Luckily you reminded me during Maker Faire; otherwise I might not have remembered._________________
View ArticleWebsite :: RE: Suggestions
Author: comicIDIOT Posted: 13 Oct 2012 10:44:10 am (GMT -5) It's DoorsCS and that may be intensive on either Cemetech or DoorsCS. For one, DoorsCS would have to check every post to find out it's forum...
View ArticleGeneral Programming :: New User Script has Issues
Author: pcb_master Subject: New User Script has IssuesPosted: 13 Oct 2012 11:29:19 am (GMT -5) I have an ssh server that has a user named newuser. When bash starts, I run this Lua script. Code: log =...
View ArticleGeneral Programming :: RE: New User Script has Issues
Author: Ashbad Posted: 13 Oct 2012 11:46:37 am (GMT -5) That's because io.read("*") is not valid. Some valid options are "*all", "*line", "*number", or a number constant to denote how many characters...
View Article