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
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 |
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
{ | |
"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
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
<?xml version="1.0" encoding="UTF-8"?> | |
<Response> | |
<Say>Hello World</Say> | |
</Response> |
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
1.3.1 |
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
Throw catch from KN | |
copy | |
kn (make) | |
knç (copy/duplicate, ç as in second) |
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
alias reshell='source ~/.bash_profile' | |
alias ..='cd ..' | |
alias ...='cd ../..' | |
alias ga='git add .' | |
alias gap='git add --all -p' | |
alias gc='git commit -m' | |
alias gac='git add . && git commit -m' | |
alias gb='git branch' |
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
User.create(email: "[email protected]", password: "1234", password_confirmation: "1234") | |
User.create(email: "[email protected]", password: "1234", password_confirmation: "1234") | |
User.create(email: "[email protected]", password: "1234", password_confirmation: "1234") | |
Survey.create(user_id: 1, title: "Favorite Animals", category: "Fun") | |
Question.create(survey_id: 1, prompt: "Favorite Snail?") | |
Question.create(survey_id: 1, prompt: "Favorite Mammal?") | |
Question.create(survey_id: 1, prompt: "Favorite Snake?") | |
Question.create(survey_id: 1, prompt: "Favorite Frog?") | |
Question.create(survey_id: 1, prompt: "Favorite Peligoose?") |
NewerOlder