This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_____________________________________ | |
< You will be divorced within a year. > | |
------------------------------------- | |
\ , , | |
\ /( )` | |
\ \ \___ / | | |
/- _ `-/ ' | |
(/\/ \ \ /\ | |
/ / | ` \ | |
O O ) / | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use v5.24; | |
use strict; | |
use warnings; | |
use feature qw(signatures); | |
no warnings "experimental::signatures"; | |
use Carp; | |
use Benchmark::Forking qw(cmpthese); | |
use Memoize; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use v5.24; | |
use strict; | |
use warnings; | |
use feature qw(signatures); | |
no warnings "experimental::signatures"; | |
use Carp; | |
use utf8; | |
use open ':std', ':encoding(UTF-8)'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<!-- | |
Noto Mono + Color Emoji Font Configuration. | |
This config seems to ensure that *all* monospace fonts are affected without breaking | |
<code> blocks elsewhere. The significant change appears to be setting binding="weak" | |
on line 22. | |
Currently the only Terminal Emulator I'm aware that supports colour fonts is Konsole. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# You may distribute this module under the same terms as perl itself | |
# POD documentation - main docs before the code | |
=head1 NAME | |
find_cnrp.pl | |
=head1 SYNOPSIS |