I hereby claim:
- I am m4l3vich on github.
- I am m4l3vich (https://keybase.io/m4l3vich) on keybase.
- I have a public key whose fingerprint is 2B2E E4A9 5A9C 8239 BAAE 0F2A 7214 EED9 E036 75FD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
export const NUMBER_ZERO_AS_BASE_2_STRING = '0' | |
export const NUMBER_THREE_AS_BASE_4_STRING = '3' | |
export const NUMBER_FORTY_SIX_AS_BASE_35_STRING = '1b' | |
export const NUMBER_ZERO_IN_BASE_10 = parseInt(NUMBER_ZERO_AS_BASE_2_STRING, 2) | |
export const NUMBER_THREE_IN_BASE_10 = parseInt(NUMBER_THREE_AS_BASE_4_STRING, 4) | |
export const NUMBER_FORTY_SIX_IN_BASE_10 = parseInt(NUMBER_FORTY_SIX_AS_BASE_35_STRING, 35) | |
export const PLACE_VALUE_LENGTH = NUMBER_THREE_IN_BASE_10 | |
export const DOT_CHARACTER_CODE = NUMBER_FORTY_SIX_IN_BASE_10 |
[{"emoji":"👩👩👧👧","shortname":":family_mothers_two_girls:"},{"emoji":"👩👩👧👦","shortname":":family_mothers_children:"},{"emoji":"👩👩👦👦","shortname":":family_mothers_two_boys:"},{"emoji":"👨👩👧👧","shortname":":family_two_girls:"},{"emoji":"👨👩👧👦","shortname":":family_children:"},{"emoji":"👨👩👦👦","shortname":":family_two_boys:"},{"emoji":"👨👨👧👧","shortname":":family_fathers_two_girls:"},{"emoji":"👨👨👧👦","shortname":":family_fathers_children:"},{"emoji":"👨👨👦👦","shortname":":family_fathers_two_boys:"},{"emoji":"👩👩👧","shortname":":family_mothers_one_girl:"},{"emoji":"👩👩👦","shortname":":family_mothers_one_boy:"},{"emoji":"👩👧👧","shortname":":single_mother_two_girls:"},{"emoji":"👩👧👦","shortname":":single_mother_two_children:"},{"emoji":"👩👦👦","shortname":":single_mother_two_boys:"},{"emoji":"👨👩👧","shortname":":family_one_girl:"},{"emoji":"👨👨👧","shortname":":family_fathers_one_girl:"},{"emoji":"👨👨👦","shortname":":family_fathers_one_boy:"},{"emoji":"👨👧👧","shortname":":single_father_two |