Skip to content

Instantly share code, notes, and snippets.

View hodgef's full-sized avatar

Francisco Hodge hodgef

View GitHub Profile
@hodgef
hodgef / words.json
Created November 1, 2018 02:57
Words
This file has been truncated, but you can view the full file.
[
"aargh",
"aback",
"abacterial",
"abactinal",
"abactinally",
"abactor",
"abactors",
"abacus",
@hodgef
hodgef / Javascript Key Char Codes
Last active December 13, 2022 08:19
Javascript Key Codes to Char Codes
const keyCodes = {
backspace: 8,
tab: 9,
enter: 13,
shiftleft: 16,
shiftright: 16,
ctrlleft: 17,
ctrlright: 17,
altleft: 18,
altright: 18,