github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/util/names/names.go (about)

     1  // The list is copied from docker
     2  // See https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go
     3  
     4  //                          Apache License
     5  // 												 Version 2.0, January 2004
     6  // 											https://www.apache.org/licenses/
     7  
     8  //  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
     9  
    10  //  1. Definitions.
    11  
    12  // 		"License" shall mean the terms and conditions for use, reproduction,
    13  // 		and distribution as defined by Sections 1 through 9 of this document.
    14  
    15  // 		"Licensor" shall mean the copyright owner or entity authorized by
    16  // 		the copyright owner that is granting the License.
    17  
    18  // 		"Legal Entity" shall mean the union of the acting entity and all
    19  // 		other entities that control, are controlled by, or are under common
    20  // 		control with that entity. For the purposes of this definition,
    21  // 		"control" means (i) the power, direct or indirect, to cause the
    22  // 		direction or management of such entity, whether by contract or
    23  // 		otherwise, or (ii) ownership of fifty percent (50%) or more of the
    24  // 		outstanding shares, or (iii) beneficial ownership of such entity.
    25  
    26  // 		"You" (or "Your") shall mean an individual or Legal Entity
    27  // 		exercising permissions granted by this License.
    28  
    29  // 		"Source" form shall mean the preferred form for making modifications,
    30  // 		including but not limited to software source code, documentation
    31  // 		source, and configuration files.
    32  
    33  // 		"Object" form shall mean any form resulting from mechanical
    34  // 		transformation or translation of a Source form, including but
    35  // 		not limited to compiled object code, generated documentation,
    36  // 		and conversions to other media types.
    37  
    38  // 		"Work" shall mean the work of authorship, whether in Source or
    39  // 		Object form, made available under the License, as indicated by a
    40  // 		copyright notice that is included in or attached to the work
    41  // 		(an example is provided in the Appendix below).
    42  
    43  // 		"Derivative Works" shall mean any work, whether in Source or Object
    44  // 		form, that is based on (or derived from) the Work and for which the
    45  // 		editorial revisions, annotations, elaborations, or other modifications
    46  // 		represent, as a whole, an original work of authorship. For the purposes
    47  // 		of this License, Derivative Works shall not include works that remain
    48  // 		separable from, or merely link (or bind by name) to the interfaces of,
    49  // 		the Work and Derivative Works thereof.
    50  
    51  // 		"Contribution" shall mean any work of authorship, including
    52  // 		the original version of the Work and any modifications or additions
    53  // 		to that Work or Derivative Works thereof, that is intentionally
    54  // 		submitted to Licensor for inclusion in the Work by the copyright owner
    55  // 		or by an individual or Legal Entity authorized to submit on behalf of
    56  // 		the copyright owner. For the purposes of this definition, "submitted"
    57  // 		means any form of electronic, verbal, or written communication sent
    58  // 		to the Licensor or its representatives, including but not limited to
    59  // 		communication on electronic mailing lists, source code control systems,
    60  // 		and issue tracking systems that are managed by, or on behalf of, the
    61  // 		Licensor for the purpose of discussing and improving the Work, but
    62  // 		excluding communication that is conspicuously marked or otherwise
    63  // 		designated in writing by the copyright owner as "Not a Contribution."
    64  
    65  // 		"Contributor" shall mean Licensor and any individual or Legal Entity
    66  // 		on behalf of whom a Contribution has been received by Licensor and
    67  // 		subsequently incorporated within the Work.
    68  
    69  //  2. Grant of Copyright License. Subject to the terms and conditions of
    70  // 		this License, each Contributor hereby grants to You a perpetual,
    71  // 		worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    72  // 		copyright license to reproduce, prepare Derivative Works of,
    73  // 		publicly display, publicly perform, sublicense, and distribute the
    74  // 		Work and such Derivative Works in Source or Object form.
    75  
    76  //  3. Grant of Patent License. Subject to the terms and conditions of
    77  // 		this License, each Contributor hereby grants to You a perpetual,
    78  // 		worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    79  // 		(except as stated in this section) patent license to make, have made,
    80  // 		use, offer to sell, sell, import, and otherwise transfer the Work,
    81  // 		where such license applies only to those patent claims licensable
    82  // 		by such Contributor that are necessarily infringed by their
    83  // 		Contribution(s) alone or by combination of their Contribution(s)
    84  // 		with the Work to which such Contribution(s) was submitted. If You
    85  // 		institute patent litigation against any entity (including a
    86  // 		cross-claim or counterclaim in a lawsuit) alleging that the Work
    87  // 		or a Contribution incorporated within the Work constitutes direct
    88  // 		or contributory patent infringement, then any patent licenses
    89  // 		granted to You under this License for that Work shall terminate
    90  // 		as of the date such litigation is filed.
    91  
    92  //  4. Redistribution. You may reproduce and distribute copies of the
    93  // 		Work or Derivative Works thereof in any medium, with or without
    94  // 		modifications, and in Source or Object form, provided that You
    95  // 		meet the following conditions:
    96  
    97  // 		(a) You must give any other recipients of the Work or
    98  // 				Derivative Works a copy of this License; and
    99  
   100  // 		(b) You must cause any modified files to carry prominent notices
   101  // 				stating that You changed the files; and
   102  
   103  // 		(c) You must retain, in the Source form of any Derivative Works
   104  // 				that You distribute, all copyright, patent, trademark, and
   105  // 				attribution notices from the Source form of the Work,
   106  // 				excluding those notices that do not pertain to any part of
   107  // 				the Derivative Works; and
   108  
   109  // 		(d) If the Work includes a "NOTICE" text file as part of its
   110  // 				distribution, then any Derivative Works that You distribute must
   111  // 				include a readable copy of the attribution notices contained
   112  // 				within such NOTICE file, excluding those notices that do not
   113  // 				pertain to any part of the Derivative Works, in at least one
   114  // 				of the following places: within a NOTICE text file distributed
   115  // 				as part of the Derivative Works; within the Source form or
   116  // 				documentation, if provided along with the Derivative Works; or,
   117  // 				within a display generated by the Derivative Works, if and
   118  // 				wherever such third-party notices normally appear. The contents
   119  // 				of the NOTICE file are for informational purposes only and
   120  // 				do not modify the License. You may add Your own attribution
   121  // 				notices within Derivative Works that You distribute, alongside
   122  // 				or as an addendum to the NOTICE text from the Work, provided
   123  // 				that such additional attribution notices cannot be construed
   124  // 				as modifying the License.
   125  
   126  // 		You may add Your own copyright statement to Your modifications and
   127  // 		may provide additional or different license terms and conditions
   128  // 		for use, reproduction, or distribution of Your modifications, or
   129  // 		for any such Derivative Works as a whole, provided Your use,
   130  // 		reproduction, and distribution of the Work otherwise complies with
   131  // 		the conditions stated in this License.
   132  
   133  //  5. Submission of Contributions. Unless You explicitly state otherwise,
   134  // 		any Contribution intentionally submitted for inclusion in the Work
   135  // 		by You to the Licensor shall be under the terms and conditions of
   136  // 		this License, without any additional terms or conditions.
   137  // 		Notwithstanding the above, nothing herein shall supersede or modify
   138  // 		the terms of any separate license agreement you may have executed
   139  // 		with Licensor regarding such Contributions.
   140  
   141  //  6. Trademarks. This License does not grant permission to use the trade
   142  // 		names, trademarks, service marks, or product names of the Licensor,
   143  // 		except as required for reasonable and customary use in describing the
   144  // 		origin of the Work and reproducing the content of the NOTICE file.
   145  
   146  //  7. Disclaimer of Warranty. Unless required by applicable law or
   147  // 		agreed to in writing, Licensor provides the Work (and each
   148  // 		Contributor provides its Contributions) on an "AS IS" BASIS,
   149  // 		WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   150  // 		implied, including, without limitation, any warranties or conditions
   151  // 		of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   152  // 		PARTICULAR PURPOSE. You are solely responsible for determining the
   153  // 		appropriateness of using or redistributing the Work and assume any
   154  // 		risks associated with Your exercise of permissions under this License.
   155  
   156  //  8. Limitation of Liability. In no event and under no legal theory,
   157  // 		whether in tort (including negligence), contract, or otherwise,
   158  // 		unless required by applicable law (such as deliberate and grossly
   159  // 		negligent acts) or agreed to in writing, shall any Contributor be
   160  // 		liable to You for damages, including any direct, indirect, special,
   161  // 		incidental, or consequential damages of any character arising as a
   162  // 		result of this License or out of the use or inability to use the
   163  // 		Work (including but not limited to damages for loss of goodwill,
   164  // 		work stoppage, computer failure or malfunction, or any and all
   165  // 		other commercial damages or losses), even if such Contributor
   166  // 		has been advised of the possibility of such damages.
   167  
   168  //  9. Accepting Warranty or Additional Liability. While redistributing
   169  // 		the Work or Derivative Works thereof, You may choose to offer,
   170  // 		and charge a fee for, acceptance of support, warranty, indemnity,
   171  // 		or other liability obligations and/or rights consistent with this
   172  // 		License. However, in accepting such obligations, You may act only
   173  // 		on Your own behalf and on Your sole responsibility, not on behalf
   174  // 		of any other Contributor, and only if You agree to indemnify,
   175  // 		defend, and hold each Contributor harmless for any liability
   176  // 		incurred by, or claims asserted against, such Contributor by reason
   177  // 		of your accepting any such warranty or additional liability.
   178  
   179  //  END OF TERMS AND CONDITIONS
   180  
   181  //  Copyright 2013-2016 Docker, Inc.
   182  
   183  //  Licensed under the Apache License, Version 2.0 (the "License");
   184  //  you may not use this file except in compliance with the License.
   185  //  You may obtain a copy of the License at
   186  
   187  // 		 https://www.apache.org/licenses/LICENSE-2.0
   188  
   189  //  Unless required by applicable law or agreed to in writing, software
   190  //  distributed under the License is distributed on an "AS IS" BASIS,
   191  //  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   192  //  See the License for the specific language governing permissions and
   193  //  limitations under the License.
   194  
   195  package names
   196  
   197  // revive:disable:line-length-limit this is not our code so I figured it's okay
   198  //   especially if we're gonna be pull the changes in the future
   199  
   200  import (
   201  	"github.com/twmb/murmur3"
   202  )
   203  
   204  var (
   205  	left = [...]string{
   206  		"admiring",
   207  		"adoring",
   208  		"affectionate",
   209  		"agitated",
   210  		"amazing",
   211  		"angry",
   212  		"awesome",
   213  		"blissful",
   214  		"boring",
   215  		"brave",
   216  		"clever",
   217  		"cocky",
   218  		"compassionate",
   219  		"competent",
   220  		"condescending",
   221  		"confident",
   222  		"cranky",
   223  		"dazzling",
   224  		"determined",
   225  		"distracted",
   226  		"dreamy",
   227  		"eager",
   228  		"ecstatic",
   229  		"elastic",
   230  		"elated",
   231  		"elegant",
   232  		"eloquent",
   233  		"epic",
   234  		"fervent",
   235  		"festive",
   236  		"flamboyant",
   237  		"focused",
   238  		"friendly",
   239  		"frosty",
   240  		"gallant",
   241  		"gifted",
   242  		"goofy",
   243  		"gracious",
   244  		"happy",
   245  		"hardcore",
   246  		"heuristic",
   247  		"hopeful",
   248  		"hungry",
   249  		"infallible",
   250  		"inspiring",
   251  		"jolly",
   252  		"jovial",
   253  		"keen",
   254  		"kickass",
   255  		"kind",
   256  		"laughing",
   257  		"loving",
   258  		"lucid",
   259  		"mystifying",
   260  		"modest",
   261  		"musing",
   262  		"naughty",
   263  		"nervous",
   264  		"nifty",
   265  		"nostalgic",
   266  		"objective",
   267  		"optimistic",
   268  		"peaceful",
   269  		"pedantic",
   270  		"pensive",
   271  		"practical",
   272  		"priceless",
   273  		"quirky",
   274  		"quizzical",
   275  		"relaxed",
   276  		"reverent",
   277  		"romantic",
   278  		"sad",
   279  		"serene",
   280  		"sharp",
   281  		"silly",
   282  		"sleepy",
   283  		"stoic",
   284  		"stupefied",
   285  		"suspicious",
   286  		"tender",
   287  		"thirsty",
   288  		"trusting",
   289  		"unruffled",
   290  		"upbeat",
   291  		"vibrant",
   292  		"vigilant",
   293  		"wizardly",
   294  		"wonderful",
   295  		"xenodochial",
   296  		"youthful",
   297  		"zealous",
   298  		"zen",
   299  	}
   300  
   301  	// Docker, starting from 0.7.x, generates names from notable scientists and hackers.
   302  	// Please, for any amazing man that you add to the list, consider adding an equally amazing woman to it, and vice versa.
   303  	right = [...]string{
   304  		// Muhammad ibn Jābir al-Ḥarrānī al-Battānī was a founding father of astronomy. https://en.wikipedia.org/wiki/Mu%E1%B8%A5ammad_ibn_J%C4%81bir_al-%E1%B8%A4arr%C4%81n%C4%AB_al-Batt%C4%81n%C4%AB
   305  		"albattani",
   306  
   307  		// Frances E. Allen, became the first female IBM Fellow in 1989. In 2006, she became the first female recipient of the ACM's Turing Award. https://en.wikipedia.org/wiki/Frances_E._Allen
   308  		"allen",
   309  
   310  		// June Almeida - Scottish virologist who took the first pictures of the rubella virus - https://en.wikipedia.org/wiki/June_Almeida
   311  		"almeida",
   312  
   313  		// Maria Gaetana Agnesi - Italian mathematician, philosopher, theologian and humanitarian. She was the first woman to write a mathematics handbook and the first woman appointed as a Mathematics Professor at a University. https://en.wikipedia.org/wiki/Maria_Gaetana_Agnesi
   314  		"agnesi",
   315  
   316  		// Archimedes was a physicist, engineer and mathematician who invented too many things to list them here. https://en.wikipedia.org/wiki/Archimedes
   317  		"archimedes",
   318  
   319  		// Maria Ardinghelli - Italian translator, mathematician and physicist - https://en.wikipedia.org/wiki/Maria_Ardinghelli
   320  		"ardinghelli",
   321  
   322  		// Aryabhata - Ancient Indian mathematician-astronomer during 476-550 CE https://en.wikipedia.org/wiki/Aryabhata
   323  		"aryabhata",
   324  
   325  		// Wanda Austin - Wanda Austin is the President and CEO of The Aerospace Corporation, a leading architect for the US security space programs. https://en.wikipedia.org/wiki/Wanda_Austin
   326  		"austin",
   327  
   328  		// Charles Babbage invented the concept of a programmable computer. https://en.wikipedia.org/wiki/Charles_Babbage.
   329  		"babbage",
   330  
   331  		// Stefan Banach - Polish mathematician, was one of the founders of modern functional analysis. https://en.wikipedia.org/wiki/Stefan_Banach
   332  		"banach",
   333  
   334  		// John Bardeen co-invented the transistor - https://en.wikipedia.org/wiki/John_Bardeen
   335  		"bardeen",
   336  
   337  		// Jean Bartik, born Betty Jean Jennings, was one of the original programmers for the ENIAC computer. https://en.wikipedia.org/wiki/Jean_Bartik
   338  		"bartik",
   339  
   340  		// Laura Bassi, the world's first female professor https://en.wikipedia.org/wiki/Laura_Bassi
   341  		"bassi",
   342  
   343  		// Hugh Beaver, British engineer, founder of the Guinness Book of World Records https://en.wikipedia.org/wiki/Hugh_Beaver
   344  		"beaver",
   345  
   346  		// Alexander Graham Bell - an eminent Scottish-born scientist, inventor, engineer and innovator who is credited with inventing the first practical telephone - https://en.wikipedia.org/wiki/Alexander_Graham_Bell
   347  		"bell",
   348  
   349  		// Homi J Bhabha - was an Indian nuclear physicist, founding director, and professor of physics at the Tata Institute of Fundamental Research. Colloquially known as "father of Indian nuclear programme"- https://en.wikipedia.org/wiki/Homi_J._Bhabha
   350  		"bhabha",
   351  
   352  		// Bhaskara II - Ancient Indian mathematician-astronomer whose work on calculus predates Newton and Leibniz by over half a millennium - https://en.wikipedia.org/wiki/Bh%C4%81skara_II#Calculus
   353  		"bhaskara",
   354  
   355  		// Elizabeth Blackwell - American doctor and first American woman to receive a medical degree - https://en.wikipedia.org/wiki/Elizabeth_Blackwell
   356  		"blackwell",
   357  
   358  		// Niels Bohr is the father of quantum theory. https://en.wikipedia.org/wiki/Niels_Bohr.
   359  		"bohr",
   360  
   361  		// Kathleen Booth, she's credited with writing the first assembly language. https://en.wikipedia.org/wiki/Kathleen_Booth
   362  		"booth",
   363  
   364  		// Anita Borg - Anita Borg was the founding director of the Institute for Women and Technology (IWT). https://en.wikipedia.org/wiki/Anita_Borg
   365  		"borg",
   366  
   367  		// Satyendra Nath Bose - He provided the foundation for Bose–Einstein statistics and the theory of the Bose–Einstein condensate. - https://en.wikipedia.org/wiki/Satyendra_Nath_Bose
   368  		"bose",
   369  
   370  		// Evelyn Boyd Granville - She was one of the first African-American woman to receive a Ph.D. in mathematics; she earned it in 1949 from Yale University. https://en.wikipedia.org/wiki/Evelyn_Boyd_Granville
   371  		"boyd",
   372  
   373  		// Brahmagupta - Ancient Indian mathematician during 598-670 CE who gave rules to compute with zero - https://en.wikipedia.org/wiki/Brahmagupta#Zero
   374  		"brahmagupta",
   375  
   376  		// Walter Houser Brattain co-invented the transistor - https://en.wikipedia.org/wiki/Walter_Houser_Brattain
   377  		"brattain",
   378  
   379  		// Emmett Brown invented time travel. https://en.wikipedia.org/wiki/Emmett_Brown (thanks Brian Goff)
   380  		"brown",
   381  
   382  		// Rachel Carson - American marine biologist and conservationist, her book Silent Spring and other writings are credited with advancing the global environmental movement. https://en.wikipedia.org/wiki/Rachel_Carson
   383  		"carson",
   384  
   385  		// Subrahmanyan Chandrasekhar - Astrophysicist known for his mathematical theory on different stages and evolution in structures of the stars. He has won nobel prize for physics - https://en.wikipedia.org/wiki/Subrahmanyan_Chandrasekhar
   386  		"chandrasekhar",
   387  
   388  		// Claude Shannon - The father of information theory and founder of digital circuit design theory. (https://en.wikipedia.org/wiki/Claude_Shannon)
   389  		"shannon",
   390  
   391  		// Joan Clarke - Bletchley Park code breaker during the Second World War who pioneered techniques that remained top secret for decades. Also an accomplished numismatist https://en.wikipedia.org/wiki/Joan_Clarke
   392  		"clarke",
   393  
   394  		// Jane Colden - American botanist widely considered the first female American botanist - https://en.wikipedia.org/wiki/Jane_Colden
   395  		"colden",
   396  
   397  		// Gerty Theresa Cori - American biochemist who became the third woman—and first American woman—to win a Nobel Prize in science, and the first woman to be awarded the Nobel Prize in Physiology or Medicine. Cori was born in Prague. https://en.wikipedia.org/wiki/Gerty_Cori
   398  		"cori",
   399  
   400  		// Seymour Roger Cray was an American electrical engineer and supercomputer architect who designed a series of computers that were the fastest in the world for decades. https://en.wikipedia.org/wiki/Seymour_Cray
   401  		"cray",
   402  
   403  		// This entry reflects a husband and wife team who worked together:
   404  		// Joan Curran was a Welsh scientist who developed radar and invented chaff, a radar countermeasure. https://en.wikipedia.org/wiki/Joan_Curran
   405  		// Samuel Curran was an Irish physicist who worked alongside his wife during WWII and invented the proximity fuse. https://en.wikipedia.org/wiki/Samuel_Curran
   406  		"curran",
   407  
   408  		// Marie Curie discovered radioactivity. https://en.wikipedia.org/wiki/Marie_Curie.
   409  		"curie",
   410  
   411  		// Charles Darwin established the principles of natural evolution. https://en.wikipedia.org/wiki/Charles_Darwin.
   412  		"darwin",
   413  
   414  		// Leonardo Da Vinci invented too many things to list here. https://en.wikipedia.org/wiki/Leonardo_da_Vinci.
   415  		"davinci",
   416  
   417  		// Edsger Wybe Dijkstra was a Dutch computer scientist and mathematical scientist. https://en.wikipedia.org/wiki/Edsger_W._Dijkstra.
   418  		"dijkstra",
   419  
   420  		// Donna Dubinsky - played an integral role in the development of personal digital assistants (PDAs) serving as CEO of Palm, Inc. and co-founding Handspring. https://en.wikipedia.org/wiki/Donna_Dubinsky
   421  		"dubinsky",
   422  
   423  		// 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
   424  		"easley",
   425  
   426  		// Thomas Alva Edison, prolific inventor https://en.wikipedia.org/wiki/Thomas_Edison
   427  		"edison",
   428  
   429  		// Albert Einstein invented the general theory of relativity. https://en.wikipedia.org/wiki/Albert_Einstein
   430  		"einstein",
   431  
   432  		// Gertrude Elion - American biochemist, pharmacologist and the 1988 recipient of the Nobel Prize in Medicine - https://en.wikipedia.org/wiki/Gertrude_Elion
   433  		"elion",
   434  
   435  		// Douglas Engelbart gave the mother of all demos: https://en.wikipedia.org/wiki/Douglas_Engelbart
   436  		"engelbart",
   437  
   438  		// Euclid invented geometry. https://en.wikipedia.org/wiki/Euclid
   439  		"euclid",
   440  
   441  		// Leonhard Euler invented large parts of modern mathematics. https://de.wikipedia.org/wiki/Leonhard_Euler
   442  		"euler",
   443  
   444  		// Pierre de Fermat pioneered several aspects of modern mathematics. https://en.wikipedia.org/wiki/Pierre_de_Fermat
   445  		"fermat",
   446  
   447  		// Enrico Fermi invented the first nuclear reactor. https://en.wikipedia.org/wiki/Enrico_Fermi.
   448  		"fermi",
   449  
   450  		// Richard Feynman was a key contributor to quantum mechanics and particle physics. https://en.wikipedia.org/wiki/Richard_Feynman
   451  		"feynman",
   452  
   453  		// Benjamin Franklin is famous for his experiments in electricity and the invention of the lightning rod.
   454  		"franklin",
   455  
   456  		// Galileo was a founding father of modern astronomy, and faced politics and obscurantism to establish scientific truth.  https://en.wikipedia.org/wiki/Galileo_Galilei
   457  		"galileo",
   458  
   459  		// William Henry "Bill" Gates III is an American business magnate, philanthropist, investor, computer programmer, and inventor. https://en.wikipedia.org/wiki/Bill_Gates
   460  		"gates",
   461  
   462  		// Adele Goldberg, was one of the designers and developers of the Smalltalk language. https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist)
   463  		"goldberg",
   464  
   465  		// Adele Goldstine, born Adele Katz, wrote the complete technical description for the first electronic digital computer, ENIAC. https://en.wikipedia.org/wiki/Adele_Goldstine
   466  		"goldstine",
   467  
   468  		// 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
   469  		"goldwasser",
   470  
   471  		// James Golick, all around gangster.
   472  		"golick",
   473  
   474  		// Jane Goodall - British primatologist, ethologist, and anthropologist who is considered to be the world's foremost expert on chimpanzees - https://en.wikipedia.org/wiki/Jane_Goodall
   475  		"goodall",
   476  
   477  		// Lois Haibt - American computer scientist, part of the team at IBM that developed FORTRAN - https://en.wikipedia.org/wiki/Lois_Haibt
   478  		"haibt",
   479  
   480  		// Margaret Hamilton - Director of the Software Engineering Division of the MIT Instrumentation Laboratory, which developed on-board flight software for the Apollo space program. https://en.wikipedia.org/wiki/Margaret_Hamilton_(scientist)
   481  		"hamilton",
   482  
   483  		// Stephen Hawking pioneered the field of cosmology by combining general relativity and quantum mechanics. https://en.wikipedia.org/wiki/Stephen_Hawking
   484  		"hawking",
   485  
   486  		// Werner Heisenberg was a founding father of quantum mechanics. https://en.wikipedia.org/wiki/Werner_Heisenberg
   487  		"heisenberg",
   488  
   489  		// Jaroslav Heyrovský was the inventor of the polarographic method, father of the electroanalytical method, and recipient of the Nobel Prize in 1959. His main field of work was polarography. https://en.wikipedia.org/wiki/Jaroslav_Heyrovsk%C3%BD
   490  		"heyrovsky",
   491  
   492  		// Dorothy Hodgkin was a British biochemist, credited with the development of protein crystallography. She was awarded the Nobel Prize in Chemistry in 1964. https://en.wikipedia.org/wiki/Dorothy_Hodgkin
   493  		"hodgkin",
   494  
   495  		// Erna Schneider Hoover revolutionized modern communication by inventing a computerized telephone switching method. https://en.wikipedia.org/wiki/Erna_Schneider_Hoover
   496  		"hoover",
   497  
   498  		// Grace Hopper developed the first compiler for a computer programming language and  is credited with popularizing the term "debugging" for fixing computer glitches. https://en.wikipedia.org/wiki/Grace_Hopper
   499  		"hopper",
   500  
   501  		// Frances Hugle, she was an American scientist, engineer, and inventor who contributed to the understanding of semiconductors, integrated circuitry, and the unique electrical principles of microscopic materials. https://en.wikipedia.org/wiki/Frances_Hugle
   502  		"hugle",
   503  
   504  		// Hypatia - Greek Alexandrine Neoplatonist philosopher in Egypt who was one of the earliest mothers of mathematics - https://en.wikipedia.org/wiki/Hypatia
   505  		"hypatia",
   506  
   507  		// Yeong-Sil Jang was a Korean scientist and astronomer during the Joseon Dynasty; he invented the first metal printing press and water gauge. https://en.wikipedia.org/wiki/Jang_Yeong-sil
   508  		"jang",
   509  
   510  		// Betty Jennings - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Jean_Bartik
   511  		"jennings",
   512  
   513  		// Mary Lou Jepsen, was the founder and chief technology officer of One Laptop Per Child (OLPC), and the founder of Pixel Qi. https://en.wikipedia.org/wiki/Mary_Lou_Jepsen
   514  		"jepsen",
   515  
   516  		// Irène Joliot-Curie - French scientist who was awarded the Nobel Prize for Chemistry in 1935. Daughter of Marie and Pierre Curie. https://en.wikipedia.org/wiki/Ir%C3%A8ne_Joliot-Curie
   517  		"joliot",
   518  
   519  		// Karen Spärck Jones came up with the concept of inverse document frequency, which is used in most search engines today. https://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones
   520  		"jones",
   521  
   522  		// A. P. J. Abdul Kalam - is an Indian scientist aka Missile Man of India for his work on the development of ballistic missile and launch vehicle technology - https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam
   523  		"kalam",
   524  
   525  		// Susan Kare, created the icons and many of the interface elements for the original Apple Macintosh in the 1980s, and was an original employee of NeXT, working as the Creative Director. https://en.wikipedia.org/wiki/Susan_Kare
   526  		"kare",
   527  
   528  		// Mary Kenneth Keller, Sister Mary Kenneth Keller became the first American woman to earn a PhD in Computer Science in 1965. https://en.wikipedia.org/wiki/Mary_Kenneth_Keller
   529  		"keller",
   530  
   531  		// Har Gobind Khorana - Indian-American biochemist who shared the 1968 Nobel Prize for Physiology - https://en.wikipedia.org/wiki/Har_Gobind_Khorana
   532  		"khorana",
   533  
   534  		// Jack Kilby invented silicone integrated circuits and gave Silicon Valley its name. - https://en.wikipedia.org/wiki/Jack_Kilby
   535  		"kilby",
   536  
   537  		// Maria Kirch - German astronomer and first woman to discover a comet - https://en.wikipedia.org/wiki/Maria_Margarethe_Kirch
   538  		"kirch",
   539  
   540  		// Donald Knuth - American computer scientist, author of "The Art of Computer Programming" and creator of the TeX typesetting system. https://en.wikipedia.org/wiki/Donald_Knuth
   541  		"knuth",
   542  
   543  		// Sophie Kowalevski - Russian mathematician responsible for important original contributions to analysis, differential equations and mechanics - https://en.wikipedia.org/wiki/Sofia_Kovalevskaya
   544  		"kowalevski",
   545  
   546  		// Marie-Jeanne de Lalande - French astronomer, mathematician and cataloguer of stars - https://en.wikipedia.org/wiki/Marie-Jeanne_de_Lalande
   547  		"lalande",
   548  
   549  		// Hedy Lamarr - Actress and inventor. The principles of her work are now incorporated into modern Wi-Fi, CDMA and Bluetooth technology. https://en.wikipedia.org/wiki/Hedy_Lamarr
   550  		"lamarr",
   551  
   552  		// Leslie B. Lamport - American computer scientist. Lamport is best known for his seminal work in distributed systems and was the winner of the 2013 Turing Award. https://en.wikipedia.org/wiki/Leslie_Lamport
   553  		"lamport",
   554  
   555  		// Mary Leakey - British paleoanthropologist who discovered the first fossilized Proconsul skull - https://en.wikipedia.org/wiki/Mary_Leakey
   556  		"leakey",
   557  
   558  		// Henrietta Swan Leavitt - she was an American astronomer who discovered the relation between the luminosity and the period of Cepheid variable stars. https://en.wikipedia.org/wiki/Henrietta_Swan_Leavitt
   559  		"leavitt",
   560  
   561  		// Daniel Lewin -  Mathematician, Akamai co-founder, soldier, 9/11 victim-- Developed optimization techniques for routing traffic on the internet. Died attempting to stop the 9-11 hijackers. https://en.wikipedia.org/wiki/Daniel_Lewin
   562  		"lewin",
   563  
   564  		// Ruth Lichterman - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Ruth_Teitelbaum
   565  		"lichterman",
   566  
   567  		// Barbara Liskov - co-developed the Liskov substitution principle. Liskov was also the winner of the Turing Prize in 2008. - https://en.wikipedia.org/wiki/Barbara_Liskov
   568  		"liskov",
   569  
   570  		// Ada Lovelace invented the first algorithm. https://en.wikipedia.org/wiki/Ada_Lovelace (thanks James Turnbull)
   571  		"lovelace",
   572  
   573  		// Auguste and Louis Lumière - the first filmmakers in history - https://en.wikipedia.org/wiki/Auguste_and_Louis_Lumi%C3%A8re
   574  		"lumiere",
   575  
   576  		// Mahavira - Ancient Indian mathematician during 9th century AD who discovered basic algebraic identities - https://en.wikipedia.org/wiki/Mah%C4%81v%C4%ABra_(mathematician)
   577  		"mahavira",
   578  
   579  		// Maria Mayer - American theoretical physicist and Nobel laureate in Physics for proposing the nuclear shell model of the atomic nucleus - https://en.wikipedia.org/wiki/Maria_Mayer
   580  		"mayer",
   581  
   582  		// John McCarthy invented LISP: https://en.wikipedia.org/wiki/John_McCarthy_(computer_scientist)
   583  		"mccarthy",
   584  
   585  		// Barbara McClintock - a distinguished American cytogeneticist, 1983 Nobel Laureate in Physiology or Medicine for discovering transposons. https://en.wikipedia.org/wiki/Barbara_McClintock
   586  		"mcclintock",
   587  
   588  		// Malcolm McLean invented the modern shipping container: https://en.wikipedia.org/wiki/Malcom_McLean
   589  		"mclean",
   590  
   591  		// Kay McNulty - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Kathleen_Antonelli
   592  		"mcnulty",
   593  
   594  		// Lise Meitner - Austrian/Swedish physicist who was involved in the discovery of nuclear fission. The element meitnerium is named after her - https://en.wikipedia.org/wiki/Lise_Meitner
   595  		"meitner",
   596  
   597  		// Carla Meninsky, was the game designer and programmer for Atari 2600 games Dodge 'Em and Warlords. https://en.wikipedia.org/wiki/Carla_Meninsky
   598  		"meninsky",
   599  
   600  		// Johanna Mestorf - German prehistoric archaeologist and first female museum director in Germany - https://en.wikipedia.org/wiki/Johanna_Mestorf
   601  		"mestorf",
   602  
   603  		// Marvin Minsky - Pioneer in Artificial Intelligence, co-founder of the MIT's AI Lab, won the Turing Award in 1969. https://en.wikipedia.org/wiki/Marvin_Minsky
   604  		"minsky",
   605  
   606  		// Maryam Mirzakhani - an Iranian mathematician and the first woman to win the Fields Medal. https://en.wikipedia.org/wiki/Maryam_Mirzakhani
   607  		"mirzakhani",
   608  
   609  		// Samuel Morse - contributed to the invention of a single-wire telegraph system based on European telegraphs and was a co-developer of the Morse code - https://en.wikipedia.org/wiki/Samuel_Morse
   610  		"morse",
   611  
   612  		// Ian Murdock - founder of the Debian project - https://en.wikipedia.org/wiki/Ian_Murdock
   613  		"murdock",
   614  
   615  		// Isaac Newton invented classic mechanics and modern optics. https://en.wikipedia.org/wiki/Isaac_Newton
   616  		"newton",
   617  
   618  		// 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
   619  		"nightingale",
   620  
   621  		// Alfred Nobel - a Swedish chemist, engineer, innovator, and armaments manufacturer (inventor of dynamite) - https://en.wikipedia.org/wiki/Alfred_Nobel
   622  		"nobel",
   623  
   624  		// Emmy Noether, German mathematician. Noether's Theorem is named after her. https://en.wikipedia.org/wiki/Emmy_Noether
   625  		"noether",
   626  
   627  		// Poppy Northcutt. Poppy Northcutt was the first woman to work as part of NASA’s Mission Control. http://www.businessinsider.com/poppy-northcutt-helped-apollo-astronauts-2014-12?op=1
   628  		"northcutt",
   629  
   630  		// Robert Noyce invented silicone integrated circuits and gave Silicon Valley its name. - https://en.wikipedia.org/wiki/Robert_Noyce
   631  		"noyce",
   632  
   633  		// Panini - Ancient Indian linguist and grammarian from 4th century CE who worked on the world's first formal system - https://en.wikipedia.org/wiki/P%C4%81%E1%B9%87ini#Comparison_with_modern_formal_systems
   634  		"panini",
   635  
   636  		// Ambroise Pare invented modern surgery. https://en.wikipedia.org/wiki/Ambroise_Par%C3%A9
   637  		"pare",
   638  
   639  		// Louis Pasteur discovered vaccination, fermentation and pasteurization. https://en.wikipedia.org/wiki/Louis_Pasteur.
   640  		"pasteur",
   641  
   642  		// Cecilia Payne-Gaposchkin was an astronomer and astrophysicist who, in 1925, proposed in her Ph.D. thesis an explanation for the composition of stars in terms of the relative abundances of hydrogen and helium. https://en.wikipedia.org/wiki/Cecilia_Payne-Gaposchkin
   643  		"payne",
   644  
   645  		// Radia Perlman is a software designer and network engineer and most famous for her invention of the spanning-tree protocol (STP). https://en.wikipedia.org/wiki/Radia_Perlman
   646  		"perlman",
   647  
   648  		// Rob Pike was a key contributor to Unix, Plan 9, the X graphic system, utf-8, and the Go programming language. https://en.wikipedia.org/wiki/Rob_Pike
   649  		"pike",
   650  
   651  		// Henri Poincaré made fundamental contributions in several fields of mathematics. https://en.wikipedia.org/wiki/Henri_Poincar%C3%A9
   652  		"poincare",
   653  
   654  		// Laura Poitras is a director and producer whose work, made possible by open source crypto tools, advances the causes of truth and freedom of information by reporting disclosures by whistleblowers such as Edward Snowden. https://en.wikipedia.org/wiki/Laura_Poitras
   655  		"poitras",
   656  
   657  		// Claudius Ptolemy - a Greco-Egyptian writer of Alexandria, known as a mathematician, astronomer, geographer, astrologer, and poet of a single epigram in the Greek Anthology - https://en.wikipedia.org/wiki/Ptolemy
   658  		"ptolemy",
   659  
   660  		// C. V. Raman - Indian physicist who won the Nobel Prize in 1930 for proposing the Raman effect. - https://en.wikipedia.org/wiki/C._V._Raman
   661  		"raman",
   662  
   663  		// 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
   664  		"ramanujan",
   665  
   666  		// 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
   667  		"ride",
   668  
   669  		// Rita Levi-Montalcini - Won Nobel Prize in Physiology or Medicine jointly with colleague Stanley Cohen for the discovery of nerve growth factor (https://en.wikipedia.org/wiki/Rita_Levi-Montalcini)
   670  		"montalcini",
   671  
   672  		// Dennis Ritchie - co-creator of UNIX and the C programming language. - https://en.wikipedia.org/wiki/Dennis_Ritchie
   673  		"ritchie",
   674  
   675  		// Wilhelm Conrad Röntgen - German physicist who was awarded the first Nobel Prize in Physics in 1901 for the discovery of X-rays (Röntgen rays). https://en.wikipedia.org/wiki/Wilhelm_R%C3%B6ntgen
   676  		"roentgen",
   677  
   678  		// Rosalind Franklin - British biophysicist and X-ray crystallographer whose research was critical to the understanding of DNA - https://en.wikipedia.org/wiki/Rosalind_Franklin
   679  		"rosalind",
   680  
   681  		// Meghnad Saha - Indian astrophysicist best known for his development of the Saha equation, used to describe chemical and physical conditions in stars - https://en.wikipedia.org/wiki/Meghnad_Saha
   682  		"saha",
   683  
   684  		// Jean E. Sammet developed FORMAC, the first widely used computer language for symbolic manipulation of mathematical formulas. https://en.wikipedia.org/wiki/Jean_E._Sammet
   685  		"sammet",
   686  
   687  		// Carol Shaw - Originally an Atari employee, Carol Shaw is said to be the first female video game designer. https://en.wikipedia.org/wiki/Carol_Shaw_(video_game_designer)
   688  		"shaw",
   689  
   690  		// Dame Stephanie "Steve" Shirley - Founded a software company in 1962 employing women working from home. https://en.wikipedia.org/wiki/Steve_Shirley
   691  		"shirley",
   692  
   693  		// William Shockley co-invented the transistor - https://en.wikipedia.org/wiki/William_Shockley
   694  		"shockley",
   695  
   696  		// Françoise Barré-Sinoussi - French virologist and Nobel Prize Laureate in Physiology or Medicine; her work was fundamental in identifying HIV as the cause of AIDS. https://en.wikipedia.org/wiki/Fran%C3%A7oise_Barr%C3%A9-Sinoussi
   697  		"sinoussi",
   698  
   699  		// Betty Snyder - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Betty_Holberton
   700  		"snyder",
   701  
   702  		// Frances Spence - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Frances_Spence
   703  		"spence",
   704  
   705  		// 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
   706  		"stallman",
   707  
   708  		// 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
   709  		"stonebraker",
   710  
   711  		// 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
   712  		"swanson",
   713  
   714  		// Aaron Swartz was influential in creating RSS, Markdown, Creative Commons, Reddit, and much of the internet as we know it today. He was devoted to freedom of information on the web. https://en.wikiquote.org/wiki/Aaron_Swartz
   715  		"swartz",
   716  
   717  		// Bertha Swirles was a theoretical physicist who made a number of contributions to early quantum theory. https://en.wikipedia.org/wiki/Bertha_Swirles
   718  		"swirles",
   719  
   720  		// Nikola Tesla invented the AC electric system and every gadget ever used by a James Bond villain. https://en.wikipedia.org/wiki/Nikola_Tesla
   721  		"tesla",
   722  
   723  		// Ken Thompson - co-creator of UNIX and the C programming language - https://en.wikipedia.org/wiki/Ken_Thompson
   724  		"thompson",
   725  
   726  		// Linus Torvalds invented Linux and Git. https://en.wikipedia.org/wiki/Linus_Torvalds
   727  		"torvalds",
   728  
   729  		// Alan Turing was a founding father of computer science. https://en.wikipedia.org/wiki/Alan_Turing.
   730  		"turing",
   731  
   732  		// Varahamihira - Ancient Indian mathematician who discovered trigonometric formulae during 505-587 CE - https://en.wikipedia.org/wiki/Var%C4%81hamihira#Contributions
   733  		"varahamihira",
   734  
   735  		// Sir Mokshagundam Visvesvaraya - is a notable Indian engineer.  He is a recipient of the Indian Republic's highest honour, the Bharat Ratna, in 1955. On his birthday, 15 September is celebrated as Engineer's Day in India in his memory - https://en.wikipedia.org/wiki/Visvesvaraya
   736  		"visvesvaraya",
   737  
   738  		// Christiane Nüsslein-Volhard - German biologist, won Nobel Prize in Physiology or Medicine in 1995 for research on the genetic control of embryonic development. https://en.wikipedia.org/wiki/Christiane_N%C3%BCsslein-Volhard
   739  		"volhard",
   740  
   741  		// Marlyn Wescoff - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Marlyn_Meltzer
   742  		"wescoff",
   743  
   744  		// Andrew Wiles - Notable British mathematician who proved the enigmatic Fermat's Last Theorem - https://en.wikipedia.org/wiki/Andrew_Wiles
   745  		"wiles",
   746  
   747  		// 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
   748  		"williams",
   749  
   750  		// Sophie Wilson designed the first Acorn Micro-Computer and the instruction set for ARM processors. https://en.wikipedia.org/wiki/Sophie_Wilson
   751  		"wilson",
   752  
   753  		// Jeannette Wing - co-developed the Liskov substitution principle. - https://en.wikipedia.org/wiki/Jeannette_Wing
   754  		"wing",
   755  
   756  		// Steve Wozniak invented the Apple I and Apple II. https://en.wikipedia.org/wiki/Steve_Wozniak
   757  		"wozniak",
   758  
   759  		// The Wright brothers, Orville and Wilbur - credited with inventing and building the world's first successful airplane and making the first controlled, powered and sustained heavier-than-air human flight - https://en.wikipedia.org/wiki/Wright_brothers
   760  		"wright",
   761  
   762  		// Rosalyn Sussman Yalow - Rosalyn Sussman Yalow was an American medical physicist, and a co-winner of the 1977 Nobel Prize in Physiology or Medicine for development of the radioimmunoassay technique. https://en.wikipedia.org/wiki/Rosalyn_Sussman_Yalow
   763  		"yalow",
   764  
   765  		// Ada Yonath - an Israeli crystallographer, the first woman from the Middle East to win a Nobel prize in the sciences. https://en.wikipedia.org/wiki/Ada_Yonath
   766  		"yonath",
   767  	}
   768  )
   769  
   770  const murmurSeed = 6231912
   771  
   772  func GetRandomName(seed string) string {
   773  	v := murmur3.SeedSum32(murmurSeed, []byte(seed))
   774  	return left[int(v&0xffff)%len(left)] + "." + right[int(v>>16&0xffff)%len(right)]
   775  }
   776  
   777  // revive:enable:line-length-limit