Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2016 02:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/bede8ab36e8cc172f9244353a4cc878d to your computer and use it in GitHub Desktop.
committable6
6c my @props; my @words = <PENGUIN>; my $sieve = 0..0x1FFFF; for @words -> $word { $sieve .= grep({uniname($_).contains($word)}) }; for @props -> $prop { $sieve .= grep({uniprop($_) eq $prop}) }; .uniname.say for @$sieve; say now - INIT now
¦«2015.12»: PENGUIN
0.4113761
¦«2016.02»: PENGUIN
0.4027739
¦«2016.03»: PENGUIN
0.322473
¦«2016.04»: PENGUIN
0.337351
¦«2016.05»: PENGUIN
0.3101353
¦«2016.06»: PENGUIN
0.286716
¦«2016.07.1»: PENGUIN
0.1650998
¦«2016.08.1»: PENGUIN
0.1609144
¦«2016.09»: PENGUIN
0.18775360
¦«2016.10»: PENGUIN
0.1819010
¦«2016.11»: PENGUIN
0.1704611
¦«HEAD»: PENGUIN
0.17075097
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment