| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-06 | Fix bug on challenge-080 ch-1, compact challenge-081 ch-2 | Andinus | |
| This fixes the bug in challenge-080 ch-1 where repeated elements would break the code & removes a useless line in challenge-081 ch-2. | |||
| 2020-10-06 | - Added solution 80 and 81 by Pete Houston. | Mohammad S Anwar | |
| 2020-10-06 | Merge pull request #2460 from andinus/master | Mohammad S Anwar | |
| challenge-080 ch-1.pl: Fix logical error | |||
| 2020-10-05 | challenge-080 ch-1.pl: Fix logical error | Andinus | |
| It didn't check for =1=, I might have assumed that it was accounted for in this line: print "1\n" and exit 0 if $sorted[$#sorted] < 1; This was pointed out by <https://octodon.social/@polettix> <https://tilde.zone/web/statuses/104981669595493301#> I also discovered that it'll fail if the inputs are not unique, this can be fixed by using hash & map somehow. Maybe I'll fix it later someday. | |||
| 2020-10-05 | Merge pull request #2450 from E7-87-83/master | Mohammad S Anwar | |
| submit Lisp soln for Task 1 | |||
| 2020-10-05 | Merge pull request #2449 from jaldhar/challenge-080 | Mohammad S Anwar | |
| Challenge 80 by Jaldhar H. Vyas. | |||
| 2020-10-05 | - Added solutions by Colin Crain. | Mohammad S Anwar | |
| 2020-10-05 | submit Lisp soln for Task 1 | E7-87-83 | |
| 2020-10-04 | Challenge 80 by Jaldhar H. Vyas. | Jaldhar H. Vyas | |
| 2020-10-04 | - Added blog 80. | Mohammad S Anwar | |
| 2020-10-04 | - Added solutions by Adam Russell. | Mohammad S Anwar | |
| 2020-10-04 | Merge pull request #2448 from adamcrussell/challenge-080 | Mohammad S Anwar | |
| solutions for challenge 080 | |||
| 2020-10-04 | Merge pull request #2447 from dcw803/master | Mohammad S Anwar | |
| added my solutions to challenge 80, 2 easy questions | |||
| 2020-10-04 | solutions for challenge 080 | Adam Russell | |
| 2020-10-04 | added my solutions to challenge 80, 2 easy questions | dcw | |
| 2020-10-04 | Arne Sommer | arnesom | |
| 2020-10-04 | Merge pull request #2445 from ccntrq/challenge-080 | Mohammad S Anwar | |
| Challenge 080 | |||
| 2020-10-04 | Merge pull request #2444 from Cris-HD/branch-for-challenge-080 | Mohammad S Anwar | |
| added challenges | |||
| 2020-10-04 | add haskell solution for wk-080 ch-1 | Alexander Pankoff | |
| 2020-10-04 | add perl solution for wk-080 ch-2 | Alexander Pankoff | |
| 2020-10-04 | add perl solution for wk-080 ch-1 | Alexander Pankoff | |
| 2020-10-04 | Merge pull request #2443 from simongreen-net/swg-080 | Mohammad S Anwar | |
| sgreen solutions to challenge 080 | |||
| 2020-10-04 | Merge pull request #2442 from vinodk89/master | Mohammad S Anwar | |
| Solutions for challenge 02 | |||
| 2020-10-04 | Merge pull request #2441 from davorg/master | Mohammad S Anwar | |
| Solutions to challenge 80 | |||
| 2020-10-04 | Solutions for challenge 80 - Task #2 | vinodk89 | |
| 2020-10-04 | added challenges | Cris-HD | |
| 2020-10-04 | sgreen solutions to challenge 080 | Simon Green | |
| 2020-10-04 | Solutions to challenge 80 | Dave Cross | |
| 2020-10-04 | Solutions to challenge-080. | wanderdoc | |
| 2020-10-03 | Merge pull request #2439 from boblied/master | Mohammad S Anwar | |
| Solutions for PWC 080 | |||
| 2020-10-03 | Merge pull request #2438 from Abigail/abigail/week-080 | Mohammad S Anwar | |
| Abigail/week 080 | |||
| 2020-10-03 | Merge pull request #2437 from oWnOIzRi/week80 | Mohammad S Anwar | |
| add solution for week 80 task 2 | |||
| 2020-10-03 | Solutions for PWC 80 | boblied | |
| 2020-10-03 | Save a few bytes. | Abigail | |
| 2020-10-03 | Much cleaner algorithm for week 80/challenge 2. | Abigail | |
| 2020-10-03 | add solution for week 80 task 2 | Steven Wilson | |
| 2020-10-03 | Perl solution for week 80/challenge 1. | Abigail | |
| 2020-10-03 | Perl solution for week 80/challenge 2. | Abigail | |
| 2020-10-03 | Test cases for week 80/challenge 2. | Abigail | |
| 2020-10-03 | Test cases for week 80/challenge 1. | Abigail | |
| 2020-10-03 | Copied test file from week 79. | Abigail | |
| 2020-10-03 | ash: 080-2 (draft reference) | Andrew Shitov | |
| 2020-10-03 | Merge pull request #2435 from wambash/challange-week-080 | Mohammad S Anwar | |
| solutions week 080 | |||
| 2020-10-03 | solutions week 080 | Jan Krňávek | |
| 2020-10-03 | Merge pull request #2434 from jeongoon/master | Mohammad S Anwar | |
| [ch-080/jeongoon] Elm, Go solution added | |||
| 2020-10-03 | [ch-080/jeongoon] Go solution added. | Myoungjin JEON | |
| 2020-10-03 | Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #080 | PerlMonk Athanasius | |
| On branch branch-for-challenge-080 Changes to be committed: new file: challenge-080/athanasius/perl/ch-1.pl new file: challenge-080/athanasius/perl/ch-2.pl new file: challenge-080/athanasius/raku/ch-1.raku new file: challenge-080/athanasius/raku/ch-2.raku | |||
| 2020-10-03 | - Added blog by Colin Crain. | Mohammad S Anwar | |
| 2020-10-03 | Merge remote-tracking branch 'upstream/master' | E7-87-83 | |
| 2020-10-03 | Perl scripts for Task 1 and 2 | E7-87-83 | |
