Page 16 of 48

Re: Count to 5000

PostPosted: November 17th, 2018, 1:22 pm
by Super Luigi!
747. It's only a matter of time.

Re: Count to 5000

PostPosted: November 18th, 2018, 7:34 am
by OneOf99
748

By the way, to answer the question of how many palindromes there are between 1 and 5000, I wrote a small program to help determine that. The answer is 148 (small number in my opinion). You can see the full list of numbers in the spoiler.

Spoiler!
Total: 148

[1, 2, 3, 4, 5, 6, 7, 8, 9, '11', '22', '33', '44', '55', '66', '77', '88', '99', '101', '111', '121', '131', '141', '151', '161', '171', '181', '191', '202', '212', '222', '232', '242', '252', '262', '272', '282', '292', '303', '313', '323', '333', '343', '353', '363', '373', '383', '393', '404', '414', '424', '434', '444', '454', '464', '474', '484', '494', '505', '515', '525', '535', '545', '555', '565', '575', '585', '595', '606', '616', '626', '636', '646', '656', '666', '676', '686', '696', '707', '717', '727', '737', '747', '757', '767', '777', '787', '797', '808', '818', '828', '838', '848', '858', '868', '878', '888', '898', '909', '919', '929', '939', '949', '959', '969', '979', '989', '999', '1001', '1111', '1221', '1331', '1441', '1551', '1661', '1771', '1881', '1991', '2002', '2112', '2222', '2332', '2442', '2552', '2662', '2772', '2882', '2992', '3003', '3113', '3223', '3333', '3443', '3553', '3663', '3773', '3883', '3993', '4004', '4114', '4224', '4334', '4444', '4554', '4664', '4774', '4884', '4994']

Re: Count to 5000

PostPosted: November 18th, 2018, 9:10 am
by PegasusMan
749.

Nice job, One! I'm very interested in how your program works; could you please explain the details to aid me in my confusion?

Re: Count to 5000

PostPosted: November 18th, 2018, 10:57 am
by Cyclone
750.

Re: Count to 5000

PostPosted: November 18th, 2018, 11:55 am
by Simion32
751.

Re: Count to 5000

PostPosted: November 18th, 2018, 1:07 pm
by Mattrizzle
752.

Re: Count to 5000

PostPosted: November 18th, 2018, 4:38 pm
by OneOf99
753.

I just cut the number in half (rounding down if the number has an odd number of digits), flip the second half, and see if they are equal. If they are equal I add them to a list that gets spit out at the very end. It took only about 5 minutes to code since this was a pretty simple thing to check for.

Re: Count to 5000

PostPosted: November 19th, 2018, 3:38 am
by PegasusMan
754.

Very interesting! I've always been fascinated by code, though I consider myself a noob when it comes to coding manually...

Re: Count to 5000

PostPosted: November 19th, 2018, 6:02 am
by Simion32
755.

Re: Count to 5000

PostPosted: November 19th, 2018, 6:06 am
by Cyclone
756.

Re: Count to 5000

PostPosted: November 19th, 2018, 1:26 pm
by Super Luigi!
757. Be comfortable in your own skin instead of someone else's.

Re: Count to 5000

PostPosted: November 19th, 2018, 2:48 pm
by Mattrizzle
758.

Re: Count to 5000

PostPosted: November 20th, 2018, 7:34 am
by Cyclone
759.

Re: Count to 5000

PostPosted: November 20th, 2018, 11:17 am
by Simion32
760.

Re: Count to 5000

PostPosted: November 20th, 2018, 11:53 am
by Mattrizzle
761.

Re: Count to 5000

PostPosted: November 20th, 2018, 12:01 pm
by Cyclone
762.

Re: Count to 5000

PostPosted: November 20th, 2018, 2:13 pm
by Super Luigi!
763. Raviolis are amazingly tasty.

Re: Count to 5000

PostPosted: November 20th, 2018, 6:45 pm
by OneOf99
764. Can I get a RIGATONI in the chat?

Re: Count to 5000

PostPosted: November 21st, 2018, 10:33 am
by Cyclone
765.

Re: Count to 5000

PostPosted: November 21st, 2018, 11:57 am
by PegasusMan
766.

I love them tubular pastas!

Re: Count to 5000

PostPosted: November 21st, 2018, 12:06 pm
by OneOf99
767.

