E. Choroba

@choroba
61 Followers
27 Following
154 Posts
Perl, bass guitar
Mehttps://e-choroba.eu
Today, I fixed my Markbass cabinet by gluing a loose leather fabric in its bass reflex vent. It had flapped and made the sound crackle.
Merry Christmas everyone!
The difference between the solutions to the two tasks of day 5 of #adventofcode in #perl is one word, in #python it's one character 馃檪 https://github.com/choroba/aoc22
GitHub - choroba/aoc22: Advent of Code 2022

Advent of Code 2022. Contribute to choroba/aoc22 development by creating an account on GitHub.

GitHub
New distribution inspired by the Weekly Challenge https://metacpan.org/pod/String::Eertree
#perl
String::Eertree - Build the palindromic tree aka Eertree for a string - metacpan.org

Build the palindromic tree aka Eertree for a string

Filenames starting with a digit are stored percent encoded in xmlDoc.URL (#141) 路 Issues 路 GNOME / libxml2

I used http://www.xmlsoft.org/examples/parse1.c to reproduce the problem. Just add fprintf(stderr, "%s\n", doc->URL); before the `xmlFreeDoc(doc);`. Then create the following XML files with any well-formed content: a:2.xml 1:b.xml 1%3Ab.xml The program...

Perl Weekly Challenge 043: Olympic Rings and Self-Descriptive Numbers | E. Choroba [blogs.perl.org]

My solutions to this year's #adventofcode are now public: https://github.com/choroba/aoc19 #perl
GitHub - choroba/aoc19: Advent of Code 2019

Advent of Code 2019. Contribute to choroba/aoc19 development by creating an account on GitHub.

GitHub
Implement clear_cache to remove the current response from the cache by choroba 路 Pull Request #18 路 libwww-perl/WWW-Mechanize-Cached

Trying to fix #14 . A test included.

Perl Weekly Challenge 026: Stones and Jewels; Mean of Angles | E. Choroba [blogs.perl.org]