The MASM Forum

General => The Laboratory => Topic started by: jj2007 on January 18, 2014, 06:06:57 PM

Title: Coding challenges site
Post by: jj2007 on January 18, 2014, 06:06:57 PM
Have a look at https://www.hackerrank.com/categories/algorithms/strings
Great site, compiles code in many languages but unfortunately not in assembler...
Title: Re: Coding challenges site
Post by: Gunther on January 18, 2014, 09:04:19 PM
Jochen,

Quote from: jj2007 on January 18, 2014, 06:06:57 PM
Have a look at https://www.hackerrank.com/categories/algorithms/strings
Great site, compiles code in many languages but unfortunately not in assembler...

a good place for young, talented coders searching for a job.

Gunther
Title: Re: Coding challenges site
Post by: dedndave on January 21, 2014, 02:18:12 PM
another site - all types of hacks...

http://hackaday.com/ (http://hackaday.com/)
Title: Re: Coding challenges site
Post by: hutch-- on January 21, 2014, 03:48:14 PM
I have this cynicism about coding challenges as I have seen thees things abused for many years. Some smart arse who cannot write the code required puts up a challenge in the hope of getting enough patsies to write it for him. If enough people respond they can then pick their way through the results to get the best and its all for free. I tend to respond to coding challenges by referring such people to "Rent A Coder" where they can pay for what they need instead of trying to bludge it from someone else.
Title: Re: Coding challenges site
Post by: jj2007 on January 21, 2014, 06:28:37 PM
Quote from: hutch-- on January 21, 2014, 03:48:14 PMSome smart arse who cannot write the code required puts up a challenge in the hope of getting enough patsies to write it for him.

Valid argument, but the challenges at that site are too "artificial" to be useful to anybody. What they claim quite openly is that who wins challenges there will probably be contacted by software companies looking for good coders. Which is not a bad thingTM imho.
Title: Re: Coding challenges site
Post by: dedndave on January 22, 2014, 05:52:01 AM
some are interesting - that's about the extent of it
for code, the challenge is often something like "least lines" or "least code"
which only has meaning if you are writing ROM-able code - lol
well - the boot sector challenges on OsDev.org are a little bit interesting and educational

the hackaday site i posted earlier has hardware hacks, as well
some of them are very interesting - and can lead to real-world product innovation
sometimes, they offer a little fuel for thought, if nothing else