Skip to content

Instantly share code, notes, and snippets.

@markalfred
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save markalfred/aeae4ead9c05af7a5583 to your computer and use it in GitHub Desktop.

Select an option

Save markalfred/aeae4ead9c05af7a5583 to your computer and use it in GitHub Desktop.

Revisions

  1. Mark Battersby revised this gist Sep 16, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Skepticisms.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Find the longest words you can type, alternating hands at each character. Y and B excluded.

    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words
    egrep "^[$right]?([$left][$right]){6,}[$left]?\$" /usr/share/dict/words

    # Qwerty
    left=qwertasdfgzxcv
  2. Mark Battersby renamed this gist Sep 15, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. Mark Battersby renamed this gist Sep 15, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. Mark Battersby revised this gist Sep 15, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    # Find the longest words you can type, alternating hands at each character. Y and B excluded.

    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words

    # Qwerty
    left=qwertasdfgzxcv
    right=uiophjklnm

    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words

    # Colemak
    left=qwfpgarstdzxcv
    right=luhneiokm
  5. Mark Battersby revised this gist Sep 15, 2014. 2 changed files with 15 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions gistfile1.fish
    Original file line number Diff line number Diff line change
    @@ -1,5 +0,0 @@
    # Find the longest words you can type, alternating hands at each character. Y and B excluded.

    set left qwertasdfgzxcv
    set right uiophjklnm
    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words
    15 changes: 15 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # Find the longest words you can type, alternating hands at each character. Y and B excluded.

    # Qwerty
    left=qwertasdfgzxcv
    right=uiophjklnm

    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words

    # Colemak
    left=qwfpgarstdzxcv
    right=luhneiokm

    # Dvorak
    left=pyaoeuiqjk
    right=gcrldhtnsbmwvz
  6. Mark Battersby created this gist Sep 15, 2014.
    5 changes: 5 additions & 0 deletions gistfile1.fish
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Find the longest words you can type, alternating hands at each character. Y and B excluded.

    set left qwertasdfgzxcv
    set right uiophjklnm
    egrep "^([$left][$right]){6,}\$" /usr/share/dict/words