Search found 30 matches

by magicdanw
Sat 31 Jan, 2009 8:37 pm
Forum: Off Topic
Topic: Post Your Internet speeds
Replies: 42
Views: 122138

Re: Post Your Internet speeds

ImageBinghamton University WiFi *sob*
by magicdanw
Fri 09 Jan, 2009 10:53 pm
Forum: General TI Discussion
Topic: Where can I get Fast RPL?
Replies: 10
Views: 21537

Re: Where can I get Fast RPL?

Oh darn, I thought this was about something else. Yeah, Fast RPL exists on the 83+, the docs are in French, and I tried to learn it once. It looked interesting, but kind of buggy. I think that I got some documentation from the old site using WayBack Machine at archive.org. Good luck!
by magicdanw
Fri 05 Dec, 2008 11:49 pm
Forum: General TI Discussion
Topic: Where can I get Fast RPL?
Replies: 10
Views: 21537

Re: Where can I get Fast RPL?

I looked for it once, and found some info using archive.org (backups of the internets :D ). I probably ran across some copies of it, but never downloaded because I was just looking for an 83+ version, which was never finished.
by magicdanw
Wed 29 Oct, 2008 9:35 pm
Forum: Announce Your Projects
Topic: Reviving the Vera project!
Replies: 129
Views: 205220

Re: Reviving the Vera project!

Actually, it's about 3/4 that I'm interested in the project, and 1/4 that I know my CS 140 curriculum already, and I'm freakin bored! :twisted:
by magicdanw
Wed 29 Oct, 2008 9:44 am
Forum: General TI Discussion
Topic: Sending programs from 84+SE to 83+
Replies: 4
Views: 11506

Re: Sending programs from 84+SE to 83+

If one of you has somewhat low batteries, that can cause a problem. Because the voltage fluxuates, it might work at one time and not another. Or, could've been some dust in the port or something that was messing it up. Who knows?
by magicdanw
Wed 29 Oct, 2008 5:17 am
Forum: Announce Your Projects
Topic: Reviving the Vera project!
Replies: 129
Views: 205220

Re: Reviving the Vera project!

I'm kind of interested in the file system implementation. In Vera, will there only be a filesystem in flash memory, and all ram will considered volatile? Or will there also be a ram filesystem? I found this website, where someone describes a simple filesystem he/she wrote for a small computer (z80, ...
by magicdanw
Tue 28 Oct, 2008 3:10 am
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 271980

Re: Next version of xLIB - features?

The on-blocking thing seems like a respectable idea. Suppose there is a part of a game that saves data. What if you use the on-button to break the program in the middle of saving the game data? This could corrupt a save game file.
by magicdanw
Tue 28 Oct, 2008 2:51 am
Forum: Announce Your Projects
Topic: Reviving the Vera project!
Replies: 129
Views: 205220

Re: Reviving the Vera project!

If anyone can point me in a direction that needs work, I might be interested in helping out...
by magicdanw
Sat 28 Jun, 2008 5:45 pm
Forum: Off Topic
Topic: Suspiciously bot-like new members?
Replies: 9
Views: 10303

Dwedit wrote:No girls on the internets!
Careful... :)
by magicdanw
Sun 30 Sep, 2007 4:11 am
Forum: General TI Discussion
Topic: I just got this email:
Replies: 16
Views: 30027

I once wrote Oblivion on the TI-83+ in BASIC. Of course, I'd never played the game, and based it entirely on my friend's description of "You go places and there's 3D graphics." So, the game was a menu, where you could: 1. Go somewhere -> Goes back to the menu again. 2. Don't go somewhere -...
by magicdanw
Wed 26 Sep, 2007 4:25 am
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 271980

Vuurrobin said to include the routine to check if it's installed in the readme, not in the app. He meant to write the basic code you need to check in the readme file. So he wasn't saying that xlib doesn't currently have a routine, and he wasn't saying xlib should check if itself doesn't exist. He wa...
by magicdanw
Tue 25 Sep, 2007 4:32 am
Forum: Programming Help
Topic: [TI ASM] TASM 3.2 Compiling Error
Replies: 9
Views: 9225

Did you try doing a period before the first end, but not the second?

.end
end

I've seen it in source files, and they compile fine on my computer.
by magicdanw
Tue 18 Sep, 2007 9:19 pm
Forum: General TI Discussion
Topic: Fix to (hopefully) make this forum active again
Replies: 33
Views: 50975

It seems that every time I come up with a genuine idea that hasn't been made for the calc before, someone beats me to it or I find out that it was already made awhile ago I know what you mean. I was working on CalcUtil for a while before releasing the first version, and a few days before I released...
by magicdanw
Tue 18 Sep, 2007 3:32 am
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 271980

I know that DoorsCS has a mouse routine for assembly programs to use. If KermMartian wanted to, he could probably add a parser hook to his app that let basic programmers use the mouse too. However, I think he's got his hands full right now, what with his hosting company disappearing and taking his s...
by magicdanw
Mon 17 Sep, 2007 5:59 pm
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 271980

Yes, but during grayscale you'll call real(50 every other line, so it would still slow things down and offset the benefits of not parsing real numbers each time.