This is the revision history for bidi in <matrix.org:#rAnyijhRxzFRfdjSHl:matrix.org>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
10939 | bidi | is | [eval $_ = 'Just Another Perl/Bidi Hacker,'; print "\x{202d}$1\x{202e}$3" while s/(.)(.*)(.)/$2/;] Not Available |
bengoldberg | <*:##NULL> |
10938 | bidi | is | bengoldberg | <*:##NULL> | |
10475 | bidi | is | [eval binmode STDOUT; $_ = 'Just Another Perl/Bidi Hacker,'; print "\x{202d}$1\x{202e}$3" while s/(.)(.*)(.)/$2/;] Not Available |
bengoldberg | <*:##NULL> |
10473 | bidi | is | [eval binmode STDOUT; my ($L,$R) = ("\x{202d}", "\x{202e}"); $_ = 'Just Another Perl/Bidi Hacker,'; print "$L$1$R$3" while s/(.)(.*)(.)/$2/;] Not Available |
bengoldberg | <*:##NULL> |
10472 | bidi | is | eval: binmode STDOUT; my ($L,$R) = ("\x{202d}", "\x{202e}"); $_ = 'Just Another Perl/Bidi Hacker,'; print "$L$1$R$3" while s/(.)(.*)(.)/$2/; Not Available |
bengoldberg | <*:##NULL> |