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

Pages: 1 ... 79 80 [81] 82 83 ... 98
1201
Gaming Discussion / Re: Professionalism in Calculator Game Playing
« on: December 12, 2010, 05:24:48 am »
Btw it's possible to TAS a calculator game but it can be hard with no convenient savestates.
Doesn't SmartView have savestate support?

1202
General Calculator Help / IDList
« on: December 12, 2010, 05:21:59 am »
What is IDList? It appears on my calc when I use TI DeviceInfo, but I don't understand its purpose. I can't open it on-calc, but it seems like my calc ID is in IDList. Do other IDs appear in this list if I link and send IDs? Why is it useful to have a list of IDs? Did TI just decide to slap on another pointless feature? ???

1203
TI Z80 / Re: Athena: Calculator project installer
« on: December 12, 2010, 04:44:16 am »
To ungroup 8xg files with WinRAR do you just rename the extension ot .rar then extract the files? I wonder if the format is really that similar?
The file formats are completely different. Maybe there's some kind of plug-in for zipping programs?

1204
TI Z80 / Re: Formulum: Texas Instruments Version
« on: December 12, 2010, 04:41:10 am »
Maybe searching for quadratic won't find quadratic solvers with more clever/silly names (such as QuadSolv)?

1205
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: December 12, 2010, 04:40:01 am »
1074: You lose the game whenever you see "the", "lost", or "lose".

1206
Math and Science / Re: Stupid SaT math question
« on: December 12, 2010, 02:58:11 am »
Putting a 1 after a 1 results in 1 1, or 11. :3

1208
Humour and Jokes / Re: Ashbad Newsletter 1
« on: December 10, 2010, 04:39:04 pm »
that is one too.  Though I will probably remove this because people don't find it as funny as my IRL friends do, so meh.
I did find it funny D:

1209
Art / Re: 64xXX Humanoid Sprite
« on: December 10, 2010, 10:19:48 am »
I still use them from time to time when I post a large image that ends up too large in PNG format but looks terrible in GIF format. For pixel art it's not recommended, though, because of the lossy compression.
Yeah, that picture is almost like 52353462 levels of gray now... :P
OVER 9000???? That's impossible!!! ::P

Yes, .jpg addes images 999999*10^9 grayscale levels

What's that? Your post was a quote?
It looks like he accidentally his text inside your quote.

1210
The Axe Parser Project / Re: On-calculator app signing
« on: December 10, 2010, 09:49:56 am »
Is it completely gone, or is it just replaced with a more normal token?

1211
Other Calculators / Re: Boredom = "Stupid" Programs
« on: December 10, 2010, 09:48:14 am »
Code: [Select]
:ClrHome
:While 27
:Input "",Y
:Disp 27
:End
27 is a local meme at my school. If you're wondering why I used While 27, try typing the program into your calc while using a one-letter name, then look at the size ;D

1212
The Axe Parser Project / Re: On-calculator app signing
« on: December 10, 2010, 09:32:11 am »
The only problem with older 83+ OSes is that they have a different ASCII charmap I think, or something related to ASCII is different, and as result, certain games using some characters will only send on a calc running 1.15 or higher.
They are missing a few characters, namely ~@#$&`;\|_%. They were added to allow compatibility with the TI Keyboard. 1.16 also added a few characters, but they are rarely used. Some of them are the arrows, the … character and also ß, which is used in German.

1213
Other Calculators / Re: Where did you get your calcs from?
« on: December 09, 2010, 03:14:12 pm »
TI-84+SE: My mom bought it for me at a Swedish site named Tradera. I believe it's similar to Ebay.

1214
The Axe Parser Project / Re: On-calculator app signing
« on: December 08, 2010, 03:16:56 pm »
I remember seeing a math app for sale on some website, but I'm don't remember a lot of it... Other than that you had to download the trial app to get a code you had to enter on the website before you could purchase the app. The normal calc ID didn't work.

1215
News / Re: Omnimaga helps quadratic solver development
« on: December 08, 2010, 02:04:46 pm »
Menu 6 times, ah well:
Code: [Select]
0->A
Lbl ME
If A=6
Then
Goto CO
Else
A+1->A
Menu("   Ah Well :P   ","Press Enter",ME)
End
Lbl CO
"Continue
ClrHome
Disp "The Game.","You Lost"
Optimized (I think)
Code: [Select]
For(A,0,6
Menu("   Ah Well :P   ","Press Enter",A
Lbl A
End
ClrHome
Disp "The Game.","You Lost"

Pages: 1 ... 79 80 [81] 82 83 ... 98