| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-31 | Merge pull request #3420 from aaronreidsmith/challenge-097 | Mohammad S Anwar | |
| Challenge 97 - Raku | |||
| 2021-01-30 | Challenge 97 - Raku | Aaron Smith | |
| 2021-01-31 | Merge pull request #3418 from Abigail/abigail/week-097 | Mohammad S Anwar | |
| Abigail/week 097 | |||
| 2021-01-31 | Merge pull request #3417 from lancew/branch-for-challenge-97 | Mohammad S Anwar | |
| Add solution by Lance Wicks | |||
| 2021-01-31 | Merge pull request #3416 from wambash/challenge-week-097 | Mohammad S Anwar | |
| solutions week 097 | |||
| 2021-01-31 | Merge pull request #3415 from arnesom/branch-for-challenge-097 | Mohammad S Anwar | |
| Arne Sommer | |||
| 2021-01-31 | Merge pull request #3414 from drbaggy/master | Mohammad S Anwar | |
| move blog.txt and more notes.. and golf | |||
| 2021-01-30 | Link to blog post for week 97, part 2 | Abigail | |
| 2021-01-30 | Swap the role of sections and section length (size). | Abigail | |
| We initially implemented the algorithm where the number of sections is passed in as a parameter. However, it's not the number of sections, it's the length of each section. This was an easy fix, as the algorithm is pretty symmetric. | |||
| 2021-01-30 | Pointless splitting into sub strings. | Abigail | |
| The challenge asks to first split the given string into substring. But for the calculation of the end result, we don't actually need those substrings. To make sure we won't be disqualified, we split the given strings into substrings -- which we tell ignore. We only do this for the Perl solution; other language solutions will not include pointless statements. | |||
| 2021-01-30 | Link to blog post for week 97, part 1 | Abigail | |
| 2021-01-30 | Eliminate a magic number | Abigail | |
| 2021-01-30 | No need to split a string into individual characters | Abigail | |
| 2021-01-30 | Improvements for the Perl solution of week 97, part 1 | Abigail | |
| 2021-01-30 | Add solution by Lance Wicks | Lance Wicks | |
| 2021-01-30 | Arne Sommer | arnesom | |
| 2021-01-30 | move blog.txt and more notes.. and golf | drbaggy | |
| 2021-01-30 | solutions week 097 | Jan Krňávek | |
| 2021-01-30 | Task 2 Challenge 097 LK Perl | Lubos Kolouch | |
| 2021-01-30 | Task1 Chal 097 Perl LK | Lubos Kolouch | |
| 2021-01-30 | - Added solutions by Pete Houston. | Mohammad S Anwar | |
| 2021-01-30 | Merge pull request #3410 from drbaggy/master | Mohammad S Anwar | |
| Some "changes" to make the code neater - and blog links | |||
| 2021-01-30 | Merge pull request #3407 from jo-37/contrib | Mohammad S Anwar | |
| Solutions to challenge 097 | |||
| 2021-01-30 | changed comments added blog links | drbaggy | |
| 2021-01-29 | Ch97 (Python): Tasks 1 & 2 | Tyler Wardhaugh | |
| 2021-01-29 | Solution to task 2 | Jörg Sommrey | |
| 2021-01-29 | Solution to task 1 | Jörg Sommrey | |
| 2021-01-29 | add perl solution for wk-097 ch-2 | Alexander Pankoff | |
| 2021-01-29 | add perl solution for wk-097 ch-1 | Alexander Pankoff | |
| 2021-01-29 | - Added blog by Colin Crain. | Mohammad S Anwar | |
| 2021-01-29 | Merge pull request #3403 from frankivo/frankivo-cipher | Mohammad S Anwar | |
| CaesarCipher (challenge 097) | |||
| 2021-01-28 | Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club ↵ | Dave Jacoby | |
| into master | |||
| 2021-01-28 | Ch97 (Lua): Tasks 1 & 2 | Tyler Wardhaugh | |
| 2021-01-28 | Ch97 (Clojure): Tasks 1 & 2 | Tyler Wardhaugh | |
| 2021-01-28 | CaesarCipher | Frank Oosterhuis | |
| 2021-01-28 | Adding Kotlin solution for Caesar Cipher | ziameraj16 | |
| 2021-01-28 | Java solution for Caesar Cipher | ziameraj16 | |
| 2021-01-28 | Merge branch 'master' into 003 | Paulo Custodio | |
| 2021-01-28 | Remove spaces | Paulo Custodio | |
| 2021-01-27 | Merge pull request #3393 from polettix/polettix/pwc097 | Mohammad S Anwar | |
| Add polettix's solution to PWC097 | |||
| 2021-01-27 | Merge pull request #3392 from Abigail/abigail/week-097 | Mohammad S Anwar | |
| Abigail/week 097 | |||
| 2021-01-27 | Fix example. | Abigail | |
| The right option to mimic the given example is -s 2, not -s 4. (But curiously, this leads to the same answer). | |||
| 2021-01-27 | Add another test case. | Abigail | |
| In particular, a case where the target string is different from all the strings: 1110 1101 1011 If we flip all the 0 bits to 1, all the strings will be equal (1111), but 1111 is not one of the given strings. | |||
| 2021-01-27 | Add polettix's solution to PWC097 | Flavio Poletti | |
| 2021-01-27 | Typo fix | Abigail | |
| 2021-01-27 | Bash and Ruby solutions for week 97, part 2 | Abigail | |
| 2021-01-27 | Python solution for week 97, part 2 | Abigail | |
| 2021-01-27 | Notes come after the examples. | Abigail | |
| 2021-01-27 | Make C solution more like the other solutions. | Abigail | |
| 2021-01-27 | Make AWK solution more like the other solutions. | Abigail | |
