Created
October 26, 2014 17:15
-
-
Save TikiTDO/38aaa870237ee18af750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'pry' | |
require 'awesome_print' | |
data = [ | |
[%q{Janez Drnovšek}, %q{12th President of Yugoslavia, 2nd President of Slovenia}], | |
[%q{Gene Baur}, %q{Activist}], | |
[%q{H. Jay Dinshah}, %q{Activist}], | |
[%q{Casey Affleck}, %q{Actor}], | |
[%q{Alec Baldwin}, %q{Actor}], | |
[%q{Ed Begley, Jr.}, %q{Actor}], | |
[%q{Beau Bridges}, %q{Actor}], | |
[%q{James Cromwell}, %q{Actor}], | |
[%q{Alan Cumming}, %q{Actor}], | |
[%q{Peter Dinklage}, %q{Actor}], | |
[%q{Michael Dorn}, %q{Actor}], | |
[%q{Ted Danson}, %q{Actor, author, producer}], | |
[%q{Russell Brand}, %q{Actor, Comedian, Activist, Author}], | |
[%q{Ellen DeGeneres}, %q{Actor, comedienne, talk-show host}], | |
[%q{Thomas Dekker}, %q{Actor, musician}], | |
[%q{Darren Boyd}, %q{Actor, singer, star of Spy}], | |
[%q{Greg Cipes}, %q{Actor, singer, surfer}], | |
[%q{Suzy Amis}, %q{Actress}], | |
[%q{Pamela Anderson}, %q{Actress}], | |
[%q{Linda Blair}, %q{Actress}], | |
[%q{Jessica Chastain}, %q{Actress}], | |
[%q{Amanda Crew}, %q{Actress}], | |
[%q{Emily Deschanel}, %q{Actress}], | |
[%q{Jenna Dewan-Tatum}, %q{Actress}], | |
[%q{Pamelyn Ferdin}, %q{Actress}], | |
[%q{Mayim Bialik}, %q{Actress (Big Bang Theory, Blossom)}], | |
[%q{Kristen Bell}, %q{Actress (Veronica Mars, House of Lies)}], | |
[%q{Allisyn Ashley Arm}, %q{Actress, sketch comedienne}], | |
[%q{Chikezie}, %q{American Idol finalist and singer}], | |
[%q{Ally Burguieres}, %q{Artist/Author}], | |
[%q{Hunter Burgan}, %q{Bassist for AFI}], | |
[%q{Geezer Butler}, %q{Bassist, songwriter and founding member of Black Sabbath}], | |
[%q{Patrick O. Brown}, %q{Biochemist}], | |
[%q{Robert Cheeke}, %q{Bodybuilder}], | |
[%q{Cam F. Awesome}, %q{Boxer}], | |
[%q{Karyn Calabrese}, %q{Chef and restaurateur}], | |
[%q{Angela Davis}, %q{Civil rights activist}], | |
[%q{Martin Balluch}, %q{Co-founder of the Austrian Vegan Society}], | |
[%q{César Chávez}, %q{Co-founder of the National Farm Workers Association}], | |
[%q{Bethany Black}, %q{Comedian}], | |
[%q{Simon Amstell}, %q{Comedian, actor and presenter}], | |
[%q{Michael C. Dorf}, %q{Cornell law professor, author}], | |
[%q{Molly Cameron}, %q{Cyclist}], | |
[%q{Bruce Friedrich}, %q{Director of Farm Sanctuary}], | |
[%q{Marc Bekoff}, %q{Ethologist}], | |
[%q{William Clay Ford, Jr.}, %q{Executive chairman of Ford Motor Company}], | |
[%q{Matt Ball}, %q{Executive director of Vegan Outreach}], | |
[%q{Peter Bogdanovich}, %q{Film director}], | |
[%q{James Cameron}, %q{Film director}], | |
[%q{Darren Aronofsky}, %q{Film director, screenwriter and film producer}], | |
[%q{William Faith}, %q{Gothic rock/dark wave artist of Faith and the Muse}], | |
[%q{Brian Bell}, %q{Guitarist for Weezer}], | |
[%q{Adam Fisher}, %q{Guitarist of Fear Before}], | |
[%q{Kathy Freston}, %q{Health and wellness author}], | |
[%q{Jade Esteban Estrada}, %q{Humorist}], | |
[%q{Gary Francione}, %q{Law professor, author}], | |
[%q{John Feldmann}, %q{Lead vocalist and guitarist of Goldfinger and producer}], | |
[%q{Alan Donohoe}, %q{Lead vocalist of the Rakes}], | |
[%q{Luke Cummo}, %q{Mixed martial artist}], | |
[%q{Rosanna Davison}, %q{Model, Miss World 2003}], | |
[%q{Electroboy}, %q{Model, Music Producer}], | |
[%q{Sean Brennan}, %q{Musician}], | |
[%q{Dan Briggs}, %q{Musician with Between the Buried and Me}], | |
[%q{Tom Bailey}, %q{Musician, formerly of the Thompson Twins}], | |
[%q{Cedric Bixler-Zavala}, %q{Musician, member of The Mars Volta and At The Drive-In}], | |
[%q{Travis Barker}, %q{Musician, producer, entrepreneur}], | |
[%q{Arian Foster}, %q{NFL footballer}], | |
[%q{T Cooper}, %q{Novelist}], | |
[%q{Meagan Duhamel}, %q{Pair skater}], | |
[%q{Steven Best}, %q{Philosopher}], | |
[%q{Al-Maʿarri}, %q{Philosopher and poet}], | |
[%q{Glen E. Friedman}, %q{Photographer}], | |
[%q{Caldwell Esselstyn}, %q{Physician}], | |
[%q{Neal Barnard}, %q{Physician, president of Physicians Committee for Responsible Medicine}], | |
[%q{Juli Crockett}, %q{Playwright, theater director, retired professional boxer, musician}], | |
[%q{Karen Davis}, %q{President of United Poultry Concerns}], | |
[%q{Timothy Bradley}, %q{Professional boxer}], | |
[%q{Mac Danzig}, %q{Professional mixed martial arts fighter}], | |
[%q{Jon Fitch}, %q{Professional mixed martial arts fighter}], | |
[%q{Steph Davis}, %q{Professional rock climber}], | |
[%q{Austin Aries}, %q{Professional wrestler}], | |
[%q{Bryan Danielson}, %q{Professional wrestler}], | |
[%q{T. Colin Campbell}, %q{Professor Emeritus of Nutritional Biochemistry at Cornell University}], | |
[%q{Lisa Bloom}, %q{Prominent civil rights attorney, author, TV host and commentator}], | |
[%q{Elise Desaulniers}, %q{Quebec writer, journalist}], | |
[%q{André 3000}, %q{Rapper}], | |
[%q{Michael Franti}, %q{Reggae artist}], | |
[%q{Capleton}, %q{Reggae musician}], | |
[%q{George M. Church}, %q{Scientist}], | |
[%q{Kneel Cohn}, %q{Singer, guitarist, songwriter for The Dead Stars on Hollywood}], | |
[%q{Chad Ackerman}, %q{Singer, songwriter}], | |
[%q{Bryan Adams}, %q{Singer, songwriter}], | |
[%q{Fiona Apple}, %q{Singer, songwriter}], | |
[%q{Erykah Badu}, %q{Singer, songwriter}], | |
[%q{Emilie Autumn}, %q{Singer, songwriter, violinist, harpsichordist, poet}], | |
[%q{Mark Browning}, %q{Singer-songwriter from Canadian band Ox}], | |
[%q{Peter Ebdon}, %q{Snooker player}], | |
[%q{Patrik Baboumian}, %q{Strongman competitor, former bodybuilder}], | |
[%q{Amos Bronson Alcott}, %q{Teacher, Transcendentalist}], | |
[%q{Brendan Brazier}, %q{Triathlete}], | |
[%q{Chloe Coscarelli}, %q{Vegan chef}], | |
[%q{Brigid Brophy}, %q{Writer}], | |
[%q{Joan Dunayer}, %q{Writer}], | |
[%q{Carol J. Adams}, %q{Writer, feminist, animal rights advocate}], | |
[%q{Maneka Gandhi}, %q{Politician}], | |
[%q{Anu Garg}, %q{Author, speaker, engineer}], | |
[%q{Robert Garner}, %q{Political theorist}], | |
[%q{Bill Gates}, %q{Juliet Gellatley}, %q{Founder of Viva!}], | |
[%q{Robin Gibb}, %q{Singer-songwriter and founding member of the Bee Gees}], | |
[%q{Sara Gilbert}, %q{Actress and talk show host}], | |
[%q{Craig Taro Gold}, %q{Writer, entertainer, entrepreneur}], | |
[%q{Berry Gordy}, %q{Music executive, songwriter, record producer, film producer, television producer}], | |
[%q{Al Gore}, %q{Politician, advocate and philanthropist, former Vice President of the United States (1993–2001)}], | |
[%q{Ellie Goulding}, %q{Singer, songwriter, actress}], | |
[%q{Angela Gossow}, %q{Former singer of the Swedish metal band Arch Enemy}], | |
[%q{Volkert van der Graaf}, %q{Convicted murderer}], | |
[%q{Laura Jane Grace}, %q{Frontwoman of Punk Band Against Me!}], | |
[%q{Ariana Grande}, %q{Actress, singer and songwriter}], | |
[%q{Brian Greene}, %q{Physicist}], | |
[%q{Michael Greger}, %q{Physician}], | |
[%q{Andrew Günsberg}, %q{Radio and television personality}], | |
[%q{Roxy Shahidi}, %q{Actress}], | |
[%q{Larry Hagman}, %q{Actor, producer, director}], | |
[%q{John S. Hall}, %q{Poet, spoken-word artist, lead vocalist of all incarnations of King Missile}], | |
[%q{Jordan Halliday}, %q{Activist, Grand Jury Resister, Host of the podcast Which Side}], | |
[%q{Lasse Hallström}, %q{Film and music video director, screenwriter}], | |
[%q{Thich Nhat Hanh}, %q{Zen Buddhist monk and peace activist}], | |
[%q{Daryl Hannah}, %q{Actress}], | |
[%q{Marieke Hardy}, %q{Writer, TV and radio personality}], | |
[%q{Stevan Harnad}, %q{Canada Research Chair in Cognitive sciences, UQàM}], | |
[%q{Woody Harrelson}, %q{Actor}], | |
[%q{Ellie Harrison}, %q{Artist}], | |
[%q{Robert A de J Hart}, %q{Horticulturist}], | |
[%q{Anne Hathaway}, %q{Actress}], | |
[%q{Davey Havok}, %q{Lead vocalist of AFI and Blaqk Audio}], | |
[%q{David Haye}, %q{Former world champion heavyweight boxer}], | |
[%q{Heaven Shall Burn}, %q{Heavy metal band}], | |
[%q{High Places}, %q{Ambient electronic duo, both members}], | |
[%q{Dean Howell}, %q{English professional association footballer}], | |
[%q{Chrissie Hynde}, %q{Singer, songwriter and lead vocalist of The Pretenders}], | |
[%q{Ildjarn}, %q{One-man-band, raw black metal musician}], | |
[%q{Don Imus}, %q{Radio host, humorist, philanthropist and writer}], | |
[%q{Christofer Drew Ingle}, %q{Musician, vocalist of Never Shout Never}], | |
[%q{Joi Ito}, %q{Entrepreneur}], | |
[%q{Samuel L. Jackson}, %q{Actor, Producer}], | |
[%q{Cathy Jamieson}, %q{Member of the Scottish Parliament}], | |
[%q{Famke Janssen}, %q{Actress, director, screenwriter, model}], | |
[%q{Eric Johnson}, %q{Professional American football player}], | |
[%q{John Joseph}, %q{Singer, author, animal rights advocate, member of Cro-Mags}], | |
[%q{Scott Jurek}, %q{Runner}], | |
[%q{Tony Kanal}, %q{Bassist, No Doubt}], | |
[%q{Myq Kaplan}, %q{Actor, comedian, musician}], | |
[%q{Casey Kasem}, %q{Disc jockey/media personality/voice of Shaggy Rogers}], | |
[%q{Tonya Kay}, %q{Dancer}], | |
[%q{Shannon Keith}, %q{Lawyer, film producer}], | |
[%q{Wade Keller}, %q{Sports writer}], | |
[%q{Anthony Kiedis}, %q{Singer, songwriter and lead vocalist of Red Hot Chili Peppers}], | |
[%q{Steve Kilbey}, %q{Singer, songwriter and member of The Church}], | |
[%q{Allison Kilkenny}, %q{Journalist, writer, radio host}], | |
[%q{Jamie Kilstein}, %q{Comedian, writer, radio host}], | |
[%q{Coretta Scott King}, %q{Civil rights leader}], | |
[%q{Dexter Scott King}, %q{Activist}], | |
[%q{John Kinsella}, %q{Poet}], | |
[%q{Michael Klaper}, %q{Physician}], | |
[%q{Forrest Kline}, %q{Lead vocalist of Hellogoodbye}], | |
[%q{Kathy Kolla}, %q{Film director}], | |
[%q{Bryan Konietzko}, %q{Co-creator of Avatar: The Last Airbender and The Legend of Korra}], | |
[%q{Sarah Kramer}, %q{Writer and cookbook author}], | |
[%q{Dennis Kucinich}, %q{former Democratic Congressman from Ohio, 2004 & 2008 presidential candidate}], | |
[%q{Elizabeth Kucinich}, %q{Former Director of public affairs, Physicians Committee for Responsible Medicine, wife of Dennis Kuchinich}], | |
[%q{Gulu Lalvani}, %q{Entrepreneur}], | |
[%q{Ladule Lako LoSarah}, %q{Footballer at Maziya S&RC}], | |
[%q{k.d. lang}, %q{Singer, songwriter}], | |
[%q{Gill Langley}, %q{Scientist}], | |
[%q{Adam Lanza}, %q{No occupation, mass murderer}], | |
[%q{Nicole Lapin}, %q{News anchor}], | |
[%q{Georges Laraque}, %q{Professional ice hockey player}], | |
[%q{Avril Lavigne}, %q{Singer, songwriter}], | |
[%q{Ronnie Lee}, %q{Animal rights activist}], | |
[%q{Carol Leifer}, %q{Comedienne}], | |
[%q{Ted Leo}, %q{Singer, songwriter and lead vocalist of Ted Leo and the Pharmacists}], | |
[%q{Jason P. Lester}, %q{Ultramarathon runner and triathlete}], | |
[%q{Jared Leto}, %q{Musician, actor}], | |
[%q{Carl Lewis}, %q{Track and field star}], | |
[%q{Bob Linden}, %q{Creator of Go Vegan Radio}], | |
[%q{Andrew Linzey}, %q{Theologian}], | |
[%q{Eric Litman}, %q{Entrepreneur, angel investor}], | |
[%q{Howard Lyman}, %q{Farmer, animal welfare and vegan activist}], | |
[%q{Dennis Lyxzén}, %q{Lead vocalist of Refused and The (International) Noise Conspiracy}], | |
[%q{Kerry McCarthy}, %q{Member of British Parliament}], | |
[%q{Macka B}, %q{Reggae musician}], | |
[%q{Ian MacKaye}, %q{Punk rock singer, songwriter}], | |
[%q{John Mackey}, %q{CEO and founder of Whole Foods Market}], | |
[%q{Michael Madden}, %q{Musician, bassist for Maroon 5}], | |
[%q{Keith Mann}, %q{Animal rights activist}], | |
[%q{Erik Marcus}, %q{Writer, speaker}], | |
[%q{Johnny Marr}, %q{Former guitarist for The Smiths, guitarist for Modest Mouse}], | |
[%q{Fred Mascherino}, %q{Guitarist and vocalist for The Color Fred}], | |
[%q{Jeffrey Moussaieff Masson}, %q{American writer, former psychoanalyst}], | |
[%q{Dan Mathews}, %q{Senior Vice President of People for the Ethical Treatment of Animals}], | |
[%q{Matisyahu}, %q{Singer-songwriter}], | |
[%q{Andre Matos}, %q{Musician}], | |
[%q{Josh Max}, %q{Guitarist and vocalist for The Maxes}], | |
[%q{Peter Max}, %q{Artist}], | |
[%q{Jenny McCarthy}, %q{Model}], | |
[%q{Jane McGonigal}, %q{game designer}], | |
[%q{Tim McIlrath}, %q{Singer, songwriter and lead vocalist of Rise Against}], | |
[%q{Nellie McKay}, %q{Actress, animal rights advocate, and musician}], | |
[%q{James E. McWilliams}, %q{Author, professor}], | |
[%q{Taj McWilliams-Franklin}, %q{WNBA basketball player}], | |
[%q{Lea Michele}, %q{Actress, singer}], | |
[%q{Ed Miller}, %q{Poker author}], | |
[%q{Heather Mills}, %q{Charity campaigner, restaurateur}], | |
[%q{Moby}, %q{Electronic musician}], | |
[%q{Daniella Monet}, %q{Actress, singer, dancer}], | |
[%q{Shaun Monson}, %q{Director of Earthlings}], | |
[%q{Demi Moore}, %q{Actress}], | |
[%q{Victoria Moran}, %q{Writer, inspirational speaker, radio host}], | |
[%q{Jim Morris}, %q{Bodybuilder, twice}], | |
[%q{Morrissey}, %q{Singer, songwriter and former lead vocalist of The Smiths}], | |
[%q{Isa Chandra Moskowitz}, %q{Chef and author}], | |
[%q{Carrie Anne Moss}, %q{Actress}], | |
[%q{Markos Moulitsas}, %q{Prominent US political blogger}], | |
[%q{Tia Mowry}, %q{Actress, Author, Entrepreneur}], | |
[%q{Jason Mraz}, %q{American singer/songwriter}], | |
[%q{Will Munro}, %q{Artist}], | |
[%q{Mutabaruka}, %q{Jamaican dub poet}], | |
[%q{Bif Naked}, %q{Punk rock singer}], | |
[%q{Daniel Negreanu}, %q{Professional poker player}], | |
[%q{Petra Němcová}, %q{Supermodel}], | |
[%q{Ingrid Newkirk}, %q{Founder and president of People for the Ethical Treatment of Animals}], | |
[%q{Pat Neshek}, %q{Major League Baseball player}], | |
[%q{David Nibert}, %q{Sociologist}], | |
[%q{Heather Nicholson}, %q{Animal rights activist}], | |
[%q{Nominjin}, %q{Singer}], | |
[%q{N.O.R.E.}, %q{Rapper}], | |
[%q{Jack Norris}, %q{President of Vegan Outreach}], | |
[%q{Sinéad O'Connor}, %q{Singer, songwriter}], | |
[%q{Sandra Oh}, %q{Actress}], | |
[%q{Ellen Oléria}, %q{Singer, songwriter, actress}], | |
[%q{Bree Olson}, %q{Penthouse Pet and former pornographic actress}], | |
[%q{Andrew O'Neill}, %q{Comedian}], | |
[%q{Sten Oomen}, %q{Author}], | |
[%q{Lisette Oropesa}, %q{Operatic Soprano}], | |
[%q{Wayne Pacelle}, %q{President and CEO, Humane Society of the United States}], | |
[%q{Alex Pacheco}, %q{Co-founder of People for the Ethical Treatment of Animals}], | |
[%q{Ellen Page}, %q{Actress}], | |
[%q{Alan Park}, %q{Comedian, political satirist}], | |
[%q{Sara Pascoe}, %q{Comedian}], | |
[%q{Marcus Patrick}, %q{Actor}], | |
[%q{Colleen Patrick-Goudreau}, %q{Cookbook author and host of the podcast Vegetarian Food for Thought}], | |
[%q{David Pearce}, %q{Philosopher}], | |
[%q{Justin Pearson}, %q{Musician}], | |
[%q{Robin Pecknold}, %q{Lead singer for Fleet Foxes}], | |
[%q{Linda Perry}, %q{Rock musician, songwriter and record producer}], | |
[%q{Andy Lally}, %q{Race car driver}], | |
[%q{Pep Love}, %q{Rapper in underground hip hop collective, Hieroglyphics}], | |
[%q{Mille Petrozza}, %q{Guitarist, singer, songwriter in thrash metal band Kreator}], | |
[%q{Michelle Pfeiffer}, %q{Actress}], | |
[%q{Jill Phipps}, %q{Animal rights activist}], | |
[%q{Joaquin Phoenix}, %q{Actor}], | |
[%q{Rain Phoenix}, %q{Actress}], | |
[%q{River Phoenix}, %q{Actor}], | |
[%q{Summer Phoenix}, %q{Actress}], | |
[%q{Dav Pilkey}, %q{Children's author}], | |
[%q{Dan Piraro}, %q{Cartoonist "Bizarro", TV presenter "Utopia"}], | |
[%q{Brad Pitt}, %q{Actor, producer}], | |
[%q{Natalie Portman}, %q{Actress}], | |
[%q{Prince}, %q{Singer, songwriter}], | |
[%q{Princess Superstar}, %q{Musician}], | |
[%q{Propagandhi}, %q{Musicians}], | |
[%q{Robin Quivers}, %q{Talk-show host}], | |
[%q{Gideon Raff}, %q{Film and television director, producer, screenwriter, writer}], | |
[%q{Randy Randall}, %q{Guitarist of No Age}], | |
[%q{Romesh Ranganathan}, %q{Actor and comedian}], | |
[%q{Tom Regan}, %q{Philosopher, professor emeritus of philosophy at North Carolina State University}], | |
[%q{Hubertus Regout}, %q{Actor}], | |
[%q{Monica Richards}, %q{Gothic rock/dark wave artist of Faith and the Muse}], | |
[%q{John Robb}, %q{Punk singer}], | |
[%q{Eric Roberts}, %q{Actor}], | |
[%q{Neil Robinson}, %q{Footballer}], | |
[%q{Rikki Rockett}, %q{Drummer and founding member of Poison}], | |
[%q{Omar Rodríguez-López}, %q{Guitarist for The Mars Volta and At The Drive-In}], | |
[%q{Kirsten Rosenberg}, %q{Singer and writer}], | |
[%q{Portia de Rossi}, %q{Actress}], | |
[%q{Geoff Rowley}, %q{Professional skateboarder and co-owner of Flip Skateboards}], | |
[%q{Nathan Runkle}, %q{Executive director of Mercy for Animals}], | |
[%q{Adam Russell}, %q{Musician, bassist of Story of the Year}], | |
[%q{John Salley}, %q{Retired professional basketball player, actor and talk show host}], | |
[%q{Justin Sane}, %q{Guitarist and vocalist of Anti-Flag}], | |
[%q{John Schneider}, %q{Television actor}], | |
[%q{Carl Scully}, %q{Former politician}], | |
[%q{Matthew Scully}, %q{Conservative speechwriter, journalist and author}], | |
[%q{Daniela Sea}, %q{Actress}], | |
[%q{Angelica Segerbäck}, %q{Singer in Waves under Water, LinaLaukaR}], | |
[%q{S-Endz}, %q{Vocalist, music producer, songwriter, presenter}], | |
[%q{Paul Shapiro}, %q{Vice-President, Farm Animal Protection, Humane Society of the United States}], | |
[%q{Cecil Sharp}, %q{Musician}], | |
[%q{Cindy Sheehan}, %q{American anti-war activist}], | |
[%q{Tim Shieff}, %q{World freerunning champion, professional athlete.}], | |
[%q{Jake Shields}, %q{Professional mixed martial arts fighter}], | |
[%q{Alicia Silverstone}, %q{Actress}], | |
[%q{Russell Simmons}, %q{Entrepreneur}], | |
[%q{Grace Slick}, %q{Rock musician, singer of The Great Society, Jefferson Airplane and Jefferson Starship, painter.}], | |
[%q{Heather Small}, %q{British soul singer, member of Hot House and M People}], | |
[%q{Mandy Smith}, %q{Media personality}], | |
[%q{Alex Somers}, %q{Former member of Parachutes and active member for Jónsi & Alex}], | |
[%q{Dean Allen Spunt}, %q{Vocalist/drummer of No Age}], | |
[%q{Kim Stallwood}, %q{Animal rights activist}], | |
[%q{Joanne Stepaniak}, %q{Writer}], | |
[%q{Steve-O}, %q{Stunt performer and television personality}], | |
[%q{Dan Stevens}, %q{Actor}], | |
[%q{Biz Stone}, %q{Entrepreneur}], | |
[%q{Lynda Stoner}, %q{Actress}], | |
[%q{Salim Stoudamire}, %q{Professional NBA player}], | |
[%q{David Straitjacket}, %q{Escape artist}], | |
[%q{Belinda Stronach}, %q{Businesswoman}], | |
[%q{Ruben Studdard}, %q{2nd season winner of American Idol}], | |
[%q{William John Sullivan}, %q{Software freedom activist, hacker, writer}], | |
[%q{Peter Sunde}, %q{Co-Founder of The Pirate Bay}], | |
[%q{Elissa Sursara}, %q{Actress, animal rights activist}], | |
[%q{Ember Swift}, %q{Singer-songwriter}], | |
[%q{David Sztybel}, %q{Ethicist}], | |
[%q{Tommy Tallarico}, %q{Video-game music composer}], | |
[%q{Christine Taylor}, %q{Actress}], | |
[%q{Aimee Teegarden}, %q{Actress, model}], | |
[%q{Ed Templeton}, %q{Professional skateboarder}], | |
[%q{Taryn Terrell}, %q{WWE Diva Tiffany}], | |
[%q{Bryant Terry}, %q{Chef and author}], | |
[%q{Bob Torres}, %q{Activist}], | |
[%q{Jenna Torres}, %q{Activist}], | |
[%q{Will Tuttle}, %q{Author and speaker}], | |
[%q{Andrew Tyler}, %q{Journalist, director of Animal Aid}], | |
[%q{Mike Tyson}, %q{Boxer}], | |
[%q{UltraMantis Black}, %q{Professional wrestler}], | |
[%q{Carrie Underwood}, %q{Singer, songwriter, actor}], | |
[%q{Jean Ure}, %q{Writer}], | |
[%q{Jaci Velasquez}, %q{Contemporary Christian and pop singer}], | |
[%q{Jane Velez-Mitchell}, %q{Award winning television journalist and bestselling author}], | |
[%q{Meredith Vieira}, %q{Journalist, television personality, game show host}], | |
[%q{Dale Vince}, %q{Businessman}], | |
[%q{Kyle Vincent}, %q{Singer-songwriter, entertainer}], | |
[%q{Alexey Voyevoda}, %q{Bobsledder}], | |
[%q{Bill Ward}, %q{Drummer and founding member of Black Sabbath}], | |
[%q{Donald Watson}, %q{Founder of the UK Vegan Society and coiner of the term vegan}], | |
[%q{Paul Watson}, %q{President of the Sea Shepherd Conservation Society}], | |
[%q{Wendy Turner Webster}, %q{Journalist}], | |
[%q{Jona Weinhofen}, %q{Musician}], | |
[%q{Barry White}, %q{Singer-songwriter, composer, record producer}], | |
[%q{Mike White}, %q{Scriptwriter}], | |
[%q{Persia White}, %q{Actress}], | |
[%q{Alissa White-Gluz}, %q{Heavy metal vocalist}], | |
[%q{John Wiese}, %q{Artist, composer}], | |
[%q{Olivia Wilde}, %q{Actress}], | |
[%q{James Wilks}, %q{MMA Fighter}], | |
[%q{Ricky Williams}, %q{American football player}], | |
[%q{Saul Williams}, %q{Hip hop musician, poet, writer, and actor}], | |
[%q{Vanessa A. Williams}, %q{Actress}], | |
[%q{Spice Williams-Crosby}, %q{Actress and stunt performer}], | |
[%q{Chris Williamson}, %q{Member of Parliament}], | |
[%q{Nathan Winograd}, %q{Author and activist}], | |
[%q{Philip Wollen}, %q{Former Citicorp executive, Order of Australia, philanthropist and animal rights activist}], | |
[%q{Gretchen Wyler}, %q{Actress}], | |
[%q{Steve Wynn}, %q{Entrepreneur}], | |
[%q{Jon Wynne-Tyson}, %q{Publisher}], | |
[%q{"Weird Al" Yankovic}, %q{Singer, songwriter}], | |
[%q{Roger Yates}, %q{Sociologist}], | |
[%q{Adam Yauch}, %q{Musician}], | |
[%q{Thom Yorke}, %q{Singer, songwriter and lead vocalist of Radiohead}], | |
[%q{Bellamy Young}, %q{Actress and producer}], | |
[%q{Peter Daniel Young}, %q{Animal rights activist}], | |
[%q{Gary Yourofsky}, %q{Animal Rights Activist}], | |
[%q{David Zabriskie}, %q{Professional cyclist}], | |
[%q{Benjamin Zephaniah}, %q{Rastafari poet}], | |
[%q{Mike Zigomanis}, %q{Professional ice hockey player}], | |
[%q{Mortimer Zuckerman}, %q{Entrepreneur}], | |
] | |
all_roles = {} | |
data.each do |item| | |
name = item.first | |
roles = item.last.split(/\s*,\s*|\s+and\s+/) | |
roles.each do |thing| | |
thing = thing.strip.downcase | |
all_roles[thing] ||= 0 | |
all_roles[thing] += 1 | |
end | |
end | |
all_roles = all_roles.to_a.sort {|a, b| b.last <=> a.last} | |
binding.pry | |
1 | |
#ap all_roles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment