From f81e29abbd969df2ed7564da5aa6c1a9986ee556 Mon Sep 17 00:00:00 2001 From: Shourya Sarcar Date: Sat, 2 Jul 2016 02:56:03 +0000 Subject: [PATCH] Add Andrew Wiles, Florence Nightingale, Thomas Edison to container names. British mathematician Andrew Wiles is notable for solving Fermat's LAst Theorem. Florence Nightingale was the first female inducted into the Royal Statistical Society. Thomas Alva Edison was a prolific inventor, noted for inventing the incandescent light bulb, the phonograph and the motion picture camera (among many other). Signed-off-by: Shourya Sarcar --- namesgenerator/names-generator.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index 4577ef8..6109f1b 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -196,6 +196,9 @@ var ( // Annie Easley - She was a leading member of the team which developed software for the Centaur rocket stage and one of the first African-Americans in her field. https://en.wikipedia.org/wiki/Annie_Easley "easley", + // Thomas Alva Edison, prolific inventor https://en.wikipedia.org/wiki/Thomas_Edison + "edison", + // Albert Einstein invented the general theory of relativity. https://en.wikipedia.org/wiki/Albert_Einstein "einstein", @@ -379,6 +382,9 @@ var ( // Isaac Newton invented classic mechanics and modern optics. https://en.wikipedia.org/wiki/Isaac_Newton "newton", + // Florence Nightingale, more prominently known as a nurse, was also the first female member of the Royal Statistical Society and a pioneer in statistical graphics https://en.wikipedia.org/wiki/Florence_Nightingale#Statistics_and_sanitary_reform + "nightingale", + // Alfred Nobel - a Swedish chemist, engineer, innovator, and armaments manufacturer (inventor of dynamite) - https://en.wikipedia.org/wiki/Alfred_Nobel "nobel", @@ -502,6 +508,9 @@ var ( // Marlyn Wescoff - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Marlyn_Meltzer "wescoff", + // Andrew Wiles - Notable British mathematician who proved the enigmatic Fermat's Last Theorem - https://en.wikipedia.org/wiki/Andrew_Wiles + "wiles", + // Roberta Williams, did pioneering work in graphical adventure games for personal computers, particularly the King's Quest series. https://en.wikipedia.org/wiki/Roberta_Williams "williams",