aboutsummaryrefslogtreecommitdiff
path: root/challenge-099
AgeCommit message (Collapse)Author
2024-04-10- Proposed patch to security issues in Clojure solutions.Mohammad S Anwar
2022-10-02- Added guest contributions to past weeks by AhmetEmre.Mohammad S Anwar
2022-06-22Bump numpy in /challenge-099/tyler-wardhaugh/pythondependabot[bot]
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23Bump numpy in /challenge-099/tyler-wardhaugh/pythondependabot[bot]
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03use Modern::PerlPaulo Custodio
2021-07-06Remove unnecessary trim(str(n))Paulo Custodio
2021-06-20Normalize test scriptsPaulo Custodio
2021-03-09Merge pull request #3699 from pauloscustodio/paulo-custodioMohammad S Anwar
Paulo Custodio
2021-03-09Remove tabsPaulo Custodio
2021-03-07Merge pull request #3663 from pauloscustodio/paulo-custodioMohammad S Anwar
Paulo Custodio
2021-03-05Update commentsPaulo Custodio
2021-02-21Merge pull request #3597 from dcw803/masterMohammad S Anwar
imported my solutions to ch#100, and also did a lot more work on ch#99s..
2021-02-21imported my solutions to ch#100, and also some more work on ch#99s pattern ↵dcw
matching - ch#99's README is basically now a blog
2021-02-21Merge remote-tracking branch 'upstream/master'boblied
2021-02-21PWC 099 Task 2 Unique Subsequenceboblied
2021-02-21- Added APL solutions to week 99 by Richard Park.Mohammad S Anwar
2021-02-19Add missing comment linePaulo Custodio
2021-02-18Fix commentsPaulo Custodio
2021-02-17Update README messageboblied
2021-02-17PWC 099, Task 1, Pattern Matchboblied
2021-02-15Merge pull request #3525 from Abigail/abigail/week-099Mohammad S Anwar
Abigail/week 099
2021-02-15- Added solutions by Csaba Simandi.Mohammad S Anwar
2021-02-15Merge pull request #3530 from x1mandi/challenge99Mohammad S Anwar
My solution to challenge 99/task#1
2021-02-15My solution to challenge 99/task#1Csaba Simandi
2021-02-14no. 2, for 99Philip Hood
2021-02-15Merge pull request #3522 from jaldhar/challenge-099Mohammad S Anwar
Challenge 99 by Jaldhar H. Vyas
2021-02-14Challenge 99 by Jaldhar H. VyasJaldhar H. Vyas
2021-02-15Merge pull request #3521 from dcw803/masterMohammad S Anwar
imported my solutions to this week's challenge..
2021-02-14imported my solutions to this week's challenge.. I loved both questions (and ↵dcw
tried implementing task 1 in two different ways)
2021-02-14- Added solutions by Colin Crain.Mohammad S Anwar
2021-02-14Merge pull request #3519 from mimosinnet/branch-for-challenge-099Mohammad S Anwar
Solution for challenge 099
2021-02-14Solution for challenge 099mimosinnet
2021-02-14- Added solution by Cristina Heredia.Mohammad S Anwar
2021-02-14Merge pull request #3517 from pauloscustodio/099Mohammad S Anwar
Add Awk solution to challenge 004
2021-02-14Merge pull request #3518 from PerlBoy1967/branch-for-challenge-099Mohammad S Anwar
Branch for challenge 099
2021-02-14Task 1 & 2Niels van Dijke
2021-02-14Deleted because of incomplete task 2Niels van Dijke
2021-02-14Add Awk solution to challenge 004Paulo Custodio
Fix Awk syntax on previouws submissions - semicolon is needed at the end of statements
2021-02-14Merge pull request #3516 from ccntrq/challenge-099Mohammad S Anwar
Challenge 099
2021-02-14use StringIterator to abstract away position trackingAlexander Pankoff
2021-02-14Solutions to challenge-099.wanderdoc
2021-02-14Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #099PerlMonk Athanasius
On branch branch-for-challenge-099 Changes to be committed: new file: challenge-099/athanasius/perl/ch-1.pl new file: challenge-099/athanasius/perl/ch-2.pl new file: challenge-099/athanasius/raku/ch-1.raku new file: challenge-099/athanasius/raku/ch-2.raku
2021-02-14- Minor comment update by Ulrich Rieke.Mohammad S Anwar
2021-02-14Merge pull request #3513 from E7-87-83/masterMohammad S Anwar
2 Perl scripts for challenge 099
2021-02-14Merge pull request #3511 from aaronreidsmith/challenge-099Mohammad S Anwar
Challenge 99 - Raku
2021-02-142 Perl scriptsE7-87-83
2021-02-13Challenge 99 - RakuAaron Smith
2021-02-13add perl solution for wk-099 ch-2Alexander Pankoff
reading through @jacoby 's blog post helped me a lot: https://jacoby.github.io/2021/02/11/london-patterns-perl-weekly-challenge-99.html
2021-02-13add perl solution for wk-099 ch-1Alexander Pankoff
2021-02-13Challenge 099 LK PerlLubos Kolouch