Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / query
Created July 24, 2016 02:11
committabletest
HEAD for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 03:48
committabletest
HEAD for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 03:59
committabletest
HEAD say “「∞×✓π≈°」”; .say for ^500
@Whateverable
Whateverable / query
Created July 24, 2016 04:01
bisectabletest
say “「∞×✓π≈°」”; .say for ^500
@Whateverable
Whateverable / query
Created July 24, 2016 04:02
bisectabletest
for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 04:05
bisectabletest
say rand < 0.5 ?? “「∞×✓π≈°」” !! “‘‘‘✓∞∞∞”
@Whateverable
Whateverable / query
Created July 24, 2016 04:10
bisectabletest
say rand < 0.5 ?? “「∞×✓π≈°」” !! “‘‘‘✓∞∞∞”
@Whateverable
Whateverable / query
Created July 24, 2016 04:14
committabletest
7c62543 for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 04:14
committabletest
7c62543^ for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 04:15
committabletest
5487f48 for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}