-
Jan 26th, 2017, 11:04 AM
#1
Coding Contest Suggestions
The purpose of stickying this thread is to allow for members to make suggestions for contest content.
Please, before making a suggestion, look at any prior posts to make sure that your suggestion hasn't been proposed yet so that we can limit duplicate suggestions.
-
Jan 27th, 2017, 05:15 AM
#2
Re: Coding Contest Suggestions
To kick this off with a moderately easy one.
Given as input a number in a specified base (between 2 and 36 ie using digits 0-9 and letters A-Z) and the base of the desired number, output the converted number as a sum of its constituent parts. eg
Input base: 8
Output base: 16
Input: 1234
Output: 1234 (b8) = 2*16^2 + 9*16 + 12
Input base:16
Output base: 7
Input: 29C
Output: 29C (b16) = 7^3 + 6*7^2 + 4*7 + 3
(where ^ means raised to the power of and has higher precedence than *).
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Jan 27th, 2017, 05:28 AM
#3
Re: Coding Contest Suggestions
Also.
Given as input an integer number, by only rearranging the digits from the entered number what is the next highest number that can be formed.
eg
Enter number: 1243
Next highest: 1324
Enter number: 1234321
Next highest: 1241233
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Feb 7th, 2017, 01:29 PM
#4
Re: Coding Contest Suggestions
Given a list of artists and their songs, open a blog at Blogger.com and publish posts per artist with their song (Counting Crows - Mr. Jones, Radiohead - Creep, Soul Asylum - Runaway Train, ect...). Set-up a Feedburner account for this blog, and publish it's Feedburner RSS feed to your blog's sidebar with Blogger's HTML/Javascript gadget.
Using Javascript, alter the sidebar's Feedburner RSS feed, flipping the artist and song, with the artists name placed below their song, with a dotted bottom border separating each link. The song's text size needs to be slightly larger, different color, plus the artist and their song's text needs to retain it's original link.
Last edited by Peter Porter; Feb 7th, 2017 at 01:35 PM.
-
Feb 7th, 2017, 03:58 PM
#5
Schuffle character string, all combinations, but no duplicates, to discover word.
Given a scrambled word, schuffle this string for all combinations without duplicates.
Within this list of combinations should be the word unscrambled.
Last edited by Peter Porter; Feb 8th, 2017 at 09:24 AM.
-
Feb 18th, 2017, 10:31 PM
#6
Re: Coding Contest Suggestions
make a video player that takes horizontall-split 3d encoded videos and re-displays them with a vertical split for use with cheap vr goggles.
Last edited by Lord Orwell; May 20th, 2017 at 12:47 AM.
-
May 16th, 2017, 06:27 PM
#7
Re: Coding Contest Suggestions
No new contest? Must be time for another...
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
May 16th, 2017, 09:45 PM
#8
Re: Coding Contest Suggestions
Originally Posted by .paul.
No new contest? Must be time for another...
Unfortunately, I've been studying for my Series 6 test, so that has been taking up most of my time.
-
May 16th, 2017, 10:20 PM
#9
Re: Coding Contest Suggestions
Originally Posted by dday9
Unfortunately, I've been studying for my Series 6 test, so that has been taking up most of my time.
Ok I can wait. I have other work and the TechNet Guru Competitions to keep me occupied.
Good luck with the exams...
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Jul 14th, 2018, 08:11 PM
#10
Aircraft's principle axes in VB.NET or C#
How about a controllable visual of an aircraft's principle axes in either VB6, VB.NET, C# or HTML5/Javascript?
Yaw (normal axis) - nose left or right about an axis running up and down.
Pitch (transverse/lateral axis) - nose up or down about an axis running from wing to wing.
Roll (longitudinal axis) - rotation about an axis running from nose to tail.
Third party libraries and 3d models are not allowed. Only simple graphics (jpg, png), or shapes created within the allowed programming languages.
Last edited by Peter Porter; Jul 15th, 2018 at 12:22 PM.
-
Jul 15th, 2018, 03:08 AM
#11
Re: Coding Contest Suggestions
Considering the focus of these forums, I would suggest that VB6 etc is allowed.
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Jul 15th, 2018, 05:33 AM
#12
Re: Coding Contest Suggestions
2kaud, I've updated my suggestion, but limited the allowed languages for speedy judging.
Last edited by Peter Porter; Jul 15th, 2018 at 06:50 AM.
-
Jul 15th, 2018, 06:36 AM
#13
Re: Coding Contest Suggestions
Originally Posted by Peter Porter
2kaud, I've updated my suggestion, but limiting the allowed languages for speedy judging.
I agree. I'd suggest excluding c/c++ (which bars myself!) because of previous judging issues.
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Jul 15th, 2018, 10:11 AM
#14
Re: Coding Contest Suggestions
We’ve tried VB6 in the past, but none of the moderators or admins have a way to compile VB6 (or earlier).
-
Jul 15th, 2018, 12:21 PM
#15
Re: Coding Contest Suggestions
Originally Posted by dday9
We’ve tried VB6 in the past, but none of the moderators or admins have a way to compile VB6 (or earlier).
I wouldn't be able to test it myself, but maybe we could ask the submitter to screen record the code in VB6, and how it runs.
-
Jul 18th, 2018, 08:14 AM
#16
Re: Coding Contest Suggestions
Originally Posted by dday9
We’ve tried VB6 in the past, but none of the moderators or admins have a way to compile VB6 (or earlier).
What about a moderator from one of the sister sites (eg codeguru)?
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Aug 26th, 2019, 03:35 AM
#17
Re: Coding Contest Suggestions
It's that time, so here is my suggestion for this year:
Count a line of random characters and their duplicate neighbors to create a numbered string.
For example, if a judge enters DDEEESAIIIIFF, your app should figure out:
DD = 2
EEE = 3
S = 1
A = 1
IIII = 4
FF = 2
So it's output will be 231142
If a judge enters AABAAABBABBBB, your app's output should be 213214
Last edited by Peter Porter; Aug 26th, 2019 at 04:54 AM.
-
Sep 20th, 2019, 09:22 PM
#18
New Member
Re: Coding Contest Suggestions
A fun coding contest would be having people make simple functions but trying to make them as short and as efficient as possible.
-
Sep 22nd, 2019, 01:27 PM
#19
Re: Coding Contest Suggestions
Originally Posted by netcoder1337
A fun coding contest would be having people make simple functions but trying to make them as short and as efficient as possible.
netcoder1337, code length is always one of the rules when a contest is held. You have to suggest a project idea. The program can be anything, just as long as it doesn't take a team to create it.
-
Sep 27th, 2019, 05:24 PM
#20
New Member
Re: Coding Contest Suggestions
How about the shortest stairs function contest.
Ex:
Code:
Stairs("Hello there")
Output:
H
He
Hel
Hell
Hello
Hello t
Hello th
Hello the
Hello ther
Hello there
-
Sep 28th, 2019, 07:51 AM
#21
Re: Coding Contest Suggestions
Originally Posted by netcoder1337
How about the shortest stairs function contest.
Ex:
Code:
Stairs("Hello there")
Output:
H
He
Hel
Hell
Hello
Hello t
Hello th
Hello the
Hello ther
Hello there
Well in c/c++ this is a one-liner. I guess it can be done in one line in other languages too?
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Oct 2nd, 2019, 12:10 AM
#22
Re: Coding Contest Suggestions
That could be a one liner in C#/Visual Basic .NET too.
Generally speaking I try to find concepts or algorithms that people can implement. I was thinking about maybe doing an A* algorithm contest, this would allow people become familiar with path finding and it would be interesting to see how different people implement the same algorithm. Either that or maybe look into implementing a language parser for an esoteric language.
-
Oct 2nd, 2019, 03:47 PM
#23
Re: Coding Contest Suggestions
Originally Posted by dday9
That could be a one liner in C#/Visual Basic .NET too.
Generally speaking I try to find concepts or algorithms that people can implement. I was thinking about maybe doing an A* algorithm contest, this would allow people become familiar with path finding and it would be interesting to see how different people implement the same algorithm. Either that or maybe look into implementing a language parser for an esoteric language.
A* algorithm contest sounds good. Could the contest be advertised in other forums here before it starts?
-
May 11th, 2020, 08:48 PM
#24
Re: Coding Contest Suggestions
With so much time on people's hands, lets have a contest! Or is this forum closed?
-
May 11th, 2020, 08:58 PM
#25
Re: Coding Contest Suggestions
Originally Posted by Peter Porter
With so much time on people's hands, lets have a contest! Or is this forum closed?
Good idea, what do you suggest?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
May 11th, 2020, 09:27 PM
#26
Re: Coding Contest Suggestions
Originally Posted by .paul.
Good idea, what do you suggest?
Identify the adjective, noun, subject and verb of an exclamative sentence.
We're given two weeks to slap it together after the starting date, but all entrys will be hidden until after the final day for submission.
-
May 11th, 2020, 09:36 PM
#27
Re: Coding Contest Suggestions
Or dday9's path finding algorithm suggestion:
Originally Posted by dday9
I was thinking about maybe doing an A* algorithm contest, this would allow people become familiar with path finding and it would be interesting to see how different people implement the same algorithm. Either that or maybe look into implementing a language parser for an esoteric language.
-
May 11th, 2020, 09:42 PM
#28
Re: Coding Contest Suggestions
I doubt if I could do that with a pen and paper... I wasn’t giving my full attention in English classes.
How about an as the crow flies’ distance finder between two Lat/Lon locations anywhere in the world?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
May 12th, 2020, 08:19 AM
#29
Re: Coding Contest Suggestions
If y'all would like another contest, I certainly don't mind hosting it! I'll detail the suggestions so far with their challenges:
- Path finding contest - Involves heuristics which can make or break the algorithm.
- Parser for an esoteric language - Multiple ways to implement a parser, technically difficult.
- Distance finder - Coordinate math (not as simple as it seems).
Is there anything else that y'all can think of? If not I'll just plug those into a randomizer and the one at the top wins.
-
May 13th, 2020, 04:33 AM
#30
Re: Coding Contest Suggestions
Design a spaceship! Have a look at https://www.bfilipek.com/2020/05/spaceshipgen.html#more
This was for C++ programmers, but the idea is not language specific. Lots of scope for invention!
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Sep 7th, 2020, 07:25 AM
#31
Junior Member
Re: Coding Contest Suggestions
I'd be up for a contest the ones we used to do back in the day were great fun.
To be honest I need a project to get back into C# again so this would be a good motivation!
Suggestion:
Arbitrary D&D Dice Roller (a command-line program would be suitable):
Input: "2D6 1D12 1D%"
Output:
D6: 3
D6: 1
D12: 9
D%: 71
Last edited by wossy; Sep 7th, 2020 at 07:32 AM.
On the bright side, I've still got pessimism and despair to fall back on.
-
Sep 8th, 2020, 12:10 PM
#32
Re: Coding Contest Suggestions
I would be down with that, I'll get it up and running and start advertising it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|