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

Pages: 1 ... 74 75 [76] 77 78 ... 207
1126
Other / Re: New iPod nano: Another iPhone!
« on: September 18, 2010, 04:36:06 am »
The battery? Probably, though you'd have to order a new battery or something and do it yourself, which you could turn out doing something wrong (though I don't know if you can actually replace the battery). Other than that though you would have to send it in to get repaired, if they even repair that without charging you a lot of money.

1127
TI-BASIC / Re: Can't Figure Out Why This Doesn't Work :(
« on: September 18, 2010, 04:32:29 am »
Thanks :) I thought it was the boolean operation that was causing the problem but could never seem to get it to work. Though I still feel the problem is something really simple or a dumb mistake.

1128
News / Re: Axe Contest poll and judging starts
« on: September 18, 2010, 04:29:32 am »
Well I'm not saying TI-Connect is the answer. I'm just saying that's what I used and didn't have issues, at least the first time I did it. Someone who used TILP would probably be able to help you better.

1129
TI-BASIC / Re: Can't Figure Out Why This Doesn't Work :(
« on: September 18, 2010, 04:25:58 am »
Ya, I'm gonna make a homescreen one. I figured this way would be faster because each time a nine is placed down it is supposed to make the spots around it increase by one, unless that space is a nine. If I did it the other way wouldn't I have to fill it then scan the whole thing and fill them in as it goes? Which I'd have to check all the points for nines for each spot. Unless there is a simpler way.

1130
News / Re: Axe Contest poll and judging starts
« on: September 18, 2010, 04:13:31 am »
I didn't have any trouble, then again I use TI-Connect.

Side-Note:
Just a reminder about rule #3, try to use the "Modify" button unless you meet one of the exceptions.

1131
Other / Re: New iPod nano: Another iPhone!
« on: September 18, 2010, 03:54:17 am »
Honestly that new "Nano" looks like a glorified Shuffle.

As for the storage thing, I haven't ever heard of MP3 players using compression to hold things ??? They should hold the same amount of data as far as I'm concerned, not necessarily the same amount of songs though.

1132
TI-BASIC / Can't Figure Out Why This Doesn't Work :(
« on: September 18, 2010, 03:25:16 am »
I have been going over this code for like an hour and I can't figure out why it doesn't work properly :( I feel like the problem is something really dumb and simple but can't figure out what the issue is. To me it looks like it should work...but doesn't. Anywho, I'm rambling now...on to the code:

Code: [Select]
Prompt H,W,M
0→A
DelVar [A]
{H,W}→dim([A])
Repeat A=M-1
randInt(1,W)→X
randInt(1,H)→I
If [A](I,X)≠9
Then
For(Y,I-(I>1),I+(I<H)
For(Z,X-(X>1),X+(X<W)
If [A](Y,Z)=9 or IX=YZ \\I've tried all three Boolean Operations.
Then
9→[A](Y,Z)
Else
[A](Y,Z)+1→[A](Y,Z)
End
End
End
A+1→A
End
End

I realize it isn't optimized. I just am trying to get it working first.

I've tried almost everything I can think of but can't seem to track where the issue is :( Thanks everyone :)

Edit:
Guess it might help if I tell you actually what it is supposed to do :P

It is supposed to make a matrix that has nines as a center point with numbers surrounding it with no number value going above nine. Also, the number that surround the nines should equal the number of nines it is touching. *coughcough*

1133
Computer Programming / Re: TCL
« on: September 18, 2010, 03:14:20 am »
Ah ok, cool :)

1134
Introduce Yourself! / Re: Oops, forgot to introduce myself
« on: September 18, 2010, 03:12:45 am »
Welcome! Hope you've been enjoying it here. Hopefully you'll get some actual edible peanuts soon ;)

1135
Computer Programming / Re: TCL
« on: September 18, 2010, 03:02:33 am »
Ah ok. Cool. What are those two code examples you put?

1136
Computer Programming / Re: TCL
« on: September 18, 2010, 02:50:33 am »
Wait, so what is this exactly?

1137
TI Z80 / Re: Emulator in Flash (as in Macromedia Flash)
« on: September 18, 2010, 02:25:30 am »
Online TI emulators could be a good idea, but don't put it too public, I already see DMCA notices coming from everywhere.

And DJ, I don't really know a lot of public computers with Flash and Java blocked. I can watch YouTube and everything on school computers.
Weird, maybe things changed. In my case, Flash was usually uninstalled and blocked x.x

It probably just mostly depends where in the world you are and what public place you are. Like here I've never seen a computer with something other than websites blocked (besides like taking away certain computer things like command window and such).

1138
TI Z80 / Re: Blur - It's like fast tunnel, but with Nethams
« on: September 18, 2010, 02:19:58 am »
That is a really cool title screen!

1139
TI Z80 / Re: Emulator in Flash (as in Macromedia Flash)
« on: September 18, 2010, 12:01:01 am »
Ya, offline, that's what I meant. I just couldn't think of the word. I said in general because I thought all current ones were offline.

1140
TI Z80 / Re: Emulator in Flash (as in Macromedia Flash)
« on: September 17, 2010, 11:54:41 pm »
He means, I think, about ones like Wabbit. So just emulators in general.

Pages: 1 ... 74 75 [76] 77 78 ... 207