Show Posts

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 - ZippyDee

Pages: 1 ... 24 25 [26] 27 28 ... 51
376
Miscellaneous / Re: What is your avatar?
« on: May 10, 2011, 05:00:12 pm »
My new Avatar is Raz from one of the greatest video games ever.

377
Music Showcase / Nothing At All
« on: May 10, 2011, 04:59:27 pm »
Here's a song that I wrote with my friend. I wrote the words and we collaborated on the music, but he's a better guitarist, so this is him in the recording. I'm a better singer but we live two states away, so this is all him.

http://soupinabox.com/nothingatall.mp3

378
OmnomIRC Development / Re: OmnomIRC Dev Ideas
« on: May 10, 2011, 01:29:12 am »
Of course, logs should definitely be stored normally. But fixing the char issue would be GREAT. :D

379
OmnomIRC Development / Re: OmnomIRC Dev Ideas
« on: May 10, 2011, 01:25:28 am »
I think your "line:kick:kicker:kicked:message" example is missing the "kicked" part...

But I think that would be a great way to go. That would surely lighten the load on omnimaga.

Also, I think part/quit shouldn't be merged.

380
Miscellaneous / Re: Indifference to Death...
« on: May 09, 2011, 07:21:58 pm »
Well that's nice to know my mental state is not completely absurd. Thanks.

381
Miscellaneous / Indifference to Death...
« on: May 09, 2011, 07:07:12 pm »
My grandmother died this morning around 9:45. We knew it was coming, as she'd been getting weaker and weaker by the day, and could no longer even swallow food on her own. Two days ago she stopped being able to breathe without assistance. My mom and her brother decided it was time to just stop the assisted oxygen and let her pass. I'm still not sad. Though now I feel bad about not feeling bad about her death...I don't know why I'm posting this here. I guess I just needed to let it out.

382
The Axe Parser Project / Re: Axe Library : AxeLib7
« on: May 09, 2011, 06:33:23 pm »
I figured that was the case. Too bad. That would be a very useful feature... Also, I hadn't thought about placing it at the top for initializations. Though most things I use don't have anything to initialize...

383
TI-BASIC / Re: How to find an Adjacency Matrix
« on: May 09, 2011, 02:44:56 pm »
An adjacency matrix is a matrix representation of a graph...How do you intend to find an adjacency matrix of matrix?

384
The Axe Parser Project / Re: Library in Axe
« on: May 09, 2011, 11:04:30 am »
Yeah, and if you're only using maybe one routine from it, it's most likely a lot more worth it to just take the time to rewrite the whole thing from the library into your program instead of including. It'll save you (and everyone else) a lot of space.

385
The Axe Parser Project / Re: Features Wishlist
« on: May 09, 2011, 09:53:07 am »
Unless it goes to another routine that has a return...

386
The Axe Parser Project / Re: Features Wishlist
« on: May 09, 2011, 09:49:43 am »
My wish: Axe does only include routines in included files if they're called. All routines end in return, so it won't be too hard to implement....
Not true...sometimes people end routines in Goto. It's certainly not as simple as just looking for a return after a label. There's a lot more that has to be taken into account.

387
The Axe Parser Project / Re: Features Wishlist
« on: May 09, 2011, 09:40:34 am »
I have to agree with Deep Thought on this one...If you're going to require something, make it a uniform requirement. Also, make sure it's a logical requirement... I personally think If statements are fine the way they are. However, I can understand adding parentheses to other commands that already prompt you for parentheses such as For( and Output(.

388
The Axe Parser Project / Re: Library in Axe
« on: May 09, 2011, 09:37:22 am »
What you have is a library. A library is just a collection of routines. Just because something is a library, it doesn't mean it will take up less space.

389
The Axe Parser Project / Re: "Library" in Axe
« on: May 09, 2011, 09:35:34 am »
The compiled program runs completely separate from the Axe Parser. There is no way for you to really include all of your functions without it taking up so much space. The only way to possibly make them any smaller would be to write them in pure optimized assembly, not Axe.

EDIT: I think this is a fine subforum for this post...It is about Axe libraries.

390
The Axe Parser Project / Re: "Library" in Axe
« on: May 09, 2011, 09:32:23 am »
Yeah, that would be useful...
* ZippyDee thinks there's a very good place to bring that up SOMEWHERE on this forum...I wonder where that could be?

Pages: 1 ... 24 25 [26] 27 28 ... 51