Skip to content

Instantly share code, notes, and snippets.

@hzamir
hzamir / words.md
Created February 20, 2025 16:34 — forked from fogleman/words.md
Mnemonic Encoding Word List

Mnemonic Encoding Word List

http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html

  • The wordlist contains 1626 words.
  • All words are between 4 and 7 letters long.
  • No word in the list is a prefix of another word (e.g. visit, visitor).
  • Five letter prefixes of words are sufficient to be unique.
  • The words should be usable by people all over the world. The list is far from perfect in that respect. It is heavily biased towards western culture and English in particular. The international vocabulary is simply not big enough. One can argue that even words like "hotel" or "radio" are not truly international. You will find many English words in the list but I have tried to limit them to words that are part of a beginner's vocabulary or words that have close relatives in other european languages. In some cases a word has a different meaning in another language or is pronounced very differently but for the purpose of the encoding it is still ok - I assume that when the encoding is
@hzamir
hzamir / hzkeys.xml
Created October 13, 2024 13:53
hzkeys
<keymap version="1" name="hzkeys" parent="Mac OS X">
<action id="$LRU">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="o" />
</action>
<action id="ActivateCommitToolWindow" />
<action id="Annotate">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="a" />
</action>
<action id="ChangesView.Revert">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="r" />
@hzamir
hzamir / hzcolors.icls
Created October 13, 2024 13:51
intellij-colors
<scheme name="hzcolors" version="142" parent_scheme="Default">
<metaInfo>
<property name="created">2019-12-29T23:59:15</property>
<property name="ide">WebStorm</property>
<property name="ideVersion">2019.3.1.0.0</property>
<property name="modified">2021-11-04T23:27:16</property>
<property name="originalScheme">_@user_Default</property>
</metaInfo>
<colors>
<option name="CONSOLE_BACKGROUND_KEY" value="f1dc93" />
@hzamir
hzamir / machine.js
Last active July 8, 2021 16:27
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'Z API 1',
initial: 'idle',
context: {
dog: null,
counter:0,
},
on: {
AA: {
message: 'zounds',