Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2016 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/326306b5f203011be6a7be9e8b0850b0 to your computer and use it in GitHub Desktop.
Save Whateverable/326306b5f203011be6a7be9e8b0850b0 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.4049966
¦«2016.02»: PENGUIN
0.397560
¦«2016.03»: PENGUIN
0.3287492
¦«2016.04»: PENGUIN
0.33920548
¦«2016.05»: PENGUIN
0.29331081
¦«2016.06»: PENGUIN
0.2891888
¦«2016.07.1»: PENGUIN
0.16496041
¦«2016.08.1»: PENGUIN
0.1661953
¦«2016.09»: PENGUIN
0.1864546
¦«2016.10»: PENGUIN
0.18226815
¦«2016.11»: PENGUIN
0.1720841
¦«HEAD»: PENGUIN
0.16935629
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment