Skip to content

Instantly share code, notes, and snippets.

View estensland's full-sized avatar

Eric Stensland estensland

  • Machinery Pete
  • Chicago, IL
View GitHub Profile
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
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
{
"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",
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
@estensland
estensland / README.md
Created June 28, 2019 12:58 — forked from HarryStevens/README.md
Albers USA with Puerto Rico

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.

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>Hello World</Say>
</Response>
@estensland
estensland / .treehouse
Created June 11, 2018 13:58 — forked from ErikGartner/.treehouse
dTree Demo
1.3.1
Throw catch from KN
copy
kn (make)
knç (copy/duplicate, ç as in second)
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'
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?")