From fd86072fb9877d4384eaa4a196629bfe897efaa5 Mon Sep 17 00:00:00 2001 From: Anuj Date: Mon, 11 Jan 2016 00:16:48 +0530 Subject: [PATCH] Adding two pioneer CS reseachers - Shafi Goldwasser and Michael Stonebraker Signed-off-by: Anuj Bahuguna --- namesgenerator/names-generator.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index 91b97a5..50ca9c5 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -222,6 +222,9 @@ var ( // Adele Goldstine, born Adele Katz, wrote the complete technical description for the first electronic digital computer, ENIAC. https://en.wikipedia.org/wiki/Adele_Goldstine "goldstine", + // Shafi Goldwasser is a computer scientist known for creating theoretical foundations of modern cryptography. Winner of 2012 ACM Turing Award. https://en.wikipedia.org/wiki/Shafi_Goldwasser + "goldwasser", + // James Golick, all around gangster. "golick", @@ -438,6 +441,9 @@ var ( // Richard Matthew Stallman - the founder of the Free Software movement, the GNU project, the Free Software Foundation, and the League for Programming Freedom. He also invented the concept of copyleft to protect the ideals of this movement, and enshrined this concept in the widely-used GPL (General Public License) for software. https://en.wikiquote.org/wiki/Richard_Stallman "stallman", + // Michael Stonebraker is a database research pioneer and architect of Ingres, Postgres, VoltDB and SciDB. Winner of 2014 ACM Turing Award. https://en.wikipedia.org/wiki/Michael_Stonebraker + "stonebraker", + // Janese Swanson (with others) developed the first of the Carmen Sandiego games. She went on to found Girl Tech. https://en.wikipedia.org/wiki/Janese_Swanson "swanson",