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.
Messages - calcdude84se
Pages: 1 ... 92 93 [94] 95 96 ... 161
1396
« on: August 21, 2010, 03:47:47 pm »
Oh, I know why it's happening. " and " is an 8-bit AND only. It only AND's the LSB, putting the MSB of the first argument into the MSB of the answer. So "-1 and 0" simplifies to "EFFFF and 0", which simplifies to "EFF00", since only the LSB is operated upon. What you need to do is use the 16-bit version, which, for AND, is the statplot dot. (Looks like a raised single pixel, pretty much).
1397
« on: August 21, 2010, 03:43:14 pm »
That sounds like it could work. Though it wouldn't necessarily be the next End, since If's don't count, not being looping constructs. Also, it would be nice to be able to specify how far out to go, possibly like "Goto End(3)" to break out of three loops. (This is constant, of course. "Goto End(X)" won't compile, just like "getKey(X)" won't.) What token would work after Goto for a continue, though, since there's more than one looping construct?
1398
« on: August 21, 2010, 01:49:36 pm »
Nice, except that will display the characters $00,$01,$02,$03,$05,$08,$0D,$15,$22,$37, and so on, not the numbers. Who wants to write a divby10 routine? (I will momentarily if no one else does)
1399
« on: August 21, 2010, 01:05:48 pm »
100,000 is a lot, and is about the number for TI's 83+ Series calcs too. They should last a while with a well-designed FS
1401
« on: August 21, 2010, 12:21:07 pm »
554. You use your calc as the interface to your PC. 555. You don't need a PC, you just use your calc, complete with WiFi
1402
« on: August 21, 2010, 12:17:56 pm »
That's understandable. A lot of the time I'll look at OmnomIRC and see only SpyBot messages Plus it eliminates having to be reminded of a new post on cemetech twice.
1403
« on: August 21, 2010, 12:14:39 pm »
Nice qazz. If only I could have been there I ought to do this sometime...
1404
« on: August 21, 2010, 12:12:47 pm »
Nice to see ElseIf and Else!If; that should help reduce some excess End's in programs. Keep up the good work!
1405
« on: August 21, 2010, 12:05:50 pm »
lol, same here DJ Nice find, though, definitely. I've never heard this before Edit: And btw, why is this in Randomness?
1406
« on: August 21, 2010, 11:29:00 am »
That, however, requires extra labels, and remember, Goto is bad Edit: It's less that Goto is bad than we have to come up with extra label names for somewhere we shouldn't need to
1407
« on: August 21, 2010, 11:05:36 am »
Then it's even less of a problem than I thought
1408
« on: August 20, 2010, 12:41:33 pm »
The Nspire screen is actually 320*240, and an analog TV screen (NTSC, anyway) is 640*480. Compacting 4 pixels of color to one of greyscale doesn't seem like it would be too difficult. Problems would only arise if one screen's dimensions weren't an integer multiple of the other.
1409
« on: August 19, 2010, 10:17:04 am »
Agreed. My main complaint about AAA's is their shorter lifespan and higher price, while an internal battery could be a bit difficult to replace when it wears out. Votes are 1-2-1-2-1 right now
1410
« on: August 19, 2010, 10:11:18 am »
Agreed. Fewer keys is better. On the other hand, we should consider how we'll type letters. We can either have it like TI (numbers by default, press and release a key to set alpha mode), have it switched so it's letters by default, we can have it so it's more like shift and caps lock than just a one-key caps lock. (Hold the alpha button and press a key rather than press and release the alpha button then press a key)
Pages: 1 ... 92 93 [94] 95 96 ... 161
|