I mistook the number of posts Super Luigi had for his join date and for a second there I thought it said he joined in 1982. Got me wondering quite a bit there :facepalm:

Re: Count to 5000

PostPosted: November 21st, 2018, 12:50 pm
by Cyclone
768.

Re: Count to 5000

PostPosted: November 21st, 2018, 1:59 pm
by PegasusMan
769.

According to that logic, One, I joined in 188. Only rainbowsprinklez has me beat...

EDIT: Joined in 189 now... cause this post.

Re: Count to 5000

PostPosted: November 21st, 2018, 2:02 pm
by Super Luigi!
770. I'm glad to see such conversation.

Re: Count to 5000

PostPosted: November 22nd, 2018, 4:00 am
by OneOf99
771. We have to keep this thread going somehow, SL!

Re: Count to 5000

PostPosted: November 22nd, 2018, 9:17 am
by Super Luigi!
772. Usually, I'm the only one who speaks, unless you and PegasusMan appear.

Re: Count to 5000

PostPosted: November 22nd, 2018, 10:12 am
by Cyclone
773.

Re: Count to 5000

PostPosted: November 22nd, 2018, 11:00 am
by Simion32
774.

DELTA UPDATE: http://dkca.net/f/p44401
I've got a new download guys!! ;)

Re: Count to 5000

PostPosted: November 22nd, 2018, 11:18 am
by Cyclone
775.

Re: Count to 5000

PostPosted: November 22nd, 2018, 1:00 pm
by Super Luigi!
776. Congratulations, Sir Simion32!

Re: Count to 5000

PostPosted: November 22nd, 2018, 1:13 pm
by Simion32
777

Thanks Super Luigi! :funky:

I'd give you a banana but they're disabled in this subforum. :P

Re: Count to 5000

PostPosted: November 23rd, 2018, 10:55 am
by PegasusMan
778.

Love what you're doing, Simion! Keep up the amazing work.

Re: Count to 5000

PostPosted: November 23rd, 2018, 1:44 pm
by Super Luigi!
779. Happy Thanksgiving!

Re: Count to 5000

PostPosted: November 24th, 2018, 1:01 am
by PegasusMan
780.

Likewise, Super Luigi! I'm thankful for the fact that the Forums are still (slightly) active!

Re: Count to 5000

PostPosted: November 24th, 2018, 10:59 am
by Cyclone
781. Seven Ate One

Re: Count to 5000

PostPosted: November 24th, 2018, 1:52 pm
by Super Luigi!
782. As am I, dear PegasusMan. I'm also glad you're saying something, Sir Cyclone.

Re: Count to 5000

PostPosted: November 25th, 2018, 12:31 am
by PegasusMan
783.

Can't wait 'till seven ate nine... :lol:

Re: Count to 5000

PostPosted: November 25th, 2018, 12:35 am
by Mattrizzle
784. Seven ate four as well.

Re: Count to 5000

PostPosted: November 25th, 2018, 12:52 am
by PegasusMan
785.

Seven must be very hungry...

Re: Count to 5000

PostPosted: November 25th, 2018, 6:31 am
by Simion32
786.

Re: Count to 5000

PostPosted: November 25th, 2018, 7:17 am
by PegasusMan
787.

PALINDROME!!

Re: Count to 5000

PostPosted: November 25th, 2018, 9:56 am
by Super Luigi!
788. You are obsessed with palindromes, PegasusMan. When will they return the investment?

Re: Count to 5000

PostPosted: November 25th, 2018, 10:06 am
by Cyclone
789.

Re: Count to 5000

PostPosted: November 25th, 2018, 12:46 pm
by Simion32
790.

Re: Count to 5000

PostPosted: November 25th, 2018, 1:57 pm
by OneOf99
791

We need to have some kind of game to play here...

Re: Count to 5000

PostPosted: November 25th, 2018, 2:19 pm
by Super Luigi!
792. You want a game within a game? Our words might qualify.

Re: Count to 5000

PostPosted: November 25th, 2018, 3:35 pm
by Mattrizzle
793.

Re: Count to 5000

PostPosted: November 26th, 2018, 6:13 am
by PegasusMan
794.

We could try a mini version of a one-word story, similar to the topic I started. :dixiehappy:

Re: Count to 5000

PostPosted: November 26th, 2018, 6:53 am
by Cyclone
795.

Re: Count to 5000

PostPosted: November 26th, 2018, 8:34 am
by PegasusMan
796.