Skip to content

Instantly share code, notes, and snippets.

@bennetthardwick
Last active February 28, 2018 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennetthardwick/0a51d675d72ed056db78bdea5d5b4a55 to your computer and use it in GitHub Desktop.
Save bennetthardwick/0a51d675d72ed056db78bdea5d5b4a55 to your computer and use it in GitHub Desktop.
A dictionary of words used in my app-name-generator-app
{ "dictionary":
[
{ "type": "_activity", "word": "cleaning desks" },
{ "type": "_activity", "word": "opening the fridge several times slowly"},
{ "type": "_activity", "word": "spending too much time on the internet"},
{ "type": "_activity", "word": "typing really fast"},
{ "type": "_activity", "word": "using i3 window manager"},
{ "type": "_activity", "word": "awkwardly presenting to a crowd"},
{ "type": "_activity", "word": "forgetting your Twitter handle"},
{ "type": "_activity", "word": "blowing bubbles"},
{ "type": "_activity", "word": "winning a prize at the Ekka"},
{ "type": "_activity", "word": "getting kicked out of a bar"},
{ "type": "_noun", "word": "cats" },
{ "type": "_noun", "word": "open-source code"},
{ "type": "_noun", "word": "your family"},
{ "type": "_noun", "word": "crazy theories"},
{ "type": "_noun", "word": "knowledge"},
{ "type": "_noun", "word": "success"},
{ "type": "_noun", "word": "maths"},
{ "type": "_noun", "word": "messages"},
{ "type": "_noun", "word": "insurance premiums"},
{ "type": "_noun", "word": "opinions"},
{ "type": "_noun", "word": "pizza"},
{ "type": "_adjective", "word": "blue" },
{ "type": "_adjective", "word": "opinionated" },
{ "type": "_adjective", "word": "awful" },
{ "type": "_adjective", "word": "imaginative" },
{ "type": "_adjective", "word": "memorable" },
{ "type": "_adjective", "word": "traditional" },
{ "type": "_verb", "word": "run" },
{ "type": "_verb", "word": "open"},
{ "type": "_verb", "word": "draw"},
{ "type": "_verb", "word": "clean"},
{ "type": "_verb", "word": "dream of"},
{ "type": "_verb", "word": "think about"},
{ "type": "_verb", "word": "find"},
{ "type": "_verb", "word": "forget about"},
{ "type": "_verb", "word": "close"},
{ "type": "_verb", "word": "develop"},
{ "type": "_people", "word": "parents" },
{ "type": "_people", "word": "children"},
{ "type": "_people", "word": "people"},
{ "type": "_people", "word": "society"},
{ "type": "_people", "word": "the media"},
{ "type": "_people", "word": "criminals"},
{ "type": "_people", "word": "people that use too much Vegemite"},
{ "type": "_people", "word": "first-year university students"},
{ "type": "_people", "word": "Haskell enthusiasts"},
{ "type": "_app_type", "word": "a notes app" },
{ "type": "_app_type", "word": "a terrible game"},
{ "type": "_app_type", "word": "a calendar app"},
{ "type": "_app_type", "word": "a time management app"},
{ "type": "_app_type", "word": "a calendar app"},
{ "type": "_app_type", "word": "a marketplace"},
{ "type": "_app_type", "word": "a first person shooter"},
{ "type": "_app", "word": "Uber" },
{ "type": "_app", "word": "Discord"},
{ "type": "_app", "word": "VirtualBox"},
{ "type": "_app", "word": "Visual Studio Code"},
{ "type": "_app", "word": "Slack"},
{ "type": "_app", "word": "Tanda"},
{ "type": "_app", "word": "Steam"},
{ "type": "_app", "word": "SiQ-Beats"},
{ "type": "_app", "word": "MAVControl"},
{ "type": "_build", "word": "create"},
{ "type": "_build", "word": "develop"},
{ "type": "_build", "word": "design"},
{ "type": "_build", "word": "make" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment