Merge pull request #16367 from Morgy93/names-generator

Added some adjectives and names
This commit is contained in:
Jess Frazelle 2015-10-02 11:29:09 -07:00
commit 5978f60a59

View file

@ -11,9 +11,12 @@ var (
"admiring", "admiring",
"adoring", "adoring",
"agitated", "agitated",
"amazing",
"angry", "angry",
"awesome",
"backstabbing", "backstabbing",
"berserk", "berserk",
"big",
"boring", "boring",
"clever", "clever",
"cocky", "cocky",
@ -32,6 +35,7 @@ var (
"fervent", "fervent",
"focused", "focused",
"furious", "furious",
"gigantic",
"gloomy", "gloomy",
"goofy", "goofy",
"grave", "grave",
@ -59,11 +63,13 @@ var (
"sick", "sick",
"silly", "silly",
"sleepy", "sleepy",
"small",
"stoic", "stoic",
"stupefied", "stupefied",
"suspicious", "suspicious",
"tender", "tender",
"thirsty", "thirsty",
"tiny",
"trusting", "trusting",
} }
@ -199,6 +205,9 @@ var (
// Galileo was a founding father of modern astronomy, and faced politics and obscurantism to establish scientific truth. https://en.wikipedia.org/wiki/Galileo_Galilei // Galileo was a founding father of modern astronomy, and faced politics and obscurantism to establish scientific truth. https://en.wikipedia.org/wiki/Galileo_Galilei
"galileo", "galileo",
// William Henry "Bill" Gates III is an American business magnate, philanthropist, investor, computer programmer, and inventor. https://en.wikipedia.org/wiki/Bill_Gates
"gates",
// Adele Goldberg, was one of the designers and developers of the Smalltalk language. https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist) // Adele Goldberg, was one of the designers and developers of the Smalltalk language. https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist)
"goldberg", "goldberg",
@ -376,6 +385,9 @@ var (
// Srinivasa Ramanujan - Indian mathematician and autodidact who made extraordinary contributions to mathematical analysis, number theory, infinite series, and continued fractions. - https://en.wikipedia.org/wiki/Srinivasa_Ramanujan // Srinivasa Ramanujan - Indian mathematician and autodidact who made extraordinary contributions to mathematical analysis, number theory, infinite series, and continued fractions. - https://en.wikipedia.org/wiki/Srinivasa_Ramanujan
"ramanujan", "ramanujan",
// Sally Kristen Ride was an American physicist and astronaut. She was the first American woman in space, and the youngest American astronaut. https://en.wikipedia.org/wiki/Sally_Ride
"ride",
// Dennis Ritchie - co-creator of UNIX and the C programming language. - https://en.wikipedia.org/wiki/Dennis_Ritchie // Dennis Ritchie - co-creator of UNIX and the C programming language. - https://en.wikipedia.org/wiki/Dennis_Ritchie
"ritchie", "ritchie",