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

Pages: 1 ... 30 31 [32] 33 34 ... 40
466
Official Contest / Re: TI-Concours 2014
« on: February 02, 2014, 03:13:56 pm »
And when?

467
TI Z80 / Re: Easter Calculator
« on: February 02, 2014, 12:55:35 pm »
Wait wow, I didn't know Easter was determined like that lol. Anyway, nice :D
I thought it was first sunday after first fullmoon after the astronomic beginning of spring ???

It is.

The Paschal Full Moon is basically that. The first full moon after the astronomic beginning of spring.

468
Official Contest / Re: TI-Concours 2014
« on: February 02, 2014, 12:48:27 am »
NoelTheBest, I'm done with mine.

I went with the MIND name, and I have a title screen, instructions, a sidebar, fast wincheck, and all on the homescreen. (No AI, though. :( )

When should I upload it, and how?

469
TI Z80 / Re: Easter Calculator
« on: February 01, 2014, 10:11:01 pm »
OK, here's the code that should eliminate all rounding errors (unoptimized):

Code: [Select]
:int(Y/ᴇ2
:50-30fPart((11(1+19fPart(Y/19))-Ans+int(Ans/4)+int(8(Ans+11)/25))/30
:If Ans=50 or Ans=49 and 11≤19fPart(Y/19
:Ans-1
:round(Ans+7-7fPart((int(23(3+(Ans>31))/9)+Ans-31(Ans>31)+2+Y+int(Y/4)-int(Y/ᴇ2)+int(Y/400))/7),0

Optmizing soon.

Oh, and Xeda? That's what the final line's round( is for. To eliminate rounding errors.

And I tested, and the dates are correct.

470
TI Z80 / Re: Easter Calculator
« on: January 31, 2014, 05:45:22 pm »
Not really.

There's so much math in calculating the Paschal Full Moon.

Once that is known, then Easter is the Sunday after.

471
TI Z80 / Easter Calculator
« on: January 31, 2014, 05:08:11 pm »
Here is code in TI-BASIC to calculate the day of Easter Sunday.
Code: [Select]
ClrHome
Input "YEAR?           ",Y
int(Y/E2             //Scientific E, not the variable E
50-30fPart((11(1+19fPart(Y/19))-Ans+int(Ans/4)+int(8(Ans+11)/25))/30
Ans+7-round(7fPart((int(23(3+(Ans>31))/9)+Ans-31(Ans>31)+2+Y+int(Y/4)-int(V/E2)+int(Y/400))/7),0
If Ans=50 or Ans=49 and 10<19fPart(Y/19
Ans-1
Disp sub("MARCHAPRIL",1+5(Ans>31),5
Output(3,7,round(Ans-31(Ans>31),0

Whaddaya think? Any improvements?

472
Art / Re: Font Contest CSE
« on: January 31, 2014, 09:29:11 am »
I'll extend to March?

473
TI-BASIC / Re: Ti 84+cse prgming questions
« on: January 29, 2014, 01:59:16 pm »
Well...I can't help you there.

I don't have much CSE experience either, and my recent practice with the BackgroundOn command was to no avail.

I just don't think it's fast enough.

474
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: January 28, 2014, 03:36:32 pm »
Quote
JWinslow23   Top 10 Days of The Week:
JWinslow23   #10: Monday
JWinslow23   #9: Wednesday
JWinslow23   #8: Thursday
JWinslow23   #7: Tuesday
JWinslow23   #6: Sunday
JWinslow23   #5: Saturday
JWinslow23   #4: And Friday
JWinslow23   #3: ...What the heck? There are no more days.
JWinslow23   #3: No, that's it. No more.
JWinslow23   #3!!!!!!! : ...
*   ben_g  likes saturday more than friday
JWinslow23   What more do you want?
JWinslow23   I CRAVE DAYS
JWinslow23   Well, I'll go now.
JWinslow23   DON'T YOU ****ING MOVE
*   JWinslow23  gets gun pointed at him
JWinslow23   Whoa...OK.
JWinslow23   I HAVEN'T KILLED A MAN SINCE 1984
JWinslow23   OK, just relax...
JWinslow23   DON'T TELL ME TO RELAX
JWinslow23   #3:
JWinslow23   Uhhh...Schmoozday?
JWinslow23   AND "COCK" GOES THE GUN
JWinslow23   Umm...I dunno, yesterday?
JWinslow23   ACCEPTABLE. NUMBER 2:
JWinslow23   Really?
JWinslow23   Wow.
JWinslow23   Umm...Tomorrow?
JWinslow23   AND NUMBER 1:
JWinslow23   ...
JWinslow23   Greenday?
JWinslow23   CONGRATULATIONS
JWinslow23   YOUR PURPOSE HAS BEEN FULFILLED
JWinslow23   TIME TO DIE
JWinslow23   Wait, wha
JWinslow23   *BANG*
*   JWinslow23  gets shot

475
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: January 28, 2014, 03:09:56 pm »
Quote
[2:02:04 PM]   JWinslow23   @sprite [3C43ABC3C324427E]
[2:02:05 PM]   RunerBot_   [SPRITE] \ █▄▄▄▄▄▄▄
[2:02:06 PM]   RunerBot_   [SPRITE] \ █▄▄█▄███
[2:02:06 PM]   dreamdragon   oh!
[2:02:06 PM]   RunerBot_   [SPRITE] \ ▄▄▄██▄▄▄
[2:02:07 PM]   RunerBot_   [SPRITE] \ ██▄▄▄▄██
[2:02:14 PM]   dreamdragon   stupid dense me!
[2:02:19 PM]   JWinslow23   Dream?!?!?!? :mad:
[2:02:26 PM]   JWinslow23   You cut him in half!
[2:02:27 PM]   dreamdragon   ?????
[2:02:32 PM]   dreamdragon   lol
[2:02:36 PM]   CalebH   got in the middle of the sprite! D:
[2:02:37 PM]   dreamdragon   rofl!

476
Official Contest / Re: TI-Concours 2014
« on: January 27, 2014, 06:46:15 pm »
I'll start!

Oh, and if we have enough room, we can make fancy stuff, right?

477
TI Z80 / Re: Snow Demo
« on: January 27, 2014, 06:38:10 pm »
Thanks. I got the idea from Builderboy.

478
TI Z80 / Re: Snow Demo
« on: January 26, 2014, 08:08:20 pm »
Possible.

479
Miscellaneous / Re: What is your avatar?
« on: January 26, 2014, 06:23:47 pm »
Mine is from Shutdown Mini.

480
TI Z80 / Re: Snow Demo
« on: January 26, 2014, 04:04:16 pm »
Go for it!  ;D

Pages: 1 ... 30 31 [32] 33 34 ... 40