| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-19 | Add Python solution to challenge 066 | Paulo Custodio | |
| 2023-05-05 | Challenges 064 065 066 067 LK Perl Python | Lubos Kolouch | |
| 2022-10-02 | - Added guest contributions to past weeks by AhmetEmre. | Mohammad S Anwar | |
| 2022-04-18 | Add Perl solution to challenge 066 | Paulo Custodio | |
| 2021-01-08 | 1st commit on 066_haskell | chirvasitua | |
| 2020-11-16 | initial commit on 064,066,067 | chirvasitua | |
| 2020-08-15 | - Added Raku review blogs to Andrew score. | Mohammad S Anwar | |
| 2020-07-24 | - Added Swift solution to the "Divide Integer" task. | Mohammad S Anwar | |
| 2020-06-29 | Merge pull request #1883 from Firedrake/rogerbw-challenge-066-blog | Mohammad S Anwar | |
| Blog post for #66. | |||
| 2020-06-29 | Blog post for #66. | Roger Bell_West | |
| 2020-06-29 | - Added weekly blog #066. | Mohammad S Anwar | |
| 2020-06-29 | - Added solutions by Colin Crain. | Mohammad S Anwar | |
| 2020-06-29 | Merge pull request #1879 from jaldhar/challenge-066 | Mohammad S Anwar | |
| Challenge 66 by Jaldhar H. Vyas | |||
| 2020-06-28 | Challenge 66 by Jaldhar H. Vyas | Jaldhar H. Vyas | |
| 2020-06-28 | Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club | Mohammad S Anwar | |
| 2020-06-28 | - Added solutions by Laurent Rosenfeld. | Mohammad S Anwar | |
| 2020-06-28 | Merge pull request #1878 from waltman/branch-for-challenge-066 | Mohammad S Anwar | |
| Branch for challenge 066 | |||
| 2020-06-28 | python code for challenge 66 part 2 | Walt Mankowski | |
| 2020-06-28 | python 3 solution to challenge 66 part 1 | Walt Mankowski | |
| 2020-06-28 | Merge pull request #1877 from andemark/branch-for-challenge-066 | Mohammad S Anwar | |
| div by 0 check added | |||
| 2020-06-28 | Merge branch 'master' of ↵ | Mohammad S Anwar | |
| git://github.com/holli-holzer/perlweeklychallenge-club into holli-holzer-master-066 | |||
| 2020-06-28 | Merge pull request #1875 from waltman/branch-for-challenge-066 | Mohammad S Anwar | |
| Branch for challenge 066 | |||
| 2020-06-28 | Merge pull request #1874 from E7-87-83/master | Mohammad S Anwar | |
| Cheok Yin's Submission for Task #2 | |||
| 2020-06-28 | - Added solutions by Shahed Nooshmand. | Mohammad S Anwar | |
| 2020-06-28 | div by 0 check added | Mark Anderson | |
| 2020-06-28 | nevermind | Markus "Holli" Holzer | |
| 2020-06-28 | My solution to week 66 challenge 1 | Walt Mankowski | |
| Basic idea -- division is just repeated subtraction, so count how many times we can subtract N from M. If either M or N is negative, but not both, then the result will be negative. If there's a remainder when the result is negative, then the floor is 1 more than the count. | |||
| 2020-06-28 | My solution to week 66 challenge 2 | Walt Mankowski | |
| Loop over all the m's from 2 to sqrt(N) If m can be raised to an integer power to equal N, then log_m N is an integer | |||
| 2020-06-28 | Create ch-2.pl | Fung Cheok Yin | |
| 2020-06-28 | Delete ch-2.pl | Fung Cheok Yin | |
| 2020-06-28 | Create ch-2.pl | Fung Cheok Yin | |
| 2020-06-28 | Merge pull request #1872 from choroba/ech066 | Mohammad S Anwar | |
| Add solution to 066 by E. Choroba | |||
| 2020-06-28 | - Added solution by Markus Holzer. | Mohammad S Anwar | |
| 2020-06-28 | Add solution to 066 by E. Choroba | E. Choroba | |
| 2020-06-28 | Merge remote-tracking branch 'upstream/master' | Markus "Holli" Holzer | |
| 2020-06-28 | initial | Markus "Holli" Holzer | |
| 2020-06-27 | - Added solutions by Arne Sommer. | Mohammad S Anwar | |
| 2020-06-27 | Merge pull request #1870 from oWnOIzRi/week066 | Mohammad S Anwar | |
| add rust solution for task 1 | |||
| 2020-06-27 | add rust solution for task 1 | Steven Wilson | |
| 2020-06-27 | change some syntax | Steven Wilson | |
| 2020-06-27 | Merge pull request #1869 from PerlMonk-Athanasius/branch-for-challenge-066 | Mohammad S Anwar | |
| Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #066 | |||
| 2020-06-27 | Merge pull request #1868 from oWnOIzRi/week066 | Mohammad S Anwar | |
| pass test for updated example 2 | |||
| 2020-06-27 | Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #066 | PerlMonk Athanasius | |
| On branch branch-for-challenge-066 Changes to be committed: new file: challenge-066/athanasius/perl/ch-1.pl new file: challenge-066/athanasius/perl/ch-2.pl new file: challenge-066/athanasius/raku/ch-1.raku new file: challenge-066/athanasius/raku/ch-2.raku | |||
| 2020-06-27 | pass test for updated example 2 | Steven Wilson | |
| 2020-06-27 | - Minor tidy up solutions. | Mohammad S Anwar | |
| 2020-06-27 | - Added videos for Challenge #066. | Mohammad S Anwar | |
| 2020-06-26 | Challenge 66 Solutions | Mark Anderson | |
| 2020-06-26 | Merge pull request #1866 from brtastic/challenge-66 | Mohammad S Anwar | |
| Fix challenge 66 | |||
| 2020-06-26 | Fix ch66 ^ -> xor | brtastic | |
| I've actually meant to have xor here | |||
| 2020-06-26 | Remove irrelevant comments | Noud Aldenhoven | |
