Skip to content

Instantly share code, notes, and snippets.

@noahlt
Created March 29, 2017 00:32
Show Gist options
  • Save noahlt/272da70624e755b0b0700987336dabb2 to your computer and use it in GitHub Desktop.
Save noahlt/272da70624e755b0b0700987336dabb2 to your computer and use it in GitHub Desktop.
Tracery source for OS renaissance name generator
{
"origin": ["#color# #animal# #os#"],
"color": ["Blue", "Green", "Red", "Yellow", "Orange", "Maroon", "Pink", "Black", "White"],
"animal": ["Lion", "Bear", "Seal", "Shark", "Dolphin", "Eagle", "Falcon", "Rhino", "Wolf", "Elk", "Ox", "Rabbit", "Trout"],
"os": ["OS/2", "DOS", "RISC OS", "AmigaOS", "NeXTSTEP", "BeOS", "Plan 9", "CTOS", "CP/M", "HP-UX", "TOPS-20", "Ultrix", "Multics", "Minix", "Xinu"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment