Create a resizable map with an Albers USA projection that includes Puerto Rico. Adapted from this block but compatiable with D3 v4 & v5 and including a fitSize() function to help with resizing.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Autocomplete extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
// The active selection's index | |
activeSuggestion: 0, | |
// The suggestions that match the user's input | |
filteredSuggestions: [], | |
// Whether or not the suggestion list is shown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/User/real_pastels.sublime-theme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"font_size": 20, | |
"ignored_packages": | |
[ | |
"Colorsublime", | |
"Colorsublime - Themes", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alpha: | |
- Consonants: B, Ç, D, F, G, ʕ, H, K, L, M, N, Ñ, Ŋ, P, Q, R, S, T, þ, V, W, Y, Z | |
- Vowels: A, E, İ, I, O, Ö, U | |
Plural: | |
- Level: only_pronouns | |
- Kinds: | |
singular: @UB | |
plural: @EN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTE that inanimate is used for lot of words BUT inanimate female geneder also available | |
Alpha: | |
- Consonants: B, Ç, D, F, G, ʕ, H, J, K, L, M, N, Ñ, Ŋ, P, Q, R, S, Ş, T, þ, ð, V, W, X, X̧, Y, Z | |
- Vowels: A, E, I, O, Ö, U | |
Plural: | |
- Level: everywhere |
OlderNewer