Skip to content

Instantly share code, notes, and snippets.

@mmeyer2k
Created March 22, 2018 20:56
Show Gist options
  • Save mmeyer2k/58c5b7509bf569a9650c34bd57455753 to your computer and use it in GitHub Desktop.
Save mmeyer2k/58c5b7509bf569a9650c34bd57455753 to your computer and use it in GitHub Desktop.
hashwords
<?php
static $words = [
'also',
'area',
'away',
'back',
'bank',
'base',
'bash',
'been',
'beep',
'bell',
'bias',
'bill',
'bind',
'blue',
'blur',
'body',
'bold',
'bond',
'boom',
'boot',
'bulk',
'busy',
'call',
'calm',
'camp',
'card',
'case',
'cell',
'chat',
'chip',
'code',
'cold',
'copy',
'core',
'cost',
'crew',
'crop',
'cube',
'dark',
'dash',
'data',
'date',
'deep',
'deny',
'desk',
'disk',
'dock',
'done',
'down',
'draw',
'drop',
'dual',
'each',
'easy',
'echo',
'edge',
'edit',
'else',
'even',
'exit',
'fade',
'fail',
'fake',
'farm',
'fast',
'fate',
'feed',
'file',
'find',
'fire',
'flat',
'flip',
'flow',
'foot',
'fork',
'form',
'free',
'fuel',
'full',
'fuzz',
'gain',
'game',
'gate',
'gear',
'glob',
'goal',
'gold',
'gone',
'good',
'grow',
'half',
'hall',
'halt',
'hand',
'have',
'head',
'heap',
'hero',
'high',
'hold',
'home',
'host',
'hour',
'huge',
'idea',
'idle',
'inch',
'into',
'item',
'jail',
'join',
'jump',
'just',
'keep',
'kick',
'last',
'late',
'lazy',
'lead',
'leak',
'left',
'less',
'like',
'line',
'link',
'lint',
'load',
'lock',
'logo',
'long',
'look',
'loop',
'lost',
'mail',
'main',
'make',
'many',
'mark',
'mask',
'mass',
'menu',
'mime',
'mint',
'miss',
'mode',
'more',
'move',
'must',
'name',
'need',
'nest',
'next',
'node',
'none',
'note',
'null',
'okay',
'once',
'open',
'pack',
'page',
'part',
'pass',
'path',
'pear',
'pick',
'ping',
'pipe',
'plan',
'play',
'plug',
'plus',
'poke',
'poll',
'pool',
'port',
'post',
'prod',
'pull',
'push',
'quit',
'race',
'raid',
'rank',
'rare',
'rate',
'read',
'real',
'rely',
'rest',
'ride',
'ring',
'rise',
'road',
'role',
'root',
'rule',
'rust',
'safe',
'sage',
'salt',
'same',
'sand',
'sass',
'save',
'scan',
'seek',
'self',
'send',
'shim',
'ship',
'show',
'side',
'site',
'size',
'sled',
'slow',
'slug',
'sort',
'spot',
'star',
'stay',
'step',
'stop',
'swap',
'tail',
'take',
'talk',
'task',
'term',
'test',
'text',
'then',
'this',
'thus',
'time',
'tiny',
'tool',
'tree',
'true',
'turn',
'type',
'undo',
'unit',
'very',
'wait',
'wave',
'week',
'what',
'when',
'wide',
'wire',
'with',
'worm',
'year',
'zone',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment