Skip to content

Instantly share code, notes, and snippets.

@arount
Created February 15, 2018 12:28
Show Gist options
  • Save arount/4f95d482db8d5947a8ce968eb39e9d6d to your computer and use it in GitHub Desktop.
Save arount/4f95d482db8d5947a8ce968eb39e9d6d to your computer and use it in GitHub Desktop.
Mysql - Evaluation
This file has been truncated, but you can view the full file.
-- MySQL dump 10.13 Distrib 5.5.59, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: igdb
-- ------------------------------------------------------
-- Server version 5.5.59-0+deb7u1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `companies`
--
DROP DATABASE IF EXISTS evaluation;
CREATE DATABASE evaluation COLLATE = utf8_bin;
USE evaluation;
DROP TABLE IF EXISTS `companies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `companies` (
`id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_bin NOT NULL,
`slug` varchar(255) COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`id`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `companies`
--
LOCK TABLES `companies` WRITE;
/*!40000 ALTER TABLE `companies` DISABLE KEYS */;
INSERT INTO `companies` VALUES (2142,'EA Bright Light','ea-bright-light'),(13326,'Toadman Interactive','toadman-interactive'),(13327,'Techland Publishing','techland-publishing'),(13328,'Kitsune Games','kitsune-games'),(13329,'Proxima Beta','proxima-beta'),(2737,'Meteor Entertainment','meteor-entertainment'),(13331,'Silicon Software','silicon-software'),(13332,'Nintendo R&D3','nintendo-r-and-d3'),(13333,'Arcanum Software Developments','arcanum-software-developments'),(13334,'Turtleneck Studios','turtleneck-studios'),(13335,'Megatoon Studios','megatoon-studios'),(13336,'Fedorov Ilya & Andrew Konovalov','fedorov-ilya-and-andrew-konovalov'),(2743,'Ideaworks Game Studio','ideaworks-game-studio'),(2744,'Jagex Limited','jagex-limited'),(13340,'Visco Corporation','visco-corporation'),(13341,'8th Day Software','8th-day-software'),(13342,'Crystal Box Team','crystal-box-team'),(13343,'AYE Technology','aye-technology'),(13344,'Dagestan Technology','dagestan-technology'),(13345,'D-Games','d-games'),(13346,'Floppy','floppy'),(13347,'Extarzz Team','extarzz-team'),(13348,'Guillermo Molina','guillermo-molina'),(13350,'Oleg Kazakov','oleg-kazakov'),(13352,'Arhammel Labs','arhammel-labs'),(13353,'Kestrel Games','kestrel-games'),(13354,'Titan Deep Space Company','titan-deep-space-company'),(13355,'NS Studio','ns-studio'),(13356,'rocketship','rocketship'),(13357,'MAD Entertainment','mad-entertainment'),(13359,'Brave Sun','brave-sun'),(13360,'Dispatch Games','dispatch-games'),(13361,'Artech Digital Entertainments, Inc.','artech-digital-entertainments-inc'),(13362,'Ogdon Micro Design, Inc.','ogdon-micro-design-inc'),(13363,'IUGO Mobile Entertainment','iugo-mobile-entertainment'),(13364,'Artem Bondin','artem-bondin'),(13365,'Zemina Co.','zemina-co'),(13366,'Exciting Games','exciting-games'),(13367,'Openoko Entertainment','openoko-entertainment'),(13368,'Challenge, Inc.','challenge-inc'),(13369,'Hololabs','hololabs'),(13370,'Cosmoscope','cosmoscope'),(13371,'Intelligent Design Ltd.','intelligent-design-ltd'),(13372,'ERE International','ere-international'),(13373,'Rack-It','rack-it'),(13374,'Publishing International','publishing-international'),(13375,'Software Resources International','software-resources-international'),(13376,'Scorpion','scorpion'),(13377,'Asmik Corporation','asmik-corporation'),(13378,'CBS/Sony Group','cbs-slash-sony-group'),(13379,'Macrales Studio','macrales-studio'),(13380,'Bitmogade Video Games','bitmogade-video-games'),(13381,'Bitologic Technologies','bitologic-technologies'),(13382,'com456dj','com456dj'),(13383,'Beat Games','beat-games'),(13384,'Newerth','newerth'),(13385,'the Savage community','the-savage-community'),(13386,'TRY Co., Ltd.','try-co-dot-ltd'),(13387,'Racing Bros','racing-bros'),(13389,'Zeque','zeque'),(13390,'Reptilia Designs','reptilia-designs'),(13391,'The Electric Ballhau','the-electric-ballhau'),(13392,'Hidden Treasures','hidden-treasures'),(13393,'Albino Moose Games','albino-moose-games'),(13394,'Armor Games Studios','armor-games-studios'),(13395,'Justin Wolf','justin-wolf'),(13396,'Krin Juangbhanich','krin-juangbhanich'),(13397,'Big Picture Games','big-picture-games'),(13398,'Ub3rgames','ub3rgames'),(13399,'MoFunZone','mofunzone'),(13400,'Clouds Inc','clouds-inc'),(13401,'Giga Rensya Inc','giga-rensya-inc'),(2754,'Gamezlab','gamezlab'),(13403,'jelly game','jelly-game'),(2756,'Sony Pictures Television','sony-pictures-television'),(2757,'Sony Pictures Consumer Products','sony-pictures-consumer-products'),(2758,'Tezuka Productions','tezuka-productions'),(2759,'Telegames','telegames'),(2760,'fabtek','fabtek'),(13411,'Drinksoft','drinksoft'),(13412,'PMC','pmc'),(13413,'L&K Logic Korea Co., Ltd.','l-and-k-logic-korea-co-dot-ltd'),(13414,'Game & Game','game-and-game'),(13415,'Delos Software','delos-software'),(13416,'Micro Status','micro-status'),(13417,'Major Developments','major-developments'),(13418,'SilverStarJapan','silverstarjapan'),(13419,'volki','volki'),(13420,'Soul Crew','soul-crew'),(13421,'Ludo Studios','ludo-studios'),(13422,'Neil Yates','neil-yates'),(13423,'Chip','chip'),(13424,'Paramnesia','paramnesia'),(2767,'Leguna','leguna'),(2768,'Metro Corporation','metro-corporation'),(2769,'Bay 12 Games','bay-12-games'),(2770,'Tarn Adams','tarn-adams'),(2771,'Jay Watts','jay-watts'),(2772,'Murudai','murudai'),(2774,'G3 Interactive','g3-interactive'),(2775,'Handheld Games','handheld-games'),(2777,'Xdev','xdev'),(2778,'Yoyo Entertainment','yoyo-entertainment'),(13463,'Crisp App Studio LLC','crisp-app-studio-llc'),(13464,'Igrek Games','igrek-games'),(13465,'General Interactive','general-interactive'),(2781,'Million','million'),(2782,'S-NEO','s-neo'),(2783,'Enix America Corporation','enix-america-corporation'),(13480,'Infomedia France','infomedia-france'),(2785,'The Story Lab','the-story-lab'),(2787,'EC-Interactive Ltd.','ec-interactive-ltd'),(2788,'GTL Media','gtl-media'),(2789,'Weapons Specialists Ltd','weapons-specialists-ltd'),(2790,'Donna Deseta Casting','donna-deseta-casting'),(2791,'Telsey + Company','telsey-company'),(2792,'Rockstar NYC','rockstar-nyc'),(2793,'Sobee','sobee'),(2794,'Franchise Interactive','franchise-interactive'),(2795,'Sanyo','sanyo'),(13486,'Chillyproof Games','chillyproof-games'),(2797,'Monochrome LLC','monochrome-llc'),(2798,'Konami Software Shanghai','konami-software-shanghai'),(2799,'InterActive Vision','interactive-vision'),(13490,'Jo-Mei Games','jo-mei-games'),(2801,'Frame Studios','frame-studios'),(13492,'Guru Games','guru-games'),(2803,'Sirius Games','sirius-games'),(13494,'Lillbacka Powerco Oy','lillbacka-powerco-oy'),(13495,'James Frowen','james-frowen'),(2807,'Shin\'en','shin-en'),(13504,'Concrete Software','concrete-software'),(13505,'Spotlight Software','spotlight-software'),(13506,'New Atlantis Games','new-atlantis-games'),(13507,'Sage\'s Creation','sages-creation'),(13508,'Two thousand and one entertainment studio','two-thousand-and-one-entertainment-studio'),(13509,'Acme Animation Inc.','acme-animation-inc'),(13510,'NMK Co. Ltd.','nmk-co-ltd'),(13511,'sa','sa'),(13512,'Alike Studio','alike-studio'),(13513,'Blinzy Studios','blinzy-studios'),(13514,'SPIL GAMES','spil-games'),(13515,'Acetronic','acetronic'),(13516,'CoseBelle','cosebelle'),(13517,'Black Lime Games','black-lime-games'),(13518,'FeelSkill','feelskill'),(13519,'Zircon International','zircon-international'),(13520,'Terrific Software','terrific-software'),(13521,'SABA','saba'),(13522,'Kai Darius Kohl and Fredric Blåholtz','kai-darius-kohl-and-fredric-blaholtz'),(13523,'Philips Semiconductors','philips-semiconductors'),(13524,'Interton','interton'),(13525,'Sinergia Studios','sinergia-studios'),(13526,'Tozai Games, Inc.','tozai-games-inc'),(13527,'Software Horizons','software-horizons'),(13528,'Abersoft Limited','abersoft-limited'),(13529,'Cyberdyne System','cyberdyne-system'),(13530,'Cyberdyne Systems','cyberdyne-systems'),(13531,'Redbeet Interactive','redbeet-interactive'),(13532,'Simblend','simblend'),(13533,'Fantastic Four','fantastic-four'),(13534,'Cognito','cognito'),(13535,'Arcana Software Limited','arcana-software-limited'),(13536,'Best Ever Games Compan','best-ever-games-compan'),(13537,'Realms','realms'),(13538,'Eldritch the Cat Ltd.','eldritch-the-cat-ltd'),(13539,'Pink Dogs','pink-dogs'),(13540,'Hamstercube','hamstercube'),(13541,'Fat Dog Games','fat-dog-games'),(13542,'Outlaw','outlaw'),(13543,'Byte Back','byte-back'),(13544,'Computer\'s Dream','computers-dream'),(13545,'Fissionchip Software','fissionchip-software'),(13546,'Subway Software','subway-software'),(13547,'Akaido Arcade Systems','akaido-arcade-systems'),(13548,'Last Chance Conversions','last-chance-conversions'),(13550,'ONEVISION GAMES','onevision-games'),(13551,'Coastalbyte Games','coastalbyte-games'),(13552,'Fair Weather Studios, LLC','fair-weather-studios-llc'),(13553,'Rhombus Studios','rhombus-studios'),(13554,'GameOrchard Productions','gameorchard-productions'),(13555,'House of How','house-of-how'),(13556,'Fully Illustrated','fully-illustrated'),(13557,'Cornered Rat Software','cornered-rat-software'),(13558,'fragOut Studio','fragout-studio'),(13559,'Jamroot Games','jamroot-games'),(13560,'PartTimeIndie','parttimeindie'),(13561,'Bombergames','bombergames'),(13565,'GameCrafterTeam','gamecrafterteam'),(2811,'South Winds Games','south-winds-games'),(2812,'Amazon Digital Services, Inc','amazon-digital-services-inc'),(13569,'Free Spirit Software Inc.','free-spirit-software-inc'),(13570,'SunA Co.','suna-co'),(2816,'Syrox Developments','syrox-developments'),(13572,'Decroix - Garofalo','decroix-garofalo'),(13573,'National Alliance','national-alliance'),(13574,'Resistance Records','resistance-records'),(13575,'Primal Software','primal-software'),(13576,'Pegasus Software','pegasus-software'),(13577,'Imperial Software Designs','imperial-software-designs'),(2820,'KCEK','kcek'),(13579,'PUBG Corp','pubg-corp'),(13580,'Deven Creative Studio','deven-creative-studio'),(13582,'Ubisoft Limited','ubisoft-limited'),(13584,'Turtle Byte Software','turtle-byte-software'),(2829,'ZOOM Inc.','zoom-inc'),(13586,'Tokyo Shoseki Co., Ltd.','tokyo-shoseki-co-dot-ltd'),(2831,'Hijinx Studios','hijinx-studios'),(13588,'Pixel Perfex','pixel-perfex'),(13589,'Carry Lab','carry-lab'),(13590,'Fire Plant Software','fire-plant-software'),(13591,'BernhardP','bernhardp'),(13592,'Alpine Studios','alpine-studios'),(13593,'Peakware Studio','peakware-studio'),(13594,'Monkey Stories','monkey-stories'),(13595,'Fireblade Software','fireblade-software'),(13596,'Uncaged Studios','uncaged-studios'),(2841,'D4 Enterprise, Inc','d4-enterprise-inc'),(2842,'slang','slang'),(2843,'Konami Co., Ltd','konami-co-dot-ltd'),(2844,'Ludia, Inc','ludia-inc'),(2845,'Mistic Software Inc','mistic-software-inc'),(2846,'Mad Doc Software','mad-doc-software'),(2847,'TechFront Studios','techfront-studios'),(2848,'eGames, Inc','egames-inc'),(2849,'Frozen Codebase, LLC','frozen-codebase-llc'),(2851,'Infinite Monkeys Entertainment Ltd.','infinite-monkeys-entertainment-ltd'),(2239,'Gamecock Media Group','gamecock-media-group'),(2240,'Respondesign','respondesign'),(2241,'W!Games','w-games'),(2242,'Zero Point Software','zero-point-software'),(2244,'Katauri Interactive','katauri-interactive'),(2245,'Big Fish Games','big-fish-games'),(2246,'Her Interactive','her-interactive'),(10184,'Lakefeperd','lakefeperd'),(2250,'Nunchuck Games','nunchuck-games'),(2251,'Hydravision Entertainment','hydravision-entertainment'),(2253,'Hyper-Devbox Japan','hyper-devbox-japan'),(10196,'Team Aquilla','team-aquilla'),(10197,'U.S. Gold Computerspiele','us-gold-computerspiele'),(10198,'Semi Logic Entertainments','semi-logic-entertainments'),(10199,'The Big Red Software Company','the-big-red-software-company'),(13841,'Hadrien Boyer','hadrien-boyer'),(13842,'HiWarp','hiwarp'),(2258,'Neopic BVBA','neopic-bvba'),(2259,'Radon Labs','radon-labs'),(13845,'Drakhar Studio','drakhar-studio'),(2261,'System Prisma','system-prisma'),(2263,'Boomzap Entertainment','boomzap-entertainment'),(2264,'Blazing Lizard','blazing-lizard'),(2265,'EM Studios','em-studios'),(2266,'Brain Toys','brain-toys'),(2267,'Epicenter Studios','epicenter-studios'),(10216,'Jarokn Games','jarokn-games'),(2269,'Jack Of All Games','jack-of-all-games'),(2270,'TNX','tnx'),(2271,'SpiderMonk Entertainment','spidermonk-entertainment'),(2272,'HandMade Games','handmade-games'),(2273,'Team Tachyon','team-tachyon'),(2274,'Kheops Studio','kheops-studio'),(2275,'Screenlife','screenlife'),(2276,'Fusionsphere Systems','fusionsphere-systems'),(2277,'Animation Arts','animation-arts'),(8856,'Super Duper Garrett Cooper','super-duper-garrett-cooper'),(8857,'Decane','decane'),(8858,'Retro Army Limited','retro-army-limited'),(8859,'Cape Copenhagen','cape-copenhagen'),(8860,'Candescent Games, Inc','candescent-games-inc'),(8861,'Ionising Software','ionising-software'),(8862,'Social Loner Studios','social-loner-studios'),(8863,'Hyper Hippo Games','hyper-hippo-games'),(8864,'Touz','touz'),(8865,'XIAOYAO','xiaoyao'),(8866,'BetaSparkUK','betasparkuk'),(8867,'Good Morning, Commander','good-morning-commander'),(8868,'Aaron Dordi','aaron-dordi'),(8869,'Only Human Studios','only-human-studios'),(8870,'The Lordz Games Studio','the-lordz-games-studio'),(8871,'Slitherine Ltd. - duplicate','slitherine-ltd-duplicate'),(8872,'Flashback Games','flashback-games'),(8873,'Gothic Labs','gothic-labs'),(8874,'Studio Nyx','studio-nyx'),(8875,'NEXT-SOFT+','next-soft-plus'),(8877,'Quantic Dream (original release)','quantic-dream-original-release'),(8878,'ViWo Games','viwo-games'),(8880,'Tru Blu Games','tru-blu-games'),(8881,'Up Multimedia','up-multimedia'),(8882,'Tlön Studios','tlon-studios'),(8883,'Gamestorming','gamestorming'),(8884,'Lemondo Entertainment','lemondo-entertainment'),(8885,'Dream Up','dream-up'),(8886,'Cross Eaglet','cross-eaglet'),(8887,'On The Level Game Studios','on-the-level-game-studios'),(8888,'FrameLineNetwork Kft.','framelinenetwork-kft'),(8890,'Love in Space','love-in-space'),(8891,'Winged Cloud','winged-cloud'),(8892,'Kaiko','kaiko'),(8893,'Gabriel Priske','gabriel-priske'),(8894,'Noetic','noetic'),(8895,'Galhmac Game Studio','galhmac-game-studio'),(8896,'Multi-Form','multi-form'),(8897,'DragonSix','dragonsix'),(8898,'Mokus','mokus'),(8899,'Bluestrike','bluestrike'),(8900,'Metalhead Software Inc.','metalhead-software-inc'),(8901,'Rampant Games','rampant-games'),(8903,'Archetype Global','archetype-global'),(8905,'Skatanic Studios','skatanic-studios'),(8906,'GSProductions Ltd.','gsproductions-ltd'),(8907,'Sinclair Strange','sinclair-strange'),(8908,'Bernt Andreas Eide','bernt-andreas-eide'),(8909,'FobTi interactive','fobti-interactive'),(8910,'Imaekgames [Imaek Limited]','imaekgames-imaek-limited'),(8911,'Indie Developer','indie-developer'),(8912,'Ludeme Games','ludeme-games'),(8913,'Duaik Entretenimento','duaik-entretenimento'),(8914,'Sharpened Edge Studios','sharpened-edge-studios'),(8915,'Chromatic Dream','chromatic-dream'),(8916,'Winged Pixel Inc.','winged-pixel-inc'),(8917,'Pictopotamus','pictopotamus'),(8920,'Guilherme Nunes Barbosa','guilherme-nunes-barbosa'),(5342,'electrolyte','electrolyte'),(5343,'UFO Interactive Games','ufo-interactive-games'),(5344,'Soft-World International Corporation','soft-world-international-corporation'),(5345,'Nihon System Inc','nihon-system-inc'),(5347,'Crytivo Games','crytivo-games'),(5348,'Elliptic Games','elliptic-games'),(5349,'Elliptic Games','elliptic-games--1'),(5350,'The Metrotainment Network','the-metrotainment-network'),(5351,'XDev Studios Europe','xdev-studios-europe'),(5352,'Clever Beans','clever-beans'),(5353,'Infogrames Studios','infogrames-studios'),(5354,'Flow Combine','flow-combine'),(5355,'YUKE’S Co., Ltd. - duplicate','yukes-co-dot-ltd-duplicate'),(5356,'Beavis Soft','beavis-soft'),(5357,'Digital Reality','digital-reality'),(5358,'Lucky Frame','lucky-frame'),(5359,'Teotl Studios','teotl-studios'),(5360,'Lazy 8 Studios','lazy-8-studios'),(5361,'NG:DEV.TEAM','ng-dev-dot-team'),(5362,'Ankama','ankama'),(5363,'Duranik','duranik'),(5364,'RedSpotGames','redspotgames'),(5365,'LudoCraft Ltd.','ludocraft-ltd'),(5367,'Infinite Dreams sp. z o.o','infinite-dreams-sp-z-oo'),(5368,'Infinite Dreams sp. z o.o','infinite-dreams-sp-z-oo--1'),(5369,'Playtonic','playtonic'),(5370,'Panache Digital Games','panache-digital-games'),(5371,'Steffen Gerlach','steffen-gerlach'),(5372,'Mythologic Interactive','mythologic-interactive'),(5373,'Adia Entertainment','adia-entertainment'),(5374,'Jobin','jobin'),(5375,'Sunchos Software','sunchos-software'),(5376,'Tose Software - duplicate','tose-software-duplicate'),(5377,'Mix Inc.','mix-inc'),(5378,'NTT PC Communications','ntt-pc-communications'),(5379,'Speed','speed'),(5380,'Umigame Jimusho Corporation','umigame-jimusho-corporation'),(5381,'INICIO Localization','inicio-localization'),(5382,'The Most Games','the-most-games'),(5383,'RoundTable Studio','roundtable-studio'),(5384,'DPN Santos','dpn-santos'),(5385,'Future Press','future-press'),(5387,'G-Style','g-style'),(5388,'Chime Corporation','chime-corporation'),(5389,'Anaheim Entertainment','anaheim-entertainment'),(5390,'Studio Grammy Pair','studio-grammy-pair'),(5391,'CO-RUN','co-run'),(5392,'Sound Prestiege','sound-prestiege'),(5393,'X-Over-Records','x-over-records'),(5394,'Water Orion','water-orion'),(5395,'T-Project','t-project'),(5396,'Nirai-Kanai','nirai-kanai'),(5397,'Connect Wizard','connect-wizard'),(5398,'The Green Kingdom','the-green-kingdom'),(5399,'Prey Growl','prey-growl'),(5400,'Perturbator','perturbator'),(5401,'Magna','magna'),(5402,'Vestron Vulture','vestron-vulture'),(5403,'Magic Sword','magic-sword'),(5404,'Scattle','scattle'),(5405,'Mioioin','mioioin'),(5406,'Life Companions','life-companions'),(5407,'Iamthekidyouknowwhatimean','iamthekidyouknowwhatimean'),(5408,'Cinimod','cinimod'),(5409,'Lippi Sound','lippi-sound'),(5410,'Dudmood','dudmood'),(5411,'Mega Drive','mega-drive'),(5412,'El Tigr3','el-tigr3'),(5413,'Light Club','light-club'),(5414,'Old Future Fox Gang','old-future-fox-gang'),(5415,'Modulogeek','modulogeek'),(5416,'Nounverber','nounverber'),(5417,'Mitch Murder','mitch-murder'),(5418,'El Huervo','el-huervo'),(5419,'Chromacle','chromacle'),(5420,'Riddarna','riddarna'),(5421,'Sjellos','sjellos'),(5422,'The Castanets','the-castanets'),(5423,'Studio Yotta','studio-yotta'),(5424,'Dayjob Studios','dayjob-studios'),(5425,'The Poppenkast','the-poppenkast'),(5426,'Studio Pierre Marchand','studio-pierre-marchand'),(5427,'Cæur de al lumière','caeur-de-al-lumiere'),(5428,'Studios Planet','studios-planet'),(5429,'Le Lab Mastering','le-lab-mastering'),(5430,'Cirque Du Solei Media','cirque-du-solei-media'),(5431,'Alice Studio','alice-studio'),(5432,'Synthesis Brazil','synthesis-brazil'),(5433,'Studio SoundValley','studio-soundvalley'),(5434,'KBA Creative','kba-creative'),(5435,'Pacific Ocean Post','pacific-ocean-post'),(5436,'Margarita Mix Santa Monica','margarita-mix-santa-monica'),(5437,'Melbourne Symphony Orchestra','melbourne-symphony-orchestra'),(5438,'Pyramid Studios','pyramid-studios'),(5439,'Mission Studio','mission-studio'),(5440,'Fangamer','fangamer'),(5441,'Forward Printing','forward-printing'),(5442,'iam8bit','iam8bit'),(5443,'Forty Seven Communications','forty-seven-communications'),(5444,'Airborn Studios','airborn-studios'),(5445,'Wabi Sabi Sound Inc','wabi-sabi-sound-inc'),(5446,'Lionbridge Game Services','lionbridge-game-services'),(5447,'Honeyslug','honeyslug'),(5448,'Nyamyam','nyamyam'),(5449,'Disruptive Games','disruptive-games'),(5450,'Barnyard Intelligence Games','barnyard-intelligence-games'),(5451,'Crystal Labs','crystal-labs'),(5452,'Phosphor Games','phosphor-games'),(5453,'Nether Productions, LLC','nether-productions-llc'),(5454,'Phosphor Games','phosphor-games--1'),(5456,'Behold Studios','behold-studios'),(5457,'Kyy Games','kyy-games'),(5458,'Adam Foster','adam-foster'),(5459,'Cowardly Creations','cowardly-creations'),(5460,'Auric Vision','auric-vision'),(5461,'Game Refuge Inc','game-refuge-inc'),(5464,'California Dreams','california-dreams'),(5466,'Digic','digic'),(5467,'Video Hawks','video-hawks'),(5468,'Central Casting','central-casting'),(5469,'Source Sound','source-sound'),(5470,'Feng Zhu Design','feng-zhu-design'),(5471,'Tippett Studios','tippett-studios'),(5472,'Oakley Inc.','oakley-inc'),(5473,'NJLive','njlive'),(5474,'Agora Games','agora-games'),(5476,'NXA Studios','nxa-studios'),(5477,'Passion Republic','passion-republic'),(5478,'Single 0','single-0'),(5479,'Relative Reality','relative-reality'),(5480,'Southern Metal Choppers','southern-metal-choppers'),(5481,'Fat Lucky\'s','fat-luckys'),(5482,'Thomason Performance','thomason-performance'),(5483,'Legacy Effects','legacy-effects'),(5484,'Moontower VFX','moontower-vfx'),(5485,'Stuck On On','stuck-on-on'),(5486,'Performance Truck','performance-truck'),(5487,'Spiderwood Studios','spiderwood-studios'),(5488,'Texas Kitchen Divas','texas-kitchen-divas'),(5489,'Ciao Chow Catering','ciao-chow-catering'),(5490,'OBFUSC','obfusc'),(5491,'Ghostly International','ghostly-international'),(5492,'Rolito','rolito'),(5493,'Interlink','interlink'),(5494,'Enkoline','enkoline'),(5495,'Nagareboshi','nagareboshi'),(5496,'Words of Magic','words-of-magic'),(5497,'Kaarbo Design','kaarbo-design'),(5498,'The People\'s Republic of Animation','the-peoples-republic-of-animation'),(5499,'Winking','winking'),(5500,'Game First International','game-first-international'),(5501,'NetEase Team','netease-team'),(5502,'JF Spanish Translation & Localization Solutions','jf-spanish-translation-and-localization-solutions'),(5503,'AK\'LA KARA Production','akla-kara-production'),(5504,'Atomic Sound Studio','atomic-sound-studio'),(5505,'Centauro Comunicaciones','centauro-comunicaciones'),(5506,'DNA Diseño en Audio','dna-diseno-en-audio'),(5507,'Spring Media Studio','spring-media-studio'),(5508,'Som de Vera Cruz Estúdios Cinematográficos','som-de-vera-cruz-estudios-cinematograficos'),(5509,'Mighty Vertex','mighty-vertex'),(5510,'Bootstrapper Studios','bootstrapper-studios'),(5511,'Catalyst Game Labs','catalyst-game-labs'),(5512,'Kickstarter.com','kickstarter-dot-com'),(5513,'Icons by Lorc','icons-by-lorc'),(5514,'Annosoft LLC','annosoft-llc'),(5515,'RAD Software','rad-software'),(5516,'Side Effects Software','side-effects-software'),(5517,'Welcome to 1979 Studios','welcome-to-1979-studios'),(5518,'Innovative Leisure','innovative-leisure'),(5519,'At The End Studios','at-the-end-studios'),(5520,'Basement Records','basement-records'),(5521,'Cutting Edge Music Services','cutting-edge-music-services'),(5522,'Zip Global','zip-global'),(5523,'Goblin','goblin'),(5524,'Sound Racer','sound-racer'),(5525,'Paon Corporation','paon-corporation'),(5527,'Rainbow Train','rainbow-train'),(5528,'Signal Studios','signal-studios'),(5529,'Terrible Toybox','terrible-toybox'),(5531,'Blue Mammoth Games','blue-mammoth-games'),(5532,'Xaviant Games','xaviant-games--1'),(5533,'A&F Software','a-and-f-software'),(5534,'SRD','srd'),(5535,'GarLu Productions','garlu-productions'),(5536,'Blitz Agency','blitz-agency'),(5537,'Onesite','onesite'),(5538,'Volta','volta'),(5539,'Scratch Image','scratch-image'),(5540,'Heavy Duty','heavy-duty'),(5541,'Zoe Quinn','zoe-quinn'),(5543,'Star Command LLC','star-command-llc'),(5544,'Square Product Development Division 4','square-product-development-division-4'),(5545,'Daydream Software','daydream-software'),(5546,'Engyne Creations','engyne-creations'),(5547,'Lion Game Lion','lion-game-lion'),(5548,'SNT Games','snt-games'),(5549,'SNTGames','sntgames'),(5550,'Sugarcut','sugarcut'),(5551,'Cabin House Studio','cabin-house-studio'),(5552,'Resonate Studios','resonate-studios'),(5553,'Alliance Studio','alliance-studio'),(5554,'Pixeltamer.net','pixeltamer-dot-net'),(5555,'Looking 4 Larry','looking-4-larry'),(5556,'Dan Klores Communications','dan-klores-communications'),(5557,'World Wrestling Entertainment','world-wrestling-entertainment'),(5558,'MILAJ Corporation','milaj-corporation'),(5559,'Spice Inc.','spice-inc'),(5560,'Axiom Designs','axiom-designs'),(5561,'Marigul Management','marigul-management'),(5562,'CR.64MC','cr-dot-64mc'),(5563,'Slovak National Symphony Orchestra','slovak-national-symphony-orchestra'),(5564,'Lucnica Chorus','lucnica-chorus'),(5565,'One Voice Productions','one-voice-productions'),(5566,'Livada Productions','livada-productions'),(5567,'Alexandra Audio','alexandra-audio'),(5568,'Masreya Media','masreya-media'),(5569,'Fast Productions Film','fast-productions-film'),(5570,'Up Records','up-records'),(5571,'I.S. Productions','is-productions'),(5572,'CM Dubbing Factory','cm-dubbing-factory'),(5573,'Square Sound','square-sound'),(5574,'Square Visual Works','square-visual-works'),(5575,'Dentsu','dentsu'),(5576,'Vacances','vacances'),(5577,'Spice','spice'),(5578,'Squartz','squartz'),(5579,'Cerny Games','cerny-games'),(5580,'Universal Sound','universal-sound'),(5581,'Production EN','production-en'),(5582,'Yuhoudou','yuhoudou'),(5583,'anime-R','anime-r'),(5584,'St. Mark','st-mark'),(5585,'Daume','daume'),(5586,'Tatsunoko Production','tatsunoko-production'),(5587,'Ingres','ingres'),(5588,'Studio Gimlet','studio-gimlet'),(5589,'Snow Light','snow-light'),(5590,'Studio Takuranke','studio-takuranke'),(5591,'Sunrise','sunrise'),(5592,'Studio L','studio-l'),(5593,'Xenron','xenron'),(5594,'Taikan Animation Studio','taikan-animation-studio'),(5595,'FAI Intemational','fai-intemational'),(5596,'Studio Easter','studio-easter'),(5597,'KES','kes'),(5598,'Q-TEC','q-tec'),(5599,'K2 Co. Ltd.','k2-co-ltd'),(5600,'Fukufuku','fukufuku'),(5601,'Ridastar','ridastar'),(5602,'Wedge Holdings','wedge-holdings'),(5603,'Zex Co. Ltd.','zex-co-ltd'),(5604,'Shanghai Birds Entertainment','shanghai-birds-entertainment'),(5605,'Tang Digital Information','tang-digital-information'),(5606,'CBC Radio-Canada','cbc-radio-canada'),(5607,'CNN Image Source','cnn-image-source'),(5608,'Icon Creative Studio','icon-creative-studio'),(5609,'Madison Ave. Casting & Service','madison-ave-casting-and-service'),(5610,'Millie Tom Casting','millie-tom-casting'),(5611,'Prologue','prologue'),(5612,'Screen Industrie Research and Trainging Centre','screen-industrie-research-and-trainging-centre'),(5613,'Shutterstock','shutterstock'),(5614,'Urban Post Production','urban-post-production'),(5615,'Wanted! Post-Production','wanted-post-production'),(5616,'Wolf & Crow','wolf-and-crow'),(5617,'XYZ RBG','xyz-rbg'),(5618,'Partnertrans','partnertrans'),(5619,'Uisce Massmedia','uisce-massmedia'),(5620,'Intragames','intragames'),(5621,'Team Echelon','team-echelon'),(5622,'Hit Detection','hit-detection'),(5623,'Blind','blind'),(5624,'Forge Studios','forge-studios'),(5625,'Centroid','centroid'),(5626,'Herold Studios','herold-studios'),(5627,'ARU Chicago','aru-chicago'),(5628,'American Agency','american-agency'),(5629,'Just Voices','just-voices'),(5630,'Reaching4Stars','reaching4stars'),(5631,'Stewart Talent','stewart-talent'),(5632,'Crytek Sofia','crytek-sofia'),(5633,'Crytek Seoul','crytek-seoul'),(5634,'Crytek Shanghai','crytek-shanghai'),(5635,'Ursula Haas Makeup School','ursula-haas-makeup-school'),(5636,'Bogenschuetzen Frankurt','bogenschuetzen-frankurt'),(5637,'Cakewalk','cakewalk'),(5638,'Triumph Motorcycles','triumph-motorcycles'),(5639,'Doc Martins','doc-martins'),(5640,'Avalon','avalon'),(5641,'3DFX','3dfx'),(5642,'Viacom Consumer Products','viacom-consumer-products'),(5643,'Screen Themes','screen-themes'),(5644,'Digital Island','digital-island'),(5645,'RedWest C','redwest-c'),(5646,'Jungle Studios','jungle-studios'),(5647,'Station X Studio','station-x-studio'),(5648,'Bright Pictures','bright-pictures'),(5649,'Virtual World Entertainment','virtual-world-entertainment'),(5650,'Ben Kitay Studios','ben-kitay-studios'),(5651,'Mix Magic','mix-magic'),(5652,'25th Edition','25th-edition'),(5653,'SDL International','sdl-international'),(5654,'Project Synthesis','project-synthesis'),(5655,'The Effects Network','the-effects-network'),(5656,'ADL Services','adl-services'),(5657,'Eldorado High School ROTC','eldorado-high-school-rotc'),(5658,'Hahn\'s World of Surplus','hahns-world-of-surplus'),(5659,'Buzzy\'s Recording','buzzys-recording'),(5660,'Junco MultiMedia','junco-multimedia'),(5661,'TL Goh','tl-goh'),(5662,'AT&T','at-and-t'),(5663,'Dacom','dacom'),(5664,'Exodus','exodus'),(5665,'Telia','telia'),(5666,'Soo Hoo Design','soo-hoo-design'),(5667,'Studio City','studio-city'),(5668,'Kenyon Wells','kenyon-wells'),(5669,'Square Enix Publishing','square-enix-publishing'),(5670,'Square Enix America','square-enix-america'),(5671,'Square Enix Japan \"EXTREME EDGES\" Team','square-enix-japan-extreme-edges-team'),(5672,'Sid Lee','sid-lee'),(5673,'Urstadt.Swan','urstadt-dot-swan'),(5674,'Original Force 3D','original-force-3d'),(5676,'Logic Artists','logic-artists'),(5677,'America Video Entertainment','america-video-entertainment'),(5678,'ALICE IN DISSONANCE','alice-in-dissonance'),(5680,'Blackmill Games','blackmill-games'),(5681,'Twin Ring Motegi','twin-ring-motegi'),(5682,'Sound and More','sound-and-more'),(5683,'Studio PRL SP','studio-prl-sp'),(5684,'Synthesis Pacific','synthesis-pacific'),(5685,'Comgad','comgad'),(5686,'Most Games','most-games'),(5687,'DLM International','dlm-international'),(5688,'Loc&More','loc-and-more'),(5689,'Grafit Studio','grafit-studio'),(5690,'Hydra','hydra'),(5691,'Juice','juice'),(5692,'The New Black','the-new-black'),(5693,'Human Ark','human-ark'),(5694,'Enjet Media','enjet-media'),(5695,'UDock.eu Creatve Studio','udock-dot-eu-creatve-studio'),(5696,'D3T Limited','d3t-limited'),(5697,'Advanto','advanto'),(5698,'Take One D.O.O.','take-one-doo'),(5699,'Fascinate','fascinate'),(5700,'Orphic Media','orphic-media'),(5701,'Off Base Productions','off-base-productions'),(5702,'VideoGameConsulting','videogameconsulting'),(5703,'Full Sail User Experience Center','full-sail-user-experience-center'),(5704,'Blueberry Interactive','blueberry-interactive'),(5705,'EA Origin','ea-origin'),(5706,'Cenega Czech','cenega-czech'),(5707,'Edlee Entertainment','edlee-entertainment'),(5708,'Bilkom Bilişim Hizmetleri','bilkom-bilisim-hizmetleri'),(5709,'Bandai Namco Games Korea','bandai-namco-games-korea'),(5710,'ComputerLand','computerland'),(5711,'SC Best Distribution','sc-best-distribution'),(5712,'NC Games & Entertainment','nc-games-and-entertainment'),(5713,'Megarom Interactive','megarom-interactive'),(5714,'EpicSoft','epicsoft'),(5715,'LS2 Pluto General Trading','ls2-pluto-general-trading'),(5716,'Origami Unfolded Consultancies','origami-unfolded-consultancies'),(5717,'Super Mario Club','super-mario-club'),(5718,'Mickey\'s Company','mickeys-company'),(5719,'Wave Master Recording Studio','wave-master-recording-studio'),(5720,'Graphic Takora','graphic-takora'),(5721,'Webtone','webtone'),(5722,'D.A.A.C. Corporation','daac-corporation'),(5723,'Bihou','bihou'),(5724,'Exmachina','exmachina'),(5725,'Menfond','menfond'),(5726,'Tommy & Co','tommy-and-co'),(5727,'Sony PCL','sony-pcl'),(5728,'Image Studio 109','image-studio-109'),(5729,'NHK Promotion','nhk-promotion'),(5730,'Wakakoma Pro','wakakoma-pro'),(5731,'Skywalker Sound','skywalker-sound'),(5732,'DNA Multimedia Audio','dna-multimedia-audio'),(5733,'Dreamtime Interactive','dreamtime-interactive'),(5734,'Solidsoft','solidsoft'),(5735,'T-Trouble','t-trouble'),(5736,'Talk Over','talk-over'),(5737,'Kanagawa Philharmony Orchestra','kanagawa-philharmony-orchestra'),(5738,'Jay Film','jay-film'),(5739,'One World','one-world'),(5740,'Digital Design Studio','digital-design-studio'),(5741,'Think','think'),(5742,'81 Entertainment','81-entertainment'),(5743,'Xtreme Studios','xtreme-studios'),(5744,'Northwest Boy Choir','northwest-boy-choir'),(5745,'Smithsonian Institution','smithsonian-institution'),(5746,'National Air and Space Museum','national-air-and-space-museum'),(5747,'College Park','college-park'),(5748,'Stunt Grunts','stunt-grunts'),(5749,'The Texas Military Historiacl Society','the-texas-military-historiacl-society'),(5750,'Studio Wildcard','studio-wildcard'),(5751,'atelier773','atelier773'),(5752,'Nyu Media','nyu-media'),(5753,'Ludometrics','ludometrics'),(5754,'Davidson & Associates','davidson-and-associates'),(5755,'BluSky Sotware','blusky-sotware'),(5756,'Chuck Benton','chuck-benton'),(5757,'Hipster Whale','hipster-whale'),(5758,'Discreet','discreet'),(5759,'Digital Outpost','digital-outpost'),(5760,'Gumas Advertising','gumas-advertising'),(5761,'Eldoren Consulting','eldoren-consulting'),(5762,'Studio Roshambeav','studio-roshambeav'),(5763,'The Magic Planter','the-magic-planter'),(5764,'San Mar Studios','san-mar-studios'),(5765,'Omega Cinema Props','omega-cinema-props'),(5766,'MusicWorks','musicworks'),(5767,'Sound Chamber','sound-chamber'),(5768,'KSM Future Sound','ksm-future-sound'),(5769,'Ubisoft Europe','ubisoft-europe'),(5770,'Stembridge Gun Rental','stembridge-gun-rental'),(5771,'Riptide Music','riptide-music'),(5772,'Joe Down Studio','joe-down-studio'),(5773,'Deresuke','deresuke'),(5774,'Buyuu','buyuu'),(5775,'Buku Production','buku-production'),(5776,'Cox','cox'),(5777,'Studio Cockpit','studio-cockpit'),(5778,'Orthogonal Games','orthogonal-games'),(5779,'Sierra Attractions','sierra-attractions'),(5780,'Aces Studio','aces-studio'),(8921,'Lennie Svensson','lennie-svensson'),(8922,'Morgan Andersson','morgan-andersson'),(8923,'Limevision Studios','limevision-studios'),(8925,'Crescent Moon Games, LLC','crescent-moon-games-llc'),(8926,'The Paper Robot','the-paper-robot'),(5787,'Ice Internet Cafe','ice-internet-cafe'),(5788,'Chen PR','chen-pr'),(8931,'WIWD Development','wiwd-development'),(5790,'Big Idea Group','big-idea-group'),(8934,'Strides Interactive','strides-interactive'),(8939,'Fatpuppy Softworks','fatpuppy-softworks'),(8940,'Oruji Productions','oruji-productions'),(8941,'Gaddy Games','gaddy-games'),(8942,'Colin Northway','colin-northway'),(5797,'Bazooka Studio','bazooka-studio'),(5798,'Raphael Digit & Studio','raphael-digit-and-studio'),(5799,'Dancing Office Saijo','dancing-office-saijo'),(5800,'Audio Motion Studios Ltd.','audio-motion-studios-ltd'),(5802,'E4E Interactive Entertainment','e4e-interactive-entertainment'),(8955,'Dreamatrix','dreamatrix--1'),(8956,'Force Of Habit','force-of-habit'),(8957,'VisualArts/Key','visualarts-slash-key'),(5805,'Mutato Muzika','mutato-muzika'),(8959,'One-bit Punch','one-bit-punch'),(5807,'Creative Services EARS','creative-services-ears'),(8961,'Calvino Noir Limited','calvino-noir-limited'),(5809,'New Japan Philharmonic','new-japan-philharmonic'),(5810,'Amuse','amuse'),(5811,'Echo Studio','echo-studio'),(5812,'Opus Corp.','opus-corp'),(5813,'Toei Advertising','toei-advertising'),(5814,'Kyokousendan Parametrick','kyokousendan-parametrick'),(5815,'Team Kukai','team-kukai'),(5816,'Fu Long Production','fu-long-production'),(5817,'Planning You','planning-you'),(5818,'The Second Company','the-second-company'),(5819,'EKO Media Design','eko-media-design'),(5820,'Arts Pro','arts-pro'),(8966,'Four Lights','four-lights'),(8967,'Double Action Factory','double-action-factory'),(5824,'Europress','europress'),(5825,'Dragon co.','dragon-co'),(5826,'Nice Code','nice-code'),(5827,'Dark Energy Digital','dark-energy-digital'),(5828,'Indie Games','indie-games'),(5829,'Tantrum Entertainment','tantrum-entertainment'),(5830,'Xing Entertainment','xing-entertainment'),(5831,'Deep Space','deep-space'),(8976,'REEW GAMES','reew-games'),(8977,'AMA','ama'),(8978,'Mando Productions','mando-productions'),(8979,'Tavern Games','tavern-games'),(8980,'Stained Glass Llama','stained-glass-llama'),(5833,'Outrigger Koubou','outrigger-koubou'),(8982,'Axyos Games','axyos-games'),(8983,'Odin Game Studio','odin-game-studio'),(8984,'Nexeon Studios','nexeon-studios'),(8987,'Traptics','traptics'),(8988,'vertex4 entertainment ltd.','vertex4-entertainment-ltd'),(5839,'GMF','gmf'),(8990,'Vinci Games','vinci-games'),(5841,'Joyoland','joyoland'),(8992,'Jochen Mistiaen','jochen-mistiaen'),(5843,'Shark Punch','shark-punch'),(5844,'Jundroo, LLC','jundroo-llc'),(5845,'Brooklyn Multimedia','brooklyn-multimedia'),(8998,'4Realms','4realms'),(5848,'BrandGames','brandgames'),(9000,'Shortbreak Studios s.c.','shortbreak-studios-sc'),(9001,'MobileBits','mobilebits'),(9002,'Axe Eel Games','axe-eel-games'),(9003,'CAVYHOUSE','cavyhouse'),(5852,'Slovak Radio Symphony Orchestra','slovak-radio-symphony-orchestra'),(5853,'Media Ventures Studio','media-ventures-studio'),(5854,'Prime-Mix Studio','prime-mix-studio'),(9008,'Sonalysts Combat Simulations','sonalysts-combat-simulations'),(9010,'Chocolate Liberation Front','chocolate-liberation-front'),(9012,'Kraken Games','kraken-games'),(9014,'M2 Co.,LTD','m2-co-dot-ltd'),(5861,'408 THX Suite','408-thx-suite'),(5862,'AC-3 Room','ac-3-room'),(5863,'Universal Studio Hitchcock Stage','universal-studio-hitchcock-stage'),(9018,'Codemasters Racing Studio','codemasters-racing-studio'),(5865,'Sound City 1','sound-city-1'),(9020,'Sascha Hartleb','sascha-hartleb'),(5867,'81 Produce Jr. Voice Actors','81-produce-jr-voice-actors'),(5868,'81 Produce','81-produce'),(5869,'Seinenza Film Production','seinenza-film-production'),(9024,'Sujin Ri','sujin-ri'),(9025,'Marcos Arroyo','marcos-arroyo'),(9026,'Seona Lee','seona-lee'),(9027,'Somi Lee','somi-lee'),(9028,'Sohyeon Jeon','sohyeon-jeon'),(9029,'Cheritz','cheritz'),(5876,'Digital Media Factory','digital-media-factory'),(9031,'James Mearman','james-mearman'),(9032,'www.dev-zoo.net','www-dot-dev-zoo-dot-net'),(9037,'Nordic Legacy','nordic-legacy'),(9038,'Hammerware, s.r.o.','hammerware-sro'),(9039,'Daniel Linssen','daniel-linssen'),(9040,'Snack Games','snack-games'),(5952,'Quelle','quelle'),(9042,'Crafty Studios','crafty-studios'),(9044,'Maus Software','maus-software'),(5956,'Upper Class Walrus','upper-class-walrus'),(9047,'Cubic Pie','cubic-pie'),(9048,'Swagabyte Games','swagabyte-games'),(9049,'ScrewAttack Games','screwattack-games'),(5962,'Motiga','motiga'),(5963,'Klonk Games','klonk-games'),(5964,'Heavy Spectrum Entertainment Labs','heavy-spectrum-entertainment-labs'),(5965,'Fireproof Games','fireproof-games'),(5966,'IMGN.PRO','imgn-dot-pro'),(5967,'We Create Stuff','we-create-stuff'),(5968,'Geeta Game','geeta-game'),(9072,'Incandescent Imaging','incandescent-imaging'),(9073,'Glitchy Pixel','glitchy-pixel'),(9074,'Reality Twist GmbH','reality-twist-gmbh'),(9075,'Duelboot','duelboot'),(9076,'ThoughtSTEM','thoughtstem'),(5973,'ATI Technologies','ati-technologies'),(5974,'Macrovision','macrovision'),(5975,'Tabot, Inc.','tabot-inc--1'),(9080,'Juniper GmbH','juniper-gmbh'),(5977,'Gainstar Software Ltd.','gainstar-software-ltd'),(9082,'Bolt Creative','bolt-creative'),(5979,'Big Pixel Studios','big-pixel-studios'),(9084,'Princesseuh','princesseuh'),(9085,'Sector3 Games','sector3-games'),(9086,'Bigger Boat','bigger-boat'),(9088,'Reakktor Studios','reakktor-studios'),(9089,'Angels Blue Digital Entertainment','angels-blue-digital-entertainment'),(9090,'Zotnip','zotnip'),(9091,'The Game Creators Ltd','the-game-creators-ltd'),(9092,'Developers Pack','developers-pack'),(9093,'Claudio Norori','claudio-norori'),(9094,'Antonio Vargas','antonio-vargas'),(9095,'Wildgrass','wildgrass'),(9096,'muvee Technologies','muvee-technologies'),(9097,'Copybugpaste','copybugpaste'),(9098,'Metaware','metaware'),(5990,'Konami America','konami-america'),(5991,'Holotech Sudios','holotech-sudios'),(9100,'Skydome Entertainment','skydome-entertainment'),(5993,'eigoMANGA','eigomanga'),(9102,'Relevant Games','relevant-games'),(9103,'Drakkar Dev','drakkar-dev'),(9104,'Levels or Lives','levels-or-lives'),(5997,'Studio Med-Art','studio-med-art'),(5998,'Waystone games','waystone-games'),(9108,'Chimera Entertainment','chimera-entertainment'),(6006,'Big Fish NW','big-fish-nw'),(6007,'Sugar Studios','sugar-studios'),(6008,'DC5 Talent','dc5-talent'),(6010,'Weapon Outfitters','weapon-outfitters'),(9111,'kChamp Games','kchamp-games'),(9112,'Mind Crew','mind-crew'),(9113,'Moenovel','moenovel'),(9114,'Ste Curran','ste-curran'),(6016,'Flying Cafe for Semianimals','flying-cafe-for-semianimals'),(1141,'Mosaic Publishing','mosaic-publishing'),(6020,'Cateia Games','cateia-games'),(1143,'Pangea Software, Inc.','pangea-software-inc'),(1144,'Bad Dog','bad-dog'),(9133,'Lavaboots Studios','lavaboots-studios'),(9134,'DigitalWorldEntertainment','digitalworldentertainment'),(1147,'Arc Developments','arc-developments'),(1148,'Hammer Technologies','hammer-technologies'),(9137,'Raymond Doerr','raymond-doerr'),(6029,'Future Games','future-games'),(6030,'Craneballs','craneballs'),(6031,'Cranberry Production','cranberry-production'),(1152,'International Computer Entertainment','international-computer-entertainment'),(1153,'ArtGame','artgame'),(9143,'Johnny Death Games','johnny-death-games'),(9144,'Bloodwolf Studio','bloodwolf-studio'),(9145,'Bacon Bandit Games','bacon-bandit-games'),(9146,'Gamesare','gamesare'),(6035,'Digital Artist Managment','digital-artist-managment'),(6036,'fonts101.com','fonts101-dot-com'),(6037,'Mercury Bar Productions','mercury-bar-productions'),(1160,'Thalion Software','thalion-software'),(1161,'United Software Artists','united-software-artists'),(1162,'Neurosport','neurosport'),(6040,'Smecky Studios','smecky-studios'),(1164,'Illymani Designs','illymani-designs'),(6042,'N-Able','n-able'),(6043,'Liquid','liquid'),(6044,'Emptage Hallet Talent Agency','emptage-hallet-talent-agency'),(9149,'Red Hedgehog','red-hedgehog'),(6046,'Conway Van Gelder Grant','conway-van-gelder-grant'),(6047,'Vocal Point','vocal-point'),(6048,'Triforce','triforce'),(6049,'Calypso Voices','calypso-voices'),(6050,'Volt','volt'),(9153,'New Reality Games','new-reality-games'),(9154,'Essence Ltd.','essence-ltd'),(1173,'Haxoft','haxoft'),(9157,'nalothchris','nalothchris'),(9158,'rpmadden01','rpmadden01'),(9159,'No Publisher','no-publisher'),(6055,'Key Visual Arts','key-visual-arts'),(6056,'A Crowd of Monsters','a-crowd-of-monsters'),(9162,'OG-ZONE Digital Entertainment','og-zone-digital-entertainment'),(9164,'Ankama Studio','ankama-studio'),(6060,'Soft Pro International','soft-pro-international'),(6061,'Nikitova','nikitova'),(1180,'World Domination Industries, Inc.','world-domination-industries-inc'),(1181,'Digital Pictures','digital-pictures'),(9170,'Simon Says: Watch! Play!','simon-says-watch-play'),(1183,'Tsunami Media','tsunami-media'),(9172,'Mirko Seithe','mirko-seithe'),(1185,'The Dreamers Guild','the-dreamers-guild'),(9175,'LuGus Studios','lugus-studios'),(9176,'Romenics','romenics'),(9177,'Artaani','artaani'),(1190,'Attic Entertainment Software','attic-entertainment-software'),(9183,'Parody Games, LLC','parody-games-llc'),(9184,'Z-Software','z-software'),(1193,'Synthetic Dimensions','synthetic-dimensions'),(9187,'Tammeka Games','tammeka-games'),(9188,'Brave Giant LTD','brave-giant-ltd'),(12394,'AZAMATIKA','azamatika'),(1205,'TNT Team','tnt-team'),(12396,'oneweakness','oneweakness'),(1207,'Level Infinity','level-infinity'),(1208,'Bizarre Creations','bizarre-creations'),(9196,'Clapfoot','clapfoot'),(9199,'Rusty Lake','rusty-lake'),(9200,'Omega Software','omega-software'),(9201,'Funny Games Group','funny-games-group'),(9202,'Catstudio','catstudio'),(9203,'ETeeski','eteeski'),(1213,'Evolution Studios','evolution-studios'),(1214,'Game Republic Inc.','game-republic-inc'),(9208,'Wabi Sabi Sound','wabi-sabi-sound'),(9209,'Thekla','thekla'),(9210,'FOURM Design Studio','fourm-design-studio'),(9211,'Fletcher Studio','fletcher-studio'),(9212,'TinyCo','tinyco'),(6084,'Yakiniku Banzai','yakiniku-banzai'),(12407,'International Software Development Group','international-software-development-group'),(12409,'Prasius','prasius'),(12410,'KookyGa','kookyga'),(12411,'KookyGames','kookygames'),(9215,'Krams Design','krams-design'),(12413,'Ares Games','ares-games'),(12414,'Mas3dStudio','mas3dstudio'),(12415,'Systemic Games','systemic-games'),(12416,'Tribute Games Inc.','tribute-games-inc'),(9247,'Night Bandit','night-bandit'),(9248,'Ignited Design Studios','ignited-design-studios'),(9249,'Wordy.com','wordy-dot-com'),(12723,'Growing Grass Studio','growing-grass-studio'),(12724,'Mike Walter','mike-walter'),(9546,'Apollo, Inc.','apollo-inc'),(12726,'DistrictWare','districtware'),(9548,'Snow Cannon Games','snow-cannon-games'),(12733,'O.T.K Games','otk-games'),(12734,'VIS Games','vis-games'),(12735,'FlatRedBall, LLC','flatredball-llc'),(12737,'Solid Image Ltd.','solid-image-ltd'),(1581,'Axis Animation','axis-animation'),(9550,'Tinimations','tinimations'),(9551,'K-Byte','k-byte'),(1584,'EA Worldwide Motion Capture Studio','ea-worldwide-motion-capture-studio'),(1585,'Giand Studios','giand-studios'),(9553,'Elder Games','elder-games'),(1587,'Wall of Sound','wall-of-sound'),(9555,'Paavo Kyppö','paavo-kyppo'),(9556,'Commodore Electronics Ltd.','commodore-electronics-ltd'),(1590,'Wave Generating Inc','wave-generating-inc'),(9558,'GDI','gdi'),(9559,'Hamster On Coke Games','hamster-on-coke-games'),(9560,'Eyemobi','eyemobi'),(12746,'IGG.COM','igg-dot-com'),(12747,'Bioware Mythic','bioware-mythic'),(12748,'Brainwave Creations','brainwave-creations'),(12749,'Blazing Planet Studio','blazing-planet-studio'),(12750,'Imitation Pickles','imitation-pickles'),(1601,'Voice Casting','voice-casting'),(12752,'Demiforce LLC','demiforce-llc'),(1603,'SDL','sdl'),(9568,'Pixelleap','pixelleap'),(9569,'TQ Digital Entertainment','tq-digital-entertainment'),(1608,'Havok','havok'),(9571,'BrainGoodGames','braingoodgames'),(12758,'Kyle Seeley','kyle-seeley'),(9573,'grapefrukt games','grapefrukt-games'),(9574,'Piccadilly Software Inc.','piccadilly-software-inc'),(9575,'Wizard Video Games','wizard-video-games'),(9576,'VSS, Inc.','vss-inc'),(9577,'Old Moon Games','old-moon-games'),(9578,'Strannik Game','strannik-game'),(9579,'Lince Works','lince-works'),(12769,'Micropool','micropool'),(12770,'RaySoft','raysoft'),(12771,'The Zen Room','the-zen-room'),(12772,'Ellicott Creek Software','ellicott-creek-software'),(12773,'Terabyte Studios','terabyte-studios'),(12777,'AlternativaPlatform','alternativaplatform'),(12778,'Whalenought Studios','whalenought-studios'),(9582,'Stress Level Zero','stress-level-zero'),(1622,'Omiya Soft','omiya-soft'),(12781,'JCO','jco'),(1624,'The Fez Fund','the-fez-fund'),(1625,'Telefilm Canada','telefilm-canada'),(1626,'Grenade Games','grenade-games'),(1627,'The Lost Foundry Ltd.','the-lost-foundry-ltd'),(12783,'SLUG','slug'),(12784,'Dagenham Design Cell','dagenham-design-cell'),(1630,'Nvidia','nvidia'),(12786,'Whitebox Interactive','whitebox-interactive'),(12787,'Credici','credici'),(12788,'5BP','5bp'),(9588,'MAGICS','magics'),(12790,'Legendary Games','legendary-games'),(6477,'I\'m enterprise','im-enterprise'),(12793,'Hexar Games','hexar-games'),(6480,'VIMS','vims'),(9591,'parroty interactive','parroty-interactive'),(9592,'peter bergman','peter-bergman'),(12797,'Sidebar Games','sidebar-games'),(12798,'la','la'),(12799,'MastroBros','mastrobros'),(12801,'Nathan Broadbent','nathan-broadbent'),(12802,'Massive Black','massive-black'),(12803,'JCKSLAP','jckslap'),(6490,'heikurou','heikurou'),(9598,'Machine 22','machine-22'),(12808,'Take 2 Interactive','take-2-interactive'),(6496,'David Production','david-production'),(12810,'Quantum Productions','quantum-productions'),(12811,'The Power House','the-power-house'),(9600,'Team Signal','team-signal'),(6501,'Ping0','ping0'),(6502,'Xfire','xfire'),(6503,'Sonic Mayhem','sonic-mayhem'),(6504,'Sound Mountain','sound-mountain'),(6505,'Danetracks','danetracks'),(6506,'Outpost Film Studios','outpost-film-studios'),(6507,'EA London','ea-london'),(6508,'Voicetrax Casting','voicetrax-casting'),(6509,'Therm','therm'),(6510,'Tesla Technology Research','tesla-technology-research'),(6514,'IAH','iah'),(6515,'FunTown','funtown'),(6516,'Aria Systems','aria-systems'),(6517,'Online Game Services','online-game-services'),(6518,'iEnergizer','ienergizer'),(12820,'Studio Wumpus','studio-wumpus'),(12821,'Hypothetical Games','hypothetical-games'),(9611,'Real Pie Media','real-pie-media'),(12823,'Digital Images','digital-images'),(9613,'Earbash Audio','earbash-audio'),(12825,'Team Ant Mountan','team-ant-mountan'),(9616,'Estudios EXA','estudios-exa'),(9617,'Kinsha','kinsha'),(9618,'Audio Inc.','audio-inc'),(9619,'Artland','artland'),(12830,'Ki113R Studios','ki113r-studios'),(12831,'Moral Anxiety Studio','moral-anxiety-studio'),(6530,'Kukouri Mobile Entertainment','kukouri-mobile-entertainment'),(9624,'Graphis','graphis'),(9625,'Dynamo Pictures','dynamo-pictures'),(9626,'Czech National Symphony Chorus','czech-national-symphony-chorus'),(12836,'Footprints Games','footprints-games'),(12837,'Escapism Artworks','escapism-artworks'),(12838,'SPOK Games','spok-games'),(12839,'Paper Castle Media','paper-castle-media'),(12840,'Ionis Software International','ionis-software-international'),(6541,'Cameron Kunzelman','cameron-kunzelman'),(12842,'micro-partner Software GmbH','micro-partner-software-gmbh'),(9635,'Jaguaria','jaguaria'),(12845,'KLab','klab'),(6544,'Nine Dots Studio','nine-dots-studio'),(6545,'tobyfox','tobyfox'),(6546,'SassyBot Studio','sassybot-studio'),(12848,'Evolut Studio','evolut-studio'),(12849,'Five Ways Software Ltd.','five-ways-software-ltd'),(12850,'Entertainment USA','entertainment-usa'),(12851,'Streetwise','streetwise'),(12852,'Words & Pictures Limited','words-and-pictures-limited'),(12853,'Consult Computer Systems','consult-computer-systems'),(12854,'Microcomnputer Games, Inc.','microcomnputer-games-inc'),(12855,'Imagination Development Systems','imagination-development-systems'),(12856,'nobodyshot','nobodyshot'),(12857,'Soiree Games','soiree-games'),(12858,'FamilySoft','familysoft'),(12859,'Kodansha Publishers, Ltd.','kodansha-publishers-ltd'),(12860,'Fill-in-Cafe','fill-in-cafe'),(12861,'PF Magic','pf-magic'),(6551,'Jarhead Games','jarhead-games'),(12864,'Realsalewa Distribution','realsalewa-distribution'),(12865,'Opera Soft','opera-soft'),(12866,'Takumi Corporation','takumi-corporation'),(12867,'Datam Polystar','datam-polystar'),(12868,'Tokuma Shoten','tokuma-shoten'),(12869,'Software Country','software-country'),(12870,'Ask An Enemy Studios','ask-an-enemy-studios'),(12871,'Virtual Dungeon','virtual-dungeon'),(12872,'onebitbeyond','onebitbeyond'),(12873,'Act 3 Games','act-3-games'),(6557,'Funktronic Labs','funktronic-labs'),(6558,'Vektor Grafix','vektor-grafix'),(6559,'Activision UK','activision-uk'),(12877,'Nuclear Monkey Software','nuclear-monkey-software'),(12878,'Square Co., Ltd.','square-co-dot-ltd'),(12879,'gamesonlinecorner','gamesonlinecorner'),(12880,'Mike Mayfield','mike-mayfield'),(12881,'Old B1ood','old-b1ood'),(12882,'Greens s.r.o.','greens-sro'),(12883,'Mindware Limited','mindware-limited'),(12884,'Tyler Glaiel','tyler-glaiel'),(12885,'The Web Sketch','the-web-sketch'),(12886,'Cradle Games','cradle-games'),(12887,'NHN PlayArt','nhn-playart'),(12888,'NBCUniversal Media, LLC','nbcuniversal-media-llc'),(12889,'Reptile Industries','reptile-industries'),(12890,'Radarsoft BV','radarsoft-bv'),(12891,'Pyramide Soft','pyramide-soft'),(12892,'American Action AB','american-action-ab'),(12893,'Greve Graphics','greve-graphics'),(12894,'Visualnoveler','visualnoveler'),(12895,'Yangyang Mobile','yangyang-mobile'),(12896,'Square Mountain','square-mountain'),(12897,'Soap Interactive','soap-interactive'),(12899,'The Secret Location','the-secret-location'),(12900,'Binary Vision Ltd.','binary-vision-ltd'),(12902,'Utopia Technologies','utopia-technologies'),(12903,'Cascade Games, Ltd.','cascade-games-ltd'),(12904,'Atronic Limited','atronic-limited'),(12905,'Data Design Systems','data-design-systems'),(12906,'Daredevil Development','daredevil-development'),(12907,'Sullivan Bluth Interactive Media, Inc.','sullivan-bluth-interactive-media-inc'),(12908,'Reaktor','reaktor'),(12909,'siddharth chovatiya','siddharth-chovatiya'),(12910,'WOOLooFun','wooloofun'),(12911,'Not Done Yet Games','not-done-yet-games'),(12913,'Boris Games','boris-games'),(12914,'weRplay','werplay'),(12915,'Occult Media','occult-media'),(12916,'Almanic Corp.','almanic-corp'),(12917,'What! Studio','what-studio'),(12918,'GUTS Departmen','guts-departmen'),(12919,'Bergen Game Collective','bergen-game-collective'),(12920,'Spillmakerlauget','spillmakerlauget'),(12921,'Pixable Studios','pixable-studios'),(12922,'Taliespin','taliespin'),(12923,'Capsule Studio','capsule-studio'),(12924,'Androids Associés','androids-associes'),(12925,'Altagram','altagram'),(12926,'Byte Enchanters','byte-enchanters'),(12927,'Scavengers Studio','scavengers-studio'),(12928,'Green Willow Games','green-willow-games'),(12929,'Magic Logic','magic-logic'),(12930,'Software Creations Ltd.','software-creations-ltd'),(12931,'Deck Nine','deck-nine'),(12932,'Dire Wolf Digital','dire-wolf-digital'),(12933,'Soner Kara','soner-kara'),(12934,'Ryan McLeod','ryan-mcleod'),(12935,'Andrew Shouldice','andrew-shouldice'),(12936,'Game Path','game-path'),(12937,'SpectreVision','spectrevision'),(12938,'M.C. Lothrorien Ltd','mc-lothrorien-ltd'),(12939,'Solid Patterns','solid-patterns'),(12940,'alice soft','alice-soft'),(12941,'Steel Mantis','steel-mantis'),(12942,'Digital Uppercut Productions','digital-uppercut-productions'),(12943,'2 Ton Studios','2-ton-studios'),(12944,'blax games','blax-games'),(12945,'Intergalactic Development Inc.','intergalactic-development-inc'),(12946,'Final Frontier Software','final-frontier-software'),(12947,'Actionsoft','actionsoft'),(12948,'TX Digital Illusions','tx-digital-illusions'),(12949,'calme','calme'),(12950,'Kele Line Ltd.','kele-line-ltd'),(12951,'Ponyca','ponyca'),(12952,'Merlin Magic Software','merlin-magic-software'),(12953,'Wise Owl Software','wise-owl-software'),(12954,'Megalomaniac Games','megalomaniac-games'),(12955,'Jake Johnson','jake-johnson'),(12956,'Oriplay','oriplay'),(12957,'Status Software','status-software'),(12958,'Hect Co. Ltd.','hect-co-ltd'),(12959,'Team D-13','team-d-13'),(12960,'Winteractive','winteractive'),(12961,'Firesprite Ltd','firesprite-ltd'),(12962,'Athena Co., Ltd.','athena-co-dot-ltd'),(12963,'Trinity Co., Ltd.','trinity-co-dot-ltd'),(12964,'Tecmo, Inc.','tecmo-inc'),(12965,'Emerald Software','emerald-software'),(12966,'Bits Corporation','bits-corporation'),(12967,'Script47','script47'),(12968,'Black Knight Software','black-knight-software'),(12969,'mantar','mantar'),(12970,'sishu studio 小薯製作','sishu-studio-xiao-shu-zhi-zuo'),(12971,'DeKa Software','deka-software'),(12972,'JE Software','je-software'),(12973,'Texel Raptor','texel-raptor'),(12974,'GNISoft','gnisoft'),(12975,'WarPortal','warportal'),(12976,'bitBerg','bitberg'),(12977,'Newsight Games','newsight-games'),(12978,'Void Studios','void-studios'),(12979,'704Games','704games'),(12980,'Italo Games','italo-games'),(12981,'DogByte Games','dogbyte-games'),(12982,'Mobigame S.A.R.L.','mobigame-sarl'),(12983,'RatJar Games','ratjar-games'),(12984,'Bigbig Studios','bigbig-studios'),(12985,'Artech','artech'),(12986,'Bulldog Software','bulldog-software'),(12987,'dempa','dempa'),(12988,'DeathMofuMofu','deathmofumofu'),(12989,'Blizzard Entertainment SAS','blizzard-entertainment-sas'),(12990,'Virtew','virtew'),(12991,'Gabe\'s Games','gabes-games'),(12992,'CyberConnect Co., Ltd.','cyberconnect-co-dot-ltd'),(12993,'NRG Energy, Inc.','nrg-energy-inc'),(12994,'Different Name Entertainment','different-name-entertainment'),(12995,'Wither Studios, LLC','wither-studios-llc'),(12996,'Opportunities Games','opportunities-games'),(12998,'Starsoft Development Laboratories, Inc.','starsoft-development-laboratories-inc'),(12999,'Artronic Limited','artronic-limited'),(13000,'L.K. Avalon','lk-avalon'),(13001,'Open Mid Interactive','open-mid-interactive'),(13002,'Hojo Studio','hojo-studio'),(13003,'MultiPup Studios','multipup-studios'),(13004,'Icon Design Ltd.','icon-design-ltd'),(13005,'Radical Tubes','radical-tubes'),(13006,'Danish Designs','danish-designs'),(13007,'Cybadyne','cybadyne'),(13008,'The Moonwalls','the-moonwalls'),(13009,'IQ Publishing','iq-publishing'),(13010,'Joint Custody','joint-custody'),(13011,'Electric Hat Games','electric-hat-games'),(13012,'Cheerdealers','cheerdealers'),(13013,'Whoop Group','whoop-group'),(13014,'Blue Brains Games','blue-brains-games'),(13015,'Cloudburst Room Escape, Inc','cloudburst-room-escape-inc'),(13016,'The Walt Disney Company','the-walt-disney-company'),(13017,'Woblyware Oy','woblyware-oy'),(13018,'lawfx','lawfx'),(13019,'Topsliked','topsliked'),(13021,'Inner Child','inner-child'),(13022,'Camex Games','camex-games'),(13023,'Con Artist Games','con-artist-games'),(1632,'Image Nation Abu Dhabi','image-nation-abu-dhabi'),(1634,'Air Studios','air-studios'),(1635,'CompuCom Games','compucom-games'),(1636,'SQS','sqs'),(1637,'TT Games Publishing','tt-games-publishing'),(1638,'BABEL Media','babel-media'),(1639,'Cellar Door Games','cellar-door-games'),(1640,'Discord Games','discord-games'),(1641,'Hello Games','hello-games'),(1642,'Bit Managers','bit-managers'),(1643,'Activision Publishing Minneapolis Inc.','activision-publishing-minneapolis-inc'),(1644,'Xloc. inc','xloc-inc'),(1645,'Pearl Digital Entertainment','pearl-digital-entertainment'),(1646,'Adia Digital Art Co. Ltd','adia-digital-art-co-ltd'),(1647,'Virtuous Holding Ltd.','virtuous-holding-ltd'),(1648,'Fxville Inc','fxville-inc'),(1649,'Artisty Entertainment Inc.','artisty-entertainment-inc'),(1650,'PCB Productions','pcb-productions'),(1651,'Marvel Entertainment','marvel-entertainment'),(1652,'Dragonheartman','dragonheartman'),(1653,'Vlambeer','vlambeer'),(1654,'Scary Pixel','scary-pixel'),(1655,'Priority Interrupt','priority-interrupt'),(1656,'Alcuria Games','alcuria-games'),(1657,'Chaosoft Games','chaosoft-games'),(1658,'Sauropod Studio','sauropod-studio'),(1659,'Keen Software House','keen-software-house'),(1660,'Dejobaan Games','dejobaan-games'),(1662,'Orteil','orteil'),(1664,'Doublespeak Games','doublespeak-games'),(1665,'Studiopolis','studiopolis'),(1667,'Sennari Interactive','sennari-interactive'),(1668,'Mumbo Jumbo','mumbo-jumbo'),(1669,'Rockstar New York','rockstar-new-york'),(1670,'Perspective Studios. Brooklyn','perspective-studios-brooklyn'),(1671,'Cosgrove Hall Films','cosgrove-hall-films'),(1672,'Digital Arts Studios','digital-arts-studios'),(1673,'Track 9 Studios','track-9-studios'),(1674,'Weddington Multimedia Los Angeles','weddington-multimedia-los-angeles'),(1675,'Sync Studios','sync-studios'),(1676,'Radio Lazlow','radio-lazlow'),(1677,'Digital Arts','digital-arts'),(1678,'Sync Sound','sync-sound'),(1679,'Gamesound','gamesound'),(1680,'Iso Bar','iso-bar'),(1681,'Waterline','waterline'),(1682,'News Cafe','news-cafe'),(1683,'The Pond','the-pond'),(1684,'Pivo','pivo'),(1685,'Budget Video Rentals','budget-video-rentals'),(1686,'Lorna\'s Scooter','lorna-s-scooter'),(1687,'Terry Cavanagh','terry-cavanagh'),(1688,'Chipzel','chipzel'),(1689,'Children\'s Computer Workshop','children-s-computer-workshop'),(1690,'Land Ho!','land-ho'),(1691,'Mind\'s Eye','mind-s-eye'),(1692,'Hi Tech Expressions','hi-tech-expressions'),(1693,'Magenta Software','magenta-software'),(1694,'Jim Henson Interactive','jim-henson-interactive'),(1695,'Mass Media Inc','mass-media-inc'),(1696,'Runewaker Entertainment','runewaker-entertainment'),(1697,'Infernum Productions','infernum-productions'),(1698,'2 Dawn Studios','2-dawn-studios'),(1699,'Reverb Publishing','reverb-publishing'),(1700,'aniwey','aniwey'),(1701,'Ice-Pick Lodge','ice-pick-lodge'),(1702,'ND Games','nd-games'),(1703,'Best Way','best-way'),(1704,'Cyberdreams, Inc.','cyberdreams-inc'),(1705,'Juice West','juice-west'),(1706,'Judy Henderson & Associates','judy-henderson-associates'),(1707,'Audio Banks','audio-banks'),(1708,'Bernard Telsey Casting','bernard-telsey-casting'),(1709,'Perspective Studios','perspective-studios'),(1710,'Image Metrics PLC','image-metrics-plc'),(1711,'Quad Photo','quad-photo'),(1712,'Rockstar Lincoln','rockstar-lincoln'),(1713,'Michał Rawdanowicz','michal-rawdanowicz'),(1714,'The Bitmap Brothers','the-bitmap-brothers'),(1716,'Kevin MacLeod','kevin-macleod'),(1717,'Fanafzar Sharif','fanafzar-sharif'),(1718,'Dead Mage','dead-mage'),(9648,'Landmark Studio','landmark-studio'),(1720,'Just A Game','just-a-game'),(1721,'Sega TruVideo','sega-truvideo'),(1723,'Pacific Coast Power & Light','pacific-coast-power-light'),(1724,'Fox Kids','fox-kids'),(1725,'Bandai America','bandai-america'),(1726,'Red Sky Interactive','red-sky-interactive'),(9659,'Tokyo Philharmonic Chorus','tokyo-philharmonic-chorus'),(9660,'Shanghai Arts United Software','shanghai-arts-united-software'),(9661,'DAG Inc.','dag-inc'),(9662,'Flaunt Productions','flaunt-productions'),(9663,'Herrmann International','herrmann-international'),(9664,'Moncur Street Music','moncur-street-music'),(9665,'Cool Music','cool-music'),(9666,'Bandai Namco Entertainment Asia','bandai-namco-entertainment-asia'),(9667,'Studio Arkí SRL','studio-arki-srl'),(9668,'NeoG','neog'),(9669,'MasterLab','masterlab'),(9670,'Glassworks Limited','glassworks-limited'),(9671,'ARU LLC','aru-llc'),(9672,'Better Sound Limited','better-sound-limited'),(9673,'Boom Ltd.','boom-ltd'),(9674,'Goldcrest Post','goldcrest-post'),(9675,'Pacific Audio','pacific-audio'),(9676,'Narrow Road','narrow-road'),(9677,'Performance Actors Agency','performance-actors-agency'),(1736,'CLICK Entertainment','click-entertainment'),(9679,'Waring and McKenna','waring-and-mckenna'),(1738,'Game Machine Studios','game-machine-studios'),(9681,'Mitchell, Silbergerg & Knupp LLP','mitchell-silbergerg-and-knupp-llp'),(9687,'Sandbox Strategies','sandbox-strategies'),(9688,'Basement Factory Productions','basement-factory-productions'),(1742,'Medalist International','medalist-international'),(9690,'Mastermind Production','mastermind-production'),(9691,'Secret 6','secret-6'),(9695,'Sheer','sheer'),(9696,'The National Training Center Fort Irwin','the-national-training-center-fort-irwin'),(1750,'Vivid Image','vivid-image'),(1751,'Racdym','racdym'),(9699,'Sony Foley Stage B','sony-foley-stage-b'),(9700,'Zro Limit Productions','zro-limit-productions'),(9701,'Code Cobblers','code-cobblers'),(9702,'Namelss','namelss'),(1757,'Egosoft','egosoft'),(9704,'J.C. Staff','jc-staff'),(1760,'AlphaDream','alphadream'),(1761,'Frog City Software','frog-city-software'),(1762,'Simon & Schuster','simon-schuster'),(1764,'Big Bang','big-bang'),(1765,'Nerd Monkeys','nerd-monkeys'),(9711,'Subaru Technica International','subaru-technica-international'),(9712,'TVR Engineering','tvr-engineering'),(1771,'Victor Entertainment','victor-entertainment'),(1773,'Marvelous AQL Europe','marvelous-aql-europe'),(1775,'Silicon Dreams Studios','silicon-dreams-studios'),(9723,'Sega Games - duplicate','sega-games-duplicate'),(9724,'Playrise Digital Ltd','playrise-digital-ltd'),(1779,'Kalisto Entertainment','kalisto-entertainment'),(9727,'Softdisk','softdisk'),(9728,'Amazon Game Studios','amazon-game-studios'),(9729,'Red Phantom Games','red-phantom-games'),(9730,'Clifftop Games','clifftop-games'),(1789,'Smart Dog','smart-dog'),(1790,'Hypnotix','hypnotix'),(1791,'Acclaim Japan','acclaim-japan'),(1792,'Acclaim Studios London','acclaim-studios-london'),(1793,'NEON Software 1999','neon-software-1999'),(1794,'ESP','esp'),(1795,'Conspiracy Entertainment','conspiracy-entertainment'),(1796,'Swing! Entertainment Media AG','swing-entertainment-media-ag'),(1797,'Actionamics','actionamics'),(1799,'Sinclair Research','sinclair-research'),(1800,'Paraninfo Soft','paraninfo-soft'),(9737,'Mocap.ru','mocap-dot-ru'),(1802,'Westone','westone'),(9739,'AERA Laboratory','aera-laboratory'),(9740,'Floor Co. Ltd.','floor-co-ltd'),(9741,'MIDEA Inc.','midea-inc'),(9742,'G-Wave Co. Ltd.','g-wave-co-ltd'),(9743,'Tenky Co.','tenky-co'),(9744,'QuunPlant Inc.','quunplant-inc'),(9745,'Horitomo','horitomo'),(9746,'Studio Homare','studio-homare'),(1807,'GameBank','gamebank'),(1808,'Epoch Co.','epoch-co'),(9750,'Usapyon Software','usapyon-software'),(9751,'Popholic','popholic'),(9752,'HealingBone Inc.','healingbone-inc'),(9753,'Onkyo House Co.','onkyo-house-co'),(1812,'Screaming Pink','screaming-pink'),(1813,'Acclaim Studios Salt Lake City','acclaim-studios-salt-lake-city'),(9759,'Musai','musai'),(9760,'Amusement Media Academy','amusement-media-academy'),(9761,'Arcadia Magazine','arcadia-magazine'),(1817,'Z-Axis','z-axis'),(9765,'Holy Cow Animation','holy-cow-animation'),(9766,'Translocacell','translocacell'),(1820,'A-Max','a-max'),(1821,'ASCII Entertainment','ascii-entertainment'),(9771,'Schematic','schematic'),(9772,'Avenue Films','avenue-films'),(1824,'3d6 Games','3d6-games'),(1825,'Tokyo Electron','tokyo-electron'),(1826,'VIS Interactive','vis-interactive'),(1827,'Quest','quest'),(1828,'Dual Corporation','dual-corporation'),(1829,'Nihon Telenet','nihon-telenet'),(1830,'Paradigm Simulation','paradigm-simulation'),(1832,'Titanium Studios','titanium-studios'),(1834,'Acclaim Cheltenham','acclaim-cheltenham'),(9782,'Harold\'s Fonts','harolds-fonts'),(1836,'Throwback Entertainment','throwback-entertainment'),(1837,'We Go Interactive Co. Ltd','we-go-interactive-co-ltd'),(1838,'Red Company','red-company'),(1839,'Williams Electronics','williams-electronics'),(1840,'Vid Kidz','vid-kidz'),(1841,'Acclaim Studios Teesside','acclaim-studios-teesside'),(1842,'Infinite Ventures','infinite-ventures'),(1844,'Boss Game Studios','boss-game-studios'),(1845,'MBL Research','mbl-research'),(1846,'DokiDenki Studio','dokidenki-studio'),(9801,'MUSICCREATION','musiccreation'),(9802,'NTT Media Lab','ntt-media-lab'),(9803,'Swallow Studios','swallow-studios'),(1849,'WAVEDGE','wavedge'),(9805,'Pixar','pixar'),(1851,'T&E Soft','t-e-soft'),(1852,'Kodiak Interactive','kodiak-interactive'),(1853,'Inland Productions','inland-productions'),(1855,'Givro','givro'),(9812,'Execution Labs','execution-labs'),(9813,'Bender-Helper-Impact','bender-helper-impact'),(1859,'HAL America Inc','hal-america-inc'),(1860,'Virgin Entertainment','virgin-entertainment'),(1861,'Project Sora','project-sora'),(9816,'Mistera Feo','mistera-feo'),(9817,'LAB Recorders','lab-recorders'),(9818,'Strip Studio','strip-studio'),(9819,'01073 House','01073-house'),(1865,'ImaginEngine','imaginengine'),(1866,'Brownie Brown','brownie-brown'),(1867,'Sanrio Digital','sanrio-digital'),(1868,'Level Up! Games','level-up-games'),(1869,'GOGAME','gogame'),(9826,'Bulgarian Symphony Orchestra SIF 309','bulgarian-symphony-orchestra-sif-309'),(1873,'Culture Publishers','culture-publishers'),(9829,'CyDesignation Inc.','cydesignation-inc'),(9830,'Studio BentStuff Co., Ltd.','studio-bentstuff-co-dot-ltd'),(9831,'Createch Inc.','createch-inc'),(13024,'English Software Ltd.','english-software-ltd'),(13025,'Starlight Software','starlight-software'),(1878,'Powerhouse Animation Studios','powerhouse-animation-studios'),(9832,'rm-creative','rm-creative'),(1880,'West Productions','west-productions'),(1881,'SPG Studios','spg-studios'),(1882,'Interplay - duplicate','interplay-duplicate'),(1883,'Vector Unit','vector-unit'),(13032,'YJM Games','yjm-games'),(1885,'CRI Middleware','cri-middleware'),(9840,'Prologue Games','prologue-games'),(9841,'Lurkers Lair','lurkers-lair'),(13035,'The Software Shed','the-software-shed'),(9843,'dB-SOFT Inc.','db-soft-inc'),(13037,'Epic Action LLC','epic-action-llc'),(13038,'Topo Soft','topo-soft'),(13040,'EVOLV Studios','evolv-studios'),(9849,'Achebit','achebit'),(9850,'NHN Japan','nhn-japan'),(13044,'MMEU','mmeu'),(9852,'Team Eden Dev','team-eden-dev'),(9853,'PriitK','priitk'),(9854,'Subspace Continuum','subspace-continuum'),(13047,'Viacheslav Bushuev','viacheslav-bushuev'),(13048,'Benn Powell','benn-powell'),(9857,'haiku studios','haiku-studios'),(9858,'philips media','philips-media'),(9859,'cartoon animasyon','cartoon-animasyon'),(13051,'RQL','rql'),(1896,'New Crayon Games','new-crayon-games'),(13053,'Triton','triton'),(13054,'K-Train','k-train'),(9865,'Mixi','mixi'),(13056,'Motus Digital','motus-digital'),(1900,'Idol Minds','idol-minds'),(1902,'Strike games','strike-games'),(1903,'Tiny Swarm','tiny-swarm'),(9878,'Focusrite','focusrite'),(9879,'Loopmasters','loopmasters'),(9880,'Nextbeat','nextbeat'),(13066,'Zachary M Thomas','zachary-m-thomas'),(13067,'Game Gland','game-gland'),(1907,'Creat Studios, Inc.','creat-studios-inc'),(9891,'Batik Studios','batik-studios'),(1909,'Etranges Libellulles','etranges-libellulles'),(13076,'Squashy Software','squashy-software'),(1913,'tri-Crescendo','tri-crescendo'),(13078,'Hybrid Arts, Inc','hybrid-arts-inc'),(1916,'Flying Edge','flying-edge'),(1917,'Image Works','image-works'),(1918,'Digital Fiction','digital-fiction'),(1919,'Polygon Magic','polygon-magic'),(13085,'Ofanziva','ofanziva'),(13088,'A Wave, Inc.','a-wave-inc'),(13090,'Digital Continue','digital-continue'),(9907,'Lone Hero Studios','lone-hero-studios'),(1925,'Magic Wand Productions','magic-wand-productions'),(1926,'FUN Labs','fun-labs'),(1927,'Sand Grain Studios','sand-grain-studios'),(2371,'Revolutionary Concepts','revolutionary-concepts'),(2372,'American Laser Games','american-laser-games'),(2373,'Alexandria Inc','alexandria-inc'),(2374,'ICOM Simulations','icom-simulations'),(2375,'Renovation','renovation'),(2376,'Park Place Productions','park-place-productions'),(2377,'Ringler Studios','ringler-studios'),(2919,'Indie Opportunity','indie-opportunity'),(2920,'BadLand Games UK Ltd','badland-games-uk-ltd'),(2921,'Ubisoft Kiev','ubisoft-kiev'),(2380,'JVC Musical Industries','jvc-musical-industries'),(2381,'Magical Company','magical-company'),(2382,'Fuji Television','fuji-television'),(2383,'Holocronet','holocronet'),(2931,'Candle Light Studios','candle-light-studios'),(2934,'Vitei','vitei'),(2935,'Nintendo SPD','nintendo-spd'),(2936,'AI','ai'),(2937,'3 Sprockets','3-sprockets'),(2938,'GMG Play','gmg-play'),(2939,'Ideas Pad','ideas-pad'),(2940,'BeeWorks','beeworks'),(2942,'Yakuza Team','yakuza-team'),(2397,'King Art','king-art'),(2398,'HMH Interactive','hmh-interactive'),(2952,'Kylotonn Games','kylotonn-games'),(2955,'8monkey Labs','8monkey-labs'),(2956,'Greenwave Games','greenwave-games'),(2957,'Liquid Dragon Studios','liquid-dragon-studios'),(2404,'Tengen','tengen'),(2960,'DReAM X CReATe','dream-x-create'),(2961,'Sound ams','sound-ams'),(2962,'Overmax Studios','overmax-studios'),(2964,'Fuzzyeyes','fuzzyeyes'),(2965,'UTV Ignition Entertainment','utv-ignition-entertainment'),(2966,'Ignition Tokyo','ignition-tokyo'),(2967,'Koei Canada','koei-canada'),(2968,'Kaos Studios','kaos-studios'),(2969,'nFusion Interactive','nfusion-interactive'),(2970,'DiP Interactive','dip-interactive'),(2971,'SME Dynamic Systems','sme-dynamic-systems'),(2972,'Metropolis Software','metropolis-software'),(2973,'Reality Pump','reality-pump'),(2974,'Maximum Family Games','maximum-family-games'),(2975,'Trickstar Games','trickstar-games'),(2415,'CSR-Studios','csr-studios'),(2416,'Raylight Games','raylight-games'),(2977,'Isopod Labs','isopod-labs'),(2978,'Phenomic Game Development','phenomic-game-development'),(2979,'Inky Mind UK','inky-mind-uk'),(2980,'Playstos Entertainment','playstos-entertainment'),(2429,'Swordfish Studios','swordfish-studios'),(2430,'Golden Oak Studios','golden-oak-studios'),(2432,'Surge','surge'),(2433,'CAVE Interactive CO','cave-interactive-co'),(2985,'Immersion Software & Graphics','immersion-software-graphics'),(2437,'Zen United','zen-united'),(2987,'Guilti','guilti'),(2988,'Rombax Games','rombax-games'),(2989,'Dream Execution Technology','dream-execution-technology'),(2990,'Immersion Games','immersion-games'),(2991,'Artificial Studios','artificial-studios'),(2442,'Targem Games','targem-games'),(2994,'THREAKS','threaks'),(2447,'Origin8','origin8'),(2996,'Renderware','renderware'),(2998,'O-Games','o-games'),(2999,'Redoubt','redoubt'),(3000,'7Sixty','7sixty'),(3001,'Delta Factory','delta-factory'),(2449,'Stoic','stoic'),(2452,'Big Fish Studios','big-fish-studios'),(2453,'Sensible Software','sensible-software'),(2455,'NA.P.S. Team','na-p-s-team'),(2456,'React! Games','react-games'),(2457,'Red Marble Games','red-marble-games'),(2458,'Team Andromeda','team-andromeda'),(2459,'Pinkerton Road Studio','pinkerton-road-studio'),(2460,'Phoenix Online Studios','phoenix-online-studios'),(2461,'RailSimulator.com Ltd','railsimulator-com-ltd'),(2462,'Messhof','messhof'),(3014,'MOSS Co., Ltd.','moss-co-dot-ltd'),(3015,'Atomic Motion','atomic-motion'),(2470,'RuneStorm','runestorm'),(2472,'Kixeye','kixeye'),(2474,'The Fun Pimps Entertainment LLC','the-fun-pimps-entertainment-llc'),(2475,'InnoGames','innogames'),(2476,'Thomas Bowker','thomas-bowker'),(2478,'Surprise Attack Games','surprise-attack-games'),(2479,'SeeThrough Studios','seethrough-studios-7b482859-976e-4ca0-957c-8430ff56a89e'),(2481,'Sandlot','sandlot'),(2482,'Lesta Studio','lesta-studio'),(3026,'Sleeping Beast Games','sleeping-beast-games'),(3027,'Transhuman Design','transhuman-design'),(3029,'BattleCry Studios','battlecry-studios'),(3030,'Gone North Games','gone-north-games'),(3031,'Key','key'),(3032,'Prototype','prototype'),(2487,'Alexander Poysky','alexander-poysky'),(3034,'Yuke\'s Osaka - duplicate','yukes-osaka-duplicate'),(3035,'Replay Studios','replay-studios'),(3036,'ML Enterprises','ml-enterprises'),(3038,'Aicom','aicom'),(2490,'Kunos Simulazioni','kunos-simulazioni'),(2491,'Kunos Simulazioni','kunos-simulazioni-30707c25-4532-4bfd-a7a6-922e38324be0'),(3044,'UserJoy Entertainment','userjoy-entertainment'),(2493,'1C/Cenega','1c-cenega'),(2494,'Number None, Inc.','number-none-inc-dd3843d4-fbc8-48e6-8bd6-ee7d47079763'),(2495,'Spiky Caterpillar','spiky-caterpillar'),(2496,'BlueLine Game Studios','blueline-game-studios'),(2497,'Wolfire Games','wolfire-games'),(2498,'Fusty Game','fusty-game'),(2499,'Hi-Rez Studios','hi-rez-studios'),(2500,'Tencent Holding Ltd.','tencent-holding-ltd'),(3164,'T1 New Media','t1-new-media'),(2509,'BetaDwarf','betadwarf'),(3167,'Eastborder Management Inc.','eastborder-management-inc'),(3168,'Finnvox Studios','finnvox-studios'),(2512,'Midnight City','midnight-city'),(3175,'Bitboys','bitboys'),(2514,'Limbic Entertainment','limbic-entertainment'),(3177,'Imagination Technologies','imagination-technologies'),(3178,'Intel','intel'),(3179,'VIA/S3','via-s3'),(3180,'ST Microelectronics','st-microelectronics'),(3060,'Better Reality','better-reality'),(2519,'Sears','sears'),(3062,'Zipper Interactive','zipper-interactive'),(3063,'Millennium Kitchen','millennium-kitchen'),(3064,'Minority','minority'),(3188,'Wormwood Studios','wormwood-studios'),(2532,'GlyphX Games','glyphx-games'),(2533,'Mobile21','mobile21'),(3190,'neo Software','neo-software'),(3191,'Rain Games','rain-games'),(2536,'Midway Studios Austin','midway-studios-austin'),(2537,'Lost Toys','lost-toys'),(2538,'BottleRocket Entertainment','bottlerocket-entertainment'),(2539,'ASK','ask'),(3071,'Spaces of Play','spaces-of-play'),(3072,'Grey Box','grey-box'),(3198,'Poickeus Design Studio','poickeus-design-studio'),(3199,'LowPolygon3D','lowpolygon3d'),(3200,'Soundkids','soundkids'),(3201,'Dolby','dolby'),(3202,'Acelaw','acelaw'),(3203,'Codemafia','codemafia'),(3074,'Spiderweb Software','spiderweb-software'),(3207,'Red Thread Games','red-thread-games'),(3082,'Ultra Co., Ltd.','ultra-co-ltd'),(3083,'Reto-Moto','reto-moto'),(3084,'Chaotic Moon','chaotic-moon'),(3085,'Xaviant','xaviant'),(3086,'Xaviant Games','xaviant-games'),(3087,'Yacht Club Games','yacht-club-games'),(3088,'Blue Machine Interactive','blue-machine-interactive'),(3090,'LightBox Interactive','lightbox-interactive'),(3214,'Optik Software','optik-software'),(3215,'Magnetic Fields (Software Design) Ltd.','magnetic-fields-software-design-ltd'),(3218,'SLK Technologies','slk-technologies'),(3219,'Absolute Pitch Studios','absolute-pitch-studios'),(3220,'Numerical Design Limited','numerical-design-limited'),(3221,'Plastic Piranha','plastic-piranha'),(3222,'.GEARS Studios','dot-gears-studios'),(3101,'Kill3rCombo','kill3rcombo'),(3224,'Sailbot Studios','sailbot-studios'),(3103,'Gamania','gamania--1'),(3104,'Four Bars Entertainment','four-bars-entertainment'),(3105,'EFX','efx'),(3106,'Weddington','weddington'),(3227,'Zoo Corporation','zoo-corporation'),(3228,'Visual Flight','visual-flight'),(3109,'Tilted Mill Entertainment','tilted-mill-entertainment'),(3230,'ARECT','arect'),(3231,'Mix','mix'),(3111,'OpenBook Co.','openbook-co'),(3233,'Premium Agency','premium-agency'),(3113,'Wildfire Games','wildfire-games'),(3114,'Gamehouse','gamehouse--1'),(3115,'Bluehole Studio','bluehole-studio'),(3261,'Enzyme Testing Labs','enzyme-testing-labs'),(3117,'Massive Development','massive-development'),(3263,'Ubisoft EMEA','ubisoft-emea'),(3264,'Airwavessound','airwavessound'),(3120,'Game House','game-house'),(3121,'1C-SoftClub','1c-softclub'),(3122,'Deconstructeam','deconstructeam'),(3123,'WHA Entertainment','wha-entertainment'),(3124,'FCI','fci'),(3282,'Incessant Rain Studios, Inc.','incessant-rain-studios-inc'),(3126,'UPL','upl'),(3127,'First Row Software Publishing Inc.','first-row-software-publishing-inc'),(3129,'Blindlight LLC','blindlight-llc'),(3130,'Zenimax Europe','zenimax-europe'),(3131,'Zenimax Asia','zenimax-asia'),(3132,'GMT','gmt'),(3133,'ThinkAMDS','thinkamds'),(3287,'Technicolor India Pvt. Ltd','technicolor-india-pvt-ltd'),(3288,'Maria Fumaça Productions','maria-fumaca-productions'),(3136,'Local Transit','local-transit'),(3137,'Pink Noise','pink-noise'),(3139,'Kramer And Olsen','kramer-and-olsen'),(3140,'Brandracket, LLC','brandracket-llc'),(3141,'APM Music','apm-music'),(3294,'3D Brigade Hungary Kft.','3d-brigade-hungary-kft'),(3295,'Bravo Interactive','bravo-interactive'),(3296,'Aerohills','aerohills'),(3145,'Panic Art Studios','panic-art-studios'),(3146,'KnowWare','knowware'),(3299,'FreeMind','freemind'),(3300,'Platige Image','platige-image'),(3301,'Atari Europe','atari-europe'),(3302,'Atari USA','atari-usa'),(3303,'Atari Asia Pacific','atari-asia-pacific'),(3304,'Access PR','access-pr'),(3305,'Audiokinetic','audiokinetic'),(3306,'Avatar Studios','avatar-studios'),(3307,'Autodesk','autodesk'),(3309,'Brady Games','brady-games'),(3310,'The Bunker Studios','the-bunker-studios'),(3311,'Chatter Inc','chatter-inc'),(3312,'Dark Horse','dark-horse'),(3313,'Digital Surgeons','digital-surgeons'),(3314,'DSonic','dsonic'),(3315,'Excello Recording','excello-recording'),(3316,'G-Net','g-net'),(3317,'KD&E','kd-and-e'),(3318,'Mix One Studios','mix-one-studios'),(3319,'NECA','neca'),(3320,'Nvidia Developer Support Team','nvidia-developer-support-team'),(3321,'Petrol Advertising','petrol-advertising'),(3322,'RAD Game Tools','rad-game-tools'),(3323,'Renegade PR','renegade-pr'),(3324,'Robotic Arm Software','robotic-arm-software'),(3325,'Scaleform Corporation','scaleform-corporation'),(3326,'Sitelines','sitelines'),(3327,'Sound Emporium','sound-emporium'),(3328,'Treehouse','treehouse'),(3329,'TriOviz','trioviz'),(3330,'Trailerpark','trailerpark'),(3331,'Streamline Studios','streamline-studios'),(3332,'Exis, LLC','exis-llc'),(3333,'Synthesis International','synthesis-international'),(3334,'Synthesis Iberia','synthesis-iberia'),(3335,'Coda Entertainment GmbH','coda-entertainment-gmbh'),(3336,'Liquid Violet','liquid-violet'),(3337,'2K Asia','2k-asia'),(3338,'Take-Two Sales Team','take-two-sales-team'),(3339,'Take-Two Digital Sales Team','take-two-digital-sales-team'),(3340,'Take-Two Channel Maketing Team','take-two-channel-maketing-team'),(3341,'2K IS Team','2k-is-team'),(3342,'Take-Two Legal Team','take-two-legal-team'),(3343,'Trustwave\'s SpiderLabs','trustwaves-spiderlabs'),(3344,'Technicolor Game Sound Services','technicolor-game-sound-services'),(3345,'Panda Game Manufacturing','panda-game-manufacturing'),(3346,'Idea Planet','idea-planet'),(3347,'Citius','citius'),(3348,'Trailer Park','trailer-park'),(3349,'Patch Together','patch-together'),(3350,'Opus Artz','opus-artz'),(3351,'Glitch','glitch'),(3352,'Plaid Hat Games','plaid-hat-games'),(3353,'Cook + Becker','cook-plus-becker'),(3354,'Dynamedion','dynamedion'),(3355,'CSS Studios - Soundelux Design Music Group','css-studios-soundelux-design-music-group'),(3356,'CSS Studios - Todd-AO West','css-studios-todd-ao-west'),(3357,'Ringtail Studios','ringtail-studios'),(3358,'Captivemotion','captivemotion'),(3359,'David Wilson Audio','david-wilson-audio'),(3360,'Modulation Inc.','modulation-inc'),(3361,'Bruno Rosato Casting','bruno-rosato-casting'),(3362,'Capitol Studios','capitol-studios'),(3363,'American Federation of Musicians, Local 47','american-federation-of-musicians-local-47'),(3364,'The Analogue Lab','the-analogue-lab'),(3365,'Playman','playman'),(3366,'U-TRAX M.M.L.','u-trax-mml'),(3367,'Tonstudio Krauthausen in Kooperation mit Das Hörspielstudio','tonstudio-krauthausen-in-kooperation-mit-das-horspielstudio'),(3368,'Gamekeeper','gamekeeper'),(3369,'Artefacts Studio','artefacts-studio'),(3370,'China West Coast (CWC)','china-west-coast-cwc'),(3371,'Digic Studios','digic-studios'),(3372,'Slide Ltd.','slide-ltd'),(3373,'DBC Sound Inc','dbc-sound-inc'),(3374,'Animatrik Film Design','animatrik-film-design'),(3375,'House of Moves','house-of-moves'),(3376,'Lewitt & Associates','lewitt-and-associates'),(3377,'Lemon Sky Games','lemon-sky-games'),(3378,'AMC Pixel Factory','amc-pixel-factory'),(3379,'Bon Art Studio JSC','bon-art-studio-jsc'),(3380,'Exigent 3D','exigent-3d'),(3381,'Soundwave Concepts','soundwave-concepts'),(3382,'M.A.S. Dyno Services','mas-dyno-services'),(3383,'Game On Audio','game-on-audio'),(3384,'No. 9 Cycles','no-9-cycles'),(3385,'Welderup','welderup'),(3386,'National Orange Show Event Center','national-orange-show-event-center'),(3387,'CMS Productions','cms-productions'),(3388,'Entertainment Partners','entertainment-partners'),(3389,'Rukkus House','rukkus-house'),(3390,'Soulhammer Pictures Inc','soulhammer-pictures-inc'),(3391,'Finger Food Studios','finger-food-studios'),(3392,'Binari Sonori S.r.l.','binari-sonori-srl'),(3393,'Capcom USA','capcom-usa'),(3394,'Capcom Europe','capcom-europe'),(3395,'DynaComware','dynacomware'),(3396,'UNIKOTECH Co. Ltd.','unikotech-co-ltd'),(3397,'Monotype','monotype'),(3398,'Blackpowder Games','blackpowder-games'),(3399,'AriTunes','aritunes'),(3400,'Access Softek','access-softek'),(3401,'Moebius Solutions','moebius-solutions'),(3402,'Megamedia','megamedia'),(3403,'Xbox Engineering Support Team','xbox-engineering-support-team'),(3404,'Sony Computer Entertainment Developer Support','sony-computer-entertainment-developer-support'),(3405,'Natural Motion','natural-motion'),(3406,'KR3TS','kr3ts'),(3407,'Image Metrics','image-metrics'),(3408,'Dance Manhattan','dance-manhattan'),(3409,'Iron Way Films','iron-way-films'),(3410,'Groove Addicts','groove-addicts'),(3411,'Eyetronics','eyetronics'),(3412,'Drive-In Studios','drive-in-studios'),(3413,'Shoot Digital','shoot-digital'),(3414,'Busquelo Productions, LLC','busquelo-productions-llc'),(3415,'Laura B.','laura-b'),(3416,'Tuff Gong Records','tuff-gong-records'),(3417,'Timbaland','timbaland'),(3418,'Monique','monique'),(3419,'Rockers NYC','rockers-nyc'),(3420,'Supreme','supreme'),(3421,'Odin','odin'),(3422,'Union','union'),(3423,'Barneys New York','barneys-new-york'),(3424,'Blue in Green','blue-in-green'),(3425,'Colossal Media','colossal-media'),(3426,'Creative Costumes','creative-costumes'),(3427,'La Hacienda Creative','la-hacienda-creative'),(3428,'Papercraft','papercraft'),(3429,'Corina & Co','corina-and-co'),(3430,'inensu','inensu'),(3431,'Fireproof Studios Ltd','fireproof-studios-ltd'),(3432,'Testology','testology'),(3433,'Browns Kitchen Limited','browns-kitchen-limited'),(3434,'Top Table','top-table'),(3435,'All at DLT','all-at-dlt'),(3436,'Stun Gun','stun-gun'),(3437,'Stevens & Bolton','stevens-and-bolton'),(3438,'Sony Computer Entertainment Latin America','sony-computer-entertainment-latin-america'),(3439,'Half HP Studio','half-hp-studio'),(3440,'FONTWORKS Inc','fontworks-inc'),(3441,'Sony Computer Entertainment Asia','sony-computer-entertainment-asia'),(3442,'Asia Soft Inc.','asia-soft-inc'),(3443,'Mammoth Studios','mammoth-studios'),(3444,'Rezlab Entertainment','rezlab-entertainment'),(3445,'Starboard Motion','starboard-motion'),(3446,'Darkside','darkside'),(3447,'Exis Interactive','exis-interactive'),(3448,'Code Entertainment GmbH','code-entertainment-gmbh'),(3449,'Take-Two Asia','take-two-asia'),(3450,'Art Machine','art-machine'),(3451,'Tactical Media','tactical-media'),(3452,'Studio Bitterlix','studio-bitterlix'),(3453,'Snowbird Games','snowbird-games'),(3454,'Houghton Mifflin Interactive','houghton-mifflin-interactive'),(3455,'.theprodukkt','dot-theprodukkt'),(3456,'MADHOUSE','madhouse'),(3457,'EdgeWORKS Inc','edgeworks-inc'),(3458,'Memory-Tech Audio Studio','memory-tech-audio-studio'),(3459,'WONDERSTATION','wonderstation'),(3460,'TWOFIVE STUDIO','twofive-studio'),(3461,'MIT STUDIO','mit-studio'),(3462,'The Tokyo Television Center','the-tokyo-television-center'),(3463,'Mario Club Co.','mario-club-co'),(3464,'8-4 Ltd.','8-4-ltd'),(3465,'Cup of Tea Productions','cup-of-tea-productions'),(10170,'Several Dudes Holistic Gaming','several-dudes-holistic-gaming'),(2547,'Mindware Studios','mindware-studios'),(2548,'DreamCatcher Games','dreamcatcher-games'),(2549,'Runesoft','runesoft'),(2550,'BattleBorne Entertainment','battleborne-entertainment'),(2552,'369 Interactive','369-interactive'),(2553,'EPCConnect','epcconnect'),(2555,'Idol FX','idol-fx'),(2556,'Ratbag Games','ratbag-games'),(2557,'Superscape','superscape'),(2558,'EA Chicago','ea-chicago'),(2559,'Capcom Production Studio 8','capcom-production-studio-8'),(2560,'Memetic Games','memetic-games'),(2561,'Digital Tribe','digital-tribe'),(2562,'1C: Maddox Games','1c-maddox-games'),(2563,'1C-777','1c-777'),(2564,'Confounding Factor','confounding-factor'),(2565,'Acclaim Studios Manchester','acclaim-studios-manchester'),(2567,'Top Heavy Studios','top-heavy-studios'),(2569,'Climax Racing','climax-racing'),(2570,'Indianapolis 500','indianapolis-500'),(2571,'Major A','major-a'),(2572,'Juice Games','juice-games'),(2573,'Psyclapse','psyclapse'),(2574,'Dream Publishing','dream-publishing'),(2575,'Blueside','blueside'),(2576,'Phantagram','phantagram'),(2577,'Eolith','eolith'),(2578,'Playmore','playmore'),(2579,'Hip Interactive','hip-interactive'),(2580,'Facepalm Games','facepalm-games'),(2583,'Just Add Monsters','just-add-monsters'),(2584,'Midway Studios Newcastle','midway-studios-newcastle'),(2585,'Groove Games','groove-games'),(2586,'Brainbox Games','brainbox-games'),(2587,'Panther Software','panther-software'),(2590,'Eggtooth','eggtooth'),(2591,'Homegrown Games','homegrown-games'),(2592,'Mega Enterprise','mega-enterprise'),(2593,'BrezzaSoft','brezzasoft'),(2594,'In-Fusio','in-fusio'),(2596,'Mortal Kombat Team','mortal-kombat-team'),(2597,'Rockpool Games','rockpool-games'),(2598,'Mondo Media','mondo-media'),(2599,'Media Blasters','media-blasters'),(2600,'VR1 Entertainment','vr1-entertainment'),(2601,'Recoil Games','recoil-games'),(2602,'Gamespy Industries Inc.','gamespy-industries-inc'),(2604,'Surefire LLC','surefire-llc'),(2605,'GemTech','gemtech'),(2607,'Wide Games','wide-games'),(2608,'Curly Monsters','curly-monsters'),(2609,'Artech Studios','artech-studios'),(2610,'Tranji Studios','tranji-studios'),(2611,'AIA Games','aia-games'),(2612,'Volatile Games','volatile-games'),(2613,'Gizmondo Games','gizmondo-games'),(2614,'Arcen Games','arcen-games'),(2615,'BBC Multimedia','bbc-multimedia'),(2616,'Indy Games','indy-games'),(2617,'Yuki Enterprise','yuki-enterprise'),(2618,'Philos Laboratories','philos-laboratories'),(2619,'Tactile Entertainment','tactile-entertainment'),(2620,'Looking Glass Technologies','looking-glass-technologies'),(2621,'Intermetrics Entertainment Software','intermetrics-entertainment-software'),(2622,'EA Technologies','ea-technologies'),(2623,'EA Shanghai','ea-shanghai'),(2624,'The Capture Lab','the-capture-lab'),(2625,'Albion','albion'),(2626,'Around The Word','around-the-word'),(2627,'Levsha','levsha'),(2628,'Synthesis','synthesis'),(2629,'TranslaCat','translacat'),(2630,'Mayflower Co. Ltd.','mayflower-co-ltd'),(2631,'Dune Sound','dune-sound'),(2632,'Jinglebell Communication','jinglebell-communication'),(2633,'Maximal Studio','maximal-studio'),(2634,'Pythagor Studios (Moscow)','pythagor-studios-moscow'),(2635,'Quoted','quoted'),(2636,'Rain Productions','rain-productions'),(2637,'Rec Games Sonido','rec-games-sonido'),(2638,'START International Polska','start-international-polska'),(2639,'Edward B Marks Music Publishing','edward-b-marks-music-publishing'),(2640,'Sony Music','sony-music'),(2641,'Extreme Music','extreme-music'),(2642,'Lost Boys Music (BMI)/Carlin America','lost-boys-music-bmi-carlin-america'),(2643,'Game Services Group','game-services-group'),(2644,'Imagination Studios','imagination-studios'),(2645,'Important Looking Pirates','important-looking-pirates'),(2646,'Red Pipe Sound Design','red-pipe-sound-design'),(2647,'Svenska Stuntgruppen','svenska-stuntgruppen'),(2648,'Visual Art\'s','visual-arts'),(2649,'Virtuos Holdings ltd','virtuos-holdings-ltd'),(2650,'112F Studios','112f-studios'),(2651,'BeeSharp','beesharp'),(2652,'Just Cause Entertainment','just-cause-entertainment'),(2653,'Nutmeg Post','nutmeg-post'),(2654,'Popsound','popsound'),(2655,'SIDE UK Ltd','side-uk-ltd'),(2656,'The Sound Company','the-sound-company'),(2657,'MUSA','musa'),(2658,'The Recordist','the-recordist'),(2659,'Tonstrum','tonstrum'),(2660,'BOOM Library','boom-library'),(2661,'Teenage Engineering','teenage-engineering'),(2662,'Hiss and a Roar','hiss-and-a-roar'),(2663,'New Sound Lab','new-sound-lab'),(2664,'Pole Position Productions','pole-position-productions'),(2665,'Sounddogs','sounddogs'),(2666,'Rabbit Ears Audio','rabbit-ears-audio'),(2667,'Garden Aquatica','garden-aquatica'),(2668,'Hank and Jed Movie Pictures','hank-and-jed-movie-pictures'),(2669,'Machinima','machinima'),(2670,'HexaDrive','hexadrive'),(2671,'Cenega Publishing','cenega-publishing'),(2672,'Black Element Software','black-element-software'),(2673,'Mediaquest','mediaquest'),(2674,'Nintendo SPD Group No. 1','nintendo-spd-group-no-1'),(2675,'Nex Entertainment','nex-entertainment'),(2677,'MicroLeague','microleague'),(2679,'ProSoft','prosoft'),(2680,'Track Nine','track-nine'),(2681,'Sound Space','sound-space'),(2682,'Space Budgie','space-budgie'),(2684,'Endlessfluff Games','endlessfluff-games'),(2686,'Midway Chicago','midway-chicago'),(2687,'Tiger Hill Entertainment','tiger-hill-entertainment'),(2689,'Myelin Media','myelin-media'),(2690,'5000ft','5000ft'),(2691,'Gameness Art','gameness-art'),(2692,'Starsphere Interactive','starsphere-interactive'),(2693,'Nude Maker','nude-maker'),(2695,'SYBO Games','sybo-games'),(2696,'Shadow Planet Productions','shadow-planet-productions'),(2697,'Fuelcell Games','fuelcell-games'),(2698,'Gagne International','gagne-international'),(2700,'Ironward','ironward'),(2701,'Simogo','simogo'),(2702,'Cyclone Zero','cyclone-zero'),(2703,'Gameco Studios','gameco-studios'),(2704,'Blue 52','blue-52'),(2705,'Circus Freak','circus-freak'),(2706,'Xplosiv','xplosiv'),(2707,'Hacienda Post','hacienda-post'),(2708,'Sabre Music','sabre-music'),(2709,'Beeline Group','beeline-group'),(2710,'Nickelodeon','nickelodeon'),(2711,'Studio Gigante','studio-gigante'),(2712,'Taniko','taniko'),(2713,'Computer Artworks','computer-artworks'),(2714,'ToeJam & Earl Productions','toejam-earl-productions'),(2715,'Tiwak SAS','tiwak-sas'),(2716,'SCi Entertainment','sci-entertainment'),(2717,'Deadline Games','deadline-games'),(2718,'Blue Shift Inc','blue-shift-inc'),(2719,'Exile Entertainment','exile-entertainment'),(2720,'Touchstone Games','touchstone-games'),(2721,'Propaganda Games','propaganda-games'),(2722,'Megatube','megatube'),(2723,'Streum On Studio','streum-on-studio'),(2724,'Silver Wish Games','silver-wish-games'),(2725,'Circle Studio','circle-studio'),(2726,'Coresoft','coresoft'),(2727,'Direct Action Games','direct-action-games'),(2728,'Gaijin Games','gaijin-games'),(2731,'Zombie Cow Studios','zombie-cow-studios'),(2733,'Monkeystone Games','monkeystone-games'),(2734,'Digital Red','digital-red'),(2735,'IOMO','iomo'),(2736,'Adhesive Games','adhesive-games'),(13330,'Those Coded Lunatics','those-coded-lunatics'),(2738,'Aleksey Abramenko','aleksey-abramenko'),(2739,'Final Form Games','final-form-games'),(2740,'Brandon Brizzi','brandon-brizzi'),(2741,'Extend Studio','extend-studio'),(2742,'ORiGO GAMES','origo-games'),(13337,'Crysys','crysys'),(13338,'Animagic S.A.','animagic-sa'),(13339,'Smart Egg Software','smart-egg-software'),(2746,'Pearl Abyss','pearl-abyss'),(2747,'DAUM Communications','daum-communications'),(2749,'Fluid Studios','fluid-studios'),(2750,'Paragon 5','paragon-5'),(2752,'ScriptArts','scriptarts'),(2753,'Sega Development Division #3','sega-development-division-3'),(13402,'PSI Software Designers','psi-software-designers'),(2755,'Hokus-Pokus','hokus-pokus'),(13405,'Storymind Entertainment','storymind-entertainment'),(13406,'Exocet Software','exocet-software'),(13407,'six foot kid','six-foot-kid'),(13408,'Tall Tail Studios','tall-tail-studios'),(13409,'Duckling Studios','duckling-studios'),(13410,'JARK Inc Games','jark-inc-games'),(2761,'Ironhide Game Studio','ironhide-game-studio'),(2762,'Cave+Barn Studios','cave-barn-studios'),(2763,'Wadjet Eye Games','wadjet-eye-games'),(2764,'xii games','xii-games'),(2765,'Almost Human Ltd.','almost-human-ltd'),(13425,'Skeleton Crew Studios','skeleton-crew-studios'),(13426,'Roger Barr','roger-barr'),(13427,'Cyanide & Happiness','cyanide-and-happiness'),(13428,'Explosm','explosm'),(13429,'Andrimon AB','andrimon-ab'),(13430,'Fatbot Games, s. r. o.','fatbot-games-s-r-o'),(13431,'Jolly Nacho','jolly-nacho'),(13432,'Chronik Spartan Games','chronik-spartan-games'),(13433,'Bikkuri Games','bikkuri-games'),(13434,'BentStencil','bentstencil'),(13435,'FinarFly Games','finarfly-games'),(13436,'Jordan Scott','jordan-scott'),(13437,'PlayNext','playnext'),(13438,'Last Dimension','last-dimension'),(13439,'SoftServ, Inc.','softserv-inc'),(13440,'J&R Apps','j-and-r-apps'),(13441,'Infinity Arc Studios','infinity-arc-studios'),(13442,'KGD Software Products','kgd-software-products'),(13443,'WoksOn Studios','wokson-studios'),(13444,'Studio Theophilus','studio-theophilus'),(13445,'Iskiam Jara','iskiam-jara'),(13446,'Time Warp Software GmbH','time-warp-software-gmbh'),(13448,'Cygnus Software Ltd.','cygnus-software-ltd'),(13449,'BadBird Studio','badbird-studio'),(13450,'RuneHeads','runeheads'),(13451,'MarsLit Games','marslit-games'),(13452,'Golden Glitch Studios','golden-glitch-studios'),(13453,'Holotna','holotna'),(13454,'Misspeld Games','misspeld-games'),(13455,'Jeremiah Harris','jeremiah-harris'),(13456,'Asakusa Studios','asakusa-studios'),(13457,'Happinet Corporation','happinet-corporation'),(13458,'burleson','burleson'),(13459,'Dream Dev Studio','dream-dev-studio'),(13460,'General Instrument Microelectronic','general-instrument-microelectronic'),(13461,'N/A','n-slash-a'),(13462,'Bad2theBones Studio','bad2thebones-studio'),(2779,'GameLab','gamelab'),(13466,'PHL Collective','phl-collective'),(13467,'Sunscreen','sunscreen'),(13468,'Second Step Studios','second-step-studios'),(13469,'Nekki','nekki'),(13470,'Bad2theBone Studio','bad2thebone-studio'),(13471,'Greenkiwi','greenkiwi'),(13472,'Square Enix Business Division 10','square-enix-business-division-10'),(13474,'Pixel Wizards','pixel-wizards'),(13475,'Tarann Ltd.','tarann-ltd'),(13476,'Incendium','incendium'),(13477,'UziGames','uzigames'),(13478,'The Amiga Artists','the-amiga-artists'),(13479,'Polysoft','polysoft'),(2784,'Cineast dub','cineast-dub'),(13481,'Lowe Bros. Studios','lowe-bros-studios'),(13482,'Grimorio of Games','grimorio-of-games'),(13483,'Grenade Tree Games','grenade-tree-games'),(13484,'Fenix Soft','fenix-soft'),(13485,'Multiterm','multiterm'),(2796,'GoldStar','goldstar'),(13487,'Sanritsu Denki Co., Ltd.','sanritsu-denki-co-dot-ltd'),(13488,'Banzai Games','banzai-games'),(13489,'Byzantine Games','byzantine-games'),(2800,'Lucky Jump Games','lucky-jump-games'),(13491,'Red Unit Studios','red-unit-studios'),(2802,'Denki','denki'),(13493,'Crazysoft Limited','crazysoft-limited'),(2804,'Amazing Studio','amazing-studio'),(2805,'Pukka Games','pukka-games'),(2806,'ITE Media','ite-media'),(13496,'Cardboard Contraption','cardboard-contraption'),(13497,'Creation','creation'),(13498,'Boys without Brains','boys-without-brains'),(13499,'Markt & Technik','markt-and-technik'),(13500,'Abstract Concepts','abstract-concepts'),(13501,'xDeveloper','xdeveloper'),(13502,'uk arts games','uk-arts-games'),(13503,'Leveled Games','leveled-games'),(2808,'XL Games','xl-games'),(13563,'Parsec Software','parsec-software'),(13564,'JABOOM!','jaboom'),(2810,'Bits Laboratory','bits-laboratory'),(13566,'GameTomo','gametomo'),(13567,'Zenith Games','zenith-games'),(13568,'Fishmoose Interactive','fishmoose-interactive'),(2813,'Game Titan','game-titan'),(2814,'Human Soft','human-soft'),(2815,'Orbital Media','orbital-media'),(13571,'Players Premier','players-premier'),(2817,'Konami Computer Entertainment Hawaii','konami-computer-entertainment-hawaii'),(2818,'Deirdra Kiai Productions','deirdra-kiai-productions'),(2819,'Deirdra Kiai Productions','deirdra-kiai-productions-ed5b4c0e-67d2-4468-b430-d43dba7e3c8a'),(13578,'FP Software lab','fp-software-lab'),(2822,'Graffiti Entertainment','graffiti-entertainment'),(2824,'Radius9','radius9'),(2825,'Tomy Corporation','tomy-corporation'),(2826,'Adeline Software International','adeline-software-international'),(13583,'Buena Vista Software','buena-vista-software'),(2828,'Apex Designs','apex-designs'),(13585,'EAS Gold','eas-gold'),(2830,'Mitchell Corporation','mitchell-corporation'),(13587,'Hikware','hikware'),(2832,'On5','on5'),(2833,'Planetwide Media','planetwide-media'),(2834,'GamaSoft','gamasoft'),(2835,'Ninai Games','ninai-games'),(2836,'Codo Technologies','codo-technologies'),(2838,'D4 Enterprise','d4-enterprise-3527e336-428c-46f3-ae0d-62fabc9951d3'),(13597,'Macsen Software','macsen-software'),(13598,'Gopherwood Studios LLC','gopherwood-studios-llc'),(13599,'Game Soup LLC','game-soup-llc'),(13600,'CrazyBits Studios','crazybits-studios'),(13601,'omicron studio','omicron-studio'),(13602,'Red Road Entertainment LLC','red-road-entertainment-llc'),(13603,'Skydance Interactive','skydance-interactive'),(13604,'PlayRaven','playraven'),(13605,'Perfect Hat','perfect-hat'),(13606,'Chiyomaru Studio','chiyomaru-studio'),(13607,'Hannibal Stuff','hannibal-stuff'),(13608,'Freelance Games','freelance-games'),(13609,'Outact, Inc.','outact-inc'),(13610,'CodeBlender','codeblender'),(13611,'PAL SOFT','pal-soft'),(13612,'Ludus Games','ludus-games'),(13613,'Simulated Environment Systems','simulated-environment-systems'),(13614,'AasiPelit','aasipelit'),(13615,'MidNITE Entertainment Group Inc.','midnite-entertainment-group-inc'),(13616,'Powerhouse Software LTD.','powerhouse-software-ltd'),(13617,'Baudville','baudville'),(13618,'JAM software','jam-software'),(13619,'PM Entertainment','pm-entertainment'),(13620,'Arcadia','arcadia'),(13621,'GrahfMetal','grahfmetal'),(13622,'Retrogene','retrogene'),(13623,'Radofin Electronics','radofin-electronics'),(13624,'Enodo Games','enodo-games'),(13625,'Affect','affect'),(13626,'UNIPACC','unipacc'),(2143,'Deep Silver Vienna','deep-silver-vienna'),(2144,'Sproing Interactive Media','sproing-interactive-media'),(2145,'Tango Gameworks','tango-gameworks'),(2146,'Daoka','daoka'),(2147,'Young Horses','young-horses'),(2148,'Konami Digital Entertainment GmbH','konami-digital-entertainment-gmbh'),(2149,'Zoe Mode','zoe-mode'),(2150,'Aurona','aurona'),(2151,'Jet Black Games','jet-black-games'),(2152,'WXP Inc','wxp-inc'),(2153,'G1M2','g1m2'),(2155,'Syfy Kids','syfy-kids'),(2156,'Imagination Entertainment','imagination-entertainment'),(2157,'Gravity-i','gravity-i'),(2158,'4mm Games','4mm-games'),(2161,'Armor Project','armor-project'),(2162,'5th Cell','5th-cell'),(2163,'Agatsuma','agatsuma'),(2164,'Play THQ','play-thq'),(2165,'Enterbrain','enterbrain'),(2166,'Supersonic Software','supersonic-software'),(2167,'Nintendo SPD Group No. 3','nintendo-spd-group-no-3'),(2168,'Drinkbox Studios','drinkbox-studios'),(2169,'Vanguard Entertainment','vanguard-entertainment'),(2170,'SIE San Diego Studio','sie-san-diego-studio'),(2171,'Warhorse Studios','warhorse-studios'),(2173,'Press Play','press-play'),(2175,'Artoon','artoon'),(2176,'Frozen North Productions','frozen-north-productions'),(2177,'Erbe Software S.A.','erbe-software-s-a'),(2178,'Azeroth Inc.','azeroth-inc'),(2179,'DIC Entertainment','dic-entertainment'),(2180,'Vision Media Engineering','vision-media-engineering'),(2181,'Light and Shadow Productions','light-and-shadow-productions'),(2182,'Hip Games','hip-games'),(2183,'KO Software','ko-software'),(2184,'HME Inc','hme-inc'),(2185,'Toolbox Design','toolbox-design'),(2186,'MotiveTime Ltd','motivetime-ltd'),(2190,'Phosphor','phosphor'),(2192,'Zushi Games','zushi-games'),(2193,'Eko System','eko-system'),(2194,'Rocket Company','rocket-company'),(2195,'Paramount Digital Entertainment','paramount-digital-entertainment'),(2196,'Big Head Games','big-head-games'),(2197,'Empty Clip Studios','empty-clip-studios'),(2198,'Popcorn Arcade','popcorn-arcade'),(2199,'IR Gurus','ir-gurus'),(2200,'Starfish SD','starfish-sd'),(2201,'H.I.C.','h-i-c'),(2202,'Headstrong Games','headstrong-games'),(2203,'Modern Dreams','modern-dreams'),(2204,'Game Invest','game-invest'),(2206,'Shade','shade'),(2207,'Secret Level','secret-level'),(2208,'Sega Studios San Francisco','sega-studios-san-francisco'),(2209,'Prope','prope'),(2210,'Game Sauce','game-sauce'),(2211,'Sega Sammy Holdings','sega-sammy-holdings'),(2212,'Redtribe','redtribe'),(2213,'AQ Interactive','aq-interactive'),(2214,'Feelplus','feelplus'),(2215,'Xing','xing'),(2216,'Shift','shift'),(2217,'Games Foundation','games-foundation'),(2218,'Pixonauts','pixonauts'),(2220,'SnapDragon Games','snapdragon-games'),(2221,'Mistwalker','mistwalker'),(2222,'Genius Products','genius-products'),(2223,'Load Inc','load-inc'),(2224,'Micro Application S.A.','micro-application-s-a'),(2225,'NanaOn-Sha','nanaon-sha'),(2227,'Scientifically Proven','scientifically-proven'),(2228,'The Games Company','the-games-company'),(2229,'Ignition Banbury','ignition-banbury'),(2230,'Nazca Corporation','nazca-corporation'),(2231,'Noise Factory','noise-factory'),(2232,'Ubisoft Sao Paulo','ubisoft-sao-paulo'),(2235,'IE Institute','ie-institute'),(13627,'CTXM','ctxm'),(13628,'Toho Cinefile-Soft Library','toho-cinefile-soft-library'),(13629,'Sonata','sonata'),(13630,'Box Office, Inc.','box-office-inc'),(13631,'Million Colors','million-colors'),(13632,'Cream','cream'),(13635,'Artronics','artronics'),(13637,'Maniacs of Noise','maniacs-of-noise'),(13638,'PAL Developments','pal-developments'),(13639,'Rasheed Abueideh','rasheed-abueideh'),(13641,'ILLUMICORP','illumicorp'),(13642,'MysticGames','mysticgames'),(13643,'VGstudio','vgstudio'),(13644,'Nodacoy Games','nodacoy-games'),(13645,'Jadan Bliss','jadan-bliss'),(13646,'Rooster Republic LCL','rooster-republic-lcl'),(13647,'WinterCrownWorks','wintercrownworks'),(13649,'I From Japan','i-from-japan'),(13650,'Rooster Republic LLC','rooster-republic-llc'),(13651,'DreamRoad Productions','dreamroad-productions'),(13652,'Butterflyware','butterflyware'),(13653,'Insiduos Games','insiduos-games'),(13654,'Harmonious Games','harmonious-games'),(13655,'Exe Create Inc.','exe-create-inc'),(13656,'D.W.S.','dws'),(13657,'DC Software Studios','dc-software-studios'),(13658,'Impact Software Development, Ltd.','impact-software-development-ltd'),(13659,'AnAppGames','anappgames'),(13663,'Nerampoke games','nerampoke-games'),(13664,'drcrack','drcrack'),(13665,'DESTINYbit','destinybit'),(13666,'Mike Bushell','mike-bushell'),(13667,'MB² Entertainment','mb2-entertainment'),(13668,'Stray Fawn Studio','stray-fawn-studio'),(13670,'Zepetto Co.','zepetto-co'),(13671,'Wish Studios','wish-studios'),(13672,'Tahoe Game','tahoe-game'),(13673,'Specular Interactive','specular-interactive'),(13674,'Koram Game','koram-game'),(13675,'nWay','nway'),(13676,'Saban','saban'),(13677,'Lionsgate','lionsgate'),(13678,'Netmarble Games','netmarble-games'),(13679,'Luke Parisi','luke-parisi'),(13680,'GamesWare','gamesware'),(13681,'Dávid Cseh','david-cseh'),(13682,'Pick & Choose Ltd.','pick-and-choose-ltd'),(13683,'Mark France','mark-france'),(13684,'Villa Crespo Software, Inc.','villa-crespo-software-inc'),(13686,'Goldsaucer','goldsaucer'),(13687,'EAS Software','eas-software'),(13688,'Procovision','procovision'),(13689,'Incal Product','incal-product'),(13690,'Eldritch Games','eldritch-games'),(13691,'Cirque Verte','cirque-verte'),(13692,'Cross Media Soft','cross-media-soft'),(13693,'Fonfun Corporation','fonfun-corporation'),(13694,'BitBurst GmbH','bitburst-gmbh'),(13695,'Mercureal','mercureal'),(13696,'M.N.M Software','mnm-software'),(13697,'Infrared5','infrared5'),(13698,'Vertigore Games','vertigore-games'),(13701,'Northwest Software','northwest-software'),(13702,'Level Systems','level-systems'),(13703,'Wave Train','wave-train'),(13704,'Homewreckers Studio','homewreckers-studio'),(13705,'Tecno Soft','tecno-soft'),(13706,'The Hitmen Software','the-hitmen-software'),(13707,'Kron Simulation Software','kron-simulation-software'),(13708,'Superior Interactive','superior-interactive'),(13709,'Shotgun with Glitters','shotgun-with-glitters'),(13710,'Tomolo Games','tomolo-games'),(13711,'WMS Industries','wms-industries'),(13712,'Gradiente Entertainment','gradiente-entertainment'),(13713,'PVP Studio','pvp-studio'),(13715,'Three Melons','three-melons'),(13716,'LEGO','lego'),(13717,'Lenovo','lenovo'),(13718,'ImCyan','imcyan'),(13719,'HULINKS Inc.','hulinks-inc'),(13720,'Gambit Games Studio, LLC','gambit-games-studio-llc'),(13721,'Wiz','wiz'),(13722,'Digital Eclipse Software','digital-eclipse-software'),(13723,'Stern Electronics, Inc.','stern-electronics-inc'),(13724,'Hiro Co., Ltd.','hiro-co-dot-ltd'),(13725,'Mineo Games','mineo-games'),(13726,'Toxic Waste','toxic-waste'),(13727,'Leland Corporation','leland-corporation'),(13728,'Visceral Montreal','visceral-montreal'),(13729,'Visceral Melbourne','visceral-melbourne'),(13730,'Offset Software','offset-software'),(13731,'Einar Odinn Holm','einar-odinn-holm'),(13732,'Cheetahsoft Ltd.','cheetahsoft-ltd'),(13733,'Nexon M Inc.','nexon-m-inc'),(13734,'Apollo Technica','apollo-technica'),(13735,'Extrokold Games','extrokold-games'),(13736,'RolikDevelopmen','rolikdevelopmen'),(13737,'Ukiyo Publishing','ukiyo-publishing'),(13738,'Two Tales','two-tales'),(13739,'Polyarc','polyarc'),(13740,'The Voxel Agents','the-voxel-agents'),(13741,'Noema Games','noema-games'),(13742,'Berzerk Studio','berzerk-studio'),(13743,'SOULPIX','soulpix'),(13745,'Zwing Games','zwing-games'),(13746,'Kisunja Studio','kisunja-studio'),(13747,'Octopus Games','octopus-games'),(13748,'ShotX Studio','shotx-studio'),(13749,'Pudding Entertainment','pudding-entertainment'),(13751,'NerdRage Studios','nerdrage-studios'),(13752,'Device Oriented Games','device-oriented-games'),(13753,'Joe Games','joe-games'),(13754,'Massive Work Studio','massive-work-studio'),(13755,'Interceptor Micro\'s','interceptor-micros'),(13756,'Cogito Software Company','cogito-software-company'),(13757,'Dream on Studio','dream-on-studio'),(13758,'Le Caillou','le-caillou'),(13759,'Nussoft','nussoft'),(13760,'vrerabek','vrerabek'),(13761,'FrozenCrate','frozencrate'),(13762,'Mad Matter','mad-matter'),(13763,'Aztech New Media','aztech-new-media'),(13764,'Fulvio Cian','fulvio-cian'),(13765,'flaregames','flaregames'),(13766,'Mutech','mutech'),(13767,'Christine Love','christine-love'),(13768,'CreSpirit','crespirit'),(13769,'GemaYue','gemayue'),(13770,'Alpha Pack Studios','alpha-pack-studios'),(13771,'Voxler','voxler'),(13772,'FRACTiLE Games','fractile-games'),(13773,'Punchline','punchline'),(13774,'Visionary Realms','visionary-realms'),(13775,'nn','nn'),(13776,'Westside Soft House','westside-soft-house'),(13777,'Cheshire Engineering','cheshire-engineering'),(13778,'cerisegenius','cerisegenius'),(13779,'Eaglesoft','eaglesoft'),(13780,'Kotobuki-Raison','kotobuki-raison'),(13781,'Neobitz','neobitz'),(13782,'Monolith','monolith'),(13783,'DYNA','dyna'),(13784,'Visco','visco'),(13785,'NGF Dev. Inc.','ngf-dev-inc'),(13786,'ADK','adk'),(13787,'Nazca','nazca'),(13788,'NG:DEV Team','ng-dev-team'),(13789,'Dennou Eizo','dennou-eizo'),(13790,'Gavaking','gavaking'),(13791,'Japan Vistec','japan-vistec'),(13792,'Aiky','aiky'),(13793,'TAG Computer Games','tag-computer-games'),(13794,'Maxis South','maxis-south'),(13795,'Evoga','evoga'),(13796,'Arrow Publications','arrow-publications'),(13797,'Incognito Software, Inc.','incognito-software-inc'),(13798,'Realism Entertainment','realism-entertainment'),(13799,'Maitai Entertainment','maitai-entertainment'),(13800,'Innerprise Software, Inc.','innerprise-software-inc'),(13801,'In','in'),(13802,'Bon Games','bon-games'),(13803,'PatchNoteStudio','patchnotestudio'),(13804,'DIOSoft','diosoft'),(13805,'[geim].pro','geim-dot-pro'),(13806,'Media Vision','media-vision--1'),(13808,'Einsoft','einsoft'),(13809,'TO TEK International','to-tek-international'),(13810,'New Digital','new-digital'),(13811,'Testing 1-2-3','testing-1-2-3'),(13812,'Bang Heads','bang-heads'),(13813,'PGM F1','pgm-f1'),(13814,'LucasArts Entertainment','lucasarts-entertainment'),(13815,'Namco Bandai Studios Inc.','namco-bandai-studios-inc'),(13817,'NBGA Customer Support','nbga-customer-support'),(13818,'Namco Bandai Games Europe S.A.S','namco-bandai-games-europe-sas--1'),(13819,'Premium Agency Inc.','premium-agency-inc'),(13820,'Passerelia Death Squad','passerelia-death-squad'),(13821,'VNV Nation','vnv-nation'),(13822,'Marvellous Designer','marvellous-designer'),(13823,'Universaslly Speaking','universaslly-speaking'),(13824,'Vicon Motion Systems Ltd','vicon-motion-systems-ltd'),(13825,'Cubic Motion Ltd','cubic-motion-ltd'),(10186,'Bigfingers','bigfingers'),(13827,'The Imaginarium','the-imaginarium'),(10188,'KAZe','kaze'),(10189,'Enhance Games','enhance-games'),(10190,'Monstars','monstars'),(13831,'Voice Collective','voice-collective'),(10192,'OtakuMaker.com Studio','otakumaker-dot-com-studio'),(10193,'United Indie','united-indie'),(10194,'GAME NA KIBUN','game-na-kibun'),(10195,'Vladis Fire','vladis-fire'),(13836,'EA CQC','ea-cqc'),(13837,'EA LA','ea-la'),(13838,'Pixel Liberation Front','pixel-liberation-front'),(2256,'Namco Network','namco-network'),(2257,'Independent Arts Software','independent-arts-software'),(13843,'Busy Break','busy-break'),(13844,'ThereBits','therebits'),(13846,'Duy Nguyen','duy-nguyen'),(13847,'Monsiv','monsiv'),(10206,'The Sales Curve','the-sales-curve'),(13850,'DeNA Santiago','dena-santiago'),(13851,'Gigataur','gigataur'),(13852,'Eletronic Souls','eletronic-souls'),(13853,'Candle Games','candle-games'),(10213,'Quantum Entanglement Entertainment','quantum-entanglement-entertainment'),(10214,'Quest Software','quest-software'),(10215,'7seventh chord','7seventh-chord'),(2268,'Kando Games','kando-games'),(10217,'Dusenberry Martin Racing','dusenberry-martin-racing'),(10218,'Kairosoft','kairosoft'),(10219,'ebb Software','ebb-software'),(2279,'Taitale Studios','taitale-studios'),(2280,'Matchworks','matchworks'),(10221,'Wolf Team','wolf-team'),(10222,'Dresdner Bank','dresdner-bank'),(10223,'Freelance Development','freelance-development'),(2287,'Secret 6, Inc. & The Studio of Secret6, Inc.','secret-6-inc-the-studio-of-secret6-inc'),(2288,'Red Hot CG Software Ltd.','red-hot-cg-software-ltd'),(2289,'Sony Interactive Entertainment Worldwide Studios','sony-interactive-entertainment-worldwide-studios'),(2291,'SCE Worldwide Studios Europe','sce-worldwide-studios-europe'),(2292,'Sony Computer Entertainment Japan Asia','sony-computer-entertainment-japan-asia'),(2293,'Dolby Digital','dolby-digital'),(2294,'DTS Digital Surround 5.1','dts-digital-surround-5-1'),(2296,'The Sims Division','the-sims-division'),(2297,'ColdWood Interactive','coldwood-interactive'),(10229,'crazy labs','crazy-labs'),(2300,'Alpha Denshi','alpha-denshi'),(2301,'Anaconda','anaconda'),(2302,'Detn8 Games','detn8-games'),(2303,'Awesome Play','awesome-play'),(2304,'ImPulse Games','impulse-games'),(2305,'Jorudan','jorudan'),(2306,'49Games','49games'),(10232,'Art by Kjell','art-by-kjell'),(10233,'Rocket Sound','rocket-sound'),(2310,'Bionic Games','bionic-games'),(2311,'Levithan Games','levithan-games'),(2313,'Tetris Online Inc','tetris-online-inc'),(10237,'MHT','mht'),(10238,'Clan of Shadows on Befallen','clan-of-shadows-on-befallen'),(2316,'PAM Development','pam-development'),(10240,'Avedis Zildjian Company','avedis-zildjian-company'),(10241,'Fender Musical Instruments Corporation','fender-musical-instruments-corporation'),(2325,'K2 LLC','k2-llc'),(2326,'Grand Prix','grand-prix'),(2327,'Sega AM3','sega-am3'),(10247,'Z Corporation','z-corporation'),(10248,'The Q Branch XVI','the-q-branch-xvi'),(10249,'10ravens s.r.o.','10ravens-sro'),(2329,'GameMill','gamemill'),(10251,'Distortum','distortum'),(10252,'Kazoo Creative','kazoo-creative'),(2854,'Monkey Gods','monkey-gods'),(2333,'Spice Games','spice-games'),(2857,'Dreamhive','dreamhive'),(2335,'RTL Games','rtl-games'),(2859,'Flight-Plan','flight-plan'),(2337,'Blade Interactive','blade-interactive'),(2338,'THQ San Diego','thq-san-diego'),(2862,'Square Enix Product Development Division 8','square-enix-product-development-division-8'),(2863,'Tantamount Prod.','tantamount-prod'),(2341,'Big Red Button','big-red-button'),(2866,'DirectX','directx'),(2867,'Adrenalin Entertainment','adrenalin-entertainment'),(2868,'Tigeon Studios','tigeon-studios'),(2870,'Player X','player-x'),(2871,'Oasis','oasis'),(2873,'sevenOne intermedia','sevenone-intermedia'),(2875,'dk games','dk-games'),(2876,'gogii games','gogii-games'),(2877,'21 rocks','21-rocks'),(2878,'Konami Industry','konami-industry'),(2880,'Inferno Games','inferno-games'),(2881,'Konami Europe','konami-europe'),(2883,'Screaming Games','screaming-games'),(2884,'Gears for Breakfast','gears-for-breakfast'),(2885,'Ciel','ciel'),(2886,'Pionesoft','pionesoft'),(2887,'GIGA Team Baldrhead','giga-team-baldrhead'),(2346,'Time Warner Interactive','time-warner-interactive'),(2347,'Capcom Osaka','capcom-osaka'),(2893,'Sniper Studios','sniper-studios'),(2894,'3D2 Entertainment','3d2-entertainment'),(2895,'Supercrit LLC','supercrit-llc'),(2896,'Oriental Software','oriental-software'),(2897,'C. P. Brain','c-p-brain'),(2354,'Active Interprises','active-interprises'),(2899,'Tripmine Studios','tripmine-studios'),(2900,'Nevrax','nevrax'),(2901,'Winch Gate','winch-gate'),(2902,'Gaslamp Games','gaslamp-games'),(2357,'7th Sense','7th-sense'),(2359,'Novotrade','novotrade'),(2360,'Kaneko','kaneko'),(2361,'Seismic','seismic'),(2904,'Bones','bones'),(2363,'Technopop','technopop'),(2907,'DreamRift','dreamrift'),(2908,'Blossomsoft','blossomsoft'),(2910,'1-UP Studio','1-up-studio'),(2370,'Ecseco','ecseco'),(5781,'Ongakukan','ongakukan'),(5782,'Actainment','actainment'),(5783,'Days of Wonder','days-of-wonder'),(5784,'Wingman Games','wingman-games'),(5785,'Vector Film','vector-film'),(5786,'Rallisport Team','rallisport-team'),(8927,'Johannes Rosenberg','johannes-rosenberg'),(8928,'Stefan Kraus','stefan-kraus'),(8929,'Timo Armbruster','timo-armbruster'),(8930,'BiteTheBytes GmbH','bitethebytes-gmbh'),(5789,'Lambo Creative','lambo-creative'),(8932,'Proscenium','proscenium'),(8933,'2SD','2sd'),(5791,'Three8 Creative','three8-creative'),(8935,'Pixelz Games','pixelz-games'),(8936,'RSUPPORT Co., LTD.','rsupport-co-dot-ltd'),(8937,'Rebelmind','rebelmind'),(8938,'Bluebutton Games','bluebutton-games'),(5794,'Backstab Games','backstab-games'),(5795,'Digimation Corporation','digimation-corporation'),(5796,'McClear Digital','mcclear-digital'),(8944,'H2 Interactive Co., Ltd.','h2-interactive-co-dot-ltd'),(8945,'Patrice Meneguzzi','patrice-meneguzzi'),(8946,'FourbitFriday','fourbitfriday'),(8947,'Ekuator Games','ekuator-games'),(8948,'AAA Internet Publishing, Inc. (DBA WTFast)','aaa-internet-publishing-inc-dba-wtfast'),(8949,'Interbellum team','interbellum-team'),(5801,'The Third Floor','the-third-floor'),(8951,'Pentavera','pentavera'),(8952,'Etranges Libellules Studios','etranges-libellules-studios'),(8953,'Polar Bunny Ltd','polar-bunny-ltd'),(5803,'PCB Productions, Encino, CA','pcb-productions-encino-ca'),(5804,'WIlco Dream Studios','wilco-dream-studios'),(8958,'GammaLateral','gammalateral'),(5806,'Rancho Canada Elementary School','rancho-canada-elementary-school'),(8960,'Snake Hill Games','snake-hill-games'),(5808,'Links Digiworks','links-digiworks'),(8962,'Jae Lee Productions','jae-lee-productions'),(8963,'Dynamic Games','dynamic-games'),(8965,'GungHo Online Entertainment America, Inc.','gungho-online-entertainment-america-inc'),(5821,'Ex-Hummer','ex-hummer'),(5822,'Cyberflix','cyberflix'),(5823,'GTE Entertainment','gte-entertainment'),(8968,'REMIMORY','remimory'),(8969,'GameArt Studio GmbH','gameart-studio-gmbh'),(8970,'Cosmic Cow LLC','cosmic-cow-llc'),(8971,'Qwiboo Ltd','qwiboo-ltd'),(8972,'The Innocent Devils','the-innocent-devils'),(8973,'The Secret Pie','the-secret-pie'),(8975,'Full Control ApS','full-control-aps'),(5832,'Black Sand Studios','black-sand-studios'),(8981,'Fakedice','fakedice'),(5834,'Textfyre','textfyre'),(5835,'Littlewitch','littlewitch'),(5837,'MiCROViSion','microvision'),(8989,'Coreplay','coreplay'),(5840,'Seika Corporation','seika-corporation'),(8991,'Amaze','amaze'),(5842,'Drool','drool'),(8993,'Infernum Productions AG','infernum-productions-ag'),(8994,'Idigicon','idigicon'),(8995,'Sam Albon','sam-albon'),(8996,'Ripatti Software','ripatti-software'),(8997,'Yatagarasu Dev Team','yatagarasu-dev-team'),(5847,'Hardsuit Labs','hardsuit-labs'),(8999,'Disparity Games','disparity-games'),(5849,'Silver Dollar Games','silver-dollar-games'),(5850,'Qizz','qizz'),(5851,'SkyFallen Entertainment','skyfallen-entertainment'),(9004,'Mårten Jonsson','marten-jonsson'),(9006,'Mixel','mixel'),(5855,'Front Line','front-line'),(5856,'ABC News Videosource','abc-news-videosource'),(5857,'INTAC','intac'),(5858,'Roppongi Monitoring Center','roppongi-monitoring-center'),(5859,'Manhattan Center Studio','manhattan-center-studio'),(5860,'Imagin','imagin'),(9016,'Deadghost Interactive','deadghost-interactive'),(5864,'The Lot Studio','the-lot-studio'),(9019,'Transcendent Games','transcendent-games'),(5866,'Towerside Studio','towerside-studio'),(9021,'SDP Games','sdp-games'),(9022,'BlueEagle Productions','blueeagle-productions'),(9023,'Paul Schneider','paul-schneider'),(5870,'TMO','tmo'),(5871,'Square Pictures','square-pictures'),(5872,'Image Corporation','image-corporation'),(5873,'Omnibus Japan','omnibus-japan'),(5874,'Transistor Studio','transistor-studio'),(5875,'Sasaharagumi Inc.','sasaharagumi-inc'),(9030,'Irongames Studio','irongames-studio'),(5877,'Lightflow Studio','lightflow-studio'),(5878,'WilcoLinks Digiworks','wilcolinks-digiworks'),(9033,'Sub Orbital Software','sub-orbital-software'),(9034,'Circle Five Studios','circle-five-studios'),(9035,'Pub Games','pub-games'),(9036,'Midnart','midnart'),(5879,'Denkieizo','denkieizo'),(5880,'XAX Entertainment','xax-entertainment'),(5881,'AKT','akt'),(5882,'Omnius Japan','omnius-japan'),(5883,'Sato Works','sato-works'),(5884,'Tetraedge Games','tetraedge-games'),(5885,'Index+','index-plus'),(5886,'Software Heaven','software-heaven'),(5887,'Matthew Brown','matthew-brown'),(5888,'Glassmoon','glassmoon'),(5889,'IonFX','ionfx'),(5890,'UV Games','uv-games'),(5891,'Coderus','coderus'),(5892,'e.p.i.c. Interactive','epic-interactive'),(5893,'Videosoft','videosoft'),(5894,'Salu Ltd.','salu-ltd'),(5895,'Men-A-Vision','men-a-vision'),(5896,'Irem Corporation','irem-corporation'),(5897,'Irem America','irem-america'),(5898,'Goliath','goliath'),(5899,'Bit Corporation','bit-corporation'),(5900,'CCE','cce'),(5901,'Playaround','playaround'),(5902,'Sivak Games','sivak-games'),(5903,'Retrozone','retrozone'),(5904,'Dima Kiva','dima-kiva'),(5905,'Spectravision','spectravision'),(5906,'Funvision','funvision'),(5907,'Telesys','telesys'),(5908,'Starpath','starpath'),(5909,'Wisdom Tree','wisdom-tree'),(5910,'Arctic Anteater','arctic-anteater'),(5912,'Pure FPS','pure-fps'),(5915,'Lost Decade Games','lost-decade-games'),(5916,'Johnson & Johnson','johnson-and-johnson'),(5917,'DSD','dsd'),(5918,'SemoLogic','semologic'),(5919,'Nitrogen Studios Canada','nitrogen-studios-canada'),(5920,'Planet Blue','planet-blue'),(5921,'SAGE','sage'),(5922,'The Forester Brothers','the-forester-brothers'),(5923,'Tuff Break Entertainment','tuff-break-entertainment'),(5924,'The Philharmonia Orchestra','the-philharmonia-orchestra'),(5925,'Artizanal Studio','artizanal-studio'),(5926,'Atopos','atopos'),(5927,'Capital Games','capital-games'),(5928,'Connection Events','connection-events'),(5929,'DGCIS','dgcis'),(5930,'La Mandarine','la-mandarine'),(5931,'Motion Boutique','motion-boutique'),(5932,'Oséo','oseo'),(5933,'Perforce-Antycip','perforce-antycip'),(5934,'Project Telling','project-telling'),(5935,'Cosmocover','cosmocover'),(5936,'Solidanim','solidanim'),(5937,'SWRPP','swrpp'),(5938,'Toy Films','toy-films'),(5939,'Studio X','studio-x'),(5940,'Ayzenberg Group','ayzenberg-group'),(5941,'Egg Plant Productions','egg-plant-productions'),(5942,'Raichert Media','raichert-media'),(5943,'3dinchina','3dinchina'),(5944,'Ground Studios','ground-studios'),(5945,'wolff interactive','wolff-interactive'),(5946,'PreViz Animations','previz-animations'),(5947,'Bikini Studios','bikini-studios'),(5948,'Mainbrain Productions','mainbrain-productions'),(12114,'Mugwort Mastering Studio','mugwort-mastering-studio'),(12115,'CoMix Wave Films','comix-wave-films'),(12116,'Amazon Developer Portal','amazon-developer-portal'),(12118,'Team Einherjar','team-einherjar'),(12119,'Fabula Epica','fabula-epica'),(12120,'Goodwolf Studio','goodwolf-studio'),(12121,'Coltgames','coltgames'),(12122,'Rank17','rank17'),(12123,'Red Dwarf Games','red-dwarf-games'),(12124,'[erka:es]','erka-es'),(12125,'PEC Entertainment Inc.','pec-entertainment-inc'),(12126,'Suricate Software','suricate-software'),(12127,'Fumiko Game Studio','fumiko-game-studio'),(12128,'DIVR Labs','divr-labs'),(12129,'DarkTigerDevelopments','darktigerdevelopments'),(12130,'Mito Studio','mito-studio'),(12131,'Schrölab','schrolab'),(12132,'Grip Digital','grip-digital'),(12133,'Pokelabo, Inc.','pokelabo-inc'),(12134,'Lamplight Studios','lamplight-studios'),(12135,'phlilips','phlilips'),(12136,'Gerry Anderson','gerry-anderson'),(12137,'Tiny Rebel Games','tiny-rebel-games'),(12138,'Green Sauce Games','green-sauce-games'),(12139,'Lemon Interactive','lemon-interactive'),(12140,'Just Play','just-play'),(12141,'OniGames','onigames'),(12142,'Secret Lair Games, Inc.','secret-lair-games-inc'),(12143,'Sushi Typhoon Games','sushi-typhoon-games'),(12144,'Nikkatsu','nikkatsu'),(12145,'Cubetype','cubetype'),(12146,'Sycoforge','sycoforge'),(12147,'The Game Band','the-game-band'),(12149,'Blueprint Reality Inc.','blueprint-reality-inc'),(12150,'teedoubleu','teedoubleu'),(12151,'Vivid Helix','vivid-helix'),(12152,'Vindit','vindit'),(12153,'Clear Light Studios','clear-light-studios'),(12154,'Jeroen Wimmers','jeroen-wimmers'),(12155,'Boxelware','boxelware'),(12156,'Mindwalker Games','mindwalker-games'),(12157,'Darkman Studio','darkman-studio'),(12158,'Adriaan de Jongh','adriaan-de-jongh'),(12159,'The Revera Corporation','the-revera-corporation'),(12160,'SELECT BUTTON inc.','select-button-inc'),(12161,'Nawia Games','nawia-games'),(12162,'EmberWulf','emberwulf'),(12163,'Dazlog Studio','dazlog-studio'),(12164,'Dr_Crewcut','dr-crewcut'),(12165,'Rob Briscoe','rob-briscoe'),(12166,'Fiveamp','fiveamp'),(12167,'Babloon Studios','babloon-studios'),(12168,'PerspectX','perspectx'),(12170,'Unicow Games AB','unicow-games-ab'),(12171,'Together Team','together-team'),(12172,'Studio Istolia','studio-istolia'),(12173,'Kayabros','kayabros'),(12174,'the whale husband','the-whale-husband'),(12175,'Morteshka','morteshka'),(12176,'Neutral Games','neutral-games'),(12177,'Glumberland','glumberland'),(12178,'Villa Gorilla','villa-gorilla'),(12179,'GMonks Entertainment Private Limited','gmonks-entertainment-private-limited'),(12180,'CFK','cfk'),(12181,'GeneX','genex'),(12182,'Ars Logica','ars-logica'),(12183,'Santa Clara Games','santa-clara-games'),(12184,'Ludomotion','ludomotion'),(12185,'Easy Trigger','easy-trigger'),(12186,'Coffee Stain Publishing','coffee-stain-publishing'),(12187,'Casual Bit Games','casual-bit-games'),(12188,'Alecqua Studios','alecqua-studios'),(12189,'DoctorM64','doctorm64'),(12190,'Michal Walaszczyk','michal-walaszczyk'),(12191,'Applicattura','applicattura'),(12192,'VitruviusVR','vitruviusvr'),(12193,'Wee Man Studios','wee-man-studios'),(12194,'Tri-Coastal Games','tri-coastal-games'),(12195,'IndieHound','indiehound'),(12196,'Radiation Blue','radiation-blue'),(12197,'Lost in the Garden','lost-in-the-garden'),(12199,'Kurechii','kurechii'),(12200,'Random Seed Games','random-seed-games'),(12201,'Incodra','incodra'),(12202,'Ibology','ibology'),(12203,'Raptor-Lab','raptor-lab'),(12204,'Spinbot','spinbot'),(12205,'White Wolf Entertainment','white-wolf-entertainment'),(12206,'Fula Fisken','fula-fisken'),(12208,'Open Sorcery Games','open-sorcery-games'),(12209,'Something Classic Game LLC','something-classic-game-llc'),(12210,'GexagonVR','gexagonvr'),(12211,'Team Chivalry','team-chivalry'),(12213,'Boku Strategy Games','boku-strategy-games'),(12214,'Animedia Entertainment','animedia-entertainment'),(12215,'DVS Games','dvs-games'),(12216,'Ocular Interactive','ocular-interactive'),(12217,'The Foregone Syndicate','the-foregone-syndicate'),(12218,'Goiceasoft Production','goiceasoft-production'),(12220,'Bounder Games','bounder-games'),(12221,'Brain Seal','brain-seal'),(12222,'Gemi Games','gemi-games'),(12223,'Over Fence','over-fence'),(12224,'Hollow Ponds','hollow-ponds'),(12226,'Total Mayhem Games','total-mayhem-games'),(12227,'Sulake','sulake'),(12228,'Reactive Drop Team','reactive-drop-team'),(12229,'Spellbook','spellbook'),(12230,'www.Spellbook.com','www-dot-spellbook-dot-com'),(12231,'POISOFT','poisoft'),(12232,'Futureworks Studios','futureworks-studios'),(12233,'Cardboard Utopia','cardboard-utopia'),(12234,'Cherrymochi','cherrymochi'),(12235,'Guillaume Bouckaert','guillaume-bouckaert'),(12236,'Insurgency Development Team','insurgency-development-team'),(12237,'Cakebread','cakebread'),(12238,'Cardboard Robot Games','cardboard-robot-games'),(12240,'Sixteen Tons Entertainment','sixteen-tons-entertainment'),(12241,'NetDragon','netdragon'),(12243,'Redblack Spade','redblack-spade'),(12244,'Nighthawk Interactive','nighthawk-interactive'),(12245,'SimpleGhost','simpleghost'),(12246,'Wild Hare Entertainment','wild-hare-entertainment'),(12247,'Digital Spray Studios','digital-spray-studios'),(12248,'Engage Pixel','engage-pixel'),(12249,'Sameer Hirezi','sameer-hirezi'),(12250,'Worm Animation','worm-animation'),(12251,'Ice World','ice-world'),(12252,'Downpour Interactive','downpour-interactive'),(12253,'BlackSpot Entertainment','blackspot-entertainment'),(12254,'12004','12004'),(12255,'Immunity Studios LTD','immunity-studios-ltd'),(12256,'Wizard Soft','wizard-soft'),(12258,'Rival Interactive','rival-interactive'),(12259,'Unimatrix Productions','unimatrix-productions'),(12260,'Mgaia Studio','mgaia-studio'),(12261,'Smokin\' Guns Productions','smokin-guns-productions'),(12262,'Tronwell','tronwell'),(12263,'4am Entertainment Corporation Ltd','4am-entertainment-corporation-ltd'),(12265,'CompuExpert','compuexpert'),(12266,'Spread Shot Studios','spread-shot-studios'),(12267,'Global VR','global-vr'),(12268,'Synthetic.Systems','synthetic-dot-systems'),(12269,'Exile Gaming Studio','exile-gaming-studio'),(12270,'Course','course'),(12271,'Akimbo Creations','akimbo-creations'),(12272,'Warka','warka'),(12274,'Purple Software','purple-software'),(12275,'Sleepy Duck','sleepy-duck'),(12276,'LVGameDev LLC','lvgamedev-llc'),(12277,'Avallon Alliance','avallon-alliance'),(12278,'Panoramik inc','panoramik-inc'),(12279,'Desertkun','desertkun'),(12280,'L Rod','l-rod'),(12281,'q-bit Games','q-bit-games'),(12285,'Gloomywood','gloomywood'),(12286,'SAT-BOX','sat-box'),(12287,'Improbable','improbable'),(12288,'Bright Future','bright-future'),(12289,'Mediaobsters','mediaobsters'),(12290,'N-Games Studios','n-games-studios'),(12291,'Saturn Plus','saturn-plus'),(12292,'Magitech Games','magitech-games'),(12293,'Wings Simulation GmbH','wings-simulation-gmbh'),(12294,'T7 Games','t7-games'),(12295,'Play Ten Interactive','play-ten-interactive'),(12296,'Avalon Style Entertainmen','avalon-style-entertainmen'),(12297,'Bread Team','bread-team'),(12298,'Thekla, Inc','thekla-inc'),(12299,'Uncle Frost Team','uncle-frost-team'),(12301,'Boat Rocker Digital','boat-rocker-digital'),(12302,'Boomfire Games','boomfire-games'),(12303,'Wholesale Algorithms[','wholesale-algorithms'),(12304,'Big Star Games','big-star-games'),(12305,'Big Games','big-games'),(12306,'Triternion','triternion'),(12307,'OneTapp','onetapp'),(12308,'Prideful Sloth','prideful-sloth'),(12309,'QuantumSquid Interactive','quantumsquid-interactive'),(12310,'Spiritwalk Games','spiritwalk-games'),(12311,'Gabe Cuzzillo','gabe-cuzzillo'),(12312,'Big Moustache Games','big-moustache-games'),(12313,'Muzzy Lane','muzzy-lane'),(12314,'i&Co','i-and-co'),(12315,'i&Cow','i-and-cow'),(12316,'OlderBytes','olderbytes'),(12317,'Digital Adobo','digital-adobo'),(12318,'Frostkeep Studios','frostkeep-studios'),(12319,'Digital Sun Games','digital-sun-games'),(12320,'Supersoft','supersoft'),(12321,'ThankCreate Studio','thankcreate-studio'),(12322,'Hard Light Labs','hard-light-labs'),(12323,'mif2000','mif2000'),(12324,'Bluehole, Inc.','bluehole-inc'),(12325,'inbetweengames','inbetweengames'),(12326,'White Birds Productions','white-birds-productions'),(12327,'Maxis Emeryville','maxis-emeryville'),(12328,'DOJI Educational Innovoations','doji-educational-innovoations'),(12329,'Blender Foundation','blender-foundation'),(12330,'Nekcom','nekcom'),(12332,'Artery Games','artery-games'),(12333,'SkyRiver Studios','skyriver-studios'),(12334,'Sunburned Games','sunburned-games'),(12335,'nextReality Games','nextreality-games'),(12336,'rebel rabbit','rebel-rabbit'),(12337,'indienova','indienova'),(12339,'ZeroBit Games','zerobit-games'),(12340,'Ocean Media','ocean-media'),(12341,'Brute Drop','brute-drop'),(12342,'DOJI Educational Innovations','doji-educational-innovations'),(12343,'PopTop','poptop'),(12345,'Phenomic','phenomic'),(12346,'Cold Beam Games','cold-beam-games'),(12347,'Warner Bros. Interactive Entertainment, - duplicate','warner-bros-interactive-entertainment-duplicate'),(12348,'Rosebud Games','rosebud-games'),(12349,'Konami Digital Entertainment, Inc.,','konami-digital-entertainment-inc-dot'),(12350,'Jacob Janerka','jacob-janerka'),(12351,'Date Nighto','date-nighto'),(12352,'Alecqua X Twilight Studios','alecqua-x-twilight-studios'),(12353,'Florian Veltman','florian-veltman'),(12354,'Artifact 5','artifact-5'),(12355,'Rowfor Entertainment','rowfor-entertainment'),(12356,'Xider Games','xider-games'),(12357,'BHV Software','bhv-software'),(12358,'Kokakiki','kokakiki'),(12360,'Aspyr - duplicate','aspyr-duplicate'),(12361,'Headup Games / Radon Labs','headup-games-slash-radon-labs'),(12362,'Playrix Entertainment','playrix-entertainment'),(12363,'ImagineEngline','imagineengline'),(12365,'Oliver Boyce','oliver-boyce'),(12366,'Existical Games','existical-games'),(12368,'Skullfish Studios','skullfish-studios'),(12369,'Nauris Amatnieks','nauris-amatnieks'),(12370,'BlueGiant Interactive','bluegiant-interactive'),(12371,'Trine Studios','trine-studios'),(12372,'G3 Community Patch','g3-community-patch'),(12373,'Fineway Studios','fineway-studios'),(12374,'Jet Dogs Studios - duplicate','jet-dogs-studios-duplicate'),(12375,'Headup Games / Crenetic','headup-games-slash-crenetic'),(12376,'PixelTail Games','pixeltail-games'),(12377,'Peach Pie Productions','peach-pie-productions'),(12378,'Studio Beast','studio-beast'),(12379,'Midnight Hub','midnight-hub'),(12380,'Octane Games','octane-games'),(12381,'Games2SDk','games2sdk'),(12382,'Devolver Digital and Croteam - duplicate','devolver-digital-and-croteam-duplicate'),(12383,'MC2','mc2'),(12384,'Critical Forge','critical-forge'),(12385,'128','128'),(12386,'Eight Points','eight-points'),(5949,'SMS','sms'),(5950,'Price Design','price-design'),(5951,'Gem Iternational Corporation','gem-iternational-corporation'),(9041,'Brain Bombers','brain-bombers'),(5953,'Nintendo Integrated Research & Development','nintendo-integrated-research-and-development'),(5954,'Newcom','newcom'),(5955,'Nutting Associates','nutting-associates'),(9045,'IDHAS Studios','idhas-studios'),(9046,'Koch Media GmbH - duplicate','koch-media-gmbh-duplicate'),(5958,'Team Chaos LLC','team-chaos-llc'),(5959,'B.Alive','balive'),(5960,'Le Cartel Studio','le-cartel-studio'),(9050,'Batterystaple Games','batterystaple-games'),(9051,'Redacted Studios','redacted-studios'),(9052,'Above and Beyond Technologies','above-and-beyond-technologies'),(9053,'Crispon Games','crispon-games'),(9054,'Argonauts Interactive','argonauts-interactive'),(9055,'Keys of Nine Entertainment','keys-of-nine-entertainment'),(9056,'Alkemi','alkemi'),(9057,'GabberGames.com','gabbergames-dot-com'),(9058,'YETi CGI','yeti-cgi'),(9059,'Brisk Mobile Inc','brisk-mobile-inc'),(9060,'MiniVisions','minivisions'),(9061,'Good games','good-games'),(9062,'Shaman Games Studio','shaman-games-studio'),(9063,'iMaxGen','imaxgen'),(9064,'Question','question'),(9065,'KEMCO / EXE-CREATE','kemco-slash-exe-create'),(9066,'Marvelous Europe Ltd.','marvelous-europe-ltd'),(9067,'CorypheeSoft','corypheesoft'),(9068,'DEZ Studio','dez-studio'),(9069,'Maurice Pape','maurice-pape'),(9070,'Rotateam','rotateam'),(9071,'One Legged Seagull','one-legged-seagull'),(5969,'InterServ International Inc.','interserv-international-inc'),(5970,'Mad Crew','mad-crew'),(5971,'I 10 Q','i-10-q'),(5972,'White Wolf Publishing','white-wolf-publishing'),(9077,'Blue Label Studio','blue-label-studio'),(9078,'Polygon Art','polygon-art'),(9079,'Juniper Games','juniper-games'),(5976,'Prism Leisure Corporation Plc','prism-leisure-corporation-plc'),(9081,'Nine Tales Digital','nine-tales-digital'),(9083,'Insane','insane'),(5980,'John Carmack','john-carmack'),(5983,'LTD. Silmarils','ltd-silmarils'),(5984,'Digital Confectioners','digital-confectioners'),(5985,'Dynamighty','dynamighty'),(5986,'Game Design Sweden AB','game-design-sweden-ab'),(5987,'Lilith','lilith'),(5988,'Zip Technologies','zip-technologies'),(5989,'Playful Entertainment','playful-entertainment'),(9099,'Case in Point Studios, LLC','case-in-point-studios-llc'),(5992,'Tomoaki Sugeno','tomoaki-sugeno'),(9101,'Red Katana','red-katana'),(5994,'Axel Tribe','axel-tribe'),(5995,'5pb. Division 2','5pb-division-2'),(9105,'Super Fun Games','super-fun-games'),(1115,'Imotion','imotion'),(1116,'Nimbly Games','nimbly-games'),(1118,'Torn Banner Studios','torn-banner-studios'),(1119,'Monolith Soft','monolith-soft'),(1120,'Superior Software Ltd.','superior-software-ltd'),(6002,'SEGA AM1','sega-am1'),(6003,'SEGA AM7','sega-am7'),(1123,'Personal Software','personal-software'),(6005,'Alive Mediasoft','alive-mediasoft'),(9109,'Tasharen Entertainment Inc.','tasharen-entertainment-inc'),(9110,'Narrow Monolith','narrow-monolith'),(6011,'Wade\'s Eastside Guns','wades-eastside-guns'),(1128,'1st Playable Productions','1st-playable-productions'),(1129,'Quixel','quixel'),(1130,'Simulmondo','simulmondo'),(1131,'Access Software, Inc.','access-software-inc'),(1132,'Ninano Software','ninano-software'),(1133,'MVP Software','mvp-software'),(1134,'Interceptor Entertainment','interceptor-entertainment'),(1136,'Taxan','taxan'),(1137,'Milton Bradley','milton-bradley'),(1138,'General Consumer Electric','general-consumer-electric'),(1139,'Cinematronics','cinematronics'),(9125,'Subscience Studios','subscience-studios'),(9126,'Avenged Sevenfold','avenged-sevenfold'),(6018,'Olle Hemmendorff','olle-hemmendorff'),(6019,'Forgotten Empires LLC','forgotten-empires-llc'),(1142,'Micro Revelations, Inc.','micro-revelations-inc'),(6021,'coreplay gmbh','coreplay-gmbh'),(6022,'Black inc','black-inc'),(6023,'Extend Interactive','extend-interactive'),(1145,'Telstar Electronic Studios Ltd.','telstar-electronic-studios-ltd'),(6025,'Robinson Technologies','robinson-technologies'),(9136,'Rhaon Entertainment','rhaon-entertainment'),(6028,'Dreadbit','dreadbit'),(9138,'SixtyGig Games','sixtygig-games'),(9139,'Lostwood','lostwood'),(6032,'Seasun games','seasun-games'),(6033,'Grolier Interactive','grolier-interactive'),(6034,'MiST Land','mist-land'),(9147,'Black Shell Media','black-shell-media'),(1166,'Softdisk Publishing','softdisk-publishing'),(1167,'Super Fighter Team','super-fighter-team'),(9150,'MicroProse Software, Inc.','microprose-software-inc--1'),(9151,'Cinopt Studios','cinopt-studios'),(9152,'Zach Kehs (SunnyKatt)','zach-kehs-sunnykatt'),(6052,'Alan Zucconi','alan-zucconi'),(6053,'Gathering','gathering'),(1172,'MegaTech Software','megatech-software'),(9156,'Ramjet Anvil','ramjet-anvil'),(1174,'Kyodai Software Marketing','kyodai-software-marketing'),(1175,'Imagitec Design','imagitec-design'),(1176,'MPS Labs','mps-labs'),(9161,'West Dragon Productions DR','west-dragon-productions-dr'),(6057,'Gambrinous','gambrinous'),(6058,'Ecole Software','ecole-software'),(6059,'French Bread','french-bread'),(1178,'John Romero','john-romero'),(9166,'David Szymanski','david-szymanski'),(6062,'Front Wing','front-wing'),(9171,'Ganz Studio','ganz-studio'),(1184,'Global Business Concept','global-business-concept'),(9173,'Tamarin Studios','tamarin-studios'),(1186,'Spectrum Pacific Publishing','spectrum-pacific-publishing'),(1187,'SW Games','sw-games'),(1188,'Little Devils Inc.','little-devils-inc'),(9178,'Riya','riya'),(9179,'Marie Ronnaux Games','marie-ronnaux-games'),(9180,'Attract Mode Games','attract-mode-games'),(9181,'Right Pedal Studios','right-pedal-studios'),(12387,'Wargaming Alliance','wargaming-alliance'),(1191,'FTL Games','ftl-games'),(9186,'Game Insight','game-insight'),(1194,'Masque Publishing','masque-publishing'),(1195,'Ant Software','ant-software'),(9189,'Psyche Studios','psyche-studios'),(9190,'New Blood Interactive','new-blood-interactive'),(9191,'Mosaic Mask Studio','mosaic-mask-studio'),(9192,'FLEB','fleb'),(12392,'Meow Studios','meow-studios'),(12393,'Siactro','siactro'),(1201,'Software Creations','software-creations'),(6073,'Longbow Games','longbow-games'),(6074,'Meteorise','meteorise'),(6075,'Denneko Yuugi','denneko-yuugi'),(9194,'Loriciel','loriciel'),(6077,'Ys Net','ys-net'),(1209,'Société Pollene','societe-pollene'),(9197,'Boncho Games','boncho-games'),(12400,'Sunnyside Games','sunnyside-games'),(12401,'Iowiro','iowiro'),(1211,'Robotoki','robotoki'),(6081,'Chasseur De Bots','chasseur-de-bots'),(6082,'Orange_Juice','orange-juice'),(6083,'Fruitbat Factory','fruitbat-factory'),(9214,'Gastronaut Studios','gastronaut-studios'),(12412,'Aurum Dust','aurum-dust'),(9216,'Hitoshi Sakimoto','hitoshi-sakimoto'),(9217,'Arvi Teikari','arvi-teikari'),(6090,'Dean \"Rocket\" Hall','dean-rocket-hall'),(9221,'GlobalCenter','globalcenter'),(9222,'MindSpring','mindspring'),(9223,'Multiplay','multiplay'),(9224,'RDA','rda'),(9225,'Lewis PR','lewis-pr'),(6095,'Windy Hill Studio','windy-hill-studio'),(6096,'Ludeon Studios','ludeon-studios'),(6097,'Modulaatio Games','modulaatio-games'),(9235,'Star-Trax','star-trax'),(9236,'Halon Entertainment','halon-entertainment'),(9237,'One Pixel Brush','one-pixel-brush'),(1225,'Ubisoft San Francisco','ubisoft-san-francisco'),(6103,'GRIP Entertainment','grip-entertainment'),(6104,'Blade 3D','blade-3d'),(9246,'The Maniac Agenda','the-maniac-agenda'),(6106,'Video Ordnance','video-ordnance'),(12417,'Doublesix Games','doublesix-games'),(6108,'Anki','anki'),(6110,'3Blackdot','3blackdot'),(9252,'Pole To Win','pole-to-win'),(9253,'Lauscherlounge','lauscherlounge'),(1228,'The Behemoth','the-behemoth'),(6122,'AsiaSoft','asiasoft'),(6123,'Shanda','shanda'),(9282,'Persistent Studios','persistent-studios'),(6125,'What Pumpkin Studios NYC','what-pumpkin-studios-nyc'),(9285,'Free Lunch Design AB','free-lunch-design-ab'),(6130,'RVL Games','rvl-games'),(6131,'Cipher Prime Studios','cipher-prime-studios'),(9292,'Meadows Games','meadows-games'),(9294,'Peaksel D.O.O. Nis','peaksel-doo-nis'),(9296,'MIT Game Lab','mit-game-lab'),(9297,'SCIMOB','scimob'),(9298,'SIEIDI','sieidi'),(9299,'Zykov Eddy','zykov-eddy'),(9300,'Siberian Digital','siberian-digital'),(9301,'Xitilon','xitilon'),(9302,'CyberStep','cyberstep'),(9303,'Black Sheep Studio','black-sheep-studio'),(9304,'Candygun Games','candygun-games'),(6143,'DDD Wares','ddd-wares'),(6144,'Helsinki GameWorks Ltd.','helsinki-gameworks-ltd'),(6145,'Codebrush Games','codebrush-games'),(6147,'Exato Games Studios','exato-games-studios'),(9314,'Base Camp Films','base-camp-films'),(6149,'Army Game Studio','army-game-studio'),(9316,'Antimatter Games','antimatter-games'),(6151,'Eneme Entertainment','eneme-entertainment'),(6152,'Friend & Foe','friend-and-foe'),(1238,'Virgin Games USA','virgin-games-usa'),(1239,'Gorilla Systems Corporation','gorilla-systems-corporation'),(1241,'Artificial Mind & Movement','artificial-mind-movement'),(9321,'NewWorldCoders','newworldcoders'),(9322,'Grab The Games','grab-the-games'),(6156,'Sumo Digital Ltd - duplicate','sumo-digital-ltd-duplicate'),(9325,'Lacuna Corporation','lacuna-corporation'),(6158,'Allgraf','allgraf'),(6159,'Mediamond','mediamond'),(6160,'William Rieder','william-rieder'),(6161,'MobyGames','mobygames'),(6162,'Future Vision','future-vision'),(6163,'Interactive Strip','interactive-strip'),(6164,'Millennium Media Group','millennium-media-group'),(6165,'Deep River Publishing','deep-river-publishing'),(6166,'Chris Prih','chris-prih'),(6167,'Inscape','inscape'),(1246,'Nintendo EAD Group No. 2','nintendo-ead-group-no-2'),(1247,'Lego Group','lego-group'),(1248,'CodeHatch','codehatch'),(1250,'VIS Entertainment','vis-entertainment'),(6173,'Rovio Stars','rovio-stars'),(6174,'Instinct Corporation','instinct-corporation'),(6175,'Bones Park Software Artistic','bones-park-software-artistic'),(1252,'Smart Bomb Interactive','smart-bomb-interactive'),(9333,'Rockodile','rockodile'),(1254,'FarSight Studios','farsight-studios'),(9335,'Bryan Gale','bryan-gale'),(1256,'BigPark','bigpark'),(1257,'AiLive','ailive'),(1258,'EA Salt Lake','ea-salt-lake'),(1259,'FreeStyleGames','freestylegames'),(6195,'Brytenwalda','brytenwalda'),(6196,'American Game Cartridges','american-game-cartridges'),(6197,'Horror Soft','horror-soft'),(6198,'Fishcow Studio','fishcow-studio'),(6200,'Loveshack Entertainment','loveshack-entertainment'),(1263,'Graphic State Games','graphic-state-games'),(1264,'O3 Entertainment','o3-entertainment'),(1265,'Tuna Technologies','tuna-technologies'),(6208,'Double Fine Presents','double-fine-presents'),(6209,'Mobius Digital','mobius-digital'),(6210,'Nautilus','nautilus'),(6211,'Aruze','aruze'),(6212,'True Axis Pty. Ltd.','true-axis-pty-ltd'),(6213,'Lupus Studios Limited','lupus-studios-limited'),(6214,'SITER SKAIN','siter-skain'),(6215,'Shibuya Productions','shibuya-productions'),(1272,'Sega Sports R&D','sega-sports-r-d'),(1273,'Sega Sports Japan','sega-sports-japan'),(1275,'Dempa Shunbunsha','dempa-shunbunsha'),(1276,'Nintendo SDD','nintendo-sdd'),(1277,'Mattel Interactive','mattel-interactive'),(6221,'Silverrock Productions (ITE)','silverrock-productions-ite'),(1280,'Ocean Europe Limited','ocean-europe-limited'),(1282,'Kemco-Seika','kemco-seika'),(1283,'Rareware','rareware'),(6227,'Four Quarters','four-quarters'),(6228,'Timo Kauppinen','timo-kauppinen'),(6230,'âge','age'),(6232,'Simis','simis'),(6233,'R&P Electronic Media','r-and-p-electronic-media'),(6234,'Defrost Games','defrost-games'),(6235,'Abyss Lights Studios','abyss-lights-studios'),(6236,'Kaamos Sound','kaamos-sound'),(6237,'Newton Game Dynamics','newton-game-dynamics'),(6238,'Angel Code','angel-code'),(6239,'DevIL Image Library','devil-image-library'),(6240,'LibSDL','libsdl'),(6241,'Dimagic','dimagic'),(6242,'Office Yoshikawa','office-yoshikawa'),(6243,'CA-Co-Caro','ca-co-caro'),(6244,'Kokusai Shuppan','kokusai-shuppan'),(6245,'Studio Ibuki','studio-ibuki'),(6246,'Digi Plannet','digi-plannet'),(6247,'Active Work Corporation','active-work-corporation'),(6248,'Lapiz','lapiz'),(6249,'TV Asahi Create','tv-asahi-create'),(6250,'Spiced Graphics','spiced-graphics'),(6251,'Quixote Studios','quixote-studios'),(6252,'Next Management','next-management'),(6253,'Logan','logan'),(1288,'Creatures Labs','creatures-labs'),(6255,'Lime','lime'),(1326,'Amaze Entertainment','amaze-entertainment--2'),(12682,'Orbital Knight','orbital-knight'),(12683,'Darril Arts','darril-arts'),(12684,'Stormind Games','stormind-games'),(1328,'Venan Entertainment','venan-entertainment'),(1329,'Teeny Weeny Games','teeny-weeny-games'),(1330,'Bits Studios','bits-studios'),(12688,'Eidos, Inc.','eidos-inc'),(12689,'Razorback Developments Ltd','razorback-developments-ltd'),(12690,'Courbois Software','courbois-software'),(12691,'Alpha-Omega Software','alpha-omega-software'),(1334,'H2O Interactive','h2o-interactive'),(1336,'A2M','a2m'),(1337,'Hanna-Barbera Productions','hanna-barbera-productions'),(1338,'Illusions Gaming','illusions-gaming'),(1340,'Gargoyle Games','gargoyle-games'),(1341,'Engineering Animation Inc.','engineering-animation-inc'),(1342,'Terraglyph Interactive Studios','terraglyph-interactive-studios'),(12694,'CDS Microsystems','cds-microsystems'),(12695,'Zeexs Games Studi','zeexs-games-studi'),(1344,'Intelligent Statements, Inc.','intelligent-statements-inc'),(1345,'Richard Garriot','richard-garriot'),(1346,'Human Engineered Software','human-engineered-software'),(12700,'Not Doppler','not-doppler'),(12701,'Dyadic Software Associates','dyadic-software-associates'),(12702,'BurningFlower','burningflower'),(12703,'Lima Sky','lima-sky'),(1350,'The Software Factory','the-software-factory'),(1351,'Lightwave Consultants','lightwave-consultants'),(1353,'Binary Systems','binary-systems'),(1354,'Keypunch Software','keypunch-software'),(12721,'Black Lab Games','black-lab-games'),(12722,'DeadToast Entertainment','deadtoast-entertainment'),(1355,'R.O. Software','r-o-software'),(1356,'Interstel Corporation','interstel-corporation'),(1357,'Macrocom','macrocom'),(9343,'Stegalosaurus Game Development','stegalosaurus-game-development--1'),(9344,'Speelbaars','speelbaars'),(9345,'Nicoplv Games','nicoplv-games'),(1361,'Replay Games','replay-games'),(1362,'N-Fusion Interactive','n-fusion-interactive'),(1363,'Akella','akella'),(1364,'The Chinese Room','the-chinese-room'),(1365,'lucas pope','lucas-pope'),(9349,'Illuminated Games','illuminated-games'),(9350,'POTOK','potok'),(1367,'Serellan','serellan'),(6262,'Lagence Dancefloor','lagence-dancefloor'),(6263,'Studio Dimson','studio-dimson'),(9363,'Monomyth Games','monomyth-games'),(1372,'Hammerpoint Interactive','hammerpoint-interactive'),(9365,'TernTek','terntek'),(1374,'Acornsoft','acornsoft'),(1375,'Firebird','firebird'),(1376,'Dyllan Fitterer','dyllan-fitterer'),(6271,'Comm4u','comm4u'),(9370,'Obigeta Makers','obigeta-makers'),(6273,'Exigent Holdings','exigent-holdings'),(9372,'Fairchild Semiconductor','fairchild-semiconductor'),(6277,'Ivy Games','ivy-games'),(9374,'Glitchnap','glitchnap'),(6279,'Aim Enterprise','aim-enterprise'),(6280,'Atomic Monkey','atomic-monkey'),(6281,'Osawa Office','osawa-office'),(6282,'Kaleidscope','kaleidscope'),(9377,'Thoughtshelter Games','thoughtshelter-games'),(9379,'Ed Fries','ed-fries'),(9380,'Atari Age','atari-age'),(1385,'Pocket Studios','pocket-studios'),(6291,'A-den','a-den'),(6292,'Audio Technica','audio-technica'),(6293,'Kitchen Jiro','kitchen-jiro'),(9382,'Pixel Trickery','pixel-trickery'),(9383,'Jaywalkers Interactive','jaywalkers-interactive'),(6295,'K-BOOKS','k-books'),(1391,'gamigo AG','gamigo-ag'),(6297,'THIRDWAVE','thirdwave'),(6298,'Georgia Max Coffee','georgia-max-coffee'),(6299,'Sofmap','sofmap'),(6300,'T-ZONE STRATEGY','t-zone-strategy'),(9390,'Intergrow','intergrow'),(6302,'Dr Pepper','dr-pepper'),(6303,'Toranoana','toranoana'),(6304,'Don Quijote','don-quijote'),(9393,'DTDigital','dtdigital'),(1396,'Amanita Design','amanita-design'),(9396,'Dragon\'s Eye Productions, Inc','dragons-eye-productions-inc'),(9397,'Catnip Studios','catnip-studios'),(9398,'PC Research Inc','pc-research-inc'),(6314,'Akihabara Shopping District Promotion Cooperative','akihabara-shopping-district-promotion-cooperative'),(9401,'Darjeeling','darjeeling'),(1403,'Minakuchi Engineering','minakuchi-engineering'),(9403,'ARTE France','arte-france'),(6318,'Gamerizon','gamerizon'),(6324,'Fireglow Games','fireglow-games'),(1407,'EA Japan','ea-japan'),(1408,'AKI Corporation','aki-corporation'),(6328,'JIW-Games','jiw-games'),(9410,'Highcastle Studios','highcastle-studios'),(6331,'Ratloop Asia','ratloop-asia'),(6332,'Giant Army','giant-army'),(6333,'CyberAgent','cyberagent'),(6334,'Ameba','ameba'),(1416,'Francisco Téllez de Meneses','francisco-tellez-de-meneses'),(1417,'Ninagamers Corp.','ninagamers-corp'),(9416,'Ikaron','ikaron'),(9417,'Glow Games','glow-games'),(9418,'Glow Games','glow-games--1'),(9419,'Tiny Bull Studios','tiny-bull-studios'),(9421,'Atreid Concept','atreid-concept'),(1422,'Guildhall','guildhall'),(1423,'Black Magic Software','black-magic-software'),(1424,'Galactic Cafe','galactic-cafe'),(1425,'Misfits Attic','misfits-attic'),(1426,'Emily Carroll','emily-carroll'),(1427,'Damian Sommer','damian-sommer'),(1428,'Trendy Entertainment','trendy-entertainment'),(1429,'Reverb Communications','reverb-communications'),(1430,'Sun Corporation of America','sun-corporation-of-america'),(9427,'Ocelot Society','ocelot-society'),(6352,'Serenity Forge','serenity-forge'),(6353,'Iced Lizard Games','iced-lizard-games'),(6354,'Discovery Software International','discovery-software-international'),(9431,'Ghost Town Games Ltd.','ghost-town-games-ltd'),(1435,'Atod','atod'),(1436,'Bally Midway','bally-midway'),(1437,'Rainmaker Entertainment','rainmaker-entertainment'),(1439,'Cooking Mama Limited','cooking-mama-limited'),(9437,'System Era Softworks','system-era-softworks'),(1442,'Joymania Entertainment','joymania-entertainment'),(1444,'Sega Technical Institute','sega-technical-institute'),(6375,'Pinoki Games - duplicate','pinoki-games-duplicate'),(6376,'Shadow Tor Studios','shadow-tor-studios'),(6377,'Serious Games Interactive','serious-games-interactive'),(6378,'Good Enough Gaming','good-enough-gaming'),(6380,'Intellisoft','intellisoft'),(6381,'Light Shock Software','light-shock-software'),(6382,'Byron Preiss Multimedia','byron-preiss-multimedia'),(1454,'WarChest','warchest'),(6384,'Cope-com','cope-com'),(6385,'Liarsoft','liarsoft'),(6386,'Dreampainters Software','dreampainters-software'),(6387,'Fuguriya','fuguriya'),(6388,'Mike Salyh','mike-salyh'),(9445,'Valiant Interactive','valiant-interactive'),(6397,'Salty Software','salty-software'),(9454,'EMcNeill','emcneill'),(1467,'Sammy','sammy'),(1468,'Gratuitous Games','gratuitous-games'),(6407,'Yurin Yurin','yurin-yurin'),(6408,'Tonguç Bodur','tonguc-bodur'),(1476,'X-Ample Architectures','x-ample-architectures'),(1477,'Whiptail Interactive','whiptail-interactive'),(1478,'Tikiman Productions','tikiman-productions'),(6411,'Sei Mikaeru Joshi Gakuen','sei-mikaeru-joshi-gakuen'),(9475,'Cloudhead Games','cloudhead-games'),(9476,'CommaVid, Inc.','commavid-inc'),(9479,'Beloudest','beloudest'),(9480,'Roklan Corporation','roklan-corporation'),(9481,'Neotenia','neotenia'),(9482,'Industry Games','industry-games'),(1498,'Blindlight','blindlight'),(1499,'Church Automotive','church-automotive'),(1500,'Matahari Studios','matahari-studios'),(9485,'Arcadia Corporation','arcadia-corporation'),(9486,'Big Red Softare','big-red-softare'),(1502,'Rainmaker Studios','rainmaker-studios'),(9488,'Upper Byte Sudio','upper-byte-sudio'),(9489,'Sun Electronics Corp.','sun-electronics-corp'),(9490,'Bytecore','bytecore'),(9491,'GamesBoosters','gamesboosters'),(9492,'Game Swing','game-swing'),(6426,'Big Five Software','big-five-software'),(6427,'CBS Electronics','cbs-electronics'),(9499,'Proline Software GmbH','proline-software-gmbh'),(6429,'Type-Moon','type-moon'),(9501,'Sandcastle Productions','sandcastle-productions'),(9502,'Albino Frog Software, Inc.','albino-frog-software-inc'),(1521,'Games2Train','games2train'),(1522,'think3','think3'),(6436,'Solar Software','solar-software'),(1526,'Walt Disney Computer Software','walt-disney-computer-software'),(6438,'Beachhead Studios','beachhead-studios'),(9507,'Pax Softonica','pax-softonica'),(9508,'Faravid Interactive','faravid-interactive'),(6445,'Winking Entertainment','winking-entertainment'),(9510,'Falcon','falcon'),(6447,'Mission Support Specialist','mission-support-specialist'),(9512,'Micro Fun','micro-fun'),(6449,'CDM Sound Studios','cdm-sound-studios'),(6450,'Dubway Studios','dubway-studios'),(6451,'3 Point Productions','3-point-productions'),(6452,'Centurion','centurion'),(6453,'Stargate Studios','stargate-studios'),(9518,'Mental Image Software Design','mental-image-software-design'),(9519,'Quicksilva Ltd.','quicksilva-ltd'),(1542,'Xantus','xantus'),(1543,'Testronic Laboratories','testronic-laboratories'),(1544,'Volta Design','volta-design'),(9522,'Gregor Panič','gregor-panic'),(9523,'Fractal Softworks','fractal-softworks'),(9524,'Grey Alien Games','grey-alien-games'),(6464,'Studo Center Corporation','studo-center-corporation'),(9526,'Tsukuda Original','tsukuda-original'),(1551,'GlobaLoc','globaloc'),(1552,'Astragon','astragon'),(6467,'The Sea Snipers','the-sea-snipers'),(6468,'Studio Nixa','studio-nixa'),(1555,'Red Rover','red-rover'),(9530,'Dreadbit Games','dreadbit-games'),(6470,'Remington Arms Company','remington-arms-company'),(9542,'North American Philips Consumer Electronics Corp.','north-american-philips-consumer-electronics-corp'),(9543,'Tactical Design Group','tactical-design-group'),(6474,'Macedonian Radio Symphony Orchestra','macedonian-radio-symphony-orchestra'),(6475,'Mobileer','mobileer'),(6476,'sound & records ABSOLUTE STUDIO','sound-and-records-absolute-studio'),(12791,'Grand Cauldron','grand-cauldron'),(6478,'Aoni Production','aoni-production'),(6479,'Amuleto','amuleto'),(12794,'SolidRock Game','solidrock-game'),(6481,'OGIPRO THE NEXT','ogipro-the-next'),(12796,'Jadoku','jadoku'),(9593,'Hydrant Games','hydrant-games'),(9594,'Brainwashing Games','brainwashing-games'),(9595,'Fiddlesticks','fiddlesticks'),(9596,'SMAC Games','smac-games'),(12804,'Garage227 Studios','garage227-studios'),(6492,'Shanghai PiTaiShanHospital Investment Management','shanghai-pitaishanhospital-investment-management'),(6493,'Digital TIS','digital-tis'),(9599,'Creaky Corpse','creaky-corpse'),(6500,'University of California','university-of-california'),(12813,'Audiogenic Software Ltd.','audiogenic-software-ltd'),(9602,'rotobee','rotobee'),(12815,'Radical Fish Games','radical-fish-games'),(9605,'MindSpan','mindspan'),(9606,'Sony Interactive Entertainment Europe','sony-interactive-entertainment-europe'),(6511,'Fontoló Stúdio','fontolo-studio'),(6512,'Presto - Prekladatelské Centrum','presto-prekladatelske-centrum'),(6513,'The9','the9'),(9609,'Rocket Hammer','rocket-hammer'),(9610,'SLX Games','slx-games'),(6521,'Most Wanted Entertainment','most-wanted-entertainment'),(6522,'Warner Brothers Post Prod. Services','warner-brothers-post-prod-services'),(6523,'Laser Pacific Digital Sound Services','laser-pacific-digital-sound-services'),(6524,'Walla Works, inc.','walla-works-inc'),(9615,'Shadowplay Studio','shadowplay-studio'),(12827,'The Next Frontier Corporation','the-next-frontier-corporation'),(12828,'DesignStar Consultants, Inc.','designstar-consultants-inc'),(6529,'North Central','north-central'),(9623,'Delfi Sound','delfi-sound'),(9627,'Skywalker Symphony Orchestra','skywalker-symphony-orchestra'),(6536,'Atrax Game','atrax-game'),(9629,'Seji Inc.','seji-inc'),(6538,'Tigress Marketing','tigress-marketing'),(9631,'auto galleria LUCE','auto-galleria-luce'),(9632,'Cars-hatano','cars-hatano'),(9633,'Garage ITALYA','garage-italya'),(6542,'Airship Syndicate','airship-syndicate'),(12844,'Iron Monkey','iron-monkey'),(9636,'WIDS Co. Ltd.','wids-co-ltd'),(9637,'Pi Research Limited','pi-research-limited'),(9638,'Sankyo','sankyo'),(9639,'Shelby Japan','shelby-japan'),(9640,'Sonny\'s Ferrari','sonnys-ferrari'),(9641,'Tein Inc.','tein-inc'),(9642,'Woodstock Trading','woodstock-trading'),(9643,'CAMI Music','cami-music'),(9644,'Village Music Inc.','village-music-inc'),(12847,'Insanity Studio','insanity-studio'),(6547,'Asteroid Base','asteroid-base'),(6548,'Urban Games','urban-games'),(6550,'Biox','biox'),(12863,'Realsalewa Soft','realsalewa-soft'),(6552,'Abrakam','abrakam'),(6553,'EasyGameStation','easygamestation'),(6554,'Carpe Fulgur LLC','carpe-fulgur-llc'),(6555,'DHM Interactive','dhm-interactive'),(6556,'Lizsoft','lizsoft'),(12874,'Hiding Spot Games','hiding-spot-games'),(12875,'wormate.','wormate'),(12876,'DigiPen Institute of Technology','digipen-institute-of-technology'),(9645,'FILLIN Inc.','fillin-inc'),(9646,'Daybreak Co. Ltd.','daybreak-co-ltd'),(9647,'Power Music','power-music'),(1719,'Loh Zarrin Nikan','loh-zarrin-nikan'),(9649,'Crescente Studio','crescente-studio'),(9650,'Bunkamura Studio','bunkamura-studio'),(9651,'MajanoX','majanox'),(9652,'The Groundcrew Studios','the-groundcrew-studios'),(9653,'Trivalle Communications','trivalle-communications'),(9654,'For Shloc','for-shloc'),(9655,'American Society of Military History','american-society-of-military-history'),(9656,'Studio G Productions','studio-g-productions'),(9657,'DetFilms','detfilms'),(9658,'Go Media','go-media'),(1727,'QVS International','qvs-international'),(1728,'iNiS','inis'),(1729,'Incompetech.com','incompetech-com'),(1730,'A Eddy & Goldfarb Assoc.','a-eddy-goldfarb-assoc'),(1732,'Ivolgamus','ivolgamus'),(1734,'Barbie Software for Girls','barbie-software-for-girls'),(1735,'Runecraft','runecraft'),(9678,'Red Hot Entertainment','red-hot-entertainment'),(9680,'Fracture FX','fracture-fx'),(1739,'Tahoe Software Productions','tahoe-software-productions'),(9682,'Crompton & Associates','crompton-and-associates'),(9683,'Facebook','facebook'),(9684,'YouTube','youtube'),(9685,'Subway','subway'),(9686,'Vance & Brown','vance-and-brown'),(1741,'Empire Software','empire-software'),(9689,'Gizmo Cast','gizmo-cast'),(1745,'GMI','gmi'),(9692,'MineLoader Shanghai','mineloader-shanghai'),(9693,'MineLoader Tianjin','mineloader-tianjin'),(9694,'Healsing Digital Entertainment','healsing-digital-entertainment'),(1749,'H2O Entertainment','h2o-entertainment'),(9697,'Burro Canyon Shooting Park','burro-canyon-shooting-park'),(9698,'Chance Productions','chance-productions'),(1753,'Technos Japan','technos-japan'),(1754,'Zed Two','zed-two'),(1755,'SETA','seta'),(1756,'Amtex','amtex'),(9703,'amazing co.','amazing-co'),(1758,'Interactive Studios','interactive-studios'),(1759,'Vanpool','vanpool'),(9705,'bold Co. Ltd.','bold-co-ltd'),(9706,'Sond Box','sond-box'),(9707,'Cosmo Studio','cosmo-studio'),(9708,'Magen','magen'),(9709,'Ralliart','ralliart'),(9710,'Mazdaspeed','mazdaspeed'),(1767,'Victor Interactive Software','victor-interactive-software'),(1768,'Toy Box Studios','toy-box-studios'),(9713,'Castrol Limited','castrol-limited'),(9714,'MJR Productions','mjr-productions'),(9715,'The Instroplis Philharmonic Orchestra','the-instroplis-philharmonic-orchestra'),(9716,'Bratislava Chamber Choir','bratislava-chamber-choir'),(9717,'Iris Productions','iris-productions'),(9718,'Autarca Studio','autarca-studio'),(9719,'Boss Key Productions','boss-key-productions'),(9720,'terminal software','terminal-software'),(9721,'BitsAlive Game Studios','bitsalive-game-studios'),(9722,'Outsider Games','outsider-games'),(1776,'Devil\'s Thumb Entertainment','devil-s-thumb-entertainment'),(1777,'Player 1','player-1'),(1778,'SCEI - duplicate','scei-duplicate'),(9725,'Doobic Studios','doobic-studios'),(9726,'Kalopsia Games','kalopsia-games'),(1780,'Lexis Numérique','lexis-numerique'),(1781,'VectorCell','vectorcell'),(1782,'Gear Head Studios','gear-head-studios'),(1783,'Midway Home Entertainment','midway-home-entertainment'),(1784,'Japan System Supply','japan-system-supply'),(1785,'SETA Corporation','seta-corporation'),(1786,'Xantera','xantera'),(1787,'Persha Studia','persha-studia'),(1788,'Bottom Up','bottom-up'),(9731,'ManMachineGames','manmachinegames'),(9732,'Action Forms Ltd - duplicate','action-forms-ltd-duplicate'),(9733,'Prospect Games','prospect-games'),(9734,'Bulwark Studios','bulwark-studios'),(9735,'Art in Heart','art-in-heart'),(9736,'Gaijin Sound','gaijin-sound'),(1801,'Turbo Technologies','turbo-technologies'),(9738,'Artvostok','artvostok'),(1804,'Genki','genki'),(1805,'Noise','noise'),(1806,'Bemani','bemani'),(9747,'Hijiri','hijiri'),(9748,'Iris Motion Graphics','iris-motion-graphics'),(9749,'IJO Limited Partnership Company','ijo-limited-partnership-company'),(1809,'Nintendo R&D1','nintendo-r-d1'),(1810,'Produce','produce'),(9754,'WangGang Inc.','wanggang-inc'),(9755,'Studio Madams','studio-madams'),(9756,'b-cause Inc.','b-cause-inc'),(9757,'Dreams Co. Ltd.','dreams-co-ltd'),(9758,'Little Wing','little-wing'),(1814,'Suzak','suzak'),(1815,'Ocean of America','ocean-of-america'),(9762,'Amu Inc.','amu-inc'),(9763,'WaoWorld Corporation','waoworld-corporation'),(9764,'Exmind','exmind'),(9767,'Wolfgraphics','wolfgraphics'),(9768,'Cactus','cactus'),(9769,'Blink Works','blink-works'),(9770,'NewBreed','newbreed'),(1822,'Konami Computer Entertainment Nagoya','konami-computer-entertainment-nagoya'),(9773,'Steve Martin\'s Working Wildlife','steve-martins-working-wildlife'),(9774,'SIDE London','side-london'),(9775,'SIDE LA','side-la'),(9776,'Santa Barbara Sound Design','santa-barbara-sound-design'),(9777,'The Pinewood Singers','the-pinewood-singers'),(9778,'Russian Worlds Studios','russian-worlds-studios'),(9779,'Shangha Chuang Sheng Digital Technology','shangha-chuang-sheng-digital-technology'),(9780,'LG Telecom','lg-telecom'),(9781,'Monsoon Online','monsoon-online'),(1835,'Big Bit Ltd','big-bit-ltd'),(9783,'Beep Games','beep-games'),(9784,'Soundsnap','soundsnap'),(9785,'Dayjob Studio','dayjob-studio'),(9786,'22nd Century Toys LLC','22nd-century-toys-llc'),(9787,'Loc & Load','loc-and-load'),(9788,'Studio Muehl','studio-muehl'),(9789,'A.C.E.','ace--1'),(9790,'Kakehashi Games','kakehashi-games'),(9791,'DICO Co., Ltd.','dico-co-dot-ltd'),(9792,'ESC Toys','esc-toys'),(9795,'Lucas Licensing','lucas-licensing'),(9796,'Fantasy Jazz Studios','fantasy-jazz-studios'),(9797,'Studio Gazelle, Inc.','studio-gazelle-inc'),(9798,'Tokyo Philharmonic','tokyo-philharmonic'),(9799,'Tokyo Opera City Concert Hall','tokyo-opera-city-concert-hall'),(9800,'P. C. Music','p-c-music'),(1847,'RFX Interactive','rfx-interactive'),(1848,'Kotobuki Systems','kotobuki-systems'),(9804,'DevSound','devsound'),(9806,'Forward Never Straight Productions','forward-never-straight-productions'),(9807,'Blue Oak Audio Ltd','blue-oak-audio-ltd'),(9808,'Ian Livingstone Music LTD','ian-livingstone-music-ltd'),(9809,'Sofia Session Orchestra','sofia-session-orchestra'),(9810,'Four For Music Ltd.','four-for-music-ltd'),(9811,'SIlver Jack Studios','silver-jack-studios'),(1856,'Almanic','almanic'),(1857,'Kawada','kawada'),(1858,'Epic/Sony Records','epic-sony-records'),(9814,'Big Sesh Studios','big-sesh-studios'),(9815,'Kovel/Fuller','kovel-slash-fuller'),(1863,'XPEC','xpec'),(1864,'High Impact Games','high-impact-games'),(9820,'Professional Percussion Studio','professional-percussion-studio'),(9821,'Hiraishi Office Ltd.','hiraishi-office-ltd'),(9822,'Video Game Orchestra','video-game-orchestra'),(9823,'Força','forca'),(9824,'WGBH Fraser Studio','wgbh-fraser-studio'),(9825,'Cybersound','cybersound'),(1870,'gloot.net','gloot-net'),(1871,'GameMaxx','gamemaxx'),(1872,'C2 Vision','c2-vision'),(9827,'Bulgarian National Radio Studio 1','bulgarian-national-radio-studio-1'),(9828,'Oceanway Studios Nashville','oceanway-studios-nashville'),(1874,'Character Soft','character-soft'),(1875,'Shimada Kikaku','shimada-kikaku'),(1876,'Dorart','dorart'),(1877,'Tomcat System','tomcat-system'),(13026,'Drifter Entertainment','drifter-entertainment'),(13027,'Jumpship','jumpship'),(13028,'Historia Inc','historia-inc'),(9835,'Cheer Digiart Co., Ltd.','cheer-digiart-co-dot-ltd'),(9836,'World Forge','world-forge'),(9837,'firehorse','firehorse'),(9838,'OutOfTheBit','outofthebit'),(13033,'Paranoid Software','paranoid-software'),(13034,'We MUSIC','we-music'),(1887,'Black Dragon Productions','black-dragon-productions'),(13036,'302 labs','302-labs'),(9844,'Ls','ls'),(1890,'Nimbus Games','nimbus-games'),(1891,'Transposia','transposia'),(1892,'Humongous Inc','humongous-inc'),(9855,'Digital Brains','digital-brains'),(9856,'Silversoft','silversoft'),(13049,'Freetale','freetale'),(13050,'Incendio Software','incendio-software'),(9860,'Arc Entertainment','arc-entertainment'),(9861,'Josef Kates','josef-kates'),(9863,'PlayDate Digital Inc.','playdate-digital-inc'),(9864,'Monochrome','monochrome'),(13055,'Ghostpunch Games','ghostpunch-games'),(9867,'Independent','independent'),(9868,'Survios','survios'),(9869,'Andrew Brophy','andrew-brophy'),(13058,'ZeniMax Hong Kong','zenimax-hong-kong'),(13059,'ZeniMax Russia','zenimax-russia'),(9873,'Crunchy Games','crunchy-games'),(9874,'Amnia Interactive','amnia-interactive'),(9875,'DEADBIT','deadbit'),(9876,'The Good Mood Creators','the-good-mood-creators'),(9877,'Albeton','albeton'),(13064,'Altfuture','altfuture'),(9881,'Pioneer','pioneer'),(1905,'Helixe','helixe'),(9884,'Scratc Academy','scratc-academy'),(9885,'Serrato','serrato'),(13069,'Tiny Shark Interactive','tiny-shark-interactive'),(13070,'PuppyBox','puppybox'),(9889,'Top Peg Animation','top-peg-animation'),(13072,'Ubi Soft Montpellier SAS','ubi-soft-montpellier-sas'),(13073,'firshirke','firshirke'),(13074,'Smokey Moose Games','smokey-moose-games'),(1910,'Velez & Dubail','velez-dubail'),(1911,'Climax Brighton','climax-brighton'),(1912,'THQ Studio Oz','thq-studio-oz'),(13077,'SYUPRO-DX','syupro-dx'),(1914,'Eclipse Productions','eclipse-productions'),(1915,'Nelvana','nelvana'),(13079,'Miles Computing, Inc.','miles-computing-inc'),(13080,'Miles Computing, Inc,','miles-computing-inc--1'),(13081,'Second Wind Interactive','second-wind-interactive'),(9896,'Lotto Animatin','lotto-animatin'),(9897,'Zoic Studios','zoic-studios'),(9898,'Dave & Dave Incorporated','dave-and-dave-incorporated'),(9901,'Supreme Music','supreme-music'),(13086,'Digital Illusions, Inc.','digital-illusions-inc'),(13087,'Koei Tecmo Wave','koei-tecmo-wave'),(1923,'Barking Lizards Technologies','barking-lizards-technologies'),(1924,'Compulsion Games','compulsion-games'),(9908,'Third Law Entertainment','third-law-entertainment'),(9909,'Termite Games','termite-games'),(9910,'Hidden Floor','hidden-floor'),(9911,'Persei Entertainment','persei-entertainment'),(9912,'Fully Bugged Software','fully-bugged-software'),(9913,'Longbow Digital Arts','longbow-digital-arts'),(6568,'Skyshine Games','skyshine-games'),(13093,'Kubat Software','kubat-software'),(13094,'Steve Fifield','steve-fifield'),(13095,'Raffaele Mandese','raffaele-mandese'),(13096,'Resistance and Liberation Development','resistance-and-liberation-development'),(13097,'Reaktör Software','reaktor-software'),(9915,'Ticsoft','ticsoft'),(13099,'TYMAC (UK) Ltd.','tymac-uk-ltd'),(13100,'Giant Interactive Entertainment','giant-interactive-entertainment'),(13101,'612 Games','612-games'),(9919,'BlueMoon Software','bluemoon-software'),(6586,'IK Sample','ik-sample'),(6587,'Takemaker','takemaker'),(6588,'Alphasound','alphasound'),(6589,'Red Audio','red-audio'),(6590,'TV Group','tv-group'),(13106,'Productive Playtime','productive-playtime'),(6592,'The Village Studios','the-village-studios'),(13108,'Diamond Software','diamond-software'),(6595,'Gin-Ichi Corporation','gin-ichi-corporation'),(13110,'Sharkteam','sharkteam'),(13111,'Slow Bros.','slow-bros'),(13112,'APLUS Co., Ltd.','aplus-co-dot-ltd'),(9927,'Britannia Software ltd','britannia-software-ltd'),(6602,'Interpret LLC','interpret-llc'),(9929,'Piranaking','piranaking'),(9930,'Agent Mega','agent-mega'),(13121,'Ishisoft','ishisoft'),(9933,'Kreative Spill','kreative-spill'),(9934,'Eleon Game Studios','eleon-game-studios'),(6616,'Dairy Studios','dairy-studios'),(9936,'Polykid','polykid'),(9937,'aiueoKompany','aiueokompany'),(9938,'Talecore Studios','talecore-studios'),(9939,'3 Minute Games, LLC','3-minute-games-llc'),(9940,'Skitso Productions','skitso-productions'),(9941,'Unreal Voodoo','unreal-voodoo'),(6634,'ARTO','arto'),(9943,'Touch Foo','touch-foo'),(6636,'Farmind','farmind'),(6637,'Finnvera','finnvera'),(9946,'It Matters Games','it-matters-games'),(6639,'Kuuasema','kuuasema'),(6641,'Neogames','neogames'),(13131,'Hammer&Ravens','hammer-and-ravens'),(13132,'La Moutarde','la-moutarde'),(6645,'Virtual Air Guitar Company','virtual-air-guitar-company'),(13135,'SomniumSoft','somniumsoft'),(13136,'Odyssey Software','odyssey-software'),(13137,'American Video Entertainment','american-video-entertainment'),(13138,'Clover Lab.,inc.','clover-lab-dot-inc'),(13139,'Wavedash Games','wavedash-games'),(13140,'You vs. the Internet','you-vs-the-internet'),(6652,'Play it by Ear Adio','play-it-by-ear-adio'),(6653,'C5 Sound Crew NYC','c5-sound-crew-nyc'),(6654,'Play it by Ear Audio','play-it-by-ear-audio'),(6655,'The Dairy, London','the-dairy-london'),(6656,'Rainmaker Motion Capture','rainmaker-motion-capture'),(6657,'The Background Voice Casting','the-background-voice-casting'),(6658,'iNK Stories','ink-stories'),(6659,'Microsoft Xbox Advanced Technology Group','microsoft-xbox-advanced-technology-group'),(13150,'Новый Диск','novyi-disk'),(13151,'Borne Games','borne-games'),(6663,'Paad Testing','paad-testing'),(13153,'Fusion Media Group','fusion-media-group'),(13154,'Wierd and Wry','wierd-and-wry'),(13155,'USC Games','usc-games'),(13156,'Classical Era Multi.','classical-era-multi'),(6669,'SuperVettura','supervettura'),(13158,'We\'re Five Games','were-five-games'),(13159,'Pelikan13','pelikan13'),(6673,'Pearl digital','pearl-digital'),(13161,'Wishary Games','wishary-games'),(13162,'Famousdogg Studios','famousdogg-studios'),(13163,'Saurus','saurus'),(13164,'Shadow Knights Studio','shadow-knights-studio'),(6679,'The Yokohama Rubber Company','the-yokohama-rubber-company'),(13166,'Arcanheim Softworks','arcanheim-softworks'),(13167,'Stone Heads','stone-heads'),(6684,'Yellow Studio','yellow-studio'),(13170,'Mainframe Entertainment','mainframe-entertainment'),(6687,'Avex Management','avex-management'),(6688,'Kenyu Office Company','kenyu-office-company'),(13173,'SOTSU CO.,LTD.','sotsu-co-dot-ltd'),(6691,'Gacha Communications','gacha-communications'),(6692,'yoshidamasaki','yoshidamasaki'),(6693,'Motion Actor','motion-actor'),(6694,'Hyde','hyde'),(6695,'Sorun China','sorun-china'),(6696,'Tianjin Sorun','tianjin-sorun'),(6697,'Digital Software Corporation','digital-software-corporation'),(6698,'auto galleria LUCE Junichiro Hiramatsu','auto-galleria-luce-junichiro-hiramatsu'),(6699,'BIG WAY','big-way'),(6700,'CAR DEALER QUALITY','car-dealer-quality'),(6701,'COBB Tuning SoCal','cobb-tuning-socal'),(6702,'comet-works','comet-works'),(6703,'IVY-ARTS','ivy-arts'),(6704,'HIROSHIMA CITY TRANSPORTATION MUSEUM','hiroshima-city-transportation-museum'),(13199,'Tower Knight Games','tower-knight-games'),(6706,'M.USHIO','mushio'),(6707,'MARUMI AUTO','marumi-auto'),(6708,'NEST.PIT','nest-dot-pit'),(6709,'Bang Zoom! Studios','bang-zoom-studios'),(6710,'SHIKOKU AUTOMOBILE MUSEUM','shikoku-automobile-museum'),(13202,'Ben4Views','ben4views'),(6712,'Power House amuse','power-house-amuse'),(13204,'SoulFire','soulfire'),(6731,'Japan Aerospace Exploration Agency','japan-aerospace-exploration-agency'),(6732,'Japan Auto Sports Center','japan-auto-sports-center'),(6733,'Mazda Motor','mazda-motor'),(6734,'MINE\'S','mines'),(6735,'Mitsubishi Motors','mitsubishi-motors'),(6736,'MOBILITYLAND CORP','mobilityland-corp'),(13209,'Eidersoft','eidersoft'),(6738,'NGK SPARK PLUG','ngk-spark-plug'),(6739,'NISSAN MOTORSPORTS INTERNATIONAL','nissan-motorsports-international'),(6740,'Pro Motion','pro-motion'),(6741,'RAYS Corporation','rays-corporation'),(6742,'Re Amemiya','re-amemiya'),(6743,'Red Bull','red-bull'),(13216,'Philips Export B.V.','philips-export-bv'),(13217,'Fujitsu Interactive','fujitsu-interactive'),(6747,'FUJI HEAVY INDUSTRIES','fuji-heavy-industries'),(13219,'Fun Happens','fun-happens'),(6749,'Sumitomo Rubber Industries','sumitomo-rubber-industries'),(6750,'Suzuki Motor','suzuki-motor'),(6751,'TAJIMA MOTOR','tajima-motor'),(6752,'Takata','takata'),(6753,'TOM\'S','toms'),(6754,'Toyota Motor','toyota-motor'),(6755,'TOYOTA MARKETING JAPAN','toyota-marketing-japan'),(6756,'TOYOTA TECHNOCRAFT','toyota-technocraft'),(13229,'Asobimo','asobimo'),(13230,'Crystalline Green Ltd.','crystalline-green-ltd'),(13231,'Jace Voracek','jace-voracek'),(6761,'ABARTH & C.','abarth-and-c'),(13233,'2step','2step'),(6763,'Acedes Holdings (AC Cars)','acedes-holdings-ac-cars'),(6764,'Adam Opel','adam-opel'),(6765,'Alfred Kärcher','alfred-karcher'),(13236,'Pocket Sized Hands','pocket-sized-hands'),(13238,'Psyop Games','psyop-games'),(13239,'the voices games','the-voices-games'),(13240,'Softgang','softgang'),(13241,'Fantastic Software','fantastic-software'),(13242,'Reino Games','reino-games'),(13243,'Binary Innovations','binary-innovations'),(13244,'Xsolla','xsolla'),(13245,'Drago Entertainment','drago-entertainment'),(13246,'Resonair','resonair'),(13247,'Highrise','highrise'),(6782,'BLITZ','blitz'),(13249,'Graphicfinal Ltd.','graphicfinal-ltd'),(13250,'Blitter Animations','blitter-animations'),(13251,'Zig Zag Software','zig-zag-software'),(13252,'kkangs','kkangs'),(13253,'Talentplace','talentplace'),(13254,'Bignose Software','bignose-software'),(6789,'BUGATTI International','bugatti-international'),(13256,'Advance Reality Interactive','advance-reality-interactive'),(13257,'Any River Entertainment','any-river-entertainment'),(13258,'NGM Productions','ngm-productions'),(13259,'Ninja Games Japan','ninja-games-japan'),(13260,'Amytis Entertainment','amytis-entertainment'),(13261,'Red Line Games','red-line-games'),(13262,'Magic Tree, Ltd.','magic-tree-ltd'),(13263,'MagicTech Studio','magictech-studio'),(6803,'Dome','dome'),(6804,'Earnhardt Ganassi Racing','earnhardt-ganassi-racing'),(6805,'Eni','eni'),(13266,'Kinetic Designs','kinetic-designs'),(6807,'Exxon Mobil','exxon-mobil'),(6808,'Federal Corporation','federal-corporation'),(6809,'Federal-Mogul Corporation','federal-mogul-corporation'),(6810,'Ferrari','ferrari'),(13270,'Special FX Software Ltd.','special-fx-software-ltd'),(6812,'FONDMETAL','fondmetal'),(6813,'Ford Motor','ford-motor'),(6814,'GEFCO','gefco'),(6815,'General Motors','general-motors'),(6816,'Automobiles Gillet','automobiles-gillet'),(6817,'GM Holden','gm-holden'),(6818,'The Goodyear Tire & Rubber Company','the-goodyear-tire-and-rubber-company'),(6819,'Gulf Oil International Group / Chevron U.S.A. Inc.','gulf-oil-international-group-slash-chevron-usa-inc'),(6820,'H&R Spezialfedern','h-and-r-spezialfedern'),(6821,'Hendrick Motorsports','hendrick-motorsports'),(6822,'HKS','hks'),(13280,'Talent Computer Systems','talent-computer-systems'),(13281,'Wood Place Inc.','wood-place-inc'),(6825,'Illinois Tool Works (Omega lubricants)','illinois-tool-works-omega-lubricants'),(6826,'Indianapolis Motor Speedway','indianapolis-motor-speedway'),(6827,'International Speedway','international-speedway'),(13285,'White Owls Inc.','white-owls-inc'),(13286,'Three Gates','three-gates'),(13287,'SlapShot Games','slapshot-games'),(13288,'Studio229','studio229'),(13289,'Hammer-On','hammer-on'),(13290,'KT Games','kt-games'),(13291,'Imaginati Studios','imaginati-studios'),(13292,'ZackBellGames','zackbellgames'),(13293,'NHN Pixelcube','nhn-pixelcube'),(6842,'Magneti Maralli Holding','magneti-maralli-holding'),(6843,'Marcos Sportscars','marcos-sportscars'),(6844,'Maserati','maserati'),(13298,'Neonchimp Games','neonchimp-games'),(6846,'MG MOTOR UK','mg-motor-uk'),(6847,'Michelin Lifestyle','michelin-lifestyle'),(6848,'MJ Acquisitions / HP Asset Management (SALEEN)','mj-acquisitions-slash-hp-asset-management-saleen'),(6849,'MOBILITYLAND (Suzuka Circuit)','mobilityland-suzuka-circuit'),(13305,'TapStar Interactive','tapstar-interactive'),(13306,'MUTAN INC.','mutan-inc'),(6853,'NIKON','nikon'),(6854,'NIPPO','nippo'),(6855,'Nippon COMSYS','nippon-comsys'),(6856,'Nürburgring Automotive','nurburgring-automotive'),(6857,'OMP RACING','omp-racing'),(6858,'Oullim Networks','oullim-networks'),(6859,'OZ','oz'),(9947,'Bloodirony','bloodirony'),(1937,'Saru Brunei','saru-brunei'),(1938,'4Kids Entertainment','4kids-entertainment'),(1939,'Daewon Media','daewon-media'),(1940,'Cinepix','cinepix'),(1941,'Universal Pictures','universal-pictures'),(9949,'Daedalic Studio West','daedalic-studio-west'),(9950,'Fly Anvil','fly-anvil'),(9951,'Megastorm Games','megastorm-games'),(9953,'Vision Park','vision-park'),(9954,'Legacy Games','legacy-games'),(1945,'EA Sports BIG','ea-sports-big'),(9957,'Byking','byking'),(9958,'Falling Tree','falling-tree'),(9959,'Maschinen-Mensch','maschinen-mensch'),(9960,'Retro Revolution','retro-revolution'),(9961,'Frogster Interactive Pictures','frogster-interactive-pictures'),(9962,'Hangame','hangame'),(9963,'Hangame-JP','hangame-jp'),(9964,'Just1337 Studio','just1337-studio'),(9965,'KupiKey','kupikey'),(1959,'King of the Jungle','king-of-the-jungle'),(1960,'MTO','mto'),(1961,'Inevitable Entertainment','inevitable-entertainment'),(1962,'Lavastorm','lavastorm'),(1963,'G.rev','g-rev'),(1964,'ESP Software','esp-software'),(1965,'Virtual Play Games','virtual-play-games'),(1967,'TransGaming Inc.','transgaming-inc'),(1968,'Evolved Games','evolved-games'),(1969,'Tate Interactive','tate-interactive'),(1970,'Konami Studios','konami-studios'),(1971,'Dupuis','dupuis'),(1972,'Adrenium Games','adrenium-games'),(1973,'Twisted Pixel','twisted-pixel'),(1974,'New Line Cinema','new-line-cinema'),(9980,'Playstation Network','playstation-network'),(9981,'Playstation.com','playstation-dot-com'),(9982,'Sony Computer Entertainment Europe Sales and Marketing','sony-computer-entertainment-europe-sales-and-marketing'),(9983,'Tesseract Interactive','tesseract-interactive'),(9984,'Senscape','senscape'),(9985,'Guys from Andromeda','guys-from-andromeda'),(9986,'A-Lim','a-lim'),(9987,'The Bitfather','the-bitfather'),(9988,'Playcomet Inc.','playcomet-inc'),(9989,'E-Wan Entertainment','e-wan-entertainment'),(9990,'Craig Jakubowski','craig-jakubowski'),(1984,'Atomic Planet Entertainment','atomic-planet-entertainment'),(9996,'Mark Healey','mark-healey'),(9997,'Artematica Entertainment','artematica-entertainment'),(1988,'Interscope','interscope'),(10000,'Rimlight Studios','rimlight-studios'),(1990,'Ubisoft Barcelona','ubisoft-barcelona'),(1992,'Kush Games','kush-games'),(1993,'Vivarium','vivarium'),(1994,'PIN Change','pin-change'),(1995,'4Kids TV','4kids-tv'),(1997,'Ganbarion','ganbarion'),(1998,'Sofdec','sofdec'),(1999,'ADX','adx'),(2000,'Cat Daddy Games','cat-daddy-games'),(2001,'2K Play','2k-play'),(2002,'Phoenix Games Studios','phoenix-games-studios'),(2003,'Media Kite','media-kite'),(2004,'Awesome Developments','awesome-developments'),(2005,'Acclaim Studios Austin','acclaim-studios-austin'),(2006,'Encore Software Inc.','encore-software-inc'),(2007,'AM5','am5'),(2008,'AM3','am3'),(2009,'United Game Artists','united-game-artists'),(2010,'Cranky Pants Games','cranky-pants-games'),(2011,'Global A Entertainment','global-a-entertainment'),(2012,'Evolution Games','evolution-games'),(2013,'MGM Interactive','mgm-interactive'),(2014,'Steel Monkeys','steel-monkeys'),(2015,'Whoopee Camp','whoopee-camp'),(2016,'GungHo Online Entertainment, Inc.','gungho-online-entertainment-inc'),(2019,'Humagade','humagade'),(2020,'Tecmo Co., Ltd.','tecmo-co-ltd'),(2021,'Sega Studio USA','sega-studio-usa'),(2022,'Pitbull Syndicate','pitbull-syndicate'),(2023,'Sony Music Entertainment Japan','sony-music-entertainment-japan'),(2024,'Eidetic','eidetic'),(2025,'Funcom Dublin Ltd.','funcom-dublin-ltd'),(2026,'Naps Team','naps-team'),(2027,'Yuke\'s Future Media Creators - duplicate','yukes-future-media-creators-duplicate'),(2028,'DreamFactory','dreamfactory'),(10022,'Gamious','gamious'),(2031,'Fube Industries Ltd.','fube-industries-ltd'),(2032,'Tuning Electronic','tuning-electronic'),(2033,'Kids Station','kids-station'),(2034,'XS Games','xs-games'),(10027,'Descendent Studios','descendent-studios'),(2036,'Sunrise Interactive','sunrise-interactive'),(2037,'Ideaworks3D','ideaworks3d'),(2038,'Overworks','overworks'),(10040,'IR-Entertainment Ltd.','ir-entertainment-ltd'),(10043,'Prime Fury','prime-fury'),(10044,'Soundcuts','soundcuts'),(10045,'Toimisto','toimisto'),(10046,'Lifeboat','lifeboat'),(10047,'Assembly','assembly'),(10048,'Lifeboat Productions','lifeboat-productions'),(10049,'Entropy Studio','entropy-studio'),(10050,'Labyrinth Cinematic Studios','labyrinth-cinematic-studios'),(2047,'Garakuta-Studios','garakuta-studios'),(2048,'Blue Planet Software','blue-planet-software'),(10054,'Japan Action Club','japan-action-club'),(10058,'KENTA','kenta'),(10059,'Malloru spa','malloru-spa'),(10060,'Zonitron Productions','zonitron-productions'),(10061,'Tad Corporation','tad-corporation'),(10062,'Silicon Beach Software','silicon-beach-software'),(10063,'Misawa Entertainment','misawa-entertainment'),(10064,'Login Soft','login-soft'),(10065,'FACE','face'),(10066,'Lerner Research','lerner-research'),(10067,'Gsb','gsb'),(10068,'Masaya','masaya'),(10069,'The Hit Squad','the-hit-squad'),(10070,'Namco Hometek','namco-hometek'),(2055,'Clover Studio','clover-studio'),(2056,'NST','nst'),(10076,'Teque Software Development','teque-software-development'),(10077,'Teque London','teque-london'),(10078,'Oxford Mobius','oxford-mobius'),(10079,'NEC Technologies','nec-technologies'),(2062,'7th Level','7th-level'),(10081,'Newtopia Planning','newtopia-planning'),(2064,'Data East USA','data-east-usa'),(10083,'Keith Software','keith-software'),(2066,'Nova Games','nova-games'),(10085,'GameBrains','gamebrains'),(10086,'Magpie Computer Developments','magpie-computer-developments'),(10087,'Dimension Creative Designs','dimension-creative-designs'),(2071,'Ariolasoft','ariolasoft'),(2072,'Home Data','home-data'),(10090,'Zeus Software','zeus-software'),(10092,'ANGames','angames'),(10093,'Burning Arrow','burning-arrow'),(10094,'Gun Media','gun-media'),(10095,'Gaibrain','gaibrain'),(2080,'Palace Software','palace-software'),(10097,'Sega Midwest Development Division','sega-midwest-development-division'),(10098,'SNK of America','snk-of-america'),(10099,'SNK Playmore USA','snk-playmore-usa'),(10101,'Hugebot!','hugebot'),(10102,'Lubiterum','lubiterum'),(2085,'AWE Productions','awe-productions'),(10104,'Xtalsoft','xtalsoft'),(2087,'Beast Studios','beast-studios'),(2088,'Brash Entertainment','brash-entertainment'),(2090,'Vir2L Studios','vir2l-studios'),(2091,'Cing','cing'),(2092,'Imageepoch','imageepoch'),(2093,'Gusto Games','gusto-games'),(2094,'Transmission Games','transmission-games'),(2096,'Lightstorm Entertainment','lightstorm-entertainment'),(10118,'Maya Games','maya-games'),(10119,'Scraping Bottom Games','scraping-bottom-games'),(10120,'Palmple','palmple'),(10121,'IO Studio','io-studio'),(10122,'Blacksea Odyssey','blacksea-odyssey'),(10123,'Brainy Studio','brainy-studio'),(10124,'Action Button Entertainment','action-button-entertainment'),(10126,'Playstation Mobile Inc','playstation-mobile-inc'),(2100,'UFO Interactive Software','ufo-interactive-software'),(10131,'Zeppelin Games Limited','zeppelin-games-limited'),(10132,'Shock Developments','shock-developments'),(10133,'Merit Studios (Europe)','merit-studios-europe'),(10136,'SCE Korea','sce-korea'),(10137,'Warthog PLC','warthog-plc'),(10138,'Ehrgeiz','ehrgeiz'),(2104,'Google','google'),(10140,'Minato Giken','minato-giken'),(10142,'Nekogumi','nekogumi'),(2109,'Icon Games Entertainment','icon-games-entertainment'),(10144,'Vic Tokai Europe','vic-tokai-europe'),(10145,'AlphaNuts','alphanuts'),(10146,'Optimus Software','optimus-software'),(10147,'Digital Concept','digital-concept'),(10148,'Kuma Computers','kuma-computers'),(10149,'Microbyte','microbyte'),(10151,'DICE Los Angeles','dice-los-angeles'),(10152,'Wraith Entertainment','wraith-entertainment'),(10153,'Alien Pixel Studios','alien-pixel-studios'),(10154,'Rudder Games','rudder-games'),(10155,'Bunnycopter','bunnycopter'),(10156,'Master Games','master-games'),(10157,'Rozner Labs Software Group','rozner-labs-software-group'),(10158,'Panasonic Software Company','panasonic-software-company'),(10159,'Studio Radi-8','studio-radi-8'),(10160,'NEOTOKYO [MOD]','neotokyo-mod'),(10161,'The Software Toolworks, Inc.','the-software-toolworks-inc'),(2128,'Ware Interactive','ware-interactive'),(10163,'A1 Games','a1-games'),(10164,'Eden Entertainment Software','eden-entertainment-software'),(2132,'Bold Games','bold-games'),(2133,'Taffy Entertainment','taffy-entertainment'),(2134,'War Drum Studios','war-drum-studios'),(2135,'HyberDevbox Japan','hyberdevbox-japan'),(2136,'Octopus Studio','octopus-studio'),(10166,'XSIV Games','xsiv-games'),(2138,'Novitas Publishing','novitas-publishing'),(2140,'Pepper Games','pepper-games'),(1111,'Trapdoor','trapdoor'),(1112,'Square Product Development Division 2','square-product-development-division-2'),(9106,'Studio Whisky Tango Inc.','studio-whisky-tango-inc'),(6000,'Kixx','kixx'),(6001,'Baggy Cat Ltd','baggy-cat-ltd'),(1121,'Atarisoft','atarisoft'),(1122,'The Code Monkeys','the-code-monkeys'),(6004,'Friendware','friendware'),(1126,'Sachen','sachen'),(1127,'Infinite Interactive','infinite-interactive'),(6012,'Media Design Interactive','media-design-interactive'),(6013,'Mechadeus','mechadeus'),(6014,'PalmSoft','palmsoft'),(6015,'Blazing Badger','blazing-badger'),(9115,'BigBlaze Games','bigblaze-games'),(9116,'2tainment','2tainment'),(9117,'Atmosphere Entertainment Studios','atmosphere-entertainment-studios'),(9118,'AHEARTFULOFGAMES','aheartfulofgames'),(9119,'David Hensley','david-hensley'),(9120,'Alex Quick','alex-quick'),(9121,'251 Games','251-games'),(9122,'Space Boat Studios','space-boat-studios'),(9123,'Timeslip Softworks','timeslip-softworks'),(9124,'Reload Games Studio - duplicate','reload-games-studio-duplicate'),(1140,'Digital Anvil','digital-anvil'),(9127,'ClickShake Games LLC','clickshake-games-llc'),(9128,'Infotread, LLC','infotread-llc'),(9129,'bitHuffel','bithuffel'),(9130,'Mr. Podunkian','mr-podunkian'),(9131,'Gatling Goat Studios','gatling-goat-studios'),(9132,'rdt.32','rdt-dot-32'),(6024,'Square One','square-one'),(1146,'Quickdraw Developments Ltd.','quickdraw-developments-ltd'),(9135,'Muteki','muteki'),(6027,'CivilSavages','civilsavages'),(1149,'Virtual Sports Interactive','virtual-sports-interactive'),(1150,'ShenZhen Nanjing Technology','shenzhen-nanjing-technology'),(9140,'Crenetic GmbH Studios','crenetic-gmbh-studios'),(9141,'Quaternion Studio','quaternion-studio'),(9142,'EnjoyUp Games S.L.','enjoyup-games-sl'),(1154,'International Computer Entertainment','international-computer-entertainment--2'),(1155,'California Pacific Computer','california-pacific-computer'),(1156,'Hypothermia','hypothermia'),(1157,'Paragon Software Corporation','paragon-software-corporation'),(1158,'Jagware','jagware'),(1159,'Ceridus Software','ceridus-software'),(6038,'Skywalker Session Orchestra','skywalker-session-orchestra'),(6039,'Sony Computer Entertainment Korea','sony-computer-entertainment-korea'),(1163,'R.A.W. Entertainment','r-a-w-entertainment'),(6041,'Intimate Studios','intimate-studios'),(1165,'Mindcraft Software','mindcraft-software'),(9148,'Alternative Software Ltd','alternative-software-ltd'),(6045,'Slide London','slide-london'),(1168,'WizarBox','wizarbox'),(1169,'David A. Palmer Productions','david-a-palmer-productions'),(1170,'Airtight Games','airtight-games'),(1171,'Max Design GesMBH','max-design-gesmbh'),(6054,'Uppercut Games','uppercut-games'),(9160,'Carbon','carbon'),(1177,'WOW Entertainment','wow-entertainment'),(9165,'Ankama Games','ankama-games'),(1179,'Imangi Studios','imangi-studios'),(9167,'Chris Chung','chris-chung'),(9168,'DragonHead Studio','dragonhead-studio'),(9169,'Michal Brzozowski','michal-brzozowski'),(1182,'Creative Reality','creative-reality'),(6063,'Primal Game Studios','primal-game-studios'),(6064,'Tendershoot','tendershoot'),(6066,'KOEI TECMO AMERICA Corporation','koei-tecmo-america-corporation'),(6067,'Aquiris Game Studio','aquiris-game-studio'),(9182,'Lighthouse Games Studio','lighthouse-games-studio'),(12388,'Groovy Antoid','groovy-antoid'),(12389,'GameBubble06','gamebubble06'),(6069,'Kee Games','kee-games'),(6070,'Super Systems Softworks','super-systems-softworks'),(1196,'Silmarils','silmarils'),(1197,'SunStar Publishing','sunstar-publishing'),(1198,'Magic Lemon Software','magic-lemon-software'),(9193,'Pera Games','pera-games'),(6076,'Linden Research','linden-research'),(9195,'IF Games','if-games'),(12398,'K Bros Games','k-bros-games'),(1210,'Gremlin Graphics','gremlin-graphics'),(12402,'Mild Beast Games','mild-beast-games'),(12405,'Dr Davient','dr-davient'),(12406,'Dan Fornace','dan-fornace'),(6085,'Capcom Online Games','capcom-online-games'),(6091,'Zeal Game Studios','zeal-game-studios'),(6092,'5 Lives Studios','5-lives-studios'),(1223,'Blast! Entertainment','blast-entertainment'),(9227,'Blur','blur'),(9228,'Eyeball NYC','eyeball-nyc'),(9229,'Lamplighter Studios','lamplighter-studios'),(9230,'Bearcage','bearcage'),(9231,'Eyecandy Studios','eyecandy-studios'),(9232,'Rapan','rapan'),(9233,'Red Eye Studios','red-eye-studios'),(9234,'Telsey and CO','telsey-and-co'),(6098,'Hesketh Studios','hesketh-studios'),(6099,'OMNIDREAM CREATIONS','omnidream-creations'),(6101,'Hibernum Creative','hibernum-creative'),(9242,'Black Beard Design Studio','black-beard-design-studio'),(9243,'INEI','inei'),(9244,'Waterorion','waterorion'),(9245,'www.maniacmusic.net','www-dot-maniacmusic-dot-net'),(6105,'Cube Digital','cube-digital'),(6107,'Producers Library Service','producers-library-service'),(12418,'Destrax Games','destrax-games'),(9250,'Acapela Group','acapela-group'),(9251,'Digital Hearts Co. Ltd.','digital-hearts-co-ltd'),(1227,'Carbonated Games','carbonated-games'),(9254,'Blade Games World','blade-games-world'),(9255,'Connected Media Group','connected-media-group'),(6113,'Dark Seas Interactive','dark-seas-interactive'),(6114,'The Fisch Brothers','the-fisch-brothers'),(6115,'Pixel Dash Studios','pixel-dash-studios'),(6116,'Chasing Carrots','chasing-carrots'),(9264,'Linn PR','linn-pr'),(9265,'Center Field','center-field'),(9266,'Gives','gives'),(9267,'M on M','m-on-m'),(9268,'Music Expedition','music-expedition'),(9269,'GWhiz','gwhiz'),(9270,'InterServ International - duplicate','interserv-international-duplicate'),(9271,'New Pencil','new-pencil'),(9272,'Motion Analysis','motion-analysis'),(9273,'Creat','creat'),(9274,'Shogakukan Production','shogakukan-production'),(9275,'NANICA K.K','nanica-kk'),(6121,'Wizet','wizet'),(1229,'Outerlight','outerlight'),(1230,'Microforum International','microforum-international'),(9291,'RamTeK','ramtek'),(6133,'RobTop Games','robtop-games'),(1235,'Software 2000','software-2000'),(1236,'Cajji Software,','cajji-software'),(1237,'Trigger Soft','trigger-soft'),(6153,'Next Games','next-games'),(6154,'Reagent Games','reagent-games'),(6155,'Cloudgine','cloudgine'),(9323,'Pilgrim Adventures','pilgrim-adventures'),(6157,'tinyGIANT Games','tinygiant-games'),(9326,'Atom Republic','atom-republic'),(9327,'Bombservice','bombservice'),(9328,'Spider Key Games','spider-key-games'),(1245,'Ambrella','ambrella'),(6168,'Expert Software','expert-software'),(9330,'Playwood Project','playwood-project'),(6176,'The Oliver Twins','the-oliver-twins'),(6177,'Anisoptera Games','anisoptera-games'),(6178,'Indie Voyage','indie-voyage'),(6180,'Analgesic Productions','analgesic-productions'),(6182,'Whole Hog Games','whole-hog-games'),(6183,'Nkidu Games Inc.','nkidu-games-inc'),(6184,'ASTRO PORT','astro-port'),(9340,'Horror Games','horror-games'),(6186,'Team Fractal Alligator','team-fractal-alligator'),(6187,'Robot Gentleman Studios','robot-gentleman-studios'),(6189,'InterAction Studios','interaction-studios'),(6191,'Double Damage Games','double-damage-games'),(6192,'Rick Raddatz','rick-raddatz'),(6193,'Omega Integral Systems','omega-integral-systems'),(6194,'Sigtrap Games','sigtrap-games'),(1261,'MTV Games','mtv-games'),(1262,'PuzzleKings','puzzlekings'),(6201,'with the love studios','with-the-love-studios'),(6202,'Flying Interactive','flying-interactive'),(6203,'Coldrice Games','coldrice-games'),(6204,'earrgames','earrgames'),(6205,'Digital Arrow','digital-arrow'),(6206,'Chaos Works','chaos-works'),(6207,'Morgondag','morgondag'),(1266,'Mad Catz','mad-catz'),(1267,'Backbone Entertainment','backbone-entertainment'),(1268,'Page 44 Studios','page-44-studios'),(1269,'Robomodo','robomodo'),(1270,'Camerica','camerica'),(6216,'Nuclear Vision','nuclear-vision'),(6217,'Shovsoft','shovsoft'),(6219,'Dingo','dingo'),(6220,'Sacnoth','sacnoth'),(1279,'Sandblast Games','sandblast-games'),(6222,'Khaled Bentebal','khaled-bentebal'),(6223,'Lag Studios','lag-studios'),(6224,'MeDungeon Ltd.','medungeon-ltd'),(6225,'Mi-Clos Studio - duplicate','mi-clos-studio-duplicate'),(6226,'Ultra Runaway Games','ultra-runaway-games'),(1284,'Muse Software','muse-software'),(1285,'King Games','king-games'),(1286,'Blitz Games','blitz-games'),(6254,'Mørk & Lys','mork-and-lys'),(1289,'DC Comics','dc-comics'),(1290,'TT Fusion','tt-fusion'),(1291,'Fox Williams','fox-williams'),(1292,'Audiogenic','audiogenic'),(1293,'Team Dakota','team-dakota'),(1294,'Gaelco','gaelco'),(1295,'Point of View','point-of-view'),(1296,'Raizing','raizing'),(1297,'Gremlin Industries','gremlin-industries'),(1298,'Chicago Gaming','chicago-gaming'),(1300,'AWE Games','awe-games'),(1301,'BigSky Interactive Inc.','bigsky-interactive-inc'),(1302,'THQ Studio Australia','thq-studio-australia'),(1303,'Blue Tongue Entertainment','blue-tongue-entertainment'),(1305,'ValuSoft','valusoft'),(1306,'Pronto Games','pronto-games'),(1307,'Nick Games','nick-games'),(1308,'Incinerator Studios','incinerator-studios'),(1309,'Avalanche Software','avalanche-software'),(1311,'Cartoon Network Interactive','cartoon-network-interactive'),(1313,'Art Co., Ltd','art-co-ltd'),(1314,'Papaya Studio','papaya-studio'),(1315,'Monkey Bar Games','monkey-bar-games'),(1316,'Black Lantern Studios','black-lantern-studios'),(1318,'Sidhe Interactive','sidhe-interactive'),(1319,'Sensory Sweep Studios','sensory-sweep-studios'),(1320,'Straight Right','straight-right'),(1321,'Collision Studios','collision-studios'),(1322,'DC Studios','dc-studios'),(1323,'Grigon Entertainment','grigon-entertainment'),(1324,'Red Lemon Studios','red-lemon-studios'),(1325,'Virtucraft Studios','virtucraft-studios'),(12419,'Assemble Entertainment','assemble-entertainment'),(12420,'EpicQuest Games','epicquest-games'),(12421,'ninjalex','ninjalex'),(12422,'Team Isolation','team-isolation'),(12423,'Myadtech','myadtech'),(12424,'Tydecon Games','tydecon-games'),(12425,'44 Bico Largo Multimidia','44-bico-largo-multimidia'),(12427,'Lead Money Games','lead-money-games'),(12428,'CtrlMovie','ctrlmovie'),(12429,'Zero Gravity','zero-gravity'),(12430,'Clockwork Games Limited','clockwork-games-limited'),(12431,'Psygnosis Limited - duplicate','psygnosis-limited-duplicate'),(12433,'Semaphore','semaphore'),(12434,'Semanoor International','semanoor-international'),(12435,'Right Nice Games','right-nice-games'),(12436,'Maverick Games','maverick-games'),(12437,'Progorion','progorion'),(12439,'Planet Alpha ApS','planet-alpha-aps'),(12440,'Class6 Interactive','class6-interactive'),(12441,'TechToons Ltd.','techtoons-ltd'),(12442,'WraithStudio','wraithstudio'),(12443,'7 Raven Studio','7-raven-studio'),(12444,'Gamma Minus','gamma-minus'),(12445,'Engineering Animation, Inc.','engineering-animation-inc--1'),(12446,'Moay Zi Xuan','moay-zi-xuan'),(12447,'Sakari Indie & GriN','sakari-indie-and-grin'),(12448,'Sakari Games','sakari-games'),(12449,'Qooc Software','qooc-software'),(12450,'Kindred, Inc.','kindred-inc'),(12451,'Pancake Bob','pancake-bob'),(12452,'JC Planet','jc-planet'),(12453,'Flying Ants Studios','flying-ants-studios'),(12454,'Standing Stone Games','standing-stone-games'),(12455,'FabulaSoft','fabulasoft'),(12456,'Self Expression Arts','self-expression-arts'),(12457,'Spaceboy Games','spaceboy-games'),(12458,'Wolfray Entertainment','wolfray-entertainment'),(12459,'Pixel Crow','pixel-crow'),(12460,'Goatee Games','goatee-games'),(12461,'Torrunt','torrunt'),(12462,'Smiling Buddha Games, LLC','smiling-buddha-games-llc'),(12463,'Screenwave Media','screenwave-media'),(12464,'Impact Gameworks','impact-gameworks'),(12465,'Ape Marina','ape-marina'),(12466,'Asylum House','asylum-house'),(12467,'Yuriy Vovchuk','yuriy-vovchuk'),(12469,'Fluffex Studios','fluffex-studios'),(12470,'Mitama Games','mitama-games'),(12471,'run3.co','run3-dot-co'),(12472,'Skipmore','skipmore'),(12474,'Ctrl Alt Ninja','ctrl-alt-ninja'),(12475,'Coyote Games','coyote-games'),(12476,'Crania Games','crania-games'),(12477,'Silent Game House','silent-game-house'),(12478,'Motive Studios','motive-studios'),(12480,'Kasulo Game Studio','kasulo-game-studio'),(12481,'Z2Team','z2team'),(12482,'Hardai Games','hardai-games'),(12483,'Nathan Meunier','nathan-meunier'),(12484,'Ogre Head Studio','ogre-head-studio'),(12485,'AtomTeam','atomteam'),(12486,'Heavy Kick Games','heavy-kick-games'),(12487,'Anvil Game Studios','anvil-game-studios'),(12488,'Oleg Sergeev','oleg-sergeev'),(12489,'Andrey Rumak','andrey-rumak'),(12490,'Do My Best','do-my-best'),(12491,'Feperd Games','feperd-games'),(12492,'Brilliant Game Studios','brilliant-game-studios'),(12493,'VikingVRStudio','vikingvrstudio'),(12494,'Ubisoft Nadeo - duplicate','ubisoft-nadeo-duplicate'),(12495,'Gamelevel71','gamelevel71'),(12496,'Alex Rose Games','alex-rose-games'),(12497,'Rice Cooker Republic','rice-cooker-republic'),(12498,'Rocky Studio','rocky-studio'),(12499,'Montevisoft','montevisoft'),(12500,'The irregular Corporation','the-irregular-corporation'),(12501,'ILMX','ilmx'),(12502,'Valsar','valsar'),(12503,'Secure Vend LLC','secure-vend-llc'),(12504,'ILMXStudios','ilmxstudios'),(12505,'Pie On A Plate Productions','pie-on-a-plate-productions'),(12506,'Sword Twin Studios','sword-twin-studios'),(12507,'Three Little Devs','three-little-devs'),(12508,'Marshlight Software','marshlight-software'),(12509,'Finn Morgan','finn-morgan'),(12510,'Puppy Punch Productions','puppy-punch-productions'),(12511,'Malistic Studio','malistic-studio'),(12512,'Denis Galanin (mif2000)','denis-galanin-mif2000'),(12513,'Stardock Entertainment - duplicate','stardock-entertainment-duplicate'),(12514,'Feeling Terrible','feeling-terrible'),(12515,'Camel101 LLC','camel101-llc'),(12516,'The Incredible Trio','the-incredible-trio'),(12517,'US Action','us-action'),(12518,'I-deal Games','i-deal-games'),(12519,'BlackMark Studio','blackmark-studio'),(12520,'Circus Atos','circus-atos'),(12521,'The Cursed Revolver','the-cursed-revolver'),(12522,'Ovid Works','ovid-works'),(12523,'Faux-Operative Games','faux-operative-games'),(12524,'Piece of Cake studios','piece-of-cake-studios'),(12525,'Holospark','holospark'),(12526,'POLYGON GAMES','polygon-games'),(12527,'Studio Chahut','studio-chahut'),(12529,'Phobetor','phobetor'),(12530,'Jonas De Carvalho Felinto','jonas-de-carvalho-felinto'),(12531,'Marcelo Eduardo Cabral','marcelo-eduardo-cabral'),(12532,'Longshot Studios LLC','longshot-studios-llc'),(12533,'Dogwood Gaming','dogwood-gaming'),(12534,'Babaroga, LLC','babaroga-llc'),(12535,'Madaboutgames','madaboutgames'),(12536,'DracoSoftware, LLC','dracosoftware-llc'),(12537,'Encircle Games','encircle-games'),(12538,'Mokylin Tech. Co.,Ltd','mokylin-tech-co-dot-ltd'),(12539,'101XP','101xp'),(12540,'Piko Interactive','piko-interactive'),(12541,'CreakyHat Games','creakyhat-games'),(12542,'IndieRevo','indierevo'),(12543,'Nordic Trolls','nordic-trolls'),(12544,'Spilt Milk Studios Ltd','spilt-milk-studios-ltd'),(12545,'Lightbulb Crew','lightbulb-crew'),(12546,'Starfall Studios','starfall-studios'),(12548,'Sleepless Clinic','sleepless-clinic'),(12549,'Exozet','exozet'),(12550,'FeelThere','feelthere'),(12551,'Elmwood Game Studios','elmwood-game-studios'),(12552,'Rich Savage Global Media','rich-savage-global-media'),(12553,'OneManTeam','onemanteam'),(12554,'Morgan Games','morgan-games'),(12555,'The Wandering Ben','the-wandering-ben'),(12556,'Bare Feet Games','bare-feet-games'),(12557,'Kerry Fawdray','kerry-fawdray'),(12558,'Humble Sage Games','humble-sage-games'),(12559,'Arrow Face Games','arrow-face-games'),(12560,'Project ICKX','project-ickx'),(12561,'VinLia Games','vinlia-games'),(12562,'Intermediaware','intermediaware'),(12563,'Carbomb Software','carbomb-software'),(12564,'Nova Dimension','nova-dimension'),(12565,'onebraverobot','onebraverobot'),(12566,'Triple Rush Games','triple-rush-games'),(12567,'Ideographer','ideographer'),(12568,'Frontwing','frontwing'),(12569,'Frontwing USA','frontwing-usa'),(12570,'Pixwerk','pixwerk'),(12571,'10Ants Hill','10ants-hill'),(12572,'Toxodon Games','toxodon-games'),(12573,'Ejoy Games','ejoy-games'),(12574,'Biofaction','biofaction'),(12575,'PolyDigital','polydigital'),(12576,'PRIME WORKS Co.,Ltd.','prime-works-co-dot-ltd'),(12577,'Arcanity Inc','arcanity-inc'),(12579,'TheMeatly Games, Ltd.','themeatly-games-ltd'),(12580,'Mango Protocol','mango-protocol'),(12581,'Super God','super-god'),(12582,'PnC Narratives','pnc-narratives'),(12583,'WRGenesis','wrgenesis'),(12584,'Hologram Software LTD.','hologram-software-ltd'),(12585,'iCandy Games Inc.','icandy-games-inc'),(12586,'Buddy System','buddy-system'),(12587,'Punch Punk Games','punch-punk-games'),(12588,'Zanardi and Liza','zanardi-and-liza'),(12589,'Ebullience Games','ebullience-games'),(12590,'12 East Games','12-east-games'),(12591,'Frostburn Studios','frostburn-studios'),(12592,'COLOPL, Inc.','colopl-inc'),(12593,'Sergio & Simon','sergio-and-simon'),(12594,'Reine Works','reine-works'),(12595,'Big Way Games','big-way-games'),(12596,'ThinkFast Studio','thinkfast-studio'),(12597,'Glyph Worlds','glyph-worlds'),(12598,'the3dCrew','the3dcrew'),(12599,'Class-X Games','class-x-games'),(12600,'Mariaglorum','mariaglorum'),(12602,'Studio QI','studio-qi'),(12603,'esthetics','esthetics'),(12604,'carmel games','carmel-games'),(12605,'LWNA','lwna'),(12606,'Justforward.co','justforward-dot-co'),(12607,'Forthright Entertainment','forthright-entertainment'),(12608,'Kverta','kverta'),(12609,'Andrettin','andrettin'),(12610,'D2C Games','d2c-games'),(12611,'Lightvolt','lightvolt'),(12612,'Project Parallel','project-parallel'),(12613,'Digital Gamez','digital-gamez'),(12614,'Mykyta Markin','mykyta-markin'),(12615,'Artem Basko','artem-basko'),(12616,'Kongroth','kongroth'),(12617,'Liquid Left Solution','liquid-left-solution'),(12618,'loyalsheep','loyalsheep'),(12619,'play this game','play-this-game'),(12620,'Sony - duplicate','sony-duplicate'),(12621,'Gamoola Soft','gamoola-soft'),(12622,'Ravn Studio','ravn-studio'),(12623,'IncaGold','incagold'),(12624,'FORMation','formation'),(12626,'Handelabra Games Inc.','handelabra-games-inc'),(12627,'KO_OP Mode','ko-op-mode'),(12628,'Duck Block Games','duck-block-games'),(12629,'Aniware AB','aniware-ab'),(12630,'Pan Vision AB - duplicate','pan-vision-ab-duplicate'),(12631,'SharkGame','sharkgame'),(12632,'Bono Games','bono-games'),(12633,'RedFox Games','redfox-games'),(12634,'CloudWeight Studios','cloudweight-studios'),(12635,'Mikhail Nevsky','mikhail-nevsky'),(12636,'pheenix93','pheenix93'),(12637,'KtSmag','ktsmag'),(12638,'Three Brothers Games','three-brothers-games'),(12639,'BAD team','bad-team'),(12640,'Alexey Glinskiy','alexey-glinskiy'),(12641,'Foolish Mortals Games','foolish-mortals-games'),(12643,'rupiwood','rupiwood'),(12644,'Evolution Pinball VR','evolution-pinball-vr'),(12645,'DeXP','dexp'),(12646,'Fastbird Dev Studio','fastbird-dev-studio'),(12647,'Shanghai JingCai Computer Software Development Co., Ltd','shanghai-jingcai-computer-software-development-co-dot-ltd'),(12648,'Epic Gamer World LLC','epic-gamer-world-llc'),(12649,'Bail! Enemy Jet!','bail-enemy-jet'),(12650,'woolfie_games','woolfie-games'),(12651,'Thor Computer Software','thor-computer-software'),(12652,'DMD Enterprise','dmd-enterprise'),(12653,'Silhouette Software','silhouette-software'),(12654,'I-FRIQIYA','i-friqiya'),(12655,'IndieNorthSix','indienorthsix'),(12656,'Bizarrcade','bizarrcade'),(12657,'Soft Design Ltd.','soft-design-ltd'),(12658,'Gang of Five','gang-of-five'),(12659,'JoyFoundry','joyfoundry'),(12660,'Bliculi Games','bliculi-games'),(12661,'Martech Games Ltd.','martech-games-ltd'),(12662,'Software Communications Ltd.','software-communications-ltd'),(12663,'Atmos Games','atmos-games'),(12664,'GameConnect','gameconnect'),(12665,'AGameByMe','agamebyme'),(12666,'Zitrix Megalomedia','zitrix-megalomedia'),(12667,'Insight Software','insight-software'),(12668,'Torus','torus'),(12670,'Moraffware','moraffware'),(12671,'Good Catch Ltd','good-catch-ltd'),(12672,'Eyezmaze','eyezmaze'),(12673,'arcade.ly','arcade-dot-ly'),(12674,'Quantized Bit','quantized-bit'),(12675,'Actual Humans','actual-humans'),(12676,'Jake Hollands','jake-hollands'),(12677,'221b Games','221b-games'),(12678,'Kinepx','kinepx'),(12679,'Nick Antonopoulos','nick-antonopoulos'),(12680,'BraveWolf','bravewolf'),(12681,'Mad Dog Games, LLC','mad-dog-games-llc'),(12685,'Inferno Muse Interactive','inferno-muse-interactive'),(12686,'Little Stone Software','little-stone-software'),(12687,'Broken Arms Games Pty Ltd','broken-arms-games-pty-ltd'),(1331,'Big Top Productions','big-top-productions'),(1332,'Digital Evolution','digital-evolution'),(1333,'Razorback Developments','razorback-developments'),(12692,'Martin Jenkins','martin-jenkins'),(1343,'Computer Applications Unlimited','computer-applications-unlimited'),(12696,'Tron Software','tron-software'),(12697,'Paradise Software','paradise-software'),(12698,'Canvas Software','canvas-software'),(12699,'Slingshot & Satchel','slingshot-and-satchel'),(1347,'Bear Systems','bear-systems'),(1348,'Automated Simulations, Inc.','automated-simulations-inc'),(1349,'Artificial Intelligence Design','artificial-intelligence-design'),(12705,'Swizzle llc','swizzle-llc'),(12706,'Danstarr13','danstarr13'),(12707,'Atmospheric blur','atmospheric-blur'),(12708,'Game Developer 18','game-developer-18'),(12709,'Seismic Spark','seismic-spark'),(12710,'Dragoon Domain','dragoon-domain'),(12711,'NomaGames','nomagames'),(12713,'Net Dragon','net-dragon'),(12714,'R2Games','r2games'),(12715,'Gamevil','gamevil'),(12716,'Carter Follies Software Associates','carter-follies-software-associates'),(12717,'wittyGamerz','wittygamerz'),(12718,'Gambarion','gambarion'),(12719,'Salio, Inc.','salio-inc'),(12720,'AreddaCo','areddaco'),(9342,'Stegalosaurus Game Development','stegalosaurus-game-development'),(1358,'Masterplay Publishing Corporation','masterplay-publishing-corporation'),(1359,'Ruffian Games','ruffian-games'),(1360,'Capcom Production Studio 6','capcom-production-studio-6'),(9346,'Free Range Games','free-range-games'),(9347,'Peace','peace'),(9348,'VoidDev','voiddev'),(1366,'Nintendo EAD Group No. 3','nintendo-ead-group-no-3'),(9351,'RainDance LX','raindance-lx'),(9352,'Made With Monster Love','made-with-monster-love'),(6257,'Corbis Corporation','corbis-corporation'),(9355,'Netmin Games','netmin-games'),(9356,'Zindagi Games','zindagi-games'),(9357,'Matheus Valadares','matheus-valadares'),(9358,'philcrifo','philcrifo'),(6261,'Monitoring Center','monitoring-center'),(9360,'Alive','alive'),(1369,'Project Reality Team','project-reality-team'),(1370,'Emily Short','emily-short'),(1373,'OP Productions','op-productions'),(9366,'Ether Studio','ether-studio'),(6269,'Nandinee Productions','nandinee-productions'),(6270,'Softword','softword'),(9369,'Vetasoft','vetasoft'),(1378,'Simbiosis Interactive','simbiosis-interactive'),(1379,'Jungle Troll Entertainment','jungle-troll-entertainment'),(1380,'Red Barrels','red-barrels'),(1381,'Humansoft','humansoft'),(1382,'J-Force','j-force'),(6285,'Holypeak','holypeak'),(6286,'Mouse Promotion','mouse-promotion'),(6287,'Macbee','macbee'),(6288,'Right Gauge','right-gauge'),(1384,'Tradewest Inc','tradewest-inc'),(9381,'Onagro Studios','onagro-studios'),(6294,'Clevery','clevery'),(1390,'Ons On Soft','ons-on-soft'),(6296,'Kotobukiya','kotobukiya'),(1393,'Creatures Inc.','creatures-inc'),(1395,'Minmax Games','minmax-games'),(9394,'Archetype Interactive','archetype-interactive'),(6308,'Mandarake','mandarake'),(1397,'Superbrothers','superbrothers'),(6311,'Yodobashi Camera','yodobashi-camera'),(1399,'Novarama','novarama'),(6313,'Roi Electric Appliance','roi-electric-appliance'),(9399,'PokPoong Games','pokpoong-games'),(9400,'Pixel Bomb Games','pixel-bomb-games'),(6315,'Gamesquad','gamesquad'),(6316,'Minato Soft','minato-soft'),(1404,'Titus Software','titus-software'),(6319,'Zero Rock Entertainment','zero-rock-entertainment'),(6320,'Boss Baddie','boss-baddie'),(6321,'The Tiniest Shark','the-tiniest-shark'),(6322,'Owl Cave','owl-cave'),(6323,'SoftLab-NSK','softlab-nsk'),(1406,'Going Load Studios','going-load-studios'),(9408,'Beach Interactive','beach-interactive'),(1409,'Syn Sophia','syn-sophia'),(1410,'Tru Blu Entertainment','tru-blu-entertainment'),(1412,'Peppy','peppy'),(9412,'The Dangerous Kitchen','the-dangerous-kitchen'),(1414,'Nexon Co. Ltd.','nexon-co-ltd'),(6335,'AddictingGames','addictinggames'),(6336,'Iron Realms Entertainment','iron-realms-entertainment'),(6337,'Midgar Studio','midgar-studio'),(6338,'Mykhail Konokh','mykhail-konokh'),(9415,'Freekstorm','freekstorm'),(1420,'BeautiFun Games','beautifun-games'),(1421,'Mossmouth','mossmouth'),(9422,'Alexey Bokulev','alexey-bokulev'),(9423,'Sergei Klimov','sergei-klimov'),(9424,'Charlie Oscar Lima Tango Interactive Entertainment','charlie-oscar-lima-tango-interactive-entertainment'),(9425,'Yukitama Creative Industries','yukitama-creative-industries'),(6350,'Robit Studios','robit-studios'),(9429,'La Belle','la-belle'),(9430,'Wookanana Limited','wookanana-limited'),(6355,'4Mation','4mation'),(6356,'Electronic Zoo','electronic-zoo'),(6357,'X-bow Software','x-bow-software'),(6358,'FIP Publishing','fip-publishing'),(6359,'Elite Games Team','elite-games-team'),(6361,'Data Age','data-age'),(6362,'Nova Game Design','nova-game-design'),(6363,'ASCII Media Works','ascii-media-works'),(9434,'CCCP','cccp'),(9435,'Cape Guy','cape-guy'),(9436,'PETA','peta'),(1441,'Lukewarm Media','lukewarm-media'),(9438,'Mutant Games','mutant-games'),(6373,'Gala Lab Corp.','gala-lab-corp'),(9440,'Mi-Clos Studio','mi-clos-studio'),(1458,'MindArk','mindark'),(9446,'Digitalo Studios','digitalo-studios'),(9448,'Amstar Electronics','amstar-electronics'),(9450,'Mobile Pie','mobile-pie'),(6396,'MicroStyle','microstyle'),(1461,'Noumena Studios','noumena-studios'),(1462,'Quadriga Games','quadriga-games'),(6401,'Trillium','trillium'),(6402,'Tom Snyder Productions','tom-snyder-productions'),(1465,'HyperSloth','hypersloth'),(9455,'EA Phenomic','ea-phenomic'),(9456,'Team Junkfish','team-junkfish'),(9457,'RAC7 Games','rac7-games'),(6405,'Penguin Software','penguin-software'),(6406,'Logical Design Works','logical-design-works'),(1469,'Mad Orange','mad-orange'),(1471,'Ymir Entertainment Co., Ltd','ymir-entertainment-co-ltd'),(1472,'Gameforge 4D GmbH','gameforge-4d-gmbh'),(1475,'Infogrames Entertainment','infogrames-entertainment'),(9468,'Venture Line, Inc.','venture-line-inc'),(6410,'Hybrid Technology','hybrid-technology'),(9470,'Sami Maaranen','sami-maaranen'),(9471,'Erkka Lehmus','erkka-lehmus'),(9472,'Enormous Elk','enormous-elk'),(9473,'JoyBids Ltd.','joybids-ltd'),(9474,'Players Software','players-software'),(1485,'Autumn Moon Entertainment','autumn-moon-entertainment'),(6413,'Faber and Faber','faber-and-faber'),(6414,'Avanquest Software Publishing','avanquest-software-publishing'),(6415,'Puuba','puuba'),(6416,'Nuvatec','nuvatec'),(6417,'Spinnaker','spinnaker'),(1489,'Video System','video-system'),(1490,'Phoenix','phoenix'),(1491,'Mc O\'River','mc-o-river'),(1492,'Dream Builder Studios','dream-builder-studios'),(9477,'Warashi','warashi'),(9478,'Proein','proein'),(1494,'GOA Games Services Ltd.','goa-games-services-ltd'),(1495,'Michael Todd Games','michael-todd-games'),(1496,'Stuart Aikins Casting','stuart-aikins-casting'),(1497,'The Audio Group','the-audio-group'),(9483,'Fox Video Games, Inc.','fox-video-games-inc'),(1501,'Post Modern Sound','post-modern-sound'),(9487,'Big Red Software','big-red-software'),(1503,'Technicolor Sound Studios','technicolor-sound-studios'),(1504,'Victory Games','victory-games'),(9493,'Mobigame','mobigame'),(9494,'Tom Kuhn Custom Yoyos, Ltd.','tom-kuhn-custom-yoyos-ltd'),(1508,'3d Sound System','3d-sound-system'),(9496,'Claire House Children\'s Hospice','claire-house-childrens-hospice'),(1510,'Colossal Order Ltd.','colossal-order-ltd'),(1511,'Tuonela Productions','tuonela-productions'),(1512,'Huumos','huumos'),(1513,'Dicework Games Ltd.','dicework-games-ltd'),(1514,'Firelight Technologies','firelight-technologies'),(1515,'www.galaxygameworks.com','www-galaxygameworks-com'),(6428,'Sunrise Software','sunrise-software'),(9500,'Pearl America Inc.','pearl-america-inc'),(6430,'ITDC (International Technology Development Corporation)','itdc-international-technology-development-corporation'),(6431,'Gamer\'s Edge','gamers-edge'),(6432,'Froggman','froggman'),(6435,'Froggo Games','froggo-games'),(1525,'Dark Technologies','dark-technologies'),(6437,'BitMonster','bitmonster'),(1527,'Giants Software','giants-software'),(1528,'Dub Media Inc','dub-media-inc'),(1529,'Absolute Quality Inc','absolute-quality-inc'),(1530,'Studioddm snc','studioddm-snc'),(1531,'22Cans','22cans'),(9509,'Warfare Studios','warfare-studios'),(6446,'MG Shooters','mg-shooters'),(9511,'Zaccaria','zaccaria'),(6448,'Brandon Productions','brandon-productions'),(9513,'Reston Publishing Company, Inc.','reston-publishing-company-inc'),(9514,'AlpixelGames','alpixelgames'),(9515,'Andrew Plotkin','andrew-plotkin'),(9516,'Ninja Robot Dinosaur','ninja-robot-dinosaur'),(1538,'Alvernia Studio','alvernia-studio'),(1539,'GrupaMy','grupamy'),(1540,'sointeractive','sointeractive'),(1541,'Metricminds','metricminds'),(9520,'U.S. Games','us-games'),(6459,'Motion Analysis Studios','motion-analysis-studios'),(6460,'MISI3D','misi3d'),(1546,'Realtime UK','realtime-uk'),(6462,'The Syndicate','the-syndicate'),(1548,'Revo Solutions','revo-solutions'),(1549,'Laboratoires Bug-Tracker Inc','laboratoires-bug-tracker-inc'),(1550,'U-TRAX Quality Assurance','u-trax-quality-assurance'),(6466,'L-3 Communications Corporation','l-3-communications-corporation'),(1553,'Premier Films','premier-films'),(9529,'Matt Martin, Eric Davidson et al.','matt-martin-eric-davidson-et-al'),(1556,'Hackenbacker Studios','hackenbacker-studios'),(1557,'The London Metropolitan Orchesta','the-london-metropolitan-orchesta'),(1558,'Digital Amusement','digital-amusement'),(1559,'00-Malka','00-malka'),(1560,'Frazer-1','frazer-1'),(1561,'Digital Steamworks','digital-steamworks'),(1562,'WaveGeneration','wavegeneration'),(1563,'Naxos Music Library','naxos-music-library'),(9539,'GCE','gce'),(9540,'Dojo-Arcade','dojo-arcade'),(9541,'Chameleon Software','chameleon-software'),(6471,'T26 Digital Type Foundry','t26-digital-type-foundry'),(6472,'Corbis Motion','corbis-motion'),(6473,'USC School of Cinematic Arts','usc-school-of-cinematic-arts'),(12725,'Heatherglade Ltd.','heatherglade-ltd'),(9547,'Quality Software','quality-software'),(12727,'Kormishenkov Anton','kormishenkov-anton'),(12728,'Cosmic Engineers','cosmic-engineers'),(12729,'Psilocybe Games','psilocybe-games'),(12730,'REDECODE','redecode'),(1570,'Treco','treco'),(1571,'Artistry Entertainment','artistry-entertainment'),(9549,'Grimnir','grimnir'),(1582,'Eyetronics-3D','eyetronics-3d'),(1583,'Faction Creative Effects','faction-creative-effects'),(9552,'Edu-Ware Services, Inc.','edu-ware-services-inc'),(1586,'Englobe Inc','englobe-inc'),(9554,'Tasty Stewdios LLC','tasty-stewdios-llc'),(1588,'Technicolor Animation and Interactive Service','technicolor-animation-and-interactive-service'),(1589,'Wolf Willow Sound','wolf-willow-sound'),(9557,'Century II','century-ii'),(1592,'Studio BX','studio-bx'),(1593,'DashDot','dashdot'),(1594,'DarkReactor.com','darkreactor-com'),(1595,'GreenLink','greenlink'),(1596,'Sc Quantic Lab Srl','sc-quantic-lab-srl'),(9562,'Fat Panda Games','fat-panda-games'),(9563,'Games Starter','games-starter'),(1600,'VMC','vmc'),(12751,'Nekogames','nekogames'),(1602,'Pure Audio','pure-audio'),(12753,'Area/Code Entertainment','area-slash-code-entertainment'),(1605,'ATI','ati'),(1606,'Dell','dell'),(1607,'Falcon Northwest','falcon-northwest'),(12756,'SSI','ssi'),(1609,'SOFTIMAGE','softimage'),(1610,'Innerloop Studios','innerloop-studios'),(12768,'Fraoula','fraoula'),(9580,'Reikon Games','reikon-games'),(9581,'Massive Damage Inc.','massive-damage-inc'),(12779,'Infosuccess3d','infosuccess3d'),(9583,'Fourattic','fourattic'),(9584,'apex computer productions','apex-computer-productions'),(12782,'Black Matter','black-matter'),(1628,'Massive Black Inc','massive-black-inc'),(1629,'RedJade','redjade'),(12785,'Blade Software','blade-software'),(1631,'Warner Bros. Publishing','warner-bros-publishing'),(6560,'D-Pad Studio','d-pad-studio'),(6561,'YCJY Games','ycjy-games'),(6562,'Schulenburg Software','schulenburg-software'),(6563,'Night Light Interactive','night-light-interactive'),(6565,'Flazm','flazm'),(6566,'Gaudium','gaudium'),(1928,'The Harvey Entertainment Company','the-harvey-entertainment-company'),(1929,'Play It!','play-it'),(1930,'Pseudo Interactive','pseudo-interactive'),(6569,'Wyrmbyte','wyrmbyte'),(6570,'Backflip Studios','backflip-studios'),(6571,'Swordtales','swordtales'),(6572,'4gency','4gency'),(6573,'Tangrin Entertainment','tangrin-entertainment'),(6574,'DMM.com','dmm-dot-com'),(6575,'Erdem Sen','erdem-sen'),(6576,'Retro Affect','retro-affect'),(6577,'Illogika Studios','illogika-studios'),(6578,'Moment Studio','moment-studio'),(6579,'Techland Warszawa','techland-warszawa'),(6580,'Digital Scapes Studios','digital-scapes-studios'),(9917,'COMPUTE! Publications, Inc.','compute-publications-inc'),(9918,'Michael Riedel','michael-riedel'),(13102,'Molten Neon','molten-neon'),(13103,'Breadboard','breadboard'),(9921,'Error Free Productions','error-free-productions'),(13105,'Atlantis Software Limited','atlantis-software-limited'),(6591,'Voices in My Head Productions','voices-in-my-head-productions'),(13107,'Psytronik Software','psytronik-software'),(9925,'Sparkplug Games','sparkplug-games'),(9926,'Hammer and Chisel','hammer-and-chisel'),(13113,'mn','mn'),(13114,'BOXI INTERACTIVE','boxi-interactive'),(6603,'Artcoding','artcoding'),(6604,'National Archives and Records Administration','national-archives-and-records-administration'),(6605,'US Marine Corps','us-marine-corps'),(13117,'Leland Interactive Media','leland-interactive-media'),(6608,'ArtDuck','artduck'),(6609,'PTW','ptw'),(13119,'POWERCHORD STUDIO','powerchord-studio'),(6611,'Middle Street Studio','middle-street-studio'),(9932,'Team Eden','team-eden'),(13122,'Kefir!','kefir'),(6624,'Bumpkin Brothers','bumpkin-brothers'),(6625,'IGIOS Ltd.','igios-ltd'),(6626,'3DRT','3drt'),(6627,'Gerzi 3D Art','gerzi-3d-art'),(6628,'Loopix-Project','loopix-project'),(6629,'Shapes & Lines','shapes-and-lines'),(6630,'Tridinaut','tridinaut'),(6631,'Studio Anatole','studio-anatole'),(6632,'SDI Media','sdi-media'),(6633,'AVEK','avek'),(9942,'tAAt','taat'),(6635,'Chef Wotkin\'s','chef-wotkins'),(9944,'Teku Studios','teku-studios'),(13127,'Dragonware Games','dragonware-games'),(13128,'MJ Bros','mj-bros'),(13129,'ARX Enterprises','arx-enterprises'),(13130,'High Paw Studio','high-paw-studio'),(6642,'Pixolane','pixolane'),(6643,'Digital Chocolate','digital-chocolate'),(6644,'Turbosquid','turbosquid'),(13134,'Solgryn','solgryn'),(6646,'KBP - Paris','kbp-paris'),(6647,'Studio Piccolo','studio-piccolo'),(6648,'Activision Capture Studio','activision-capture-studio'),(6649,'Opakis','opakis'),(6650,'HP Best Shore Services','hp-best-shore-services'),(6651,'Phonetic Arts','phonetic-arts'),(13141,'Intellivision Productions','intellivision-productions'),(13142,'Triverske','triverske'),(13143,'Marcolosoftwares','marcolosoftwares'),(13144,'Blender Games','blender-games'),(13145,'SignHead Studio','signhead-studio'),(13146,'Armitage Games','armitage-games'),(13147,'Surreal Games','surreal-games'),(13148,'Wendell Hicken','wendell-hicken'),(13149,'ZES\'t Corporation','zest-corporation'),(6660,'Sound City','sound-city'),(6661,'Moi','moi'),(6662,'Vision Universe','vision-universe'),(13152,'FMG Labs','fmg-labs'),(6664,'Epic Games China','epic-games-china'),(6665,'Bob and Barn','bob-and-barn'),(6666,'Eye Candy Animation','eye-candy-animation'),(6667,'Greensock','greensock'),(6668,'Stratstone Ferrari Manchester','stratstone-ferrari-manchester'),(13157,'Magnus Games','magnus-games'),(6670,'Tecmark','tecmark'),(6671,'3BYTE','3byte'),(6672,'Bulb Studios','bulb-studios'),(13160,'Define Human Studios','define-human-studios'),(6674,'Streamline Studio','streamline-studio'),(6675,'Volition Inc.','volition-inc--1'),(6676,'Origin Studios','origin-studios'),(6677,'NISSAN MOTOR','nissan-motor'),(6678,'Toyota Motor Sales & Marketing','toyota-motor-sales-and-marketing'),(13165,'Santos Ltd','santos-ltd'),(6680,'KW Automotive','kw-automotive'),(6681,'Ayrton Senna Institute','ayrton-senna-institute'),(6682,'STUDIO MECH','studio-mech'),(6683,'Studio Quest','studio-quest'),(13169,'Nightdive Studios','nightdive-studios'),(6685,'Mousa','mousa'),(6686,'UP-FRONT STYLE','up-front-style'),(13171,'PlayOn ApS','playon-aps'),(13172,'Fantasy Game Studios','fantasy-game-studios'),(6689,'Sony Music Artists','sony-music-artists'),(6690,'Seji','seji'),(13174,'Nolla Games','nolla-games'),(13175,'Moonray Studios','moonray-studios'),(13176,'DreamPunks','dreampunks'),(13177,'Get Set Games','get-set-games'),(13178,'City Connection','city-connection'),(13179,'Gattai Games','gattai-games'),(13180,'Haymaker','haymaker'),(13181,'VIVA Games','viva-games'),(13183,'Irodori','irodori'),(13184,'91Act','91act'),(13185,'Neomex-Games','neomex-games'),(13186,'Zig Zag Creations','zig-zag-creations'),(13187,'The Pokémon Company International','the-pokemon-company-international'),(13188,'LINE Corporation','line-corporation'),(13189,'No More Robots','no-more-robots'),(13190,'gameorchard','gameorchard'),(13191,'Dima Lanski','dima-lanski'),(13192,'ArtBlimp','artblimp'),(13193,'Travis Miller','travis-miller'),(13194,'Phase Two Software','phase-two-software'),(13195,'Apoapsis Studios','apoapsis-studios'),(13196,'Darkstar Games','darkstar-games'),(13197,'Mastertronic Group Ltd','mastertronic-group-ltd'),(13198,'Funvin','funvin'),(6705,'Livernois Motorsports','livernois-motorsports'),(13200,'3DClouds.it','3dclouds-dot-it'),(6711,'ZOOM CO.,LTD. , X-box Japan','zoom-co-dot-ltd-x-box-japan'),(13203,'Game Ever Studio','game-ever-studio'),(6713,'Sound Studio DALI','sound-studio-dali'),(6714,'Fillin AKASAKA STUDIO','fillin-akasaka-studio'),(6715,'Studio A-Tone YOTSUYA','studio-a-tone-yotsuya'),(6716,'Flash Link Studio','flash-link-studio'),(6717,'Galaxy Studio','galaxy-studio'),(6718,'ADAC','adac'),(6719,'AMLUX TOYOTA','amlux-toyota'),(6720,'AUTOBACS SEVEN','autobacs-seven'),(6721,'Bridgestone','bridgestone'),(6722,'D1 Corporation','d1-corporation'),(6723,'DNP Digitalcom','dnp-digitalcom'),(6724,'ENKEI','enkei'),(6725,'Fuji International Speedway','fuji-international-speedway'),(6726,'GTA Co., Ltd','gta-co-dot-ltd'),(6727,'Honda Motor','honda-motor'),(6728,'Honda R&D','honda-r-and-d'),(6729,'Isuzu Motors','isuzu-motors'),(6730,'IWATA','iwata'),(13205,'Orion Interactive','orion-interactive'),(13206,'S.K.I.F.','skif'),(13207,'Komar Games','komar-games'),(6737,'M-TEC','m-tec'),(13210,'Pointblank Ltd.','pointblank-ltd'),(13211,'Byte Engineers','byte-engineers'),(13212,'Database Software','database-software'),(13213,'Scorpius Software','scorpius-software'),(13214,'U.S. Go','us-go'),(13215,'Plasma Touch','plasma-touch'),(6744,'Red Bull Motorsports','red-bull-motorsports'),(6745,'Sans','sans'),(6746,'SPOON','spoon'),(13218,'Dicesuki','dicesuki'),(6748,'Schulze Motorsport','schulze-motorsport'),(13220,'Pandoneum Studio','pandoneum-studio'),(13221,'Contra Mundum','contra-mundum'),(13222,'Upfall Studios','upfall-studios'),(13223,'The Cottage and a Kitchen','the-cottage-and-a-kitchen'),(13224,'RelQ + Vedavyas','relq-plus-vedavyas'),(13225,'ArtWorld Studios','artworld-studios'),(13226,'Om','om'),(13227,'Electralyte','electralyte'),(6757,'The Yokohama Rubber','the-yokohama-rubber'),(6758,'TRIAL','trial'),(6759,'_wige MEDIA','wige-media'),(6760,'Asiafont','asiafont'),(13232,'Stargate Network Association','stargate-network-association'),(6762,'Electrolux','electrolux'),(13234,'Sobaka Studio','sobaka-studio'),(6766,'ALPINESTARS','alpinestars'),(6767,'American Honda Motor','american-honda-motor'),(6768,'Antarès Le Mans','antares-le-mans'),(6769,'Arai Helmet','arai-helmet'),(6770,'Ashland (Valvoline)','ashland-valvoline'),(6771,'Aston Martin Lagonda','aston-martin-lagonda'),(6772,'AUDI','audi'),(6773,'Auto Meter','auto-meter'),(6774,'Automobile club de l\'ouest (ACO)','automobile-club-de-louest-aco'),(6775,'Bäumler Fashion','baumler-fashion'),(6776,'BBS International','bbs-international'),(6777,'Becker Design','becker-design'),(6778,'Bentley Motors','bentley-motors'),(6779,'STÄDT. VERKEHRSBETRIEBE BERN','stadt-verkehrsbetriebe-bern'),(6780,'Billet Specialties','billet-specialties'),(6781,'Thyssenkrupp Bilstein Tuning','thyssenkrupp-bilstein-tuning'),(13248,'Cedic Vifi','cedic-vifi'),(6783,'BMW','bmw'),(6784,'BP p.l.c','bp-plc'),(6785,'Brembo','brembo'),(6786,'BRIDE','bride'),(6787,'Bridgestone Corporation','bridgestone-corporation'),(6788,'British Broadcasting Corporation (BBC)','british-broadcasting-corporation-bbc'),(13255,'Fishing Planet LLC','fishing-planet-llc'),(6790,'Callaway Cars','callaway-cars'),(6791,'Carroll Shelby Licensing','carroll-shelby-licensing'),(6792,'Castrol','castrol'),(6793,'Caterham Cars','caterham-cars'),(6794,'Chrysler Group','chrysler-group'),(6795,'AUTOMOBILES CITROEN','automobiles-citroen'),(6796,'Claudio Zampoli (Cizeta)','claudio-zampoli-cizeta'),(6797,'Coca-Cola (Japan)','coca-cola-japan'),(6798,'D1','d1'),(6799,'Daihatsu Motor','daihatsu-motor'),(6800,'Daimler','daimler'),(6801,'DeLorean Motor','delorean-motor'),(6802,'Denso','denso'),(13264,'White Lotus Interactive','white-lotus-interactive'),(13265,'Francesco Pellaco','francesco-pellaco'),(6806,'ERG Petroli','erg-petroli'),(13267,'eXiin','exiin'),(13268,'Silent Software','silent-software'),(13269,'The Small Planet','the-small-planet'),(6811,'Fiat Group Automobiles','fiat-group-automobiles'),(13271,'Mandel ArtPlains','mandel-artplains'),(13272,'Vanimals Games','vanimals-games'),(13273,'Shenandoah Studio','shenandoah-studio'),(13274,'Action Software','action-software'),(13275,'Rogue Ninja','rogue-ninja'),(13276,'Nacho Games','nacho-games'),(13277,'LsgStudio','lsgstudio'),(13278,'Caprino Video Games','caprino-video-games'),(13279,'Astral Software','astral-software'),(6823,'HUGO BOSS Trade Mark Management','hugo-boss-trade-mark-management'),(6824,'Hyundai Motor','hyundai-motor'),(13282,'Destiny','destiny'),(13283,'The Essential Myth','the-essential-myth'),(13284,'RCMADIA','rcmadia'),(6828,'International Sportsworld Communicators','international-sportsworld-communicators'),(6829,'Jaguar Cars','jaguar-cars'),(6830,'Japan Auto Sports Center (Tsukuba Circuit)','japan-auto-sports-center-tsukuba-circuit'),(6831,'Jayco','jayco'),(6832,'JKA','jka'),(6833,'Joe Gibbs Racing','joe-gibbs-racing'),(6834,'JUNGFRAUBAHNEN','jungfraubahnen'),(6835,'JX Nippon Oil & Energy','jx-nippon-oil-and-energy'),(6836,'KONI','koni'),(6837,'Lamborghini ArtiMarca','lamborghini-artimarca'),(6838,'Land Rover','land-rover'),(6839,'Lister Jaguar','lister-jaguar'),(6840,'LOCAVI','locavi'),(6841,'Group Lotus','group-lotus'),(13295,'Pitaya Network','pitaya-network'),(13296,'RAD Games','rad-games'),(13297,'Hack and Slay','hack-and-slay'),(6845,'MCLAREN GROUP','mclaren-group'),(13299,'Flying Robot Studios','flying-robot-studios'),(13300,'Norven Games','norven-games'),(13301,'Eat All The Games','eat-all-the-games'),(13302,'Get Color Games','get-color-games'),(13303,'Carbon Studio','carbon-studio'),(13304,'Armada Interactive Oy','armada-interactive-oy'),(6850,'Motul France','motul-france'),(6851,'NASCAR','nascar'),(6852,'NETWORK TEN','network-ten'),(13307,'Spiral Summit Games','spiral-summit-games'),(13308,'Big Sir Games','big-sir-games'),(13309,'Space Fox Studio','space-fox-studio'),(13310,'Owlcat Games','owlcat-games'),(13312,'Slipgate Studios','slipgate-studios'),(13313,'Voidpoint','voidpoint'),(13314,'Detalion','detalion'),(13315,'Mier','mier'),(13316,'Commercial Data Systems Ltd.','commercial-data-systems-ltd'),(13317,'Sonnori Corporation','sonnori-corporation'),(13318,'Future Concepts Ltd.','future-concepts-ltd'),(13319,'Spicy Fox','spicy-fox'),(13320,'Sushee Games','sushee-games'),(13321,'Myriad','myriad'),(13322,'Rebusmind','rebusmind'),(13323,'Flashman Games','flashman-games'),(13324,'Thang and Dung Phung Dinh','thang-and-dung-phung-dinh'),(13325,'Thunder Cloud Studio Ltd','thunder-cloud-studio-ltd'),(1935,'Pivotal Games','pivotal-games'),(1936,'Gotham Games','gotham-games'),(9948,'Playsport Games','playsport-games'),(1943,'Boston Animation','boston-animation'),(1944,'Acclaim Max Sports','acclaim-max-sports'),(9955,'Irresponsible Games','irresponsible-games'),(9956,'EuroVideo Medien GmbH','eurovideo-medien-gmbh'),(1946,'NDA Productions','nda-productions'),(1948,'Dragonstone Software','dragonstone-software'),(1949,'Bitstep','bitstep'),(1950,'Lego Interactive','lego-interactive'),(1951,'Silicon Knights','silicon-knights'),(1952,'Sting Entertainment','sting-entertainment'),(1953,'Entertainment Software Publishings','entertainment-software-publishings'),(1954,'Deibus Studios','deibus-studios'),(1955,'Konami HWI','konami-hwi'),(1957,'Midway Games West','midway-games-west'),(1958,'Poponchi','poponchi'),(9967,'Disruptor Beam','disruptor-beam'),(9968,'Pretty Simple','pretty-simple'),(9969,'P Studio','p-studio'),(9970,'U-Play online','u-play-online'),(9972,'The Nashville Scoring Orchestra, Nashville, TN','the-nashville-scoring-orchestra-nashville-tn'),(9973,'MASTERWORKS','masterworks'),(9974,'PDSG Creative','pdsg-creative'),(9975,'Global Platform','global-platform'),(9976,'PDIT','pdit'),(9977,'Global First Party Quality Assurance Europe','global-first-party-quality-assurance-europe'),(9979,'First Party Games','first-party-games'),(1977,'Nintendo SPD Group No. 4','nintendo-spd-group-no-4'),(1978,'Team Fusion','team-fusion'),(1979,'Dearsoft','dearsoft'),(1980,'ITL','itl'),(1981,'Datel','datel'),(1982,'CodeJunkies','codejunkies'),(9991,'Jesper The End','jesper-the-end'),(9992,'Hit the Crow','hit-the-crow'),(9993,'Defy Media','defy-media'),(9994,'Red Herring Labs','red-herring-labs'),(9995,'Destrax','destrax'),(1986,'Swingin\' Ape Studios','swingin-ape-studios'),(1987,'Genuine Games','genuine-games'),(9998,'HD Publishing','hd-publishing'),(1989,'John Gray','john-gray'),(10001,'Halfbus','halfbus'),(10002,'Shawn Hitchcock','shawn-hitchcock'),(10003,'Anomaly Studios','anomaly-studios'),(10004,'Urvogel Games','urvogel-games'),(10005,'Eye Bop Co.','eye-bop-co'),(10007,'Retro Yeti Games','retro-yeti-games'),(10008,'Modesty','modesty'),(10009,'The Dirigiballers','the-dirigiballers'),(10010,'PaperSeven','paperseven'),(10011,'Носков Сергей','noskov-sierghiei'),(10012,'Stegosoft Games','stegosoft-games'),(10014,'Taldren','taldren'),(10015,'Asylum Entertainment Ltd.,','asylum-entertainment-ltd-dot'),(10016,'Bullfrog','bullfrog'),(10018,'Disney Mobile','disney-mobile'),(10019,'SIE Bend Studio','sie-bend-studio'),(10020,'FarmerGnome','farmergnome'),(10021,'Frontwire Studios','frontwire-studios'),(2029,'Sugar and Rockets','sugar-and-rockets'),(2030,'Metro Graphics','metro-graphics'),(10025,'PREAPP PARTNERS','preapp-partners'),(10026,'Atlantis Interactive Entertainment','atlantis-interactive-entertainment'),(2035,'Play It Games','play-it-games'),(10028,'The OtherSide Entertainment','the-otherside-entertainment'),(10029,'Puzzling Dream','puzzling-dream'),(10030,'Steve Gal','steve-gal'),(10031,'GAMKIN, Inc','gamkin-inc'),(10032,'9372','9372'),(10033,'Modelboom','modelboom'),(10034,'Paparazzi','paparazzi'),(10035,'Promodel','promodel'),(10036,'Amy Productions','amy-productions'),(10037,'Cocoa Mediaproductions','cocoa-mediaproductions'),(10038,'Dimensional Imaging','dimensional-imaging'),(10039,'Great Apes','great-apes'),(2039,'Tommo Inc','tommo-inc'),(10041,'Nimiö','nimio'),(10042,'Outsource2Us','outsource2us'),(2042,'Contrail','contrail'),(2043,'Equinoxe','equinoxe'),(2044,'Check Six Games','check-six-games'),(2045,'LAB Rats Games','lab-rats-games'),(2046,'Zombie Studios','zombie-studios'),(10051,'Clermont Lounge','clermont-lounge'),(10052,'Anarchy Post, LLC.','anarchy-post-llc'),(2049,'Konami Hawaii','konami-hawaii'),(10055,'Summit Projects','summit-projects'),(10056,'Vinea','vinea'),(10057,'AKKEY','akkey'),(2052,'NEC Interchannel','nec-interchannel'),(2053,'Eden Games','eden-games'),(2054,'Team Viewtiful','team-viewtiful'),(10071,'Opera House','opera-house'),(10072,'Peakstar Software','peakstar-software'),(10073,'Synergy','synergy'),(10074,'Ragtag Studio','ragtag-studio'),(2058,'Bunkasha','bunkasha'),(2059,'GenePool Software','genepool-software'),(2060,'Mechanic Arms','mechanic-arms'),(2061,'Bomico Entertainment Software','bomico-entertainment-software'),(10080,'Grandslam Entertainments','grandslam-entertainments'),(2063,'Arzest','arzest'),(10082,'Images Software','images-software'),(2065,'Escape','escape'),(10084,'Tiertex','tiertex'),(2067,'Dempa Shimbunsha','dempa-shimbunsha'),(2068,'Magnin and Associates','magnin-and-associates'),(2069,'Jordan Mechner','jordan-mechner'),(2070,'Douglas E. Smith','douglas-e-smith'),(10088,'Dementia','dementia'),(10089,'Wayne J. Smithson Design','wayne-j-smithson-design'),(2073,'Toaplan','toaplan'),(2074,'Axes Art Amuse','axes-art-amuse'),(2076,'MicroGraphicImage','micrographicimage'),(2077,'Hwang Shinwei','hwang-shinwei'),(2078,'Hot Lava Games','hot-lava-games'),(10096,'Takara U.S.A.','takara-usa'),(2081,'Iron Tower Studio','iron-tower-studio'),(2082,'Ubisoft Vancouver','ubisoft-vancouver'),(2083,'Metro 3D','metro-3d'),(2084,'Wicked Witch Software','wicked-witch-software'),(10103,'Estudiofuture','estudiofuture'),(2086,'Oxygen Studios','oxygen-studios'),(10105,'SaadaSoft','saadasoft'),(10106,'Zero Byte','zero-byte'),(10107,'Impulse Gear','impulse-gear'),(10108,'Virtual X-citement','virtual-x-citement'),(10109,'Black Legend Software','black-legend-software'),(10110,'Digital X-citement','digital-x-citement'),(10111,'Beyond Software','beyond-software'),(10113,'Fabrik Games','fabrik-games'),(10114,'Penny Black Studios','penny-black-studios'),(10115,'Coconut Island Studio','coconut-island-studio'),(10116,'Legendo Entertainment','legendo-entertainment'),(10117,'Nerlaska','nerlaska'),(2097,'20th Century Fox Games','20th-century-fox-games'),(2098,'SingleTrac Entertainment Technologies','singletrac-entertainment-technologies'),(2099,'Silicon Studio','silicon-studio'),(10129,'Eli Brewer','eli-brewer'),(10130,'Gumi Inc.','gumi-inc'),(2101,'Psyclone','psyclone'),(2105,'Oberon Interactive','oberon-interactive'),(2106,'Halch','halch'),(2108,'CokeM Interactive','cokem-interactive'),(10143,'Divide By Zero','divide-by-zero'),(2110,'Happy Happening','happy-happening'),(2111,'Quotix Software','quotix-software'),(2113,'Nobilis','nobilis'),(2115,'Barnhouse Effect','barnhouse-effect'),(2116,'SKONEC','skonec'),(2117,'Gamenauts','gamenauts'),(2118,'Oxygen Interactive Software','oxygen-interactive-software'),(2119,'Real Arcade','real-arcade'),(2120,'Grounding Inc','grounding-inc'),(2121,'Iron Galaxy Studios','iron-galaxy-studios'),(2122,'One True Game Studios','one-true-game-studios'),(2123,'Foxconn Technology Group','foxconn-technology-group'),(2124,'Slam Games','slam-games'),(2125,'Toontraxx','toontraxx'),(2126,'Frontline Studios','frontline-studios'),(2127,'Zuxxes','zuxxes'),(10162,'Acornsoft Limited','acornsoft-limited'),(2129,'Noviy Disk','noviy-disk'),(2130,'Extra Mile Studios','extra-mile-studios'),(2131,'Twelve Games','twelve-games'),(10165,'A Sweet Studio','a-sweet-studio'),(10167,'Xanth Software F/X','xanth-software-f-slash-x'),(10168,'Holistic Design','holistic-design'),(10169,'Quantum Quality Productions','quantum-quality-productions'),(10342,'Mad Media Labs','mad-media-labs'),(10343,'Thomas Christof','thomas-christof'),(10344,'Robert Yang','robert-yang'),(10346,'Mercury Steam - duplicate','mercury-steam-duplicate'),(9,'Lucasfilm Games','lucasfilm-games'),(3548,'Kimber Kable','kimber-kable'),(3549,'FDW-Worldwide','fdw-worldwide'),(3550,'SHURE','shure'),(10360,'Goblin Portal','goblin-portal'),(10361,'Betop','betop'),(3554,'VSL','vsl'),(10363,'François Roussel','francois-roussel'),(3556,'Futurepoly Studios','futurepoly-studios'),(10365,'Cybernate','cybernate'),(3558,'AudioSurgery','audiosurgery'),(3559,'Sound Lab','sound-lab'),(10371,'Pixel with Hat','pixel-with-hat'),(3561,'Ghost UK','ghost-uk'),(3562,'EA Vancouver (Duplicate)','ea-vancouver-duplicate'),(3563,'Varvet AB','varvet-ab'),(3564,'Tiburon Artworks','tiburon-artworks'),(10382,'PixelMetal','pixelmetal'),(10383,'nDreams','ndreams'),(10384,'Polyslash','polyslash'),(10385,'Snowman','snowman'),(10386,'100 Stones Interactive','100-stones-interactive'),(10387,'Locomotive','locomotive'),(10388,'Namco Bandai Entertainment - duplicate','namco-bandai-entertainment-duplicate'),(10389,'TERC','terc'),(10390,'Graphite Lab','graphite-lab'),(10391,'NoClip','noclip'),(3583,'Step 3','step-3'),(3584,'NCompass','ncompass'),(10394,'Zoonami','zoonami'),(3586,'72 and Sunny','72-and-sunny'),(3587,'Edelman Digital','edelman-digital'),(3588,'Petrol','petrol'),(10397,'The Games Scheme','the-games-scheme'),(3591,'AKQA','akqa'),(3592,'The Lego Group','the-lego-group'),(3593,'Mu and Heyo','mu-and-heyo'),(3594,'Deep Silver Dambuster','deep-silver-dambuster'),(10414,'Excalbur Games','excalbur-games'),(3596,'Mail.Ru','mail-dot-ru'),(3597,'3Lateral','3lateral'),(3598,'Another World Studios, LLC','another-world-studios-llc'),(10421,'Eurogold','eurogold'),(10422,'Ilsanjo','ilsanjo'),(10423,'Adrenalin Interactive','adrenalin-interactive'),(3601,'POP Sound','pop-sound'),(10425,'Micro Power','micro-power'),(3604,'Pomman Sound','pomman-sound'),(3605,'Solar Studios','solar-studios'),(3606,'TMT Casting','tmt-casting'),(3607,'Lyn Paolo Designs','lyn-paolo-designs'),(3608,'Vox Recording Studios','vox-recording-studios'),(3609,'DMG Clearances Inc.','dmg-clearances-inc'),(3610,'EA Demand Planning Team','ea-demand-planning-team'),(3611,'EA Sales and Retail Marketing Team','ea-sales-and-retail-marketing-team'),(3612,'EALA Mastering Lab','eala-mastering-lab'),(3615,'Hermitworks Entertainment','hermitworks-entertainment'),(3616,'Wave Generation','wave-generation'),(10427,'X-Nauts','x-nauts'),(3618,'CEET Ldt','ceet-ldt'),(10429,'Cocktail Soft','cocktail-soft'),(10430,'ChickenBrick Studios','chickenbrick-studios'),(10431,'Paradize','paradize'),(10432,'Coreland','coreland'),(10433,'Codeten','codeten'),(10434,'Moloto Productions AB','moloto-productions-ab'),(3626,'Ethos','ethos'),(3627,'Iemza','iemza'),(10436,'Shinsei Kōgyō','shinsei-kogyo'),(3629,'Hakka','hakka'),(10438,'Romik Software','romik-software'),(3647,'Digital Domain Productions','digital-domain-productions'),(3648,'Division48','division48'),(3649,'The Famous Radio Ranch','the-famous-radio-ranch'),(3650,'Ubisoft Bucharest','ubisoft-bucharest'),(10454,'Skyboy Games','skyboy-games'),(10455,'Sentry Games','sentry-games'),(3652,'Gameloc Localization Services S.L.','gameloc-localization-services-sl'),(3653,'All Correct Language Solutions','all-correct-language-solutions'),(3654,'Bug-Tracker Laboratories Inc.','bug-tracker-laboratories-inc'),(3655,'Ubisoft Pune','ubisoft-pune'),(3656,'Ubisoft USA','ubisoft-usa'),(3657,'solocal.de','solocal-dot-de'),(3658,'Quoted Tradução e Localização','quoted-traducao-e-localizacao'),(3659,'Roboto Translation','roboto-translation'),(10465,'Adam Wells','adam-wells'),(10466,'Jurlo','jurlo'),(10467,'Blam!','blam'),(10468,'Glitchers','glitchers'),(10469,'Mojo Bones','mojo-bones'),(10470,'GamePlan','gameplan'),(3667,'LOZC G. Amusements','lozc-g-amusements'),(3668,'Twilight','twilight'),(38,'Ubisoft Montreal','ubisoft-montreal'),(3681,'CGBot','cgbot'),(3682,'Digital Domain','digital-domain'),(3683,'Formosa Interactive','formosa-interactive'),(3684,'Imaginari Animation Studios','imaginari-animation-studios'),(3685,'Ozone','ozone'),(3686,'Chris Daly Glass Studio','chris-daly-glass-studio'),(3687,'Sony Computer Entertainment Japan Studio - duplicate','sony-computer-entertainment-japan-studio-duplicate'),(3688,'Dinosaur Polo Club','dinosaur-polo-club'),(47,'Obsidian Entertainment','obsidian-entertainment'),(3691,'Meldac','meldac'),(3692,'Lenar','lenar'),(3693,'Infinity','infinity'),(3694,'NuFX','nufx'),(3695,'Bunch Games','bunch-games'),(3696,'Andreas Illiger','andreas-illiger'),(3697,'Jackbox Games, Inc.','jackbox-games-inc'),(3701,'Nicalis, Inc.','nicalis-inc'),(10483,'Peripheral Labs','peripheral-labs'),(10484,'Wormhole Entertainment','wormhole-entertainment'),(10485,'ComboPear Games','combopear-games'),(10486,'GiriaStudios','giriastudios'),(3705,'Nihon Bussan','nihon-bussan'),(10488,'High Tale Studios','high-tale-studios'),(10489,'Pine Studio','pine-studio'),(10490,'Dan & Gary Games','dan-and-gary-games'),(10491,'Idun','idun'),(10492,'Cultic Games','cultic-games'),(10493,'Ninja Vault','ninja-vault'),(10494,'Lanze Games','lanze-games'),(10495,'Andromeda Project','andromeda-project'),(10496,'Team Crimson','team-crimson'),(10497,'Raredrop Games','raredrop-games'),(10498,'ElagoTech','elagotech'),(10499,'Too Tidy Games','too-tidy-games'),(10500,'Dysotek','dysotek'),(3709,'ERE Informatique','ere-informatique'),(10502,'Sketchbook Games','sketchbook-games'),(10503,'Studio ACE','studio-ace'),(3712,'Slitherine Software UK Ltd.','slitherine-software-uk-ltd'),(3713,'Hect','hect'),(3714,'DTMC','dtmc'),(10508,'Adam McLellan','adam-mclellan'),(62,'Griptonite Games','griptonite-games'),(10512,'Studio In memoria','studio-in-memoria'),(3722,'Extreme Entertainment Group','extreme-entertainment-group'),(64,'Savage Entertainment','savage-entertainment'),(65,'Luxoflux','luxoflux'),(68,'Ensemble Studios','ensemble-studios'),(69,'Big Ape Productions','big-ape-productions'),(71,'Raven Software','raven-software'),(74,'CyberFront Corporation','cyberfront-corporation'),(6889,'SPORTS CAFE 2008 (OPERATIONS)','sports-cafe-2008-operations'),(76,'Ronin Entertainment','ronin-entertainment'),(77,'Totally Games','totally-games'),(6894,'Tanabe USA','tanabe-usa'),(6895,'TEIN','tein'),(6896,'Tesla Motors','tesla-motors'),(6897,'T M INVESTMENTS','t-m-investments'),(6898,'Total Group','total-group'),(6899,'TOYOTA MODELLISRA INTERNATIONAL','toyota-modellisra-international'),(6900,'TVR MOTORS','tvr-motors'),(6901,'Uniwheels Management (Switzerland)','uniwheels-management-switzerland'),(6902,'Valeo Management Services','valeo-management-services'),(6903,'VOLKSWAGEN','volkswagen'),(6904,'Volvo Car','volvo-car'),(6905,'WAKO CHEMICAL','wako-chemical'),(6906,'WFN','wfn'),(6907,'Wheel Pros','wheel-pros'),(6908,'Willans Marques','willans-marques'),(6909,'Yamaha Motor','yamaha-motor'),(6910,'Zürich Versicherungs-Gesellschaft','zurich-versicherungs-gesellschaft'),(6911,'Crytek GmbH.','crytek-gmbh'),(6912,'Metricminds GmbH & Co. KG','metricminds-gmbh-and-co-kg'),(6913,'PCB Production','pcb-production'),(6914,'XPEC Entertainment Inc.','xpec-entertainment-inc'),(84,'CTO SpA','cto-spa'),(87,'Mythic Entertainment','mythic-entertainment'),(88,'Shiny Entertainment','shiny-entertainment'),(6930,'Rostok','rostok'),(91,'Playmates Interactive Entertainment','playmates-interactive-entertainment'),(92,'NovaLogic','novalogic'),(6939,'klobit','klobit'),(6940,'Milky Tea Studios','milky-tea-studios'),(6941,'Hailstorm Games','hailstorm-games'),(6942,'Interdimensional Games Inc','interdimensional-games-inc'),(6943,'Fever Pitch Studios','fever-pitch-studios'),(6944,'Outpost Studios','outpost-studios'),(6945,'Polarity Post','polarity-post'),(6946,'Centroid 3D Group','centroid-3d-group'),(99,'The 3DO Company','the-3do-company'),(6950,'Choice of Games LLC','choice-of-games-llc'),(6951,'Skahal','skahal'),(6952,'Playlore','playlore'),(6953,'RABCAT Computer Graphics','rabcat-computer-graphics'),(6954,'Paint Orgue','paint-orgue'),(6955,'SmokingWOLF','smokingwolf'),(6956,'sparsevector','sparsevector'),(6958,'Digital Melody','digital-melody'),(6959,'Gaijinworks','gaijinworks'),(6960,'Alpha Wave Entertainment','alpha-wave-entertainment'),(6961,'AAD Productions','aad-productions'),(6962,'Phr00t\'s Software','phr00ts-software'),(6963,'Firemonkeys Studios','firemonkeys-studios'),(106,'Loki Software','loki-software'),(6976,'8D Studio','8d-studio'),(6977,'Golem Labs','golem-labs'),(6978,'Pencil Test Studios','pencil-test-studios'),(6979,'Lumenox','lumenox'),(6980,'Durell Software','durell-software'),(6981,'Switchblade Monkeys','switchblade-monkeys'),(6982,'The Digital Village','the-digital-village'),(6983,'Heartbit Interactive','heartbit-interactive'),(6984,'Igor Rashkuev','igor-rashkuev'),(6985,'Aterdux Entertainment','aterdux-entertainment'),(6986,'House on Fire','house-on-fire'),(6988,'MidBoss','midboss'),(6989,'Mommy\'s Best Games','mommys-best-games'),(6990,'Eggcode','eggcode'),(6991,'Just Add Water (Development) Ltd. - duplicate','just-add-water-development-ltd-duplicate'),(6992,'Super Evil Megacorp','super-evil-megacorp'),(6993,'Spacetime Studios','spacetime-studios'),(6994,'gnifrebel Games UG','gnifrebel-games-ug'),(6995,'Bigpoint Berlin','bigpoint-berlin'),(6997,'Daybreak Game Company','daybreak-game-company'),(6998,'Sileni Studios','sileni-studios'),(114,'reLINE Software','reline-software'),(116,'Bohemia Interactive Studio','bohemia-interactive-studio'),(117,'Troika Games','troika-games'),(118,'Paradox Development','paradox-development'),(7012,'Unknown Games','unknown-games'),(7013,'Madruga Works','madruga-works'),(120,'MacPlay','macplay'),(121,'Blizzard Classic Arcade','blizzard-classic-arcade'),(122,'Crytek Frankfurt','crytek-frankfurt'),(125,'Crytek Budapest','crytek-budapest'),(126,'Bethesda Game Studios','bethesda-game-studios'),(127,'Funcom Productions','funcom-productions'),(7045,'Codename Entertainment','codename-entertainment'),(7046,'RedBedlam','redbedlam'),(7047,'Dominique Grieshofer','dominique-grieshofer'),(134,'Max Design','max-design'),(135,'Sunflowers','sunflowers'),(136,'Planet Moon Studios','planet-moon-studios'),(7062,'William Chyr','william-chyr'),(7063,'Mobage','mobage'),(7064,'Orangepixel','orangepixel'),(7065,'MicroValue','microvalue'),(7066,'Tokyo RPG Factory','tokyo-rpg-factory'),(7067,'Pomeranian Swingers','pomeranian-swingers'),(7068,'Lonely Troops','lonely-troops'),(7069,'Smudged Cat Games','smudged-cat-games'),(7070,'Kittehface Software','kittehface-software'),(7071,'Jesse Makkonen','jesse-makkonen'),(140,'EA Los Angeles','ea-los-angeles'),(141,'Virgin Interactive Entertainment (Europe) Ltd.','virgin-interactive-entertainment-europe-ltd'),(142,'Westwood Pacific','westwood-pacific'),(144,'GSC Game World','gsc-game-world'),(145,'cdv Software Entertainment','cdv-software-entertainment'),(7088,'snappy touch','snappy-touch'),(7089,'Playdots, Inc.','playdots-inc'),(7090,'Cyril Megem','cyril-megem'),(7091,'Nominia ltd','nominia-ltd'),(7092,'Chiku','chiku'),(7093,'GO!','go'),(7094,'Tomahawk','tomahawk'),(7095,'Futura','futura'),(7096,'Pixelnest Studio','pixelnest-studio'),(7097,'Thunder Lotus Games','thunder-lotus-games'),(7098,'ColePowered Games','colepowered-games'),(7099,'Peter Moorhead','peter-moorhead'),(7100,'Rockfish Games','rockfish-games'),(7101,'Oxide Games','oxide-games'),(7102,'BARE METTLE ENTERTAINMENT','bare-mettle-entertainment'),(7103,'10 out of 10 Educational Systems','10-out-of-10-educational-systems'),(7104,'Energize','energize'),(7105,'ARC','arc'),(7106,'Turmoil Games','turmoil-games'),(7107,'Games 4 Europe','games-4-europe'),(7108,'Islona','islona'),(7109,'Free Spirit','free-spirit'),(149,'Ritual Entertainment','ritual-entertainment'),(150,'Hidden Path Entertainment','hidden-path-entertainment'),(151,'Simtex','simtex'),(7116,'Exponentia','exponentia'),(7117,'Unicorn Educational Software','unicorn-educational-software'),(7118,'Conflict Recreations','conflict-recreations'),(7119,'Spotlight','spotlight'),(7120,'On-line','on-line'),(7121,'New Line','new-line'),(7122,'ECP','ecp'),(7123,'Techland Soft','techland-soft'),(7124,'Seven Stars','seven-stars'),(7125,'Panther Games','panther-games'),(155,'Easy Studios','easy-studios'),(7127,'Hi-Tec','hi-tec'),(7128,'Trojan','trojan'),(7129,'HES','hes'),(7130,'McLeodGaming Inc.','mcleodgaming-inc'),(7131,'Mirage Media','mirage-media'),(7132,'Zeppelin','zeppelin'),(7133,'Devasoft','devasoft'),(7134,'PSS','pss'),(7135,'Kosmos','kosmos'),(7136,'Art of Dreams','art-of-dreams'),(7137,'Atlantis','atlantis'),(7138,'V.A.K.','vak'),(160,'Double Helix Games','double-helix-games'),(162,'Vatra Games','vatra-games'),(163,'Climax Studios','climax-studios'),(164,'Rocksteady Studios','rocksteady-studios'),(165,'DC Entertainment','dc-entertainment'),(166,'Shadows in Darkness','shadows-in-darkness'),(167,'People Can Fly','people-can-fly'),(169,'MercurySteam','mercurysteam'),(170,'Kojima Productions','kojima-productions'),(173,'The Omni Group','the-omni-group'),(174,'Digital Mayhem','digital-mayhem'),(175,'Haemimont Games','haemimont-games'),(177,'duplicate company name','duplicate-company-name'),(178,'Intelligent Games','intelligent-games'),(10569,'Waynetron','waynetron'),(10570,'Pippin Barr','pippin-barr'),(10571,'Aergia','aergia'),(10572,'Samuel Manier','samuel-manier'),(10573,'Super Mega','super-mega'),(10574,'Idea-Tek','idea-tek'),(10575,'Thin Chen Enterprises','thin-chen-enterprises'),(10576,'DreamSail Games','dreamsail-games'),(10578,'Black Cell','black-cell'),(184,'id Software','id-software'),(10582,'Nitro+chiral','nitro-plus-chiral'),(186,'Stalker Entertainment','stalker-entertainment'),(187,'Nerve Software, LLC','nerve-software-llc'),(10589,'JoWooD Studio Vienna','jowood-studio-vienna'),(10590,'Stumbling Cat','stumbling-cat'),(189,'BAM! Entertainment','bam-entertainment'),(10594,'Interesting Games','interesting-games'),(10595,'Do My Best Games','do-my-best-games'),(10596,'sandwich puissant','sandwich-puissant'),(10597,'Clockwork Games','clockwork-games'),(10598,'Thylacine Studios LLC','thylacine-studios-llc'),(193,'Jellyvision','jellyvision'),(10600,'Invisible Collective','invisible-collective'),(196,'Relic Entertainment','relic-entertainment'),(199,'Sonokong','sonokong'),(200,'Electronic Arts Victor','electronic-arts-victor'),(201,'Cyberlore Studios','cyberlore-studios'),(10616,'m07games','m07games'),(10617,'JDM4iK','jdm4ik'),(10618,'GBROSSOFT','gbrossoft'),(10619,'Render System','render-system'),(10620,'Laser Disc Corporation','laser-disc-corporation'),(10624,'Italic Pig','italic-pig'),(10625,'Dlala Studios','dlala-studios'),(207,'PopTop Software','poptop-software'),(209,'Wideload Games','wideload-games'),(210,'Southlogic Studios','southlogic-studios'),(211,'Blue Castle Games','blue-castle-games'),(212,'Sunstorm Interactive','sunstorm-interactive'),(10636,'CMOAR Studio','cmoar-studio'),(10637,'Freqman','freqman'),(10638,'Flash Fire Communications','flash-fire-communications'),(10639,'High Road Communications','high-road-communications'),(10640,'OMNI Audio','omni-audio'),(10641,'Art Institute of Seattle','art-institute-of-seattle'),(214,'Sylum Entertainment','sylum-entertainment'),(215,'WizardWorks Software','wizardworks-software'),(216,'Glu Mobile','glu-mobile'),(10648,'Capitol Broadcasting Company','capitol-broadcasting-company'),(10649,'SoundLab MI','soundlab-mi'),(219,'Team Little Devils','team-little-devils'),(221,'Splash Damage','splash-damage'),(10654,'GEKS','geks'),(10655,'Take-Two Baltimore','take-two-baltimore'),(10656,'TSI Communications','tsi-communications'),(10657,'Struckd AG','struckd-ag'),(10658,'DYA Games','dya-games'),(10659,'StellarVR','stellarvr'),(10660,'Delve Interactive','delve-interactive'),(10661,'Prelusion Games Inc.','prelusion-games-inc'),(10662,'FastTrak Software Publishing Ltd.','fasttrak-software-publishing-ltd'),(10663,'Games4Kids','games4kids'),(10664,'E.F. Dreyer, Inc.','ef-dreyer-inc'),(10665,'Dunhill Electronic Media Corp., Lazer Microsystems Inc.','dunhill-electronic-media-corp-dot-lazer-microsystems-inc'),(10666,'Cornfox & Bros.','cornfox-and-bros'),(10668,'Control Video Corporation','control-video-corporation'),(10669,'James Wickstead Design Associates','james-wickstead-design-associates'),(227,'U.S. Gold','u-s-gold'),(10673,'Flying Carpets Games','flying-carpets-games'),(10674,'Crafting Legends','crafting-legends'),(10675,'Alersteam','alersteam'),(10676,'Dimps Corporation - duplicate','dimps-corporation-duplicate'),(10677,'Hey Bud Games','hey-bud-games'),(10679,'Gamieon','gamieon'),(10680,'Happy Volcano','happy-volcano'),(10681,'CRASS Infotech','crass-infotech'),(237,'Crimson Cow','crimson-cow'),(10683,'Eendhoorn Games','eendhoorn-games'),(239,'Gas Powered Games','gas-powered-games'),(10685,'Far From Home','far-from-home'),(10686,'Cyclone Studios','cyclone-studios'),(10687,'Mozg Labs','mozg-labs'),(10688,'Lion\'s Shade','lions-shade'),(10689,'HeroCraft','herocraft'),(242,'Verant Interactive','verant-interactive'),(243,'Sony Online Entertainment','sony-online-entertainment'),(244,'Edusoft','edusoft'),(10701,'Oh, a Rock! Studios','oh-a-rock-studios'),(10702,'CremaGames','cremagames'),(10703,'GFI','gfi'),(10704,'VZlab','vzlab'),(10705,'GFI / Руссобит-М','gfi-slash-russobit-m'),(10706,'The Ink Factory','the-ink-factory'),(10707,'Alchimik Audio','alchimik-audio'),(10708,'The Audio Guys','the-audio-guys'),(10709,'Hamerton Zoo Park','hamerton-zoo-park'),(10710,'Wildlife Heritage Foundation','wildlife-heritage-foundation'),(10711,'West Midland Safari Park','west-midland-safari-park'),(10712,'RSPCA Block Pen','rspca-block-pen'),(10713,'Rhythm & Hues Studios','rhythm-and-hues-studios'),(247,'14 Degrees East','14-degrees-east'),(10717,'Ton in Ton','ton-in-ton'),(10718,'Rangeela','rangeela'),(10719,'Vocaloid','vocaloid'),(10720,'Known Shippable','known-shippable'),(10721,'Spooky Graphic','spooky-graphic'),(10722,'Virtuos Sparx*','virtuos-sparx-star'),(10723,'Lipogram Co. Ltd.','lipogram-co-ltd'),(10724,'POEYAMAworks','poeyamaworks'),(249,'Crytek','crytek'),(10727,'Bonebeds','bonebeds'),(10728,'Studio RF. Ltd.','studio-rf-ltd'),(10729,'medicrie Co. Ltd.','medicrie-co-ltd'),(10730,'Mugen Pictures','mugen-pictures'),(252,'Square Electronic Arts','square-electronic-arts'),(253,'Square Europe','square-europe'),(10733,'Randel','randel'),(255,'ArenaNet','arenanet'),(256,'NCsoft','ncsoft'),(10761,'Neo Agency Co. Ltd.','neo-agency-co-ltd'),(10762,'Newteles','newteles'),(10763,'Arigat-Orchestra','arigat-orchestra'),(10764,'Asian Philharmonic Orchestra','asian-philharmonic-orchestra'),(261,'Quantic Dream','quantic-dream'),(10767,'Paical','paical'),(10768,'Zuffa','zuffa'),(10769,'Villanis Productions','villanis-productions'),(10770,'Mocaplab','mocaplab'),(10771,'Audiovisual','audiovisual'),(10772,'Porting House','porting-house'),(10773,'Studio ANC','studio-anc'),(10774,'TH2 Tonstudio','th2-tonstudio'),(10775,'AMC','amc'),(10776,'BARoNTiERi','barontieri'),(266,'Tarantula Studios','tarantula-studios'),(10778,'LUA','lua'),(269,'Enlight Software Limited','enlight-software-limited'),(270,'JoWooD Productions Software','jowood-productions-software'),(271,'The Collective','the-collective'),(3780,'sora studio corporation','sora-studio-corporation'),(3781,'U\'Den Flame Works','uden-flame-works'),(3782,'Crescent Inc.','crescent-inc'),(3783,'D1FX Inc.','d1fx-inc'),(3784,'Shonan Zoological Garden','shonan-zoological-garden'),(3785,'Generalashi Co. Ltd.','generalashi-co-ltd'),(3786,'GA Xrossing Co. Ltd.','ga-xrossing-co-ltd'),(3787,'REMIX Co. Ltd.','remix-co-ltd'),(3788,'Digital Media Lab Inc.','digital-media-lab-inc'),(3789,'DIGITAL FRONTIER Inc.','digital-frontier-inc'),(3790,'Fly Studio Sdn Bhd','fly-studio-sdn-bhd'),(3791,'Kyos Co. Ltd.','kyos-co-ltd'),(3792,'anima.inc','anima-dot-inc'),(3793,'MSM GmbH','msm-gmbh'),(3794,'Sony Music Communications','sony-music-communications'),(3795,'INTAC Plus','intac-plus'),(3796,'SOH Inc.','soh-inc'),(3797,'Moon Spider Studio','moon-spider-studio'),(3798,'5 Bits Games','5-bits-games'),(3799,'CC&C Clarke Costelle et Cie','cc-and-c-clarke-costelle-et-cie'),(3800,'Idéacom International Inc.','ideacom-international-inc'),(3801,'Mission Centenaire 14-18','mission-centenaire-14-18'),(3802,'Synthesis Global Solution','synthesis-global-solution'),(3803,'Local Heroes Worldwide','local-heroes-worldwide'),(278,'Silicon & Synapse','silicon-synapse'),(3808,'Freejam Games','freejam-games'),(3809,'Side London Studios','side-london-studios'),(3810,'Pinewood Studios','pinewood-studios'),(3811,'The Chamber Orchestra of London','the-chamber-orchestra-of-london'),(3812,'Synergy Voices','synergy-voices'),(3813,'Air Lyndhurst Studios','air-lyndhurst-studios'),(292,'Traveller\'s Tales','traveller-s-tales'),(293,'TT Games','tt-games'),(299,'Hellbent Games','hellbent-games'),(3835,'Brace Yourself Games - duplicate','brace-yourself-games-duplicate'),(302,'Massive Bear Studios','massive-bear-studios'),(304,'Quicksilver Software','quicksilver-software'),(306,'Rockstar Toronto','rockstar-toronto'),(307,'Rockstar Vienna','rockstar-vienna'),(308,'Rockstar Leeds','rockstar-leeds'),(309,'2015','2015'),(310,'Ultra Games','ultra-games'),(3867,'O\'Melveny and Myers LLP','omelveny-and-myers-llp'),(3868,'GangTyre Ramer and Brown','gangtyre-ramer-and-brown'),(10789,'Eon / Danjaq LLC','eon-slash-danjaq-llc'),(10790,'MGM Studios','mgm-studios'),(10791,'Pulse Model Agency','pulse-model-agency'),(10792,'Catalyst Outsourcing','catalyst-outsourcing'),(10793,'Virtual Mechanix','virtual-mechanix'),(312,'Konami Computer Entertainment Japan','konami-computer-entertainment-japan'),(3882,'SDFX','sdfx'),(10797,'Heartomics','heartomics'),(10798,'Mothership Entertainment','mothership-entertainment'),(3888,'Somnio Studios','somnio-studios'),(10800,'Thorn EMI Video Ltd.','thorn-emi-video-ltd'),(10801,'Thorn EMI Computer Software','thorn-emi-computer-software'),(10802,'Rantom Software','rantom-software'),(3898,'Studio Mausu','studio-mausu'),(3899,'Dance Therapy Productions','dance-therapy-productions'),(3900,'Red Light Management','red-light-management'),(10805,'ComonGames','comongames'),(10806,'Astrovision, Inc.','astrovision-inc'),(10807,'Pixel Maniacs','pixel-maniacs'),(10808,'Snowforged Entertainment','snowforged-entertainment'),(10809,'Gunfire Games','gunfire-games'),(10811,'alley labs','alley-labs'),(3909,'Nigoro','nigoro'),(3910,'Pygmy Studio','pygmy-studio'),(3912,'Asterizm Corporation','asterizm-corporation'),(10851,'Soaphog Game Studio','soaphog-game-studio'),(10852,'Cheapass Games','cheapass-games'),(10853,'Moppet Video','moppet-video'),(3923,'Studio Pixel','studio-pixel'),(10855,'Tong Electronics','tong-electronics'),(3925,'Nick Jr. Interactive','nick-jr-interactive'),(10857,'Astrocarde, Inc.','astrocarde-inc'),(10858,'Optimum Ressource, Inc.','optimum-ressource-inc'),(10859,'WIT Entertainment','wit-entertainment'),(7196,'Boomco Games','boomco-games'),(3930,'Hotel 2 Tango','hotel-2-tango'),(10866,'Sindie Games','sindie-games'),(4144,'Instant Kingdom','instant-kingdom'),(389,'Universomo','universomo'),(391,'Red Fly Studio','red-fly-studio'),(4147,'Lunarch Studios','lunarch-studios'),(4148,'EA Romania','ea-romania'),(7468,'Mindstorm Studios','mindstorm-studios'),(7470,'Cyberlore','cyberlore'),(7471,'Paleo Entertainment','paleo-entertainment'),(4151,'Speradoft Inc.','speradoft-inc'),(10876,'Turbine','turbine'),(7473,'Llamasoft LTD','llamasoft-ltd'),(4154,'Geomerics Ltc.','geomerics-ltc'),(4155,'Middlewar Licensesn in Salesforce, FYI','middlewar-licensesn-in-salesforce-fyi'),(10883,'Mythicon, Inc.','mythicon-inc'),(7480,'Brightside Games','brightside-games'),(7481,'Ascaron Entertainment ltd.','ascaron-entertainment-ltd'),(10886,'IDSI','idsi'),(10887,'Bolvërk Games','bolverk-games'),(10888,'Chevy Ray Johnston','chevy-ray-johnston'),(10889,'Screenplay','screenplay'),(10890,'Sunday Month','sunday-month'),(10891,'Red Winter','red-winter'),(10892,'Enyx Studios','enyx-studios'),(7487,'Actual Screenshots','actual-screenshots'),(10894,'United Microware Industries, Inc.','united-microware-industries-inc'),(10895,'Invader Studios','invader-studios'),(10896,'BeepBop Developers','beepbop-developers'),(4159,'Lone Shark Games','lone-shark-games'),(4160,'Metaverse Modsquad','metaverse-modsquad'),(4161,'Pulp Studios Inc.','pulp-studios-inc'),(4162,'RED The Agency','red-the-agency'),(10898,'Theory Interactive','theory-interactive'),(4168,'Studio Center Total Productions','studio-center-total-productions'),(4169,'Rynn & Dante','rynn-and-dante'),(4170,'FilmOasis Inc.','filmoasis-inc'),(4171,'Omni Interactive Audio','omni-interactive-audio'),(7502,'Interplay Inc. - duplicate','interplay-inc-duplicate'),(7503,'Independent Programmist Group','independent-programmist-group'),(7504,'Trinoteam','trinoteam'),(4175,'BeTomorrow','betomorrow'),(4176,'Exact Entertainment','exact-entertainment'),(10909,'Magnum Software','magnum-software'),(10910,'Absolut Entertainment, Inc.','absolut-entertainment-inc'),(10911,'Afterthought Games','afterthought-games'),(7517,'Namco Networks America, Inc.','namco-networks-america-inc'),(397,'Darkworks','darkworks'),(10916,'Sunware Development Company','sunware-development-company'),(10917,'Will Blew','will-blew'),(10918,'Atari Program Exchange','atari-program-exchange'),(10920,'Progame','progame'),(10921,'Pleiades Game Company','pleiades-game-company'),(10922,'2123','2123'),(399,'Longtail Studios','longtail-studios'),(400,'SCE Japan Studio','sce-japan-studio'),(402,'Day 1 Studios','day-1-studios'),(10931,'Digital Smash','digital-smash'),(10932,'Hiker Games','hiker-games'),(7537,'Straandlooper','straandlooper'),(10934,'PDI','pdi'),(7539,'Diamond Interactive','diamond-interactive'),(10936,'Probe 2000','probe-2000'),(10937,'Imperative Entertainment','imperative-entertainment'),(7542,'Zeroscale','zeroscale'),(7543,'Bedlam Games','bedlam-games'),(10939,'Bally Sente Inc.','bally-sente-inc'),(10940,'Orpheus Ltd','orpheus-ltd'),(7547,'Michael Brough','michael-brough'),(7548,'Vanguard Games','vanguard-games'),(10943,'All 4 Games','all-4-games'),(7582,'London Metropolitan Orchestre','london-metropolitan-orchestre'),(7583,'Imperal Studios','imperal-studios'),(7584,'Westcliff-on Sea','westcliff-on-sea'),(7585,'CTS Studio','cts-studio'),(7586,'Cameo Production','cameo-production'),(7587,'Incognito Stunt-Crew','incognito-stunt-crew'),(7588,'Mythos Studios','mythos-studios'),(7589,'MTTW S.L.','mttw-sl'),(7590,'VMC Hyderabad','vmc-hyderabad'),(7591,'5DI Media Services','5di-media-services'),(7592,'Mega64','mega64'),(10981,'T3Fun','t3fun'),(7594,'Sherer Design Associates','sherer-design-associates'),(10985,'Similis Software','similis-software'),(7596,'The Castle','the-castle'),(7597,'Unalis Corporation','unalis-corporation'),(7598,'Athenaeum Productions','athenaeum-productions'),(7599,'CineSpark Motion Media','cinespark-motion-media'),(7600,'Absinthe Pictures','absinthe-pictures'),(7601,'Room 222 Studios','room-222-studios'),(7602,'Hidden Gems','hidden-gems'),(408,'TimeGate Studios','timegate-studios'),(7605,'Golgoth Studio','golgoth-studio'),(410,'Big Blue Box','big-blue-box'),(7608,'Attitude Studios','attitude-studios'),(412,'Codemasters Southam','codemasters-southam'),(7613,'Cyanide','cyanide'),(4200,'ARTSVISION Co., Ltd.','artsvision-co-dot-ltd'),(4201,'EARLY WING','early-wing'),(414,'Croteam','croteam'),(4205,'UP and UPs','up-and-ups'),(4206,'S-Prism','s-prism'),(7622,'Webzen','webzen'),(7623,'Penny Arcade, Inc.','penny-arcade-inc'),(7624,'BitSits Games','bitsits-games'),(422,'Carbine Studios','carbine-studios'),(7650,'Carburant','carburant'),(7652,'DAS Team','das-team'),(4230,'Union Logic','union-logic'),(7654,'Codemasters KL','codemasters-kl'),(7655,'Stick Man Studios','stick-man-studios'),(4236,'Super Massive Games','super-massive-games'),(4237,'Productionac Create','productionac-create'),(4238,'PixelJAM Games','pixeljam-games'),(4239,'AGDG','agdg'),(4240,'Asger Strandby','asger-strandby'),(4241,'Film Victoria','film-victoria'),(7704,'XSEED - duplicate','xseed-duplicate'),(4244,'NuClearVision Entertainment','nuclearvision-entertainment'),(7706,'Lever Games','lever-games'),(7708,'Games Foundry','games-foundry'),(4247,'Digital Environment Creations','digital-environment-creations'),(4249,'Tenben','tenben'),(4250,'Meima Corporation','meima-corporation'),(4251,'Sarugakucho','sarugakucho'),(7721,'Porpentine','porpentine'),(450,'Aion Team Development Dept','aion-team-development-dept'),(451,'Terminal Reality','terminal-reality'),(452,'Threewave Software','threewave-software'),(7726,'SUKEBAN','sukeban'),(7727,'Lancarse','lancarse'),(7728,'Blackmeal','blackmeal'),(7729,'Figs','figs'),(7730,'Native Prime','native-prime'),(7731,'Studio Florian Cinevivù','studio-florian-cinevivu'),(4278,'Pixeltek Branch','pixeltek-branch'),(7733,'Abaira Publicidad','abaira-publicidad'),(7734,'Virtual Mix','virtual-mix'),(7735,'L2P','l2p'),(7736,'Lifelike Studios','lifelike-studios'),(7737,'The HIT Network','the-hit-network'),(7738,'Topo Swope Talent','topo-swope-talent'),(11063,'Replay Interactive','replay-interactive'),(7740,'Warner Bros. Sound Department','warner-bros-sound-department'),(7741,'Evocati','evocati'),(7742,'Ioca Trans','ioca-trans'),(7743,'HyperDuck SoundWorks','hyperduck-soundworks'),(7744,'Toon Platoon Casting','toon-platoon-casting'),(7745,'Arnis Sound Technologies','arnis-sound-technologies'),(7746,'Sophia Enterprises','sophia-enterprises'),(7747,'WordBox','wordbox'),(7748,'The Vocal Suite','the-vocal-suite'),(7749,'Soytzer Music','soytzer-music'),(11074,'Propellerheads Sofrware','propellerheads-sofrware'),(7752,'Attractive Action','attractive-action'),(11076,'Soundtrack NY','soundtrack-ny'),(463,'MS Game Studios','ms-game-studios'),(11078,'Xsens Technologies Moven','xsens-technologies-moven'),(11079,'Layton Grand Caravan Orchestra','layton-grand-caravan-orchestra'),(7757,'SomaTone Interactive Inc.','somatone-interactive-inc'),(11081,'P.A. Works','pa-works'),(7759,'Activision Central Studios','activision-central-studios'),(7760,'Northern Mocap Studios AB','northern-mocap-studios-ab'),(7761,'Chase Imagination Limited','chase-imagination-limited'),(7762,'Europa Sound Production','europa-sound-production'),(11087,'VF5 Development Team','vf5-development-team'),(11088,'MJ Development Team','mj-development-team'),(7765,'Playsoft','playsoft'),(11090,'Dartslive','dartslive'),(11091,'Studio Interfield Corporation','studio-interfield-corporation'),(7768,'MGM Bussiness Affairs','mgm-bussiness-affairs'),(4279,'Sprout Games','sprout-games'),(4280,'Flying Bear Entertainment','flying-bear-entertainment'),(4281,'Raptisoft Games','raptisoft-games'),(470,'Turbine, Inc.','turbine-inc'),(7777,'GameFlow','gameflow'),(4290,'Victor Musical Industries','victor-musical-industries'),(7779,'Whale Rock Games','whale-rock-games'),(7780,'Oointah Games','oointah-games'),(7781,'LaCosa Entertainment','lacosa-entertainment'),(678,'Black Pearl Software','black-pearl-software'),(679,'Tri-Synergy','tri-synergy--2'),(8049,'Punchers Impact','punchers-impact'),(8050,'Punchers Impact - duplicate','punchers-impact-duplicate'),(8051,'Punchers Impact - duplicate 2','punchers-impact-duplicate-2'),(8052,'RichMakeGame','richmakegame'),(8053,'Gaming Minds','gaming-minds'),(8055,'ACQUIRE Corp. - duplicate','acquire-corp-duplicate'),(8056,'exDream','exdream'),(681,'Cunning Development','cunning-development'),(11337,'Triple Eh?','triple-eh'),(683,'Hypnos Entertainment','hypnos-entertainment'),(11339,'Moon Studios GmbH','moon-studios-gmbh'),(8063,'Jasper Byrne','jasper-byrne'),(11341,'Peddler Games','peddler-games'),(8065,'Rovio Entertainment Ltd','rovio-entertainment-ltd'),(11343,'J. K. Greye Software','j-k-greye-software'),(11344,'Whirlybird Games','whirlybird-games'),(688,'S2 Games','s2-games'),(11351,'Heigen Corporation','heigen-corporation'),(8073,'Engient, Inc','engient-inc'),(8074,'Engient','engient'),(4478,'Livedoor','livedoor'),(11357,'Digital Marketing Corporation','digital-marketing-corporation'),(4480,'Prague Philharmonic Orchestra','prague-philharmonic-orchestra'),(8081,'Atari, Inc. (Atari, SA subsidiary)','atari-inc-atari-sa-subsidiary'),(11363,'ABA Games','aba-games'),(691,'HeadGames','headgames'),(692,'High Score Productions','high-score-productions'),(693,'Ceris Software','ceris-software'),(11369,'Geronimo Interactive','geronimo-interactive'),(11371,'[x]cube GAMES','x-cube-games'),(698,'Mind Control Software','mind-control-software'),(4484,'Hardlight','hardlight'),(702,'Ubisoft Montpellier','ubisoft-montpellier'),(4493,'Spawn Studios','spawn-studios'),(4494,'Arush Entertainment','arush-entertainment'),(11382,'qkjosh','qkjosh'),(11383,'3151','3151'),(11391,'Bauble','bauble'),(11392,'Karma Studios','karma-studios'),(11393,'Micro Lab, Inc.','micro-lab-inc'),(11394,'Jaleco Entertainment','jaleco-entertainment'),(11395,'Squanchtendo','squanchtendo'),(11396,'Sad Panda Studios','sad-panda-studios'),(4498,'Goldhawk Interactive','goldhawk-interactive'),(4499,'Spry Fox - duplicate','spry-fox-duplicate'),(4500,'Angelsoft','angelsoft'),(11400,'Pita Games','pita-games'),(4503,'Software Invasion','software-invasion'),(718,'EA Manchester','ea-manchester'),(719,'Infogrames North America','infogrames-north-america'),(720,'Infogrames Europe','infogrames-europe'),(4505,'Cases Computer Simulations','cases-computer-simulations'),(11410,'Mind Games, Inc.','mind-games-inc'),(725,'Buzz Monkey Software','buzz-monkey-software'),(726,'SCE Bend Studio','sce-bend-studio'),(11413,'Secret Sorcery','secret-sorcery'),(4511,'Viridis Corporation','viridis-corporation'),(4512,'The Dome','the-dome'),(11415,'Boone Corporation','boone-corporation'),(11416,'Heinz Schlotter','heinz-schlotter'),(11417,'Discovery Channel Multimedia','discovery-channel-multimedia'),(11418,'Discovery Communications, Inc.','discovery-communications-inc'),(11419,'Magic & Mirrors','magic-and-mirrors'),(11420,'yiotro','yiotro'),(11421,'Redlock Studio','redlock-studio'),(11422,'W3 Studios','w3-studios'),(11423,'Explosive LLC','explosive-llc'),(4518,'Mezmer Games','mezmer-games'),(4519,'Black Wing Foundation','black-wing-foundation'),(4521,'Dreamlore','dreamlore'),(4522,'Cellius','cellius'),(11427,'Daniel Ratcliffe','daniel-ratcliffe'),(729,'TechInform','techinform'),(11430,'Vega Star Games','vega-star-games'),(4527,'Boondoggle Studios','boondoggle-studios'),(11432,'New Hell Studios','new-hell-studios'),(4531,'Micro Cabin','micro-cabin'),(4532,'Xatrix Entertainment','xatrix-entertainment'),(11439,'Ba\'rac Limited','barac-limited'),(737,'Exosyphen Studios','exosyphen-studios'),(738,'Evolution Vault','evolution-vault'),(4535,'Black Tower Studios','black-tower-studios'),(4536,'Standfast Interactive','standfast-interactive'),(11444,'BeastCarving Studio','beastcarving-studio'),(741,'Toys for Bob','toys-for-bob'),(11452,'Jiali Flourishing Age Cultural Communication','jiali-flourishing-age-cultural-communication'),(11453,'VGLOC Localization Studios','vgloc-localization-studios'),(4546,'KaggyFilms','kaggyfilms'),(11455,'Orchard Recording Studios','orchard-recording-studios'),(4548,'Creata (USA)','creata-usa'),(11457,'Hamar Game Collective','hamar-game-collective'),(11458,'Norwegian Film Institute','norwegian-film-institute'),(4551,'PandaPanther','pandapanther'),(11460,'Scienart Media','scienart-media'),(11461,'Gamejolt.com','gamejolt-dot-com'),(11462,'GamesJamKanobu','gamesjamkanobu'),(4555,'E-Smile','e-smile'),(11464,'CasualConnect','casualconnect'),(4557,'Graphinica','graphinica'),(11466,'Midway Newcastle','midway-newcastle'),(11467,'Midway San Diego','midway-san-diego'),(11468,'SQS India QA','sqs-india-qa'),(11469,'GameOnAudio','gameonaudio'),(4561,'Pacifist E.M.R.','pacifist-emr'),(11472,'Midway Austin','midway-austin'),(11473,'Midway Seattle','midway-seattle'),(11474,'Pistachio Productions','pistachio-productions'),(11475,'Chicago Comedy Co.','chicago-comedy-co'),(11476,'Virtuos Games','virtuos-games'),(11477,'Aaron Sowd Productions','aaron-sowd-productions'),(4568,'Studio2010','studio2010'),(4569,'Studio T&T','studio-t-and-t'),(4570,'Studio Effort','studio-effort'),(4571,'EXA International','exa-international'),(4572,'dai-u-chu','dai-u-chu'),(4573,'Avant','avant'),(4574,'Celia','celia'),(4575,'Fukuoka School of Music','fukuoka-school-of-music'),(4576,'TV Tokyo Corporation','tv-tokyo-corporation'),(4577,'Pierrot','pierrot'),(4578,'Studio Wyeth','studio-wyeth'),(4579,'Scanya','scanya'),(4580,'Caramel Mama','caramel-mama'),(746,'Media Molecule','media-molecule'),(4590,'Bug-Tracker','bug-tracker'),(4591,'VD-Dev','vd-dev'),(4592,'Fadeen Games','fadeen-games'),(4593,'Sonic Powered','sonic-powered'),(4595,'WeirdBeard','weirdbeard'),(4596,'Jakub Dvorský','jakub-dvorsky'),(4597,'Marionette','marionette'),(748,'Double Eleven','double-eleven'),(749,'SCE Cambridge Studio','sce-cambridge-studio'),(750,'Cinemaware','cinemaware'),(753,'Nordic Games Publishing','nordic-games-publishing'),(755,'Namco Bandai Partners','namco-bandai-partners'),(756,'E-Frontier','e-frontier'),(4602,'BlitWorks','blitworks'),(4603,'Miracle Positive','miracle-positive'),(4605,'Sigma Team','sigma-team'),(763,'38 Studios','38-studios'),(764,'Psygnosis','psygnosis'),(765,'Intelligent Systems Co., Ltd.','intelligent-systems-co-dot-ltd'),(4614,'Tikipod','tikipod'),(4615,'Entersphere','entersphere'),(4616,'Witch Beam','witch-beam'),(4618,'GameCoder Studios','gamecoder-studios'),(4619,'Gone Home','gone-home'),(4620,'Three One Zero','three-one-zero'),(770,'D-Rockets','d-rockets'),(772,'Palcom','palcom'),(773,'Nintendo EAD Tokyo','nintendo-ead-tokyo'),(774,'QLOC','qloc'),(4633,'Shadow Software','shadow-software'),(4634,'Flat Rock Software','flat-rock-software'),(4635,'I-Illusions','i-illusions'),(4636,'Scoring Helsinki','scoring-helsinki'),(4637,'amorphous','amorphous'),(4638,'Sachs Enterprises','sachs-enterprises'),(4639,'Commodore','commodore'),(4640,'ISOTX','isotx'),(4641,'Smoking Car Productions','smoking-car-productions'),(4643,'Kasedo Games','kasedo-games'),(4644,'Stabyourself.net','stabyourself-dot-net'),(4645,'Exploding Rabbit','exploding-rabbit'),(4646,'I-Mockery','i-mockery'),(4647,'Pixable','pixable'),(784,'Camelot Software Planning','camelot-software-planning'),(785,'Studio 33','studio-33'),(4650,'23 Studios','23-studios'),(4651,'Attic','attic'),(4652,'Pole To Win International','pole-to-win-international'),(4653,'ILCA','ilca'),(788,'Platinum Egg','platinum-egg'),(4655,'Cornflakes','cornflakes'),(4656,'D3D','d3d'),(4657,'Prélude Animation SARL','prelude-animation-sarl'),(4658,'Monaca','monaca'),(4659,'Stereotype Smartile','stereotype-smartile'),(4660,'AI Inc.','ai-inc'),(4661,'Polygon Pictures','polygon-pictures'),(793,'Pan Interactive','pan-interactive'),(4663,'Jinnan Studio','jinnan-studio'),(795,'Ninja Theory','ninja-theory'),(796,'Infinite Game Publishing','infinite-game-publishing'),(8096,'Over the Top Games','over-the-top-games'),(8098,'Her Interactive, Inc.','her-interactive-inc'),(8099,'Binary Fortress Software','binary-fortress-software'),(8100,'YouNeedABudget.com','youneedabudget-dot-com'),(8101,'Sperasoft, Inc.','sperasoft-inc--1'),(8102,'Mirillis','mirillis'),(8103,'Colin Northway with art by Thomas Shahan','colin-northway-with-art-by-thomas-shahan'),(8104,'Northway Games','northway-games'),(8105,'Juvty Worlds','juvty-worlds'),(8106,'Xim, Inc','xim-inc'),(8107,'Graftgold','graftgold'),(8113,'ComputerHouse GBG AB','computerhouse-gbg-ab'),(8114,'Softkey','softkey'),(8115,'Sold Out Software','sold-out-software'),(8116,'Internal Games','internal-games'),(814,'SuperVillain Studios','supervillain-studios'),(815,'Vivendi Universal Games','vivendi-universal-games'),(816,'Atelier Double','atelier-double'),(819,'Neverland','neverland'),(820,'Working Designs','working-designs'),(821,'TDK Mediactive','tdk-mediactive'),(822,'Ubisoft Singapore','ubisoft-singapore'),(8136,'United Independent Entertainment GmbH','united-independent-entertainment-gmbh'),(8137,'Sytexis','sytexis'),(8138,'Handyman Studios','handyman-studios'),(8139,'Andrew Morrish','andrew-morrish'),(8140,'Teknopants','teknopants'),(8141,'Maxistentialism','maxistentialism'),(8142,'United Soft Media','united-soft-media'),(826,'Namco Tales Studio','namco-tales-studio'),(8148,'Ohm Force','ohm-force'),(8149,'Actual Tools','actual-tools'),(829,'Wolfteam','wolfteam'),(831,'Access Games','access-games'),(8176,'Matthew C Cohen','matthew-c-cohen'),(8177,'darkForge Games LLC','darkforge-games-llc'),(8178,'Modern Dream','modern-dream'),(8179,'Moonshark, Inc.','moonshark-inc'),(8180,'ShadowShifters','shadowshifters'),(8182,'Commotion Games Pty Ltd','commotion-games-pty-ltd'),(8183,'Sixense','sixense'),(8184,'Phosphor Games Studio','phosphor-games-studio'),(8185,'Cauldron','cauldron'),(8195,'Screwfly Studios','screwfly-studios'),(8196,'Silk Games','silk-games'),(8198,'sanodg (Nobuyoshi Sano)','sanodg-nobuyoshi-sano'),(8200,'Interabang Entertainment','interabang-entertainment'),(8201,'The Writer Zone','the-writer-zone'),(844,'RedOctane','redoctane'),(846,'Rutubo Games','rutubo-games'),(847,'Ubisoft Toronto','ubisoft-toronto'),(8208,'Nocturnal works','nocturnal-works'),(849,'Netherock Ltd.','netherock-ltd'),(8210,'InterWave Studios','interwave-studios'),(8211,'International Games System, Co., LTD.','international-games-system-co-dot-ltd'),(851,'ZeniMax Online Studios','zenimax-online-studios'),(11482,'Squeaky Wheel','squeaky-wheel'),(11483,'Uzumeya','uzumeya'),(11484,'Shiisanmei','shiisanmei'),(11486,'Inu to Neko','inu-to-neko'),(11487,'Computersmiths','computersmiths'),(11488,'Paradigm Creators, Inc.','paradigm-creators-inc'),(11489,'TRU FUN Entertainment','tru-fun-entertainment'),(11491,'Greenwood Entertainment','greenwood-entertainment'),(8230,'Reverie World Studios, INC','reverie-world-studios-inc--1'),(8231,'StarQuail Games','starquail-games'),(8232,'Axis Game Factory LLC','axis-game-factory-llc'),(8233,'WhiteMoon Dreams','whitemoon-dreams'),(857,'ThatGameCompany','thatgamecompany'),(11495,'Prototype Games GbR','prototype-games-gbr'),(11496,'LIFE0','life0'),(11497,'Muzintou','muzintou'),(8245,'Sarah Northway','sarah-northway'),(11499,'Dopterra','dopterra'),(8247,'Soulid Studio','soulid-studio'),(11501,'Forward Development, Ltd.','forward-development-ltd'),(11502,'Forward Global Group, Ltd.','forward-global-group-ltd'),(11503,'Konstructors','konstructors'),(11504,'Mofoblitz Studios','mofoblitz-studios'),(11505,'Lightning Rock','lightning-rock'),(8250,'The Men Who Wear Many Hats','the-men-who-wear-many-hats'),(8251,'Lightmare Studios','lightmare-studios'),(11509,'Slavitica','slavitica'),(11510,'arioloasoft GmbH','arioloasoft-gmbh'),(8253,'INTERMARUM','intermarum'),(8254,'ONE MORE LEVEL','one-more-level'),(8255,'Awesome Games Studio','awesome-games-studio'),(8263,'Heavenspot','heavenspot'),(8264,'Ubisoft Osaka','ubisoft-osaka'),(871,'Cyberhead','cyberhead'),(8266,'Soul And Motion Osaka','soul-and-motion-osaka'),(873,'Cloud Imperium Games Corporation','cloud-imperium-games-corporation'),(874,'Smilebit','smilebit'),(8282,'Arachnid Games','arachnid-games'),(881,'Walking Circles','walking-circles'),(882,'De Re Software','de-re-software'),(883,'8ing','8ing'),(884,'Polyphony Digital','polyphony-digital'),(885,'Krisalis Software','krisalis-software'),(11562,'Insanity Games','insanity-games'),(887,'Midway Amusement Games','midway-amusement-games'),(8296,'KADOKAWA GAMES / GRASSHOPPER MANUFACTURE','kadokawa-games-slash-grasshopper-manufacture'),(8298,'Code Force','code-force'),(8300,'Stage 2 Studios','stage-2-studios'),(8301,'Sumom Games','sumom-games'),(11580,'Axis Komputerkunst','axis-komputerkunst'),(8303,'Dolphin Barn','dolphin-barn'),(8304,'Doppler Interactive','doppler-interactive'),(8305,'Moonbite Games','moonbite-games'),(8306,'PadaOne Games','padaone-games'),(8307,'U&I Entertainment','u-and-i-entertainment'),(11585,'Targon Studios','targon-studios'),(899,'Ubisoft Milan','ubisoft-milan'),(900,'Rayland Interactive','rayland-interactive'),(11589,'Green Stripe Snake','green-stripe-snake'),(11590,'Pentavision','pentavision'),(11591,'Andromeda, Concept Marketing','andromeda-concept-marketing'),(11592,'Oxford Digital Enterprises Ltd.','oxford-digital-enterprises-ltd'),(11594,'MobiArt Games','mobiart-games'),(8317,'WaveDNA','wavedna'),(8318,'Darkmire Entertainment','darkmire-entertainment'),(8319,'Burgoon Entertainment, LLC.','burgoon-entertainment-llc'),(8320,'BrainDistrict','braindistrict'),(8321,'Stirfire Studios','stirfire-studios'),(8322,'Avidly Wild Games','avidly-wild-games'),(8323,'Mindware Co,.Ltd.','mindware-co-dot-ltd'),(8324,'Artnumeris','artnumeris'),(8325,'North Side','north-side'),(8326,'Giant Box Games','giant-box-games'),(8327,'The Dept of Silly Stuff','the-dept-of-silly-stuff'),(8328,'Sweet Dog Studios','sweet-dog-studios'),(8329,'The Domaginarium','the-domaginarium'),(8330,'Mad Otter Games','mad-otter-games'),(8331,'MAG Studios','mag-studios'),(8332,'Dreamatrix','dreamatrix'),(8333,'A Jolly Corpse','a-jolly-corpse'),(906,'Nabi Studios','nabi-studios'),(11603,'Paradise Programmin','paradise-programmin'),(8336,'Vae Victis Games','vae-victis-games'),(8337,'Waz','waz'),(8338,'Waz Games','waz-games'),(8339,'TawStudio Entertainment','tawstudio-entertainment'),(8340,'ShortRound Games','shortround-games'),(910,'Re-Logic','re-logic'),(8344,'OGPlanet','ogplanet'),(913,'Gala Networks','gala-networks'),(8347,'Lantana Games','lantana-games'),(8348,'XeniosVision','xeniosvision'),(11613,'Argus Press Software Ltd.','argus-press-software-ltd'),(11614,'Concept Software Ltd.','concept-software-ltd'),(11615,'Vortex Software','vortex-software'),(11616,'Rinberd','rinberd'),(11617,'Action Graphics, Inc.','action-graphics-inc'),(8355,'KinifiGames LLC','kinifigames-llc'),(11619,'Suminell Studios','suminell-studios'),(8357,'Net Games Distribution LTD','net-games-distribution-ltd'),(8358,'PIXOWL INC.','pixowl-inc'),(11622,'Century Communications','century-communications'),(11623,'Hutchinson Computer Publishing','hutchinson-computer-publishing'),(11624,'Ultra Software Corporation','ultra-software-corporation'),(11625,'Micromosaics','micromosaics'),(917,'Perfect World Entertainment','perfect-world-entertainment'),(8366,'Terrible Posture Games LLC','terrible-posture-games-llc'),(919,'Grinding Gear Games','grinding-gear-games'),(920,'Crytek Kiev','crytek-kiev'),(921,'Might and Delight','might-and-delight'),(8379,'Wicked Loot','wicked-loot'),(8380,'Lightmare Studio','lightmare-studio'),(11647,'The English Software Company','the-english-software-company'),(11648,'Severn Software','severn-software'),(11649,'Ciro Studios','ciro-studios'),(11650,'Game Designers\' Workshop','game-designers-workshop'),(928,'Supergiant Games','supergiant-games'),(11665,'Softnyx','softnyx'),(930,'MGM','mgm'),(931,'Vircom Interactive','vircom-interactive'),(8402,'Polynetix Studio','polynetix-studio'),(11670,'Cubit Studios','cubit-studios'),(8404,'Screaming Bee','screaming-bee'),(11672,'Tall Story Studios','tall-story-studios'),(937,'WB Games Montréal','wb-games-montreal'),(8412,'Ayyo Games','ayyo-games'),(11685,'Odin Computer Graphics Ltd.','odin-computer-graphics-ltd'),(11686,'EPOS Game Studios','epos-game-studios'),(942,'Graviteam','graviteam'),(944,'Darkest Hour Team','darkest-hour-team'),(945,'Nitro Games','nitro-games'),(947,'Taleworlds','taleworlds'),(948,'Spark Unlimited','spark-unlimited'),(949,'Reloaded Productions','reloaded-productions--2'),(951,'Sunflowers Interactive Entertainment Software','sunflowers-interactive-entertainment-software'),(952,'Black Sea Studios','black-sea-studios'),(11741,'G-Craft','g-craft'),(11742,'M.A.D.','mad'),(11743,'Worlds & Pictures Limited','worlds-and-pictures-limited'),(11744,'Bubble Bus Software','bubble-bus-software'),(11745,'ShareData, Inc.','sharedata-inc'),(11746,'Hamumu Software','hamumu-software'),(11747,'Micromania','micromania'),(11749,'EJR Team','ejr-team'),(11750,'On The Wall Entertainment','on-the-wall-entertainment'),(11751,'Vertice Games','vertice-games'),(11752,'Toocat','toocat'),(11753,'8 Floor Ltd.','8-floor-ltd'),(11754,'SPL','spl'),(11755,'DevilishGames','devilishgames'),(11756,'Alice & Smith','alice-and-smith'),(11757,'Cattle Call','cattle-call'),(11758,'TATI Mixedia','tati-mixedia'),(11759,'TwoMammoths','twomammoths'),(11761,'OneEyeAnt','oneeyeant'),(11762,'VEHMAA play the game','vehmaa-play-the-game'),(11763,'Kaos','kaos'),(11764,'Eon Software, Inc.','eon-software-inc'),(11765,'Joycity Corporation','joycity-corporation'),(11766,'Inrac Corporation','inrac-corporation'),(11767,'Red Column','red-column'),(963,'Kerberos Productions','kerberos-productions'),(11769,'Nexus Productions Ltd.','nexus-productions-ltd'),(965,'Ghost Games','ghost-games'),(966,'KillHouse Games','killhouse-games'),(11779,'Dalali Software Ltd.','dalali-software-ltd'),(11780,'Smiling Assassin','smiling-assassin'),(11782,'Delta 4 Software','delta-4-software'),(1000,'Absolute Entertainment','absolute-entertainment'),(11785,'Chris Gray Enterprises Inc.','chris-gray-enterprises-inc'),(11786,'Three-Sixty Pacific, Inc.','three-sixty-pacific-inc'),(11787,'MichTron Corp.','michtron-corp'),(1002,'Respawn Entertainment','respawn-entertainment'),(1003,'Dennaton Games','dennaton-games'),(1004,'A.I','a-i'),(11804,'Team 4U','team-4u'),(11806,'First Contact Entertainment','first-contact-entertainment'),(11807,'BigBox VR','bigbox-vr'),(11808,'One Wheel Studio','one-wheel-studio'),(11809,'Team OneShot','team-oneshot'),(1008,'Free Radical Design','free-radical-design'),(4691,'Kamehan Studios','kamehan-studios'),(4692,'Interactive Data Visualization, Inc.','interactive-data-visualization-inc'),(4693,'Fantasy Productions','fantasy-productions'),(4695,'Flat Earth Games','flat-earth-games'),(4696,'Tortuga Team','tortuga-team'),(4698,'Blue Bottle Games','blue-bottle-games'),(4699,'Soldak Entertainment','soldak-entertainment'),(4700,'SkyZone Entertainment','skyzone-entertainment'),(4701,'KranX Productions','kranx-productions'),(4702,'Pyrodactyl Games','pyrodactyl-games'),(4703,'Kyugo','kyugo'),(4704,'The OGRE Team','the-ogre-team'),(4705,'Yotsubane','yotsubane'),(4707,'State of Play Games','state-of-play-games'),(1015,'Ed Key and David Kanaga','ed-key-and-david-kanaga'),(4710,'WildTangent','wildtangent'),(1017,'The Neverhood, Inc.','the-neverhood-inc'),(1018,'Gaijin Entertainment','gaijin-entertainment'),(8416,'Icetesy SPRL','icetesy-sprl'),(8417,'Digital Media Workshop','digital-media-workshop'),(8418,'Flox Studios Ltd.','flox-studios-ltd'),(8419,'bitSmith Games','bitsmith-games'),(8420,'Cypress Inheritance LLC','cypress-inheritance-llc'),(8421,'Tin Man Games','tin-man-games'),(8422,'Uppercut Games Pty Ltd','uppercut-games-pty-ltd'),(8423,'3f Interactive','3f-interactive'),(4973,'EEN Inc.','een-inc'),(4974,'Creative Lab. Tokyo Universitiy of Technology','creative-lab-tokyo-universitiy-of-technology'),(8426,'Robert Miroszewski','robert-miroszewski'),(4977,'Winds Co Ltd','winds-co-ltd'),(4978,'R.I.S. Co, Ltd','ris-co-ltd'),(4979,'RIT\'S Co','rits-co'),(4980,'Sonic Co. Ltd','sonic-co-ltd'),(8432,'Nexon Europe S.a.r.l','nexon-europe-sarl'),(8433,'Dracue, Co. ltd','dracue-co-ltd'),(8434,'Allegorithmic','allegorithmic'),(8435,'Parallax','parallax'),(8436,'Reiza Studios','reiza-studios'),(8438,'Davilex','davilex'),(8439,'Classified Games','classified-games'),(8440,'Ocean France','ocean-france'),(8441,'Vectorbeam','vectorbeam'),(8442,'Tuque Games','tuque-games'),(4990,'Third Side Music Inc','third-side-music-inc'),(4991,'Sabateur Musique','sabateur-musique'),(4992,'Big Solutions Group','big-solutions-group'),(4993,'Hanshaw Ink & Image','hanshaw-ink-and-image'),(4994,'ArtCraft Entertainment','artcraft-entertainment'),(4995,'Brave Wave Productions','brave-wave-productions'),(4996,'Humble Bundle','humble-bundle'),(4997,'Watermelon Co.','watermelon-co'),(4998,'Heart Machine','heart-machine'),(4999,'Ackk Studios','ackk-studios'),(5002,'Onipunks','onipunks'),(5003,'Cantrip Games','cantrip-games'),(5004,'Giant Enemy Labs','giant-enemy-labs'),(5005,'Suncreature Studio','suncreature-studio'),(5006,'Camoflaj','camoflaj'),(5007,'Crowsmack','crowsmack'),(8447,'GameStop','gamestop'),(5009,'Mindwalk Studios','mindwalk-studios'),(5010,'CEET','ceet'),(5011,'Consell Pannonia','consell-pannonia'),(5012,'Team Fifty Seven','team-fifty-seven'),(8450,'Gamify Labs','gamify-labs'),(5014,'EA Mastering Lab','ea-mastering-lab'),(5015,'EAC Game Lab','eac-game-lab'),(5016,'EARS Game Lab','ears-game-lab'),(5017,'EA Desktop Support','ea-desktop-support'),(5018,'EAC Motion Capture Services','eac-motion-capture-services'),(5019,'Hammer Creative Advertising','hammer-creative-advertising'),(5020,'Image Comics','image-comics'),(5021,'Starz Media','starz-media'),(5022,'Film Roman','film-roman'),(5023,'The Art Machine','the-art-machine'),(5024,'Bandai Namco Games - duplicate','bandai-namco-games-duplicate'),(5025,'OSome Studio','osome-studio'),(5026,'Numantian Games','numantian-games'),(5027,'Lino Slahuschek','lino-slahuschek'),(5028,'The Danish Arts Foundation','the-danish-arts-foundation'),(11812,'Peach Princess','peach-princess'),(11813,'Poetic Studio','poetic-studio'),(11814,'Dimple Entertainment','dimple-entertainment'),(8592,'Think!Ware Development','think-ware-development'),(8593,'K2','k2'),(8594,'Accursed Toys','accursed-toys'),(11819,'A.Y.std','aystd'),(8597,'Calvin Weibel','calvin-weibel'),(8598,'Calvin Weibel - duplicate','calvin-weibel-duplicate'),(8599,'Incredible Tehnology','incredible-tehnology'),(8600,'Experimental Gamer Studios','experimental-gamer-studios'),(8601,'Roblox Corporation','roblox-corporation'),(8602,'On-Line PLC','on-line-plc'),(8603,'CRL Group','crl-group'),(8604,'GoodVole','goodvole'),(8605,'Strangely Interactive','strangely-interactive'),(8606,'Fixpoint Productions Ltd.','fixpoint-productions-ltd'),(11830,'NVLMaker','nvlmaker'),(11831,'高考恋爱委员会','gao-kao-lian-ai-wei-yuan-hui'),(11832,'S.A.D Software','sad-software'),(11833,'Tivola Interactive Media','tivola-interactive-media'),(11834,'Dungeoneering Studios','dungeoneering-studios'),(11835,'Mich Nannings','mich-nannings'),(11836,'Mythical City Games','mythical-city-games'),(11837,'ka','ka'),(11838,'ARTAR','artar'),(8614,'Andy Wallace','andy-wallace'),(8615,'Psychic Software','psychic-software'),(11840,'Occisoft','occisoft'),(8617,'Hippomancer','hippomancer'),(11842,'Mana Potion Studio','mana-potion-studio'),(11843,'Play Native Entertainment','play-native-entertainment'),(8621,'Atapki','atapki'),(11845,'Pixelmage Games','pixelmage-games'),(11846,'Turbo Studios','turbo-studios'),(8629,'Boolat Games','boolat-games'),(8630,'Game in a Bottle','game-in-a-bottle'),(8631,'Team Tripleslash','team-tripleslash'),(8632,'Studio Paint','studio-paint'),(8633,'Kardfy Studios','kardfy-studios'),(8634,'Ideum, Inc.','ideum-inc'),(8635,'Demon Wagon Studios','demon-wagon-studios'),(8636,'kunst-stoff GmbH','kunst-stoff-gmbh'),(8637,'Himalaya Studios','himalaya-studios'),(8638,'AwesomeBlade','awesomeblade'),(8639,'Diffusional Arts','diffusional-arts'),(8640,'Ross Edgar','ross-edgar'),(8641,'Membraine Studios','membraine-studios'),(8642,'Wrestling Gamers United','wrestling-gamers-united'),(8643,'Firebase Industries Ltd.','firebase-industries-ltd'),(8644,'Trickster Arts','trickster-arts'),(8645,'Dancing Dinosaur Games','dancing-dinosaur-games'),(8646,'Vexel Games','vexel-games'),(8647,'Notorious Games','notorious-games'),(8648,'Black Cactus','black-cactus'),(8649,'SleepNinja Games','sleepninja-games'),(8650,'Turnopia','turnopia'),(8651,'Arberth Studios','arberth-studios'),(8652,'Hunted Cow Studios','hunted-cow-studios'),(11853,'Gamos','gamos'),(8658,'-',''),(11856,'WB Games San Francisco','wb-games-san-francisco'),(8662,'Night Node','night-node'),(8664,'Future Crayon','future-crayon'),(11860,'Kung Fu Robots','kung-fu-robots'),(8666,'Carlo D\'Apostoli Projects','carlo-dapostoli-projects'),(11862,'Nicolas Games Intoxicate','nicolas-games-intoxicate'),(8668,'Sunside Inc','sunside-inc'),(11864,'Gavin Brown','gavin-brown'),(11865,'Fire Horse Studio','fire-horse-studio'),(8671,'Entrada Interactive LLC','entrada-interactive-llc'),(8672,'Dave Gedarovich','dave-gedarovich'),(11870,'Lionshield Studios','lionshield-studios'),(8674,'Octagon Interactive','octagon-interactive'),(8675,'Toxtronyx','toxtronyx'),(11873,'2 Dawn Games','2-dawn-games'),(11874,'NoriaWorks Entertainment','noriaworks-entertainment'),(11875,'Marcin Draszczuk','marcin-draszczuk'),(8681,'Two Desperados','two-desperados'),(8682,'Acceleroto, Inc.','acceleroto-inc'),(8683,'Steel Wool Games','steel-wool-games'),(8684,'Serellan LLC','serellan-llc'),(11880,'Kavcom Limited','kavcom-limited'),(11881,'TickTock Games','ticktock-games'),(11882,'Anteater Games','anteater-games'),(8691,'Yazar Media Group LLC','yazar-media-group-llc'),(11884,'Creoteam','creoteam'),(11885,'Dirigo Games','dirigo-games'),(11886,'nFusion Interactive LLC','nfusion-interactive-llc'),(11887,'Darkwind Media Ltd.','darkwind-media-ltd'),(8696,'Wastelands Interactive','wastelands-interactive'),(8697,'Appmania/i-Free','appmania-slash-i-free'),(11891,'Waygetter Electronics','waygetter-electronics'),(8699,'XP','xp'),(8700,'Subvert Games','subvert-games'),(8701,'Room 8 Studio','room-8-studio'),(8702,'Walk Thru Walls Studios','walk-thru-walls-studios'),(8703,'Shaman Games','shaman-games'),(8704,'PlayRIX','playrix'),(8706,'rdein','rdein'),(11903,'Zandel Media','zandel-media'),(11904,'Cherry Co. Studios','cherry-co-studios'),(8709,'RealAxis Software','realaxis-software'),(11906,'BB Electronics LLC','bb-electronics-llc'),(8711,'Uniworlds Game Studios','uniworlds-game-studios'),(11908,'Rusty Bolt','rusty-bolt'),(11909,'SinksAdventure','sinksadventure'),(11910,'Pixelmate','pixelmate'),(11911,'Eerie Nous','eerie-nous'),(11912,'Creative Pudding','creative-pudding'),(11913,'dynamo productions','dynamo-productions'),(11914,'Bartosz Bojarowski','bartosz-bojarowski'),(11915,'UndeadScout','undeadscout'),(8715,'Sleepy Bug Studio','sleepy-bug-studio'),(11918,'Party for Introverts','party-for-introverts'),(8717,'Team Indev','team-indev'),(11920,'VI Games','vi-games'),(12003,'TERMINAL Studio','terminal-studio'),(12004,'11986','11986'),(12005,'Aliguer Interactive LLC','aliguer-interactive-llc'),(12006,'LX Games','lx-games'),(5032,'Cat Science Park','cat-science-park'),(5033,'Copenhagen Game Collective','copenhagen-game-collective'),(5034,'Digital Eel','digital-eel'),(5036,'Planet Interactive','planet-interactive'),(5037,'Can Explode','can-explode'),(5038,'NVYVE Studios','nvyve-studios'),(5039,'Enter Skies','enter-skies'),(12019,'Dragon Slumber','dragon-slumber'),(5042,'Infini Entertainment Technology','infini-entertainment-technology'),(12021,'Conatus Creative','conatus-creative'),(12022,'My Dog Zorro','my-dog-zorro'),(12023,'Rightstick Studios','rightstick-studios'),(12024,'ANIM.ACE','anim-dot-ace'),(12025,'Fedeen','fedeen'),(12026,'Aesth','aesth'),(12028,'E-Home Entertainment','e-home-entertainment'),(12029,'Phoesion','phoesion'),(12030,'aeiowu','aeiowu'),(5049,'BITBOX Ltd.','bitbox-ltd'),(12032,'HEROZ','heroz'),(5051,'On A roll studios','on-a-roll-studios'),(5052,'Moon Studios','moon-studios'),(5053,'QCF Design','qcf-design'),(5054,'Niantic Labs','niantic-labs'),(12036,'Atari SA','atari-sa'),(1031,'Core Design','core-design--2'),(1032,'Dynabyte','dynabyte'),(5081,'Digital Tome','digital-tome'),(5082,'Lab Zero Games','lab-zero-games'),(5083,'Reverge Labs','reverge-labs'),(1036,'VDI Video Direct International','vdi-video-direct-international'),(5085,'Plain Vanilla Games','plain-vanilla-games'),(5086,'Vladimir Romanyuk','vladimir-romanyuk'),(1038,'InterWeave Entertainment','interweave-entertainment'),(1039,'Entertainment Software Partners','entertainment-software-partners'),(1040,'Réunion des Musées Nationaux','reunion-des-musees-nationaux'),(1041,'Canal+Multimédia','canal-multimedia'),(1042,'21st Century Entertainment','21st-century-entertainment'),(12062,'Studio Saizensen','studio-saizensen'),(12064,'MegaBro Games','megabro-games'),(12065,'Culture Shock Games LLC','culture-shock-games-llc'),(12067,'Araknumia Software','araknumia-software'),(5104,'Michael Denio','michael-denio'),(5105,'Color Dreams','color-dreams'),(5106,'Rabid Viper Productions','rabid-viper-productions'),(5107,'Infinity Plus 2','infinity-plus-2'),(5108,'Silicon Ice Development/Frozen Sand, LLC','silicon-ice-development-slash-frozen-sand-llc'),(5109,'Alcatoic','alcatoic'),(5110,'ALTAR Games','altar-games--1'),(5111,'Size Five Games','size-five-games'),(5112,'Over The Moon','over-the-moon'),(12075,'Viridea Productions','viridea-productions'),(1056,'Piranha Bytes','piranha-bytes'),(12112,'FabricFactory','fabricfactory'),(12113,'Mugwort Music','mugwort-music'),(1057,'Egmont Interactive','egmont-interactive'),(5156,'Fallstreak Studio','fallstreak-studio'),(1059,'YUKE\'S Co., Ltd.','yukes-co-dot-ltd'),(1060,'Vanillaware','vanillaware'),(5170,'Emotional Robots','emotional-robots'),(1062,'Ivory Tower','ivory-tower'),(5177,'The Trailerfarm','the-trailerfarm'),(5178,'The Foundry','the-foundry'),(5179,'Fuero Games','fuero-games'),(5180,'Dancing Dragon Games','dancing-dragon-games'),(1065,'Realmforge Studios','realmforge-studios'),(5185,'Four Leaf Studios','four-leaf-studios'),(1067,'Magnetic Scrolls','magnetic-scrolls'),(5187,'07th Expansion','07th-expansion'),(5188,'MangaGamer','mangagamer'),(5189,'Saffran Prod','saffran-prod'),(5190,'Seams','seams'),(5191,'Kaga Create','kaga-create'),(5192,'Subsoap','subsoap'),(5193,'Puppy Games','puppy-games'),(5196,'Dylan Fitterer','dylan-fitterer'),(5197,'Octopi','octopi'),(5199,'SleepTeam','sleepteam'),(5200,'Zima Software','zima-software'),(5201,'DOS Studios','dos-studios'),(5202,'Seepia Games','seepia-games'),(5203,'Kraken Emire','kraken-emire'),(5204,'Slak Games','slak-games'),(5205,'Tekneo','tekneo'),(5208,'MoaCube','moacube'),(5209,'MoaCube','moacube--1'),(5210,'Triple.B.Titles','triple-dot-b-titles'),(5213,'Panic','panic'),(5214,'The Molasses Flood','the-molasses-flood'),(5215,'Rail Slave Games','rail-slave-games'),(5216,'Meyer / Glass Interactive','meyer-slash-glass-interactive'),(5217,'Samurai Punk','samurai-punk'),(5219,'Kingsoft','kingsoft--1'),(5220,'Smilegate','smilegate'),(5221,'PyroTechnix','pyrotechnix'),(5223,'Kirin Entertainment','kirin-entertainment'),(5224,'Deckpoint Studio','deckpoint-studio'),(5225,'Pyro Mobile','pyro-mobile'),(5227,'Brain Bug','brain-bug'),(5229,'Zynga','zynga'),(5230,'Marc Graye Voice Over Recording Studios','marc-graye-voice-over-recording-studios'),(5231,'Morris Creative Services','morris-creative-services'),(5232,'North Hollywood Sound','north-hollywood-sound'),(5233,'NYAV Post','nyav-post'),(5234,'Presence Studios','presence-studios'),(5235,'The Block House','the-block-house'),(5236,'The Voice Experts','the-voice-experts'),(5237,'Synthesis Milan','synthesis-milan'),(5238,'Periscope Studio','periscope-studio'),(5239,'Synthesis Madrid','synthesis-madrid'),(5240,'Krysalide','krysalide'),(5241,'3Point Studios','3point-studios'),(5242,'Voodoo Highway','voodoo-highway'),(5243,'The Sound Department','the-sound-department'),(5244,'Magic Lamp Studios','magic-lamp-studios'),(5245,'Stidges','stidges'),(5246,'Budapest Art Orchestra','budapest-art-orchestra'),(5247,'East Connection Music Recording','east-connection-music-recording'),(5248,'Dark Horse Comics','dark-horse-comics'),(5249,'Hidden Gems Games','hidden-gems-games'),(5250,'Aegon Games','aegon-games'),(5251,'InsGames','insgames'),(5252,'BulkyPix','bulkypix'),(5253,'Streko Graphics','streko-graphics'),(1073,'dupe - Gamefreak','dupe-gamefreak'),(5259,'Halycon Media','halycon-media'),(5260,'llamasoft','llamasoft'),(5261,'Elecom','elecom'),(5262,'DigitalDNA Games LLC','digitaldna-games-llc'),(5263,'Silden','silden'),(5264,'The Indie Forge','the-indie-forge'),(5265,'Cobra Mobile','cobra-mobile'),(5266,'Steve Jarman','steve-jarman'),(5267,'Colossal Games','colossal-games'),(5268,'Spotkin','spotkin'),(5269,'Nerdook Productions','nerdook-productions'),(5270,'Manic Game Studios','manic-game-studios'),(5271,'Ludochip','ludochip'),(5272,'Nicolas Pierre-Loti-Viaud','nicolas-pierre-loti-viaud'),(5273,'Zenith Blue','zenith-blue'),(1083,'PowerVision','powervision'),(1084,'Millennium Interactive Ltd.','millennium-interactive-ltd'),(5290,'Subatomic Studios LLC','subatomic-studios-llc'),(5291,'Sakevisual','sakevisual'),(1086,'Telarium','telarium'),(8736,'Gekidan Mirai Gekijo','gekidan-mirai-gekijo'),(8737,'Expulse','expulse'),(1088,'Microtime','microtime'),(1089,'Trecision S.p.A.','trecision-s-p-a'),(1090,'Grandslam Video Ltd.','grandslam-video-ltd'),(8743,'Asaikikatu','asaikikatu'),(8744,'Alive Recording Studio','alive-recording-studio'),(8745,'Dare Design','dare-design'),(8746,'RetroGraphics','retrographics'),(8747,'Studio Ghibli','studio-ghibli'),(5301,'Seibu Kaihatsu Inc.','seibu-kaihatsu-inc'),(8749,'Nakamura Production','nakamura-production'),(8750,'A-Line','a-line'),(5304,'Moonshot Games','moonshot-games'),(5305,'Enitvare','enitvare'),(5309,'Subaltern Games','subaltern-games'),(8756,'U2.inc','u2-dot-inc'),(8757,'Hitokuchi-Zaka Studios','hitokuchi-zaka-studios'),(8758,'Sound Inn Studios','sound-inn-studios'),(8759,'OLM Inc.','olm-inc'),(8760,'Mark Roberts Motion Control','mark-roberts-motion-control'),(5317,'Abbey Games','abbey-games'),(5320,'Omniconnection','omniconnection'),(5321,'Megadev','megadev'),(5322,'Galapagos RPG','galapagos-rpg'),(5323,'artoncode','artoncode'),(8786,'Space Monkey International','space-monkey-international'),(8787,'1C Online Games','1c-online-games'),(8788,'Propelled Bird Software','propelled-bird-software'),(8789,'Atypical Games','atypical-games'),(8790,'SolidFace Technology Inc.','solidface-technology-inc'),(8791,'Oscar L.','oscar-l'),(8792,'Celestial Games','celestial-games'),(8793,'I Fight Bears','i-fight-bears'),(8794,'DR Studios','dr-studios'),(8795,'505 Mobile Games','505-mobile-games'),(8796,'HE SAW','he-saw'),(8797,'Bigmoon Studios','bigmoon-studios'),(8798,'BonusXP','bonusxp'),(1098,'Probe Software','probe-software'),(5330,'MoAnima Holdings Limited','moanima-holdings-limited'),(1100,'ND Cube','nd-cube'),(5332,'TUI Studios','tui-studios'),(1102,'Mobile & Game Studio, Inc.','mobile-game-studio-inc'),(8805,'Rob Lach','rob-lach'),(8806,'Rob Lach Games','rob-lach-games'),(1104,'Mimimi Productions','mimimi-productions'),(8821,'tequibo','tequibo'),(1106,'Compu-Games A/S','compu-games-a-s'),(1107,'Stern','stern'),(1108,'Two Tribes B.V.','two-tribes-b-v'),(8832,'Gugila','gugila'),(8833,'Polar Motion','polar-motion'),(8834,'Wolverine Studios','wolverine-studios'),(8835,'Alfred Lam','alfred-lam'),(8836,'YorkshireRifles','yorkshirerifles'),(8837,'Zut Games','zut-games'),(8838,'DQ Team','dq-team'),(8839,'Minimon Team','minimon-team'),(8840,'Stone Monkey Studios','stone-monkey-studios'),(8841,'Faultline Games','faultline-games'),(8842,'VR Designs','vr-designs'),(8843,'Skilltree Studios','skilltree-studios'),(8844,'Damaged','damaged'),(8845,'Lucid Games','lucid-games'),(1110,'EA Partners','ea-partners'),(10256,'Budapest Studio 22','budapest-studio-22'),(10257,'Genuin Recording Group','genuin-recording-group'),(10258,'LAVIVE','lavive'),(10259,'Lunaticsynchron','lunaticsynchron'),(10260,'Resnick Enterprises','resnick-enterprises'),(10261,'Engine House','engine-house'),(10262,'La Paraguas Productions Ltd.','la-paraguas-productions-ltd'),(10263,'Manning Salvage and Lee','manning-salvage-and-lee'),(10264,'Blast Radius','blast-radius'),(10265,'Synthesis Mexico','synthesis-mexico'),(10266,'Horizon Media','horizon-media'),(10267,'Jutz Zollern Workroom','jutz-zollern-workroom'),(10268,'Phlex','phlex'),(10269,'Europa Studios','europa-studios'),(10270,'Noisebox','noisebox'),(10271,'Video London','video-london'),(10272,'Visual Art','visual-art'),(10273,'Megafront AB','megafront-ab'),(10274,'Kynogon SA','kynogon-sa'),(10275,'NXN Software AG','nxn-software-ag'),(10276,'Highwater Group','highwater-group'),(3467,'Epic China','epic-china'),(10278,'Union Entertainment','union-entertainment'),(10279,'Metropole Orkest','metropole-orkest'),(3470,'Vykarian','vykarian'),(10282,'Sony Corporation','sony-corporation'),(10283,'Ample Software','ample-software'),(10284,'Made in Spain','made-in-spain'),(3478,'Exequo','exequo'),(10286,'New Frontier','new-frontier'),(3480,'G&G Tonstudios','g-and-g-tonstudios'),(10288,'Flying Helmet Games','flying-helmet-games'),(10289,'∞ Infinity Games','infinity-games'),(10290,'WebAvenue Unipessoal Lda','webavenue-unipessoal-lda'),(10291,'Buddy Cops, LLC','buddy-cops-llc'),(3484,'Snowball Studios','snowball-studios'),(10293,'Lazy Games Studio Ltd','lazy-games-studio-ltd'),(10294,'Throw the warped code out','throw-the-warped-code-out'),(10295,'Hidden Variable Studios','hidden-variable-studios'),(10296,'Elden Pixels','elden-pixels'),(10297,'Multimedia Intelligence Transfer','multimedia-intelligence-transfer'),(3486,'Playon Magyarország KFT.','playon-magyarorszag-kft'),(3487,'Tohokushinsha Film Corporation','tohokushinsha-film-corporation'),(3488,'Namco Bandai Partners Taiwan Ltd.','namco-bandai-partners-taiwan-ltd'),(3489,'www.oyunceviri.com','www-dot-oyunceviri-dot-com'),(3490,'Keywords International Ltd.','keywords-international-ltd'),(3492,'ADM','adm'),(3493,'Funky Rustic','funky-rustic'),(3494,'Twentieth Century Fox','twentieth-century-fox'),(3495,'Prank Ltd.','prank-ltd'),(3496,'Plastic','plastic'),(10307,'Ludo Land','ludo-land'),(10308,'Built By Snowmen','built-by-snowmen'),(10309,'Looks Like Lemonade','looks-like-lemonade'),(10310,'Pixel Titans','pixel-titans'),(3500,'Mediaspec UK','mediaspec-uk'),(3501,'Paw Paw Productions','paw-paw-productions'),(3502,'Organic Studios NYC','organic-studios-nyc'),(3503,'Company 3','company-3'),(3504,'A-Max Entertainment','a-max-entertainment'),(3505,'Soundelux','soundelux'),(3506,'Movin On Livestock','movin-on-livestock'),(3507,'Hand Prop Room & Weapons','hand-prop-room-and-weapons'),(3508,'Great City Production','great-city-production'),(3509,'Buttons Sound','buttons-sound'),(3510,'Digit Audio','digit-audio'),(3511,'Footsteps Post-Production','footsteps-post-production'),(10319,'Madmind Studio','madmind-studio'),(10320,'Team Shifty','team-shifty'),(3513,'Remote Control Productions','remote-control-productions'),(3514,'La Commission de Enfants du Spectacle et le CMB','la-commission-de-enfants-du-spectacle-et-le-cmb'),(10328,'Programmers-3','programmers-3'),(10330,'Toshiba-EMI','toshiba-emi'),(3516,'Animation Vertigo','animation-vertigo'),(10332,'The Bartlet Jones Supernatural Detective Agency','the-bartlet-jones-supernatural-detective-agency'),(10333,'Proletariat, Inc.','proletariat-inc'),(3519,'Studio 154 (Roma)','studio-154-roma'),(3520,'Le Boud\'Art','le-boudart'),(10335,'Lamina Studios','lamina-studios'),(10336,'Juliet Software','juliet-software'),(10337,'Dro Soft','dro-soft'),(3523,'MDP Car Service (Roma)','mdp-car-service-roma'),(3524,'LJR & Associates','ljr-and-associates'),(3525,'Astidal LLC','astidal-llc'),(7,'Visceral Games','visceral-games'),(10347,'Enlight Interactive Inc.','enlight-interactive-inc'),(3536,'Sparx Studio','sparx-studio'),(10349,'Three Fields Entertainment','three-fields-entertainment'),(3538,'Wahoo Stusios Inc.','wahoo-stusios-inc'),(3539,'GlobalStep LLC','globalstep-llc'),(3540,'SGS','sgs'),(3541,'VMC Game Labs','vmc-game-labs'),(3542,'Logrus International','logrus-international'),(3543,'Igloo Music','igloo-music'),(3545,'Electronic Data Systems LLC','electronic-data-systems-llc'),(3546,'Keywords International Ltd','keywords-international-ltd--1'),(10354,'IronOak Games','ironoak-games'),(10355,'kokoromi','kokoromi'),(11,'EA Redwood Shores','ea-redwood-shores'),(10364,'Awaceb','awaceb'),(3557,'Ten Gun Design','ten-gun-design'),(10367,'Thomas Brush','thomas-brush'),(14,'Bullfrog Productions','bullfrog-productions'),(3578,'Henson Recording Studios','henson-recording-studios'),(3579,'United Talent Agency','united-talent-agency'),(3580,'West Coast Armory','west-coast-armory'),(3581,'Demonware','demonware'),(10392,'Deported B.V.','deported-bv'),(3585,'Midnight Oil','midnight-oil'),(10395,'Signa','signa'),(10396,'The Danish Film Institute','the-danish-film-institute'),(3589,'OMD','omd'),(3590,'MEC','mec'),(10398,'EU Media','eu-media'),(10399,'Illutron','illutron'),(10400,'Den Danske Scenekunstskole','den-danske-scenekunstskole'),(10401,'Ministi','ministi'),(10402,'Nordisk Film','nordisk-film'),(10403,'Alexandra Instituttet','alexandra-instituttet'),(10404,'Styrelsen for Forskning og Innovation','styrelsen-for-forskning-og-innovation'),(10405,'Uniscrap A/S Odense','uniscrap-a-slash-s-odense'),(10406,'H. J. Hansen Odense A/S','h-j-hansen-odense-a-slash-s'),(10407,'Somestudio','somestudio'),(10408,'Frederiksberg Svømmehal','frederiksberg-svommehal'),(10409,'Viking\'s Feast','vikings-feast'),(10410,'Kevin L. Jones Catering','kevin-l-jones-catering'),(10411,'Artem Digital','artem-digital'),(10412,'Kinetic Impulse','kinetic-impulse'),(10413,'Minskworks','minskworks'),(10415,'SomaSim','somasim'),(25,'Ion Storm','ion-storm'),(3613,'EARS Mastering Lab','ears-mastering-lab'),(3614,'Iron Claw','iron-claw'),(10439,'A.N.A.L.O.G. Computing','analog-computing'),(10440,'White Door Games','white-door-games'),(10441,'On The Metal','on-the-metal'),(3636,'Audio Network','audio-network'),(3637,'Windham Classics Corporation','windham-classics-corporation'),(3638,'The Northwest Sinfonia','the-northwest-sinfonia'),(10445,'Variable State','variable-state'),(10446,'Team Silent','team-silent'),(3641,'Studio 1 Slovak Radio','studio-1-slovak-radio'),(3642,'MJR Studios','mjr-studios'),(3643,'Steambot','steambot'),(3644,'Valkyrie Entertainment','valkyrie-entertainment'),(3645,'Sixmorevodka','sixmorevodka'),(3646,'Goldtooth Creative Agency','goldtooth-creative-agency'),(3651,'4-Real Intermedia GmbH','4-real-intermedia-gmbh'),(10456,'Blyts','blyts'),(10457,'Andre Bertaglia','andre-bertaglia'),(10458,'Yonder','yonder'),(3670,'Sofix','sofix'),(3671,'IGS','igs'),(3672,'Cyclone System','cyclone-system'),(3673,'EA Hyderabad','ea-hyderabad'),(3674,'Digic Pictures','digic-pictures'),(3675,'The Lyris Quartet','the-lyris-quartet'),(3676,'Albion Localisations','albion-localisations'),(3677,'Anakan GmbH','anakan-gmbh'),(3678,'Pomann Sound','pomann-sound'),(3679,'Mesopotamia Software','mesopotamia-software'),(3680,'42 Entertainment','42-entertainment'),(41,'Riot Games','riot-games'),(42,'Tencent Holdings Ltd','tencent-holdings-ltd'),(44,'Team Ico','team-ico'),(3690,'Tectoy','tectoy'),(3698,'Loriciels','loriciels'),(3699,'Movie Software','movie-software'),(3700,'Hot B','hot-b'),(52,'LTI Gray Matter','lti-gray-matter'),(54,'TransGaming Technologies','transgaming-technologies'),(55,'Turtle Rock Studios','turtle-rock-studios'),(10479,'Bonus Level Entertainment','bonus-level-entertainment'),(10480,'Aleks Kuzmanovic Games','aleks-kuzmanovic-games'),(10481,'Bing Yang','bing-yang'),(10482,'Enigma 23','enigma-23'),(3702,'Tonkin House','tonkin-house'),(3703,'NEC','nec'),(10487,'iDev Games','idev-games'),(3706,'Thinking Rabbit','thinking-rabbit'),(3707,'Fujisankei Communications International','fujisankei-communications-international'),(3708,'Shoeisha','shoeisha'),(10501,'Majorariatto','majorariatto'),(60,'Climax Group','climax-group'),(3716,'Triffix Entertainment Inc','triffix-entertainment-inc'),(3717,'Allods online','allods-online'),(3720,'Bitmasters','bitmasters'),(63,'Pandemic Studios','pandemic-studios'),(3723,'Asuka Technologies','asuka-technologies'),(3724,'Patrick Buckland','patrick-buckland'),(10516,'Portalus Games','portalus-games'),(10517,'Miciosegone Games','miciosegone-games'),(3727,'Aeria Games','aeria-games'),(3728,'Cubic Motion','cubic-motion'),(3729,'Speech Graphics','speech-graphics'),(3730,'Sunny Side Up','sunny-side-up'),(3731,'Weta Worshop Ltd.','weta-worshop-ltd'),(3732,'Digital Dimension','digital-dimension'),(3733,'Goldtooth Creative Studio','goldtooth-creative-studio'),(3734,'Skylark Sound','skylark-sound'),(3735,'Pasadena Jones Productions','pasadena-jones-productions'),(3736,'Texas Lutheran University Choir','texas-lutheran-university-choir'),(3737,'Virgin Records Ltd.','virgin-records-ltd'),(3738,'Universal Music Enterprises','universal-music-enterprises'),(3739,'VoiceBunny','voicebunny'),(3740,'Mike Tristano & Co.','mike-tristano-and-co'),(3741,'Thwacke!','thwacke'),(10528,'Addictive Games Ltd','addictive-games-ltd'),(10529,'Javaground','javaground'),(10530,'dobro','dobro'),(3747,'FlyBoy Team','flyboy-team'),(10532,'Dinofarm Games','dinofarm-games'),(10533,'DietChugg LLC','dietchugg-llc'),(10534,'MediaKite','mediakite'),(10536,'Nordic Softsales AB','nordic-softsales-ab'),(10537,'DropForge Games','dropforge-games'),(10538,'Burut Entertainment','burut-entertainment'),(10539,'SeeThrough Studios','seethrough-studios'),(10540,'Games Of Edan','games-of-edan'),(3760,'Imaginary Forces','imaginary-forces'),(3761,'Metro Voices','metro-voices'),(3762,'Brilliant Colors Digital','brilliant-colors-digital'),(3763,'Section Studios','section-studios'),(3764,'Hayakawa Design Office','hayakawa-design-office'),(3765,'DevIL Image Libary','devil-image-libary'),(10543,'Out Of Bounds Games','out-of-bounds-games'),(10544,'Jesse Barksdale','jesse-barksdale'),(10545,'Davilex Games','davilex-games'),(10546,'Dreams','dreams'),(10547,'Last Level','last-level'),(10548,'Aleson','aleson'),(10549,'HypeTrain Digital','hypetrain-digital'),(10550,'M. Hanka','m-hanka'),(10551,'Liu Lidan','liu-lidan'),(10552,'Fun Punch','fun-punch'),(10553,'Sean Walton','sean-walton'),(10554,'StevenHarmonGames','stevenharmongames'),(10555,'Weyrdworks Studio','weyrdworks-studio'),(10556,'Looterkings GmbH','looterkings-gmbh'),(10557,'The GD Studio','the-gd-studio'),(10558,'Tempest Software','tempest-software'),(10559,'Fish (UK) Ltd.','fish-uk-ltd'),(10560,'Syscom Entertainment','syscom-entertainment'),(3769,'Mocap.pl','mocap-dot-pl'),(3770,'Orange Tree','orange-tree'),(3771,'Studio Sound Tropez','studio-sound-tropez'),(3772,'Ultimate Play the Game','ultimate-play-the-game'),(3773,'Zippo Games','zippo-games'),(3774,'Kisareth Studios','kisareth-studios'),(3775,'Bee Tribe','bee-tribe'),(3776,'Graham Nelson','graham-nelson'),(3777,'Dolby Laboratories','dolby-laboratories'),(3778,'KATSUGEKIZA Inc. Motion Actors Japan','katsugekiza-inc-motion-actors-japan'),(3779,'Ignis Imageworks Corp.','ignis-imageworks-corp'),(272,'Madlab Software','madlab-software'),(274,'Sir-Tech Canada','sir-tech-canada'),(275,'Titan Computer','titan-computer'),(276,'EA UK','ea-uk'),(277,'EA Canada','ea-canada'),(3804,'Ubisoft GmbH','ubisoft-gmbh'),(3805,'Sprachlabor Audioproduktionen GmbH','sprachlabor-audioproduktionen-gmbh'),(3806,'Triple A Testing','triple-a-testing'),(3807,'Ubisoft Entertainment US','ubisoft-entertainment-us'),(279,'4J Studios','4j-studios'),(280,'Starbreeze Studios','starbreeze-studios'),(281,'Tigon Studios','tigon-studios'),(282,'Trilobyte','trilobyte'),(285,'Tiertex Design Studios','tiertex-design-studios'),(3814,'Soho Sound Kitchen','soho-sound-kitchen'),(3815,'Dhruva Interactive','dhruva-interactive'),(3816,'Ten24','ten24'),(3818,'FlamingLunchBox','flaminglunchbox'),(3819,'Crazy Moo Games','crazy-moo-games'),(3820,'KISS ltd','kiss-ltd'),(3822,'picroma','picroma'),(3823,'Smartly Dressed Games','smartly-dressed-games'),(3824,'Nelson Sexton','nelson-sexton'),(3825,'Alliance Media Holdings','alliance-media-holdings'),(3826,'Serious Brew','serious-brew'),(3827,'Serious Brew','serious-brew--1'),(3828,'SmashGames','smashgames'),(3830,'Test3 Projects','test3-projects'),(3832,'Robot Loves Kitty','robot-loves-kitty'),(300,'Nintendo Creative Department','nintendo-creative-department'),(3836,'devCAT','devcat'),(3837,'Level Up Labs','level-up-labs'),(3838,'Synergistic Software, Inc.','synergistic-software-inc'),(3839,'Crackshell','crackshell'),(3840,'Jochum Skoglund','jochum-skoglund'),(3841,'Niklas Myrberg','niklas-myrberg'),(3842,'Santa Cruz games','santa-cruz-games'),(3843,'GR3 Project','gr3-project'),(3844,'Firma Studios','firma-studios'),(3845,'BioWare Austin','bioware-austin'),(3846,'Warner Bros. Post Production Services','warner-bros-post-production-services'),(3847,'The London Session Orchestra','the-london-session-orchestra'),(3848,'SPOV','spov'),(3849,'NASA','nasa'),(3850,'NOAA','noaa'),(3851,'Video Copilot','video-copilot'),(3852,'NoodleHaus','noodlehaus'),(3853,'Hamagami/Carroll Inc.','hamagami-slash-carroll-inc'),(3854,'PicturePlane','pictureplane'),(3855,'Sony Computer Entertainment LLC\'s Product Development Services Group','sony-computer-entertainment-llcs-product-development-services-group'),(3856,'SCEA Motion Capture','scea-motion-capture'),(3857,'Daniels Wood Lane Inc.','daniels-wood-lane-inc'),(3858,'Independent Studio Services','independent-studio-services'),(3859,'CAA','caa'),(3860,'Space X','space-x'),(3861,'Mimic Studios','mimic-studios'),(10783,'Media Mill','media-mill'),(3863,'Böck GmbH','bock-gmbh'),(3864,'Palex','palex'),(10785,'Onezize','onezize'),(10786,'Liquid Development','liquid-development'),(10787,'CounterPunch Studios','counterpunch-studios'),(3869,'Blackbird Interactive','blackbird-interactive'),(3870,'Okratron 5000','okratron-5000'),(3871,'Duael Designs LLC','duael-designs-llc'),(3872,'BOND','bond'),(3873,'Layer Media','layer-media'),(3874,'Access Communications','access-communications'),(3875,'MODCo Media','modco-media'),(3876,'Torus GmbH','torus-gmbh'),(3877,'Motion Grinder','motion-grinder'),(3878,'Brantom Enterprises','brantom-enterprises'),(3880,'Mirandion Software','mirandion-software'),(3881,'Game Audio Australia','game-audio-australia'),(313,'Success Corporation','success-corporation'),(10804,'LiteNinja','liteninja'),(315,'Trion Worlds','trion-worlds'),(316,'Sierra','sierra'),(317,'Dynamix','dynamix'),(10834,'Mindillusion','mindillusion'),(10835,'Donkey Crew','donkey-crew'),(10836,'Green Man Gaming Publishing','green-man-gaming-publishing'),(10837,'Team Porpoise','team-porpoise'),(7180,'Arpeggio Games','arpeggio-games'),(10839,'BitFinity','bitfinity'),(320,'Kan Navi','kan-navi'),(10841,'Lizard Factory','lizard-factory'),(10842,'Comrades Inc.','comrades-inc'),(10843,'Foddy.net','foddy-dot-net'),(10844,'Honor Code, Inc.','honor-code-inc'),(7187,'Vulcan','vulcan'),(7188,'Idea','idea'),(7189,'KarmaSoft','karmasoft'),(10847,'UMI','umi'),(7191,'Omnitrend','omnitrend'),(7192,'Power Computing','power-computing'),(7193,'Gonzo Games','gonzo-games'),(7194,'TTR Development','ttr-development'),(7195,'Tatsumi','tatsumi'),(3928,'Ubisoft Chengdu','ubisoft-chengdu'),(7197,'PXL','pxl'),(7198,'Actionware','actionware'),(3936,'Wave London','wave-london'),(3937,'mouse-power GmbH','mouse-power-gmbh'),(3938,'Das Hörspielstudio XBerg GmbH','das-horspielstudio-xberg-gmbh'),(3939,'Tonstudio Krauthausen GmbH','tonstudio-krauthausen-gmbh'),(3940,'U-TRAX','u-trax'),(3941,'Scillex','scillex'),(3942,'entalize','entalize'),(3943,'Ubisoft South Korea','ubisoft-south-korea'),(3944,'Latis Global Communications','latis-global-communications'),(3946,'#30 Jutz Zollern Workroom','number-30-jutz-zollern-workroom'),(3947,'Young Jump Animation','young-jump-animation'),(3948,'Cybersoft','cybersoft'),(3949,'Magifact','magifact'),(3950,'Blue Turtle','blue-turtle'),(3951,'Denton Designs','denton-designs'),(3952,'ISCO','isco'),(3953,'Magic Bytes','magic-bytes'),(3954,'RSP','rsp'),(3956,'IronMonkey Studios','ironmonkey-studios'),(3957,'M2H','m2h--1'),(7214,'Robot Invader','robot-invader'),(7215,'Parabole','parabole'),(3966,'ESABU','esabu'),(3967,'Nord Media Films Studio','nord-media-films-studio'),(3968,'Project Sam','project-sam'),(3969,'East West','east-west'),(3970,'globalvoX','globalvox'),(3971,'Master Symphony Orchestra Valencia','master-symphony-orchestra-valencia'),(3972,'The Bratislawa Symphony Orchestra','the-bratislawa-symphony-orchestra'),(3974,'The Slovak National Symphony Orchestra','the-slovak-national-symphony-orchestra'),(3975,'Konami UK Studio','konami-uk-studio'),(7221,'Sacred Sword','sacred-sword'),(3977,'Konami Digital Entertainment B.V.','konami-digital-entertainment-bv'),(3978,'Konami Digital Entertainment Inc.','konami-digital-entertainment-inc'),(3979,'Konami Digital Entertainment Co. Ltd.','konami-digital-entertainment-co-ltd'),(7227,'Expat','expat'),(7228,'Axion Studios','axion-studios'),(7229,'Knockout Games','knockout-games'),(7230,'Imagos Studios','imagos-studios'),(7231,'Iridium Studios','iridium-studios'),(7232,'Mana Games','mana-games'),(7233,'TAG','tag'),(7234,'Firesky','firesky'),(7235,'Cheyenne Mountain Entertainment','cheyenne-mountain-entertainment'),(7236,'Brad Fregger','brad-fregger'),(7237,'Terramarque','terramarque'),(7238,'New Pencil Inc.','new-pencil-inc'),(7239,'Red Hill Studios','red-hill-studios'),(7240,'Golden VizComm','golden-vizcomm'),(7241,'Orange Studio','orange-studio'),(7242,'Six Shooter Games','six-shooter-games'),(7243,'Tumblehead-Animation Studios','tumblehead-animation-studios'),(7244,'DQ Entertainment International','dq-entertainment-international'),(7245,'Bay Area Sound','bay-area-sound'),(7246,'Adobe Systems','adobe-systems'),(7247,'Macromedia','macromedia'),(7248,'Red House Studios','red-house-studios'),(3989,'Playcast-media','playcast-media'),(7250,'Naiad Entertainment','naiad-entertainment'),(3991,'Russel','russel'),(7252,'Black Maple Games','black-maple-games'),(3993,'IMGS, INC.','imgs-inc'),(7254,'Impulze','impulze'),(7255,'Golden Goblins','golden-goblins'),(7256,'Valhalla Cats','valhalla-cats'),(3999,'WOMB Music','womb-music'),(4000,'Bug-Tracker INC.','bug-tracker-inc'),(4010,'Macrospace','macrospace'),(4011,'Lost Boys Games','lost-boys-games'),(4012,'Innocuous Games','innocuous-games'),(4013,'Active Enterprises','active-enterprises'),(4015,'Recreational Brainware','recreational-brainware'),(4016,'Minor Key Games','minor-key-games'),(4017,'Earbash Inc.','earbash-inc'),(4018,'The Research Centaur','the-research-centaur'),(4019,'VMC Game Labs, Montreal','vmc-game-labs-montreal'),(4020,'Trias Digital','trias-digital'),(7268,'Global Software','global-software'),(4022,'Happy Feet Foley','happy-feet-foley'),(7270,'BOMS Computer Games','boms-computer-games'),(7271,'Leisure Genius','leisure-genius'),(7272,'Screen 7 Entertainment - duplicate','screen-7-entertainment-duplicate'),(4025,'G-Amusements','g-amusements'),(7274,'Supervision','supervision'),(7275,'The Hidden','the-hidden'),(4027,'Focus Multimedia','focus-multimedia'),(4028,'Citizen Software','citizen-software'),(4029,'Xilam','xilam'),(7277,'peakvox','peakvox'),(7278,'Alan Hazelden','alan-hazelden'),(4032,'Sapient Corporation','sapient-corporation'),(4033,'GL33K, LLC','gl33k-llc'),(7282,'Associated Production Music','associated-production-music'),(7283,'Centennia','centennia'),(7284,'Animal Arts','animal-arts'),(7285,'Rosalyn Catering','rosalyn-catering'),(4035,'Polyassets United Inc.','polyassets-united-inc'),(4036,'SomaTone Audio','somatone-audio'),(7289,'Varitel San Francisco','varitel-san-francisco'),(4038,'Little Red Zombies','little-red-zombies'),(7291,'Litigation','litigation'),(7292,'Technologies','technologies'),(7293,'American Zoetrope','american-zoetrope'),(7294,'Poolside Studios','poolside-studios'),(7295,'Outpost San Francisco','outpost-san-francisco'),(7296,'Forte Music Studios','forte-music-studios'),(7297,'MuHa Games','muha-games'),(7298,'Freehold Games','freehold-games'),(4045,'TecMagik','tecmagik'),(7300,'Pinkapp games','pinkapp-games'),(7301,'Arsys Software','arsys-software'),(7302,'Michaelsoft Inc.','michaelsoft-inc'),(4051,'Kokopeli Digital Studios','kokopeli-digital-studios'),(7304,'Sakuratei Motion Capture','sakuratei-motion-capture'),(4053,'Corbis Images','corbis-images'),(7308,'Tokyo Itoi Shigesato Office','tokyo-itoi-shigesato-office'),(7309,'Glass Eye Pix','glass-eye-pix'),(7310,'EPK','epk'),(7311,'Robotic Dream Studios','robotic-dream-studios'),(7312,'Industrial Arts','industrial-arts'),(4058,'Mario Kart Band','mario-kart-band'),(7314,'Kalloc Studios','kalloc-studios'),(4060,'Adult Swim','adult-swim'),(7316,'Nuke Digital & Technology','nuke-digital-and-technology'),(7317,'Uni-Digital','uni-digital'),(4063,'Limasse Five','limasse-five'),(7319,'Star Maid Games','star-maid-games'),(4065,'Curve Studios','curve-studios'),(4066,'Equilibrium','equilibrium'),(4067,'WJS Design','wjs-design'),(4068,'Infinitap Games','infinitap-games'),(4069,'Derek Yu','derek-yu'),(4070,'Eyebrow Interactive','eyebrow-interactive'),(4071,'Bruno R. Marcos','bruno-r-marcos'),(4072,'LSP','lsp'),(4073,'Similis','similis'),(4074,'TNX Music Recordings','tnx-music-recordings'),(7321,'Big Wheels Studio','big-wheels-studio'),(7322,'The Blade Runner Partnership','the-blade-runner-partnership'),(7323,'Icon Art','icon-art'),(7324,'Wavegroup Sound','wavegroup-sound'),(7325,'Atrophy Studios','atrophy-studios'),(7326,'Petrified Productions','petrified-productions'),(7327,'Perceptive Sound Design','perceptive-sound-design'),(7328,'Advantage Audio','advantage-audio'),(7329,'BLT & Associates','blt-and-associates'),(4082,'The Sequence Group','the-sequence-group'),(7331,'Filmakademie Baden-Württemberg','filmakademie-baden-wurttemberg'),(4084,'Zener Works Inc.','zener-works-inc'),(4085,'Bacteria Inc.','bacteria-inc'),(4086,'Otogi LLC','otogi-llc'),(4092,'N3V Games','n3v-games'),(4093,'H2 Interactive - duplicate','h2-interactive-duplicate'),(4094,'Aldorlea Games','aldorlea-games'),(4095,'Kouyousha','kouyousha'),(4096,'Vertigo Games','vertigo-games'),(4098,'Bootleg','bootleg'),(4099,'Open Corp','open-corp'),(4100,'Aventurine','aventurine'),(4103,'SRD Co., Ltd.','srd-co-dot-ltd'),(4104,'Mox Co., Ltd.','mox-co-dot-ltd'),(4105,'Kenproduction','kenproduction'),(4106,'Light Weight','light-weight'),(4107,'SCE Australia','sce-australia'),(362,'Pi Studios','pi-studios'),(4109,'Kabam','kabam'),(365,'Rockstar North','rockstar-north'),(366,'Epyx','epyx'),(367,'Gray Matter Interactive','gray-matter-interactive'),(368,'Infocom','infocom'),(4119,'Mirrorsoft','mirrorsoft'),(4122,'DR Korea','dr-korea'),(4123,'Alexey Pajitnov','alexey-pajitnov'),(4124,'Vadim Gerasimov','vadim-gerasimov'),(4129,'Project Just','project-just'),(4130,'The Developers of Incredible Power','the-developers-of-incredible-power'),(4131,'Mobila Interactive','mobila-interactive'),(4134,'Upper One Games','upper-one-games'),(4135,'E-Line Media','e-line-media'),(4136,'River Cresco','river-cresco'),(4137,'Rebecca Heineman','rebecca-heineman'),(4138,'Main Street Publishing','main-street-publishing'),(4139,'John Sands Electronics','john-sands-electronics'),(4140,'Logitec','logitec'),(4141,'UIEvolution','uievolution'),(4142,'2 Player Productions','2-player-productions'),(4143,'Dracogen Inc.','dracogen-inc'),(10867,'Rhino Games','rhino-games'),(10868,'ZuoBuLaiGame Studio','zuobulaigame-studio'),(10869,'Fireline Games','fireline-games'),(10871,'GDNomad','gdnomad'),(10872,'P-Squared Productions','p-squared-productions'),(10873,'Safari Software','safari-software'),(10874,'Memex s.r.o.','memex-sro'),(10875,'Fenixfire','fenixfire'),(4152,'Typodermic Inc.','typodermic-inc'),(4153,'Georgrify','georgrify'),(10879,'ThirtyThree','thirtythree'),(10880,'Internet URL S.A.','internet-url-sa'),(7476,'Thinking Studios','thinking-studios'),(7477,'Slam Dunk Studios','slam-dunk-studios'),(7478,'Black Jacket Studios','black-jacket-studios'),(10884,'Americana Software Limited','americana-software-limited'),(10885,'0verflow','0verflow'),(7482,'Revolution Software Ltd','revolution-software-ltd'),(7483,'Gunnar Games, Inc.','gunnar-games-inc'),(7484,'Invent4 Entertainment','invent4-entertainment'),(7486,'Game Factory Interactive','game-factory-interactive'),(10893,'Bezdomnii','bezdomnii'),(7488,'Power of 2','power-of-2'),(7489,'Frima','frima'),(7490,'Chaos Concept','chaos-concept'),(7491,'Big Splash Games, LLC','big-splash-games-llc'),(7493,'Vectorpark, Inc.','vectorpark-inc'),(7494,'Awem Studio','awem-studio'),(7495,'iWin','iwin'),(4163,'Seven Tales Inc.','seven-tales-inc'),(4164,'Sperasoft Inc.','sperasoft-inc'),(4165,'Work at Play Media Labs','work-at-play-media-labs'),(4166,'GameSim Technologies','gamesim-technologies'),(4167,'Johnny Blerot Sound','johnny-blerot-sound'),(10899,'Softnauts','softnauts'),(10900,'Sancho','sancho'),(10901,'Tang\'s Electronic Co., Ltd.','tangs-electronic-co-dot-ltd'),(10902,'Sydney Development Corp.','sydney-development-corp'),(4172,'ReelFX Creative Studios','reelfx-creative-studios'),(10904,'Med System Software','med-system-software'),(10905,'TripleR Games','tripler-games'),(10906,'Ellis Studios','ellis-studios'),(10907,'Leven Lab','leven-lab'),(10908,'Thunder Game Works','thunder-game-works'),(4177,'Team Soho','team-soho'),(4178,'HBO','hbo'),(7515,'Dust Devil Studios Inc.','dust-devil-studios-inc'),(7516,'Virtual Prophecy Entertainment','virtual-prophecy-entertainment'),(10912,'Systence Games','systence-games'),(10913,'Big Cow Studios','big-cow-studios'),(10914,'Reddoll Srl','reddoll-srl'),(10915,'Nexa Corporation','nexa-corporation'),(398,'Ubisoft Shanghai','ubisoft-shanghai'),(7527,'Hitbox Team','hitbox-team'),(7528,'Bohemia Interactive','bohemia-interactive'),(10926,'DaSuppa Studios','dasuppa-studios'),(10927,'Tripartible','tripartible'),(10928,'NNtechnocracy','nntechnocracy'),(7533,'Bacon Wrapped Games','bacon-wrapped-games'),(7534,'WXP Games, LLC','wxp-games-llc'),(403,'Sucker Punch Productions','sucker-punch-productions'),(10944,'Livesay Computer Games, Inc.','livesay-computer-games-inc'),(10945,'Aackonsoft International','aackonsoft-international'),(7552,'Pixelante Game Studios','pixelante-game-studios'),(7553,'PomPom','pompom'),(7554,'Pom Pom Games','pom-pom-games'),(7555,'Total Eclipse','total-eclipse'),(10950,'DIGIDICED','digidiced'),(10951,'Ketos Games','ketos-games'),(10952,'Chocoarts','chocoarts'),(10953,'Kikiwik Games','kikiwik-games'),(10954,'Binokle Studio','binokle-studio'),(7557,'Reloaded Games','reloaded-games'),(7558,'Gamersfirst','gamersfirst'),(7559,'TURBO TAPE GAMES','turbo-tape-games'),(7560,'Olde Sküül','olde-skuul'),(7561,'Interplay Entertainment Corp. - duplicate','interplay-entertainment-corp-duplicate'),(10964,'1337 & Senri AB','1337-and-senri-ab'),(4181,'MojoTouch','mojotouch'),(7570,'Outerminds','outerminds'),(7571,'Virtual Basement LLC','virtual-basement-llc'),(7572,'Code Headquarters LLC','code-headquarters-llc'),(7573,'Japan Art Media','japan-art-media'),(7574,'Media Rings','media-rings'),(7575,'Hammer Glass Studio','hammer-glass-studio'),(4185,'Goatmeal','goatmeal'),(4186,'NISA QA Team','nisa-qa-team'),(4187,'Bang Zoom! Entertainment','bang-zoom-entertainment'),(4188,'noLa inc.','nola-inc'),(4189,'Tenpei Studio','tenpei-studio'),(4190,'ARASYSTEM Inc.','arasystem-inc'),(4191,'O-TWO Inc.','o-two-inc'),(4192,'NAC Inc.','nac-inc'),(4193,'TOTONYAN Co., Ltd.','totonyan-co-dot-ltd'),(7581,'Flying Dutchman Studios','flying-dutchman-studios'),(405,'Spiders','spiders'),(406,'Ubisoft Massive','ubisoft-massive'),(10990,'Infrogrames','infrogrames'),(10991,'Cranky Pants - duplicate','cranky-pants-duplicate'),(10992,'Anarchy Entertainment','anarchy-entertainment'),(10993,'Paradox Entertainment','paradox-entertainment'),(10995,'Investigate North','investigate-north'),(7604,'Vblank Entertainment, Inc.','vblank-entertainment-inc'),(409,'WB Games - duplicate','wb-games-duplicate'),(7606,'Ino-Co Plus','ino-co-plus'),(7607,'Digital Reality Software & Playbox','digital-reality-software-and-playbox'),(411,'Robosoft Technologies','robosoft-technologies'),(7609,'Big Robot Ltd','big-robot-ltd'),(7610,'ExDream GmbH','exdream-gmbh'),(7612,'Skywalker Symphony Chorus','skywalker-symphony-chorus'),(413,'Human Head Studios','human-head-studios'),(4202,'HBIKI.INC','hbiki-dot-inc'),(7617,'Yeti Trunk','yeti-trunk'),(7619,'Illwinter Game Design','illwinter-game-design'),(418,'EA Play','ea-play'),(7621,'Cloud 9 Studio','cloud-9-studio'),(420,'Flying Wild Hog','flying-wild-hog'),(7625,'Scorpio Sound','scorpio-sound'),(7626,'O\'Henry Sound Studios','ohenry-sound-studios'),(4213,'Toronn','toronn'),(4214,'TAKORASU','takorasu'),(7631,'Chaosium Inc','chaosium-inc'),(4218,'fuzichico','fuzichico'),(4219,'Emigre Inc.','emigre-inc'),(7634,'Lethal Sounds','lethal-sounds'),(7636,'Kiz Studios','kiz-studios'),(7637,'Pinnacle Software','pinnacle-software'),(7638,'Smack Down Productions','smack-down-productions'),(7639,'Securom','securom'),(7640,'ATDI','atdi'),(4225,'Team Reptile','team-reptile'),(4227,'Amblin Entertainment','amblin-entertainment'),(7651,'Super Gazole','super-gazole'),(4229,'Union Systems','union-systems'),(7653,'EDS','eds'),(4231,'Perfect Entertainment','perfect-entertainment'),(4232,'XDEV Studio Europe','xdev-studio-europe'),(4233,'Carbon Digital','carbon-digital'),(4234,'Surface Digital','surface-digital'),(4235,'The Station Interactive','the-station-interactive'),(7660,'Thierry Words of Magic','thierry-words-of-magic'),(430,'duplicate company name 1','duplicate-company-name-1'),(431,'Ready at Dawn','ready-at-dawn'),(7686,'Void Majestherion','void-majestherion--1'),(7687,'Mathieu Renaudat','mathieu-renaudat--1'),(7688,'Luigi Di Guida','luigi-di-guida--1'),(7689,'Thunder Mountain','thunder-mountain'),(7690,'Phigames','phigames'),(7691,'Simutronics','simutronics'),(7692,'Desunoya','desunoya'),(11033,'Sheridans','sheridans'),(11034,'Pipeworks Studio','pipeworks-studio'),(11035,'Psyop','psyop'),(11036,'Roboto Entertainment','roboto-entertainment'),(11037,'Talentware','talentware'),(11038,'Short Short Super','short-short-super'),(11039,'Netlight','netlight'),(11040,'Santa Monica Studio','santa-monica-studio'),(11041,'Clinton Studios NYC','clinton-studios-nyc'),(11042,'Legacy Sound','legacy-sound'),(11043,'CELA','cela'),(11044,'XPS Media Lab','xps-media-lab'),(7695,'SMP','smp'),(7696,'Rudolf Kremers & Alex May','rudolf-kremers-and-alex-may'),(7697,'Tuna','tuna'),(7698,'iPi Soft','ipi-soft'),(7699,'iPi Soft','ipi-soft--1'),(7701,'Dovetail Games','dovetail-games'),(7703,'ioneo','ioneo'),(4242,'Heartbeat','heartbeat'),(7709,'Games Foundry','games-foundry--1'),(7710,'Ascaron','ascaron'),(7711,'Radial Games Corp','radial-games-corp'),(7712,'Radial Games','radial-games'),(7713,'Badland Studio','badland-studio'),(7714,'Scirra','scirra'),(7715,'Alligator Pit','alligator-pit'),(7716,'Neople','neople'),(444,'Radical Entertainment','radical-entertainment'),(4252,'B.B. Studio','bb-studio'),(4253,'Tightrope','tightrope'),(4254,'Highwind Production','highwind-production'),(7718,'Perfect Square Studios','perfect-square-studios'),(7719,'Bankroll Studios','bankroll-studios'),(7720,'Merritt Kopas','merritt-kopas'),(11056,'Games Quality','games-quality'),(446,'Got Game Entertainment','got-game-entertainment'),(4256,'TAP','tap'),(4257,'Kagura','kagura'),(4258,'Wish','wish'),(4259,'Buyu','buyu'),(4260,'Sanko Production','sanko-production'),(4261,'Cresco Motion Design','cresco-motion-design'),(4262,'Layup','layup'),(4263,'Motion Area','motion-area'),(7724,'Channel 4','channel-4--1'),(4265,'Netchubiyori','netchubiyori'),(4266,'Toylogic','toylogic'),(11057,'Fourth Wall Studios','fourth-wall-studios'),(11058,'Gunning Cat Productions','gunning-cat-productions'),(11061,'Ground Zero Productions','ground-zero-productions'),(11062,'HDRImaps.com','hdrimaps-dot-com'),(7739,'The Actor\'s Group','the-actors-group'),(11064,'Sleepwalker Media','sleepwalker-media'),(11065,'Sound Kitchen','sound-kitchen'),(11066,'Digiart','digiart'),(11067,'Games Workshop','games-workshop'),(11068,'Amberlight','amberlight'),(11069,'Foto Formation','foto-formation'),(11070,'Illuminate Labs','illuminate-labs'),(11071,'Media Catalyst','media-catalyst'),(11072,'Native Instruments','native-instruments'),(11073,'Nimrod Productions','nimrod-productions'),(7750,'West Side','west-side'),(7751,'Griot Studio','griot-studio'),(11075,'SN Systems','sn-systems'),(7753,'Junglevision Software','junglevision-software'),(11077,'Typies Casting','typies-casting'),(465,'U.S. Army','u-s-army'),(7758,'Flarewave Inc.','flarewave-inc'),(11082,'Sharpe Sound','sharpe-sound'),(11083,'StudioRoad','studioroad'),(11084,'Bamboo Inc.','bamboo-inc'),(11085,'T2studios','t2studios'),(4282,'Paprikari','paprikari'),(4283,'Avanquest','avanquest'),(4284,'GSP','gsp'),(4285,'Iguana Entertainment UK','iguana-entertainment-uk'),(4286,'Virtools','virtools'),(4288,'i5works','i5works'),(4289,'Unlimited Software','unlimited-software'),(7778,'Ska Studios','ska-studios'),(4291,'CD Projekt','cd-projekt'),(4292,'FreakZone Games','freakzone-games'),(4293,'ScrewAttack Entertainment','screwattack-entertainment'),(11099,'Union Cho','union-cho'),(4295,'Trine Games','trine-games'),(4296,'Mad Vulture Games','mad-vulture-games'),(4297,'Montsoft','montsoft'),(4298,'Exact','exact'),(4299,'Century Interactive','century-interactive'),(11105,'Crate','crate'),(4301,'danciao','danciao'),(4302,'Amzy','amzy'),(4303,'Aprize','aprize'),(4304,'Ayanehonpo','ayanehonpo'),(4305,'Jelly Think','jelly-think'),(4306,'JSC Games','jsc-games'),(4307,'Kurogane','kurogane'),(4308,'Pleocene','pleocene'),(4309,'Q\'tron','qtron'),(4310,'Safari Games','safari-games'),(4311,'Vroooom','vroooom'),(4312,'StudioHand','studiohand'),(4313,'Terabyte','terabyte'),(11110,'Guitar Player Magazine','guitar-player-magazine'),(4315,'Pone Company','pone-company'),(11112,'Krank','krank'),(4317,'Textfarm','textfarm'),(4318,'GodSpeed Games','godspeed-games'),(11116,'Pantiac','pantiac'),(11117,'Wrigley\'s','wrigleys'),(11120,'Free Wave','free-wave'),(4324,'Redback Sales','redback-sales'),(11122,'FIX Inc','fix-inc'),(491,'Dreamworks Games','dreamworks-games'),(492,'Atomic Games','atomic-games'),(493,'Stormregion','stormregion'),(494,'Battlefront.com','battlefront-com'),(11132,'Studio abRiR','studio-abrir'),(11133,'Iphigeneia Studio','iphigeneia-studio'),(11134,'Bestscore Corporation','bestscore-corporation'),(4334,'flapper3','flapper3'),(4335,'Moldworks','moldworks'),(499,'Relic','relic'),(500,'Auran','auran'),(4338,'Peco','peco'),(4339,'Katalyst Lab','katalyst-lab'),(11140,'LocWorks','locworks'),(4342,'Bandai Namco Games Europe','bandai-namco-games-europe'),(4343,'Pole To Win India','pole-to-win-india'),(4344,'Boeing','boeing'),(4345,'Dassault Aviation','dassault-aviation'),(11145,'Witching Hour Studios','witching-hour-studios'),(4347,'Japan Air Self-Defence Force','japan-air-self-defence-force'),(4348,'Northrop Gruman Corporation','northrop-gruman-corporation'),(4349,'Creek & River','creek-and-river'),(4350,'Digitalware','digitalware'),(11150,'BlueCodeGames','bluecodegames'),(11152,'Phaser Lock Interactive','phaser-lock-interactive'),(507,'Volition Inc','volition-inc'),(508,'PlayFirst','playfirst'),(11166,'Human Interface','human-interface'),(4364,'Zaxis Games','zaxis-games--1'),(4365,'B-Evil','b-evil--1'),(4366,'AdrenalRush Games','adrenalrush-games'),(4378,'Johnson Voorsanger Productions','johnson-voorsanger-productions'),(519,'Graphic Simulations','graphic-simulations'),(4380,'VooFoo Studios','voofoo-studios'),(529,'Flying Legends','flying-legends'),(530,'Eagle Dynamics','eagle-dynamics'),(4384,'Waterproof Studios','waterproof-studios'),(4385,'Tyler West Studio','tyler-west-studio'),(4386,'Effective Media GmbH','effective-media-gmbh'),(4387,'FILMharmonic Orchestra of Prage','filmharmonic-orchestra-of-prage'),(11174,'Crim','crim'),(11175,'Idealogic S.A.','idealogic-sa'),(11176,'Nidecom Soft','nidecom-soft'),(11177,'Taskset Ltd.','taskset-ltd'),(11179,'Bantam Software','bantam-software'),(7904,'Phosfiend Systems','phosfiend-systems'),(7905,'Gravity Interactive','gravity-interactive'),(7908,'Awfully Nice Studios','awfully-nice-studios'),(4392,'Hanho','hanho'),(4393,'Margarita Mix Hollywood','margarita-mix-hollywood'),(4394,'Nickelodeon Digital','nickelodeon-digital'),(11228,'Compound Audio','compound-audio'),(4396,'Cook Intel Tribal Counsil','cook-intel-tribal-counsil'),(4397,'Unity Games Japan','unity-games-japan'),(11231,'Silk Studios','silk-studios'),(11232,'Imagi Studios','imagi-studios'),(7925,'Dark Castle Software','dark-castle-software'),(4408,'CITC Enterprises','citc-enterprises'),(11234,'Summit Entertainment','summit-entertainment'),(4411,'Tronix','tronix'),(11237,'Rocket Jump Technology','rocket-jump-technology'),(11238,'Hexecutable','hexecutable'),(7935,'Centauri Production','centauri-production'),(11240,'Highlands Computer Services','highlands-computer-services'),(7937,'SaintXi','saintxi'),(11242,'Sinister Systems','sinister-systems'),(11243,'LyN XP','lyn-xp'),(11244,'Pitbull Studio','pitbull-studio'),(11245,'FoliTech','folitech'),(7941,'KatGames','katgames'),(7942,'Sarbakan','sarbakan'),(7943,'Yullaby','yullaby'),(7944,'Hip Soft','hip-soft'),(7945,'Alawar','alawar'),(11249,'Games by Robert, LLC','games-by-robert-llc'),(11250,'Photoplay Games','photoplay-games'),(11251,'BudgeCo., Inc.','budgeco-dot-inc'),(11252,'Howard W. Sams & Co., Inc.','howard-w-sams-and-co-dot-inc'),(4424,'Psydra Games LLC','psydra-games-llc'),(7952,'Sabi Games','sabi-games'),(7953,'Makivision Games','makivision-games'),(7954,'Dream Forge Entertainment, LLC','dream-forge-entertainment-llc'),(7955,'Crystal Empire Games','crystal-empire-games'),(7956,'Gadget Games','gadget-games'),(11261,'Nether Productions, LLC','nether-productions-llc--1'),(11262,'Gearbox Publishing','gearbox-publishing'),(11263,'Task Force Computer Games','task-force-computer-games'),(11264,'Crystalware','crystalware'),(4431,'PB Outsourcing GmbH','pb-outsourcing-gmbh'),(4432,'Brandenburgisches Staatorchester','brandenburgisches-staatorchester'),(7965,'Silent Dreams','silent-dreams'),(7966,'Totem Games','totem-games'),(7967,'Dagger Games','dagger-games'),(7968,'Icehole Games','icehole-games'),(7969,'Gogii','gogii'),(4436,'3D Ages','3d-ages'),(4437,'OeRSTED','oersted'),(4438,'B-Factory','b-factory'),(4440,'Adult Swim Games','adult-swim-games'),(7985,'React Games','react-games--1'),(11269,'Stellar Circle','stellar-circle'),(7987,'I Sioux Game Productions B.V.','i-sioux-game-productions-bv'),(11272,'Phoenix Software, Inc.','phoenix-software-inc'),(4443,'Mucky Foot Productions','mucky-foot-productions'),(4444,'Asylum Studios','asylum-studios'),(4445,'Gamepires','gamepires'),(4446,'Wingnut Films','wingnut-films'),(4447,'Middle-Earth Enterprieses','middle-earth-enterprieses'),(4448,'WB Games New York','wb-games-new-york'),(4449,'Sprung Studios','sprung-studios'),(4450,'Alpha CRG','alpha-crg'),(7999,'UIG','uig'),(8000,'Actalogic','actalogic'),(8001,'Cockroach Inc.','cockroach-inc'),(4452,'Square Product Development Division 6','square-product-development-division-6'),(8003,'Kot in Action Creative Artel','kot-in-action-creative-artel'),(4454,'Lay-Up','lay-up'),(4455,'Sega AM5','sega-am5'),(11283,'Sparrow House Games','sparrow-house-games'),(4457,'Macro Soft','macro-soft'),(4459,'Rodeo Games','rodeo-games'),(4460,'Twistplay','twistplay'),(11286,'Fouchemuzik','fouchemuzik'),(11287,'Yo Eleven Productions','yo-eleven-productions'),(11288,'GDH','gdh'),(11289,'Igloo Digital Arts','igloo-digital-arts'),(11290,'Outso Limited','outso-limited'),(8008,'RED DUCK Inc.','red-duck-inc'),(11292,'Hwy1Productions','hwy1productions'),(8010,'NQ Games','nq-games'),(11294,'National Federation of the Blind','national-federation-of-the-blind'),(8012,'Hazardous Software Inc.','hazardous-software-inc'),(11296,'European Blind Union','european-blind-union'),(8017,'Playbrains','playbrains'),(8018,'Fuel Entertainment','fuel-entertainment'),(8019,'1C-Avalon','1c-avalon'),(11299,'Forgames','forgames'),(11300,'Game Developer X','game-developer-x'),(11301,'Area 34','area-34'),(11302,'Project Milk','project-milk'),(11303,'Frame Interactive','frame-interactive'),(11304,'Rabbit Software Ltd.','rabbit-software-ltd'),(8026,'The Stork Burnt Down','the-stork-burnt-down'),(11312,'Mario Games Casas Team','mario-games-casas-team'),(11313,'Humagade Inc.','humagade-inc'),(11314,'Gaia Interactive, Inc.','gaia-interactive-inc'),(11315,'Namco Limited','namco-limited'),(11316,'Second Wind Apps','second-wind-apps'),(11317,'One Little Indian Ltd.','one-little-indian-ltd'),(11318,'Apportable Inc.','apportable-inc'),(8036,'LaserMédia','lasermedia'),(8037,'Daddy Oak','daddy-oak'),(8038,'Ivanoff Interactive','ivanoff-interactive'),(11325,'Xigma Games','xigma-games'),(11326,'Rubycone','rubycone'),(11327,'Perfectly Paranormal','perfectly-paranormal'),(8041,'Droqen\'s Games','droqens-games'),(11329,'Dadako','dadako'),(8043,'Reverb Triple XP','reverb-triple-xp'),(8044,'i273 LLC','i273-llc'),(11333,'Omnitrend Software, Inc.','omnitrend-software-inc'),(8046,'Kellogg Company','kellogg-company'),(8047,'CP Software','cp-software'),(8048,'Ventamatic','ventamatic'),(11335,'Positron','positron'),(11336,'Happy Tuesday','happy-tuesday'),(682,'Reactor Zero','reactor-zero'),(11338,'Visiontrick Media','visiontrick-media'),(684,'Budcat Creations','budcat-creations'),(11342,'Peddler Enterprises','peddler-enterprises'),(686,'Actualize','actualize'),(4469,'Ignatus Zuk','ignatus-zuk'),(4470,'Gonzalo Villagomez','gonzalo-villagomez'),(4471,'Gonzalo Villagomez','gonzalo-villagomez--1'),(4472,'JAM Productions','jam-productions'),(8070,'Xibalba Studios','xibalba-studios'),(4474,'Dingaling','dingaling'),(11350,'Temple Software','temple-software'),(4476,'Split','split'),(4477,'Ubisoft Tiwak','ubisoft-tiwak'),(11355,'TexaSoft','texasoft'),(8078,'MAQL','maql'),(8080,'Rubicon Development','rubicon-development'),(4481,'Tom Tom Studios','tom-tom-studios'),(690,'Torus Games','torus-games'),(11364,'Tornado Studios','tornado-studios'),(8084,'CyberSports Ltd. - duplicate','cybersports-ltd-duplicate'),(11366,'Rainbow S.r.l.','rainbow-srl'),(8086,'CyberSports Ltd','cybersports-ltd--1'),(695,'Auran Games','auran-games'),(11370,'Namco Bandai Games America','namco-bandai-games-america'),(697,'Ubisoft Romania','ubisoft-romania'),(11372,'Vicious Cycle Software, Inc.','vicious-cycle-software-inc'),(8095,'KochMedia - duplicate','kochmedia-duplicate'),(4485,'RMC','rmc'),(4486,'STUDIO STAT','studio-stat'),(4487,'Latina International Corporation','latina-international-corporation'),(11377,'Rainbow S.p.A.','rainbow-spa'),(4489,'STARS','stars'),(4490,'Pro-Motions Prod. Co.','pro-motions-prod-co'),(4491,'Argonaut 3D Graphics, Inc.','argonaut-3d-graphics-inc'),(4492,'Take 2 Europe','take-2-europe'),(705,'Shaba Games','shaba-games'),(706,'HotGen','hotgen'),(707,'ChinaAVG','chinaavg'),(4497,'Born Ready Games','born-ready-games'),(11399,'D’Avekki Studios','davekki-studios'),(11401,'MeNic Games','menic-games'),(11402,'Giant Monkey Robot','giant-monkey-robot'),(11403,'Troglobytes','troglobytes'),(11404,'The One Pixel','the-one-pixel'),(11406,'Samurai Codex','samurai-codex'),(11407,'Dusty Games','dusty-games'),(11408,'The Software Exchange','the-software-exchange'),(11409,'evgLabs','evglabs'),(4506,'Orlando','orlando'),(11411,'Riverbank Software, Inc.','riverbank-software-inc'),(11412,'Victory Software Corporation','victory-software-corporation'),(727,'Oddworld Inhabitants','oddworld-inhabitants'),(728,'Just Add Water (Development) Ltd','just-add-water-development-ltd--1'),(11428,'Imaginary Monsters','imaginary-monsters'),(4526,'Zed Group','zed-group'),(4528,'Revolution Studios','revolution-studios'),(11433,'Fossil Games','fossil-games'),(733,'Realtime Worlds','realtime-worlds'),(11437,'TJ \"Kyatt\" Cordes','tj-kyatt-cordes'),(735,'K2 Network','k2-network'),(736,'Brightside Entertainment','brightside-entertainment'),(11440,'Softlore Corporation','softlore-corporation'),(11441,'Beck-Tech','beck-tech'),(11442,'Ideologic S.A.','ideologic-sa'),(11443,'Atomic Fabrik','atomic-fabrik'),(4537,'Nerd³ Games','nerd3-games'),(11445,'MoGi Group','mogi-group'),(4539,'PlayEveryWare','playeveryware'),(11447,'Prague FILMharmonic Orchestra','prague-filmharmonic-orchestra'),(11448,'Regulus Sound Productions','regulus-sound-productions'),(11449,'Signal Space','signal-space'),(4544,'PicsAndPixels','picsandpixels'),(743,'Tripwire Interactive','tripwire-interactive'),(4550,'Post Creations','post-creations'),(11459,'Innovation Norway','innovation-norway'),(4552,'SuperGenius','supergenius'),(4553,'Jump Comics','jump-comics'),(4554,'On-Lead','on-lead'),(11463,'DevGamm','devgamm'),(4556,'Aether','aether'),(11465,'Mysticsage','mysticsage'),(4558,'Tricrest','tricrest'),(4559,'Tuetue Kombinato','tuetue-kombinato'),(4560,'DigitalTIS','digitaltis'),(11470,'Seed Studio West','seed-studio-west'),(11471,'Immeractive','immeractive'),(4562,'UltiZen Games','ultizen-games'),(4563,'Shueisha','shueisha'),(4564,'Warner Entertainment Japan','warner-entertainment-japan'),(4565,'Akustika Fabriko','akustika-fabriko'),(4566,'Studio Gong','studio-gong'),(4567,'Studio Don Juan','studio-don-juan'),(11478,'Above Beyond Artists','above-beyond-artists'),(797,'h.a.n.d., Inc.','h-dot-a-n-dot-d-inc'),(798,'Ubisoft Australia','ubisoft-australia'),(799,'Square Enix Product Development Division 1','square-enix-product-development-division-1'),(4675,'Monkey Business','monkey-business'),(4676,'The Big Shots','the-big-shots'),(4677,'X-Legend','x-legend'),(4678,'Beijing Perfect World','beijing-perfect-world'),(4680,'Beam Team Games','beam-team-games'),(806,'Tantalus Interactive','tantalus-interactive'),(807,'Doublesix','doublesix'),(808,'Xbox Live Production','xbox-live-production'),(4685,'740 Sound Design','740-sound-design'),(4686,'Creative Sound Concepts','creative-sound-concepts'),(810,'Iguana Entertainment','iguana-entertainment'),(4688,'Command Recording Studios','command-recording-studios'),(4689,'LA Studios','la-studios'),(4690,'Officine Pixel','officine-pixel'),(11479,'Vision Games Publishing','vision-games-publishing'),(11480,'A.N.A.L.O.G. Software','analog-software'),(11481,'Cosmi Corporation','cosmi-corporation'),(853,'CCP Games','ccp-games'),(11490,'Addison-Wesley Publishing Company, Inc.','addison-wesley-publishing-company-inc'),(8234,'Privateer Press Interactive','privateer-press-interactive'),(8235,'Worthless Bums','worthless-bums'),(8236,'Aartform','aartform'),(8237,'TML Studios','tml-studios--1'),(8239,'Toontraxx Studios','toontraxx-studios'),(8240,'Mighty Rocket Studio','mighty-rocket-studio'),(8243,'Amazing Atom','amazing-atom'),(8244,'2DArray','2darray'),(11498,'Creative Sparks','creative-sparks'),(8246,'Studio V5','studio-v5'),(11500,'Matt Hooper','matt-hooper'),(8248,'Fantasy Flight Publishing, Inc.','fantasy-flight-publishing-inc'),(11508,'Thor','thor'),(8252,'2Play','2play'),(11511,'CCD','ccd'),(11512,'Computer Rentals Limited','computer-rentals-limited'),(11513,'Beyond','beyond'),(11514,'Numbat Logic','numbat-logic'),(11515,'bool games','bool-games'),(862,'Tamsoft','tamsoft'),(8257,'Linked Dimensions','linked-dimensions'),(8258,'Team Bloodlust','team-bloodlust'),(8259,'Cosmic Picnic','cosmic-picnic'),(8260,'Four Door Lemon','four-door-lemon'),(8261,'Lockwood Publishing','lockwood-publishing'),(8262,'Hollywood Caterers','hollywood-caterers'),(11527,'Shoreline Studios','shoreline-studios'),(866,'Nintendo SPD Group No. 2','nintendo-spd-group-no-2'),(11530,'Evryware','evryware'),(868,'Junction Point Studios','junction-point-studios'),(869,'SEGA Racing Studio','sega-racing-studio'),(870,'SEGA Amusements Europe','sega-amusements-europe'),(8265,'Klon Co., Ltd.','klon-co-dot-ltd'),(872,'Altron','altron'),(8267,'Boston Soundlabs, Inc.','boston-soundlabs-inc'),(11537,'Rasul Mono','rasul-mono'),(8269,'Resonance Mastering','resonance-mastering'),(11539,'Yunus Ayyildiz','yunus-ayyildiz'),(11540,'Anton Riot','anton-riot'),(8273,'Black Point Studios','black-point-studios'),(8274,'Flying Penguin Studios','flying-penguin-studios'),(11542,'Lucie Viatge','lucie-viatge'),(8277,'Coffee Powered Machine','coffee-powered-machine'),(8279,'Eyedentity Games','eyedentity-games'),(8280,'Shanda Games International Europe','shanda-games-international-europe'),(11546,'Spaces of Play UG','spaces-of-play-ug'),(875,'Blit Software','blit-software'),(11548,'Artworx','artworx'),(11549,'Mogul Communications','mogul-communications'),(11550,'KintoGames','kintogames'),(11552,'Simutrek','simutrek'),(11553,'Mooneye Studios','mooneye-studios'),(8284,'Celsius Game Studios','celsius-game-studios'),(11555,'Valadon Automation','valadon-automation'),(8286,'Storybird','storybird'),(8287,'LookAtMyGame','lookatmygame'),(8288,'Iteration 11','iteration-11'),(11558,'Skookum Arts','skookum-arts'),(11559,'The Isle Development Team','the-isle-development-team'),(11560,'Rage Monster Games','rage-monster-games'),(8291,'Laughing Jackal LTD','laughing-jackal-ltd'),(8293,'8th Floor Games','8th-floor-games'),(8295,'JoWooD Vienna','jowood-vienna'),(11564,'Buka Game Studio','buka-game-studio'),(11565,'PQube Limited - duplicate','pqube-limited-duplicate'),(890,'Activision Interactive','activision-interactive'),(891,'Halfbrick Studios','halfbrick-studios'),(11569,'Games Machine Ltd.','games-machine-ltd'),(11570,'Perilous Orbit','perilous-orbit'),(11571,'Gumby Bitworks','gumby-bitworks'),(11572,'Bronz','bronz'),(11573,'Starlux Games','starlux-games'),(11575,'Kodiak Games','kodiak-games'),(11576,'DK Productions','dk-productions'),(11577,'Seibu Denshi','seibu-denshi'),(11578,'Electric Transit, Inc.','electric-transit-inc'),(11581,'Domark Ltd.','domark-ltd'),(11582,'Bothtec, Inc.','bothtec-inc'),(897,'Ubisoft Red Storm','ubisoft-red-storm'),(11584,'Team Crybabies','team-crybabies'),(8308,'Toco Games','toco-games'),(8309,'Coilworks','coilworks'),(8310,'Noble Empire Corp.','noble-empire-corp'),(8311,'Phantom Compass','phantom-compass'),(8314,'ComiPo! LLP','comipo-llp'),(8315,'Niffler Ltd.','niffler-ltd'),(11595,'Double Hit Games','double-hit-games'),(11596,'SkyWolf Games','skywolf-games'),(11597,'Kelkafa Studios','kelkafa-studios'),(11598,'Cardboard Sword','cardboard-sword'),(11599,'Jetstone Studios','jetstone-studios'),(11600,'Designer Software','designer-software'),(11601,'Rückert Broductions','ruckert-broductions'),(8334,'stillalive studios','stillalive-studios'),(8335,'Primate Labs Inc.','primate-labs-inc'),(11604,'MerixGames','merixgames'),(11605,'Screeps','screeps'),(11606,'Corey Hardman','corey-hardman'),(11607,'Shanghai FantaBlade Network Technology Co., Ltd.','shanghai-fantablade-network-technology-co-dot-ltd'),(11610,'SSG Strategic Studies Group Pty Ltd. - duplicate','ssg-strategic-studies-group-pty-ltd-duplicate'),(11611,'Carry Castle','carry-castle'),(915,'Crate Entertainment','crate-entertainment'),(8362,'Peoleo Entertainment','peoleo-entertainment'),(8363,'Homegrown Games - duplicate','homegrown-games-duplicate'),(8364,'Mechanist Games','mechanist-games'),(8365,'Terrible Posture Games','terrible-posture-games'),(11630,'UEP Systems','uep-systems'),(11631,'Softstone Ltd.','softstone-ltd'),(8367,'Snowed In Studios','snowed-in-studios'),(8368,'Tethys Interactive LLC','tethys-interactive-llc'),(8369,'White Giant RPG Studios','white-giant-rpg-studios'),(8370,'Deadly Red Cube','deadly-red-cube'),(8371,'Bill and Eli Productions','bill-and-eli-productions'),(11637,'Snail-Ninja Studio','snail-ninja-studio'),(8373,'iRacing.com Motorsport Simulations','iracing-dot-com-motorsport-simulations'),(11639,'Devdan Games','devdan-games'),(8375,'Elijah Newman-Gomez','elijah-newman-gomez'),(8376,'Kihon Inc.','kihon-inc'),(8377,'Max Gaming Technologies, LLC','max-gaming-technologies-llc'),(8378,'BitMonster, Inc.','bitmonster-inc'),(11645,'GameFlare.com','gameflare-dot-com'),(925,'CBS Studios','cbs-studios'),(8381,'BANDAI NAMCO Entertainement - duplicate','bandai-namco-entertainement-duplicate'),(8383,'MAGIX Software GmbH','magix-software-gmbh'),(8384,'attic Entertainment Software GmbH','attic-entertainment-software-gmbh'),(8385,'Team 6 Studios','team-6-studios'),(8386,'Funbox Media Ltd','funbox-media-ltd'),(8387,'Mario von Rickenbach','mario-von-rickenbach'),(8388,'Playables','playables'),(8389,'Liminal Games','liminal-games'),(11658,'Goin\' Yumbo Games','goin-yumbo-games'),(8391,'EVGA','evga'),(11660,'VenomizedArt','venomizedart'),(11664,'Jovian Industries','jovian-industries'),(929,'Arkalis Interactive','arkalis-interactive'),(11666,'Nexus','nexus'),(11667,'Firebird Software','firebird-software'),(8401,'Hexage','hexage'),(11669,'Monster Studios','monster-studios'),(8403,'Frozen Flame','frozen-flame'),(11671,'Onyx Lute','onyx-lute'),(936,'Shining Rock Software','shining-rock-software'),(8406,'Inmatrix LTD','inmatrix-ltd'),(11674,'Sloclap','sloclap'),(8408,'Ranmantaru Games','ranmantaru-games'),(11676,'FiveXGames','fivexgames'),(8410,'Dreadlocks Ltd.','dreadlocks-ltd'),(11684,'Nippon Dexter Co., Ltd.','nippon-dexter-co-dot-ltd'),(8413,'Gato Salvaje S.L.','gato-salvaje-sl'),(8414,'Proton Studio Inc','proton-studio-inc'),(8415,'David Amador','david-amador'),(1019,'GameTek, Inc.','gametek-inc'),(1020,'Electric Dreams Inc.','electric-dreams-inc'),(12008,'Epic Quest Games','epic-quest-games'),(12009,'imminentuprising','imminentuprising'),(12010,'Winding Way Games','winding-way-games'),(12011,'Evil Corporation Games','evil-corporation-games'),(12012,'Hatrabbit Entertainment','hatrabbit-entertainment'),(12013,'71Games','71games'),(12014,'BlackCube','blackcube'),(12015,'Petiscaria Digital','petiscaria-digital'),(12016,'Accidental Queens','accidental-queens'),(12017,'Rayark Inc','rayark-inc'),(12018,'Blue Tea Games','blue-tea-games'),(5041,'Imagexcel','imagexcel'),(12020,'Bplus Games','bplus-games'),(5043,'OutSide Directors Company','outside-directors-company'),(5044,'Project Whitecard Studios Inc.','project-whitecard-studios-inc'),(5045,'ovos','ovos'),(5046,'Evilized Productions','evilized-productions'),(12031,'Team TumbleSeed','team-tumbleseed'),(5050,'Neckbolt','neckbolt'),(12033,'Wright Flyer Studios','wright-flyer-studios'),(1025,'Good-Feel','good-feel'),(1027,'Distinctive Software, Inc.','distinctive-software-inc'),(1028,'Revistronic','revistronic'),(5057,'Pacific Century CyberWorks','pacific-century-cyberworks'),(5058,'ReadySoft','readysoft'),(12039,'Vreski Games','vreski-games'),(5061,'GAGA Communications','gaga-communications'),(5062,'Incentive Software','incentive-software'),(5063,'Aim at Entertainment','aim-at-entertainment'),(5064,'Jeff Tunnell Productions','jeff-tunnell-productions'),(5065,'Colossal Pictures','colossal-pictures'),(5066,'Vise','vise'),(5067,'Tindalos Interactive','tindalos-interactive'),(5068,'Angry Mob Games','angry-mob-games'),(5069,'Roseportal Games','roseportal-games'),(5070,'Action Forms Ltd.','action-forms-ltd'),(5072,'Grynsoft','grynsoft'),(5073,'Ripcord Games','ripcord-games'),(5074,'Big Grub','big-grub'),(5075,'MicroMouse','micromouse'),(5076,'Soft Enterprises','soft-enterprises'),(5077,'Data Becker','data-becker'),(5078,'BMS Modern Games Handelsagentur GmbH','bms-modern-games-handelsagentur-gmbh'),(12050,'Ashdar Games','ashdar-games'),(12051,'1337 Game Design','1337-game-design'),(1034,'Home Vision','home-vision'),(12053,'Imagility','imagility'),(5084,'Paul O\'Brian','paul-obrian'),(12057,'Midipixel','midipixel'),(12058,'Gaming Chef LTD','gaming-chef-ltd'),(12059,'Farom Studio','farom-studio'),(12060,'Agatsuma Entertainment','agatsuma-entertainment'),(1044,'Spectrum HoloByte, Inc.','spectrum-holobyte-inc--1'),(12066,'Higgler','higgler'),(5091,'Mousechief','mousechief'),(5092,'Adam Cadre','adam-cadre'),(5093,'Expansive Worlds','expansive-worlds'),(1049,'ITT Family Games','itt-family-games'),(5095,'Team Gigglesquid','team-gigglesquid'),(12069,'Gold Plate Games','gold-plate-games'),(12070,'IriySoft','iriysoft'),(12071,'SMARTPHONE LABS LLC','smartphone-labs-llc'),(12072,'Broken Fence Games','broken-fence-games'),(12073,'Popup Asylum','popup-asylum'),(12074,'Ghost Ship Games','ghost-ship-games'),(5116,'Schine','schine'),(5117,'Hodder & Stoughton','hodder-and-stoughton'),(5118,'Noumenon Games','noumenon-games'),(5119,'Supra Games UG','supra-games-ug'),(12078,'Splashteam','splashteam'),(5124,'Sanctuary Woods, Inc.','sanctuary-woods-inc'),(12080,'Incandescent Games','incandescent-games'),(5127,'Virtrium','virtrium'),(5128,'Mindscape Group - duplicate','mindscape-group-duplicate'),(5129,'Hyper Hippo Productions','hyper-hippo-productions'),(5130,'Yoostar Entertainment Group','yoostar-entertainment-group'),(5131,'CipSoft','cipsoft'),(5132,'Titanic Entertainment','titanic-entertainment'),(5133,'800 North and Digital Ranch','800-north-and-digital-ranch'),(5134,'Koalabeast','koalabeast'),(5136,'Refract Studios','refract-studios'),(5137,'Taiko Team','taiko-team'),(5138,'Arcane Kids','arcane-kids--1'),(5139,'Three Rings Design','three-rings-design'),(5140,'HappySoft','happysoft'),(5141,'Kowloon Kurosawa','kowloon-kurosawa'),(5142,'Playful','playful'),(12092,'Orange County Post','orange-county-post'),(12093,'EFX and West Producions','efx-and-west-producions'),(12094,'Plus B','plus-b'),(12095,'Payday','payday'),(12096,'Raleigh Studios','raleigh-studios'),(12097,'Alley Kat Studios','alley-kat-studios'),(5147,'Walaber','walaber'),(12099,'Post Logic','post-logic'),(12100,'B.L.S.','bls'),(12101,'Wild Tracks Audio','wild-tracks-audio'),(12102,'NOA Tree House','noa-tree-house'),(5150,'Highcliffe Media Publishing','highcliffe-media-publishing'),(12104,'The Kitchen','the-kitchen'),(12105,'2.35 Research PLC','2-dot-35-research-plc'),(12106,'CineFilm Laboratory','cinefilm-laboratory'),(12107,'Cimo Motorbike Shop Paris','cimo-motorbike-shop-paris'),(12108,'Foucher-Tretaau Paris','foucher-tretaau-paris'),(12109,'KTM Paradise Moto','ktm-paradise-moto'),(12110,'JoyBits','joybits'),(12111,'K4s Motion Studio','k4s-motion-studio'),(8719,'Warner Bros. Hollywood','warner-bros-hollywood'),(8720,'Sumida Triphony Hall','sumida-triphony-hall'),(5278,'Darkling Room','darkling-room'),(5279,'GrendelGames','grendelgames'),(8723,'Technicolor Creative Services','technicolor-creative-services'),(8724,'New Media Audio','new-media-audio'),(8725,'Zyamu Kikaku','zyamu-kikaku'),(8726,'Vocal Ltd.','vocal-ltd'),(5285,'Cube Roots','cube-roots'),(5286,'Plastic Reality Technologies','plastic-reality-technologies'),(5287,'SpinTop Games','spintop-games'),(5288,'Double Zero One Zero','double-zero-one-zero'),(5289,'IndiePub','indiepub'),(1085,'Microdeal','microdeal--1'),(5292,'KCEO','kceo'),(5293,'Pwnee Studios','pwnee-studios'),(5294,'Die Gute Fabrik','die-gute-fabrik'),(5296,'Power Up Audio','power-up-audio'),(5297,'Eruption Entertainment','eruption-entertainment'),(5298,'3D People','3d-people'),(5299,'BSK Games','bsk-games'),(8751,'The Tokyo Philharmonic Orchestra','the-tokyo-philharmonic-orchestra'),(8752,'Yokohama Minato Mirai Hall','yokohama-minato-mirai-hall'),(5307,'Alda Games','alda-games'),(8754,'Azabu-O Studio','azabu-o-studio'),(8755,'Wonder City','wonder-city'),(5310,'Subaltern Games','subaltern-games--1'),(5311,'Gray Design Associates','gray-design-associates'),(5312,'Sparpweed Games','sparpweed-games'),(5313,'Great War Team','great-war-team'),(5315,'Vision Software','vision-software'),(5316,'VSK Games','vsk-games'),(8761,'Make Stuff','make-stuff'),(8762,'NK and LZ','nk-and-lz'),(8763,'Gabe&Gabe Productions','gabe-and-gabe-productions'),(8764,'Jungle Sound','jungle-sound'),(8765,'The Treehouse','the-treehouse'),(8766,'Voice of the Arts','voice-of-the-arts'),(8767,'SOL Agency','sol-agency'),(8768,'Freedom Art','freedom-art'),(8769,'Toytec Digital Technology Center','toytec-digital-technology-center'),(8770,'ApathyWorks','apathyworks'),(8771,'Pirate Software','pirate-software'),(8772,'Kyodai','kyodai'),(8774,'Slacker Games','slacker-games'),(8775,'8 Points','8-points'),(8776,'Eastshade Studios','eastshade-studios'),(8777,'SDR Project','sdr-project'),(8778,'NYP','nyp'),(8779,'Extreme Reality','extreme-reality'),(8780,'Isotope 244','isotope-244'),(8781,'Adam Saltsman','adam-saltsman'),(8782,'Robin Arnott','robin-arnott'),(8783,'Holden Boyles','holden-boyles'),(8784,'Ciprian Stanciu','ciprian-stanciu'),(8785,'Nano Games sp. z o.o.','nano-games-sp-z-oo'),(5324,'Experience Inc.','experience-inc'),(5325,'Sekai Project','sekai-project'),(5326,'Camouflaj','camouflaj'),(5327,'Dark Enery Digital - duplicate','dark-enery-digital-duplicate'),(5328,'Depth Analysis Motionscan','depth-analysis-motionscan'),(5329,'Oil Factory Inc.','oil-factory-inc'),(1099,'Mercenary Technology','mercenary-technology'),(5331,'GOATi Outsourcing','goati-outsourcing'),(1101,'Meadowhill Interactive','meadowhill-interactive'),(5333,'Schiff Audino Casting','schiff-audino-casting'),(5334,'Rage Technology Group','rage-technology-group'),(5335,'Metropolis Studios London','metropolis-studios-london'),(8807,'Special Circumstances','special-circumstances'),(8808,'Pixelatto','pixelatto'),(5339,'Convoy Games','convoy-games'),(8810,'Ninja Kiwi','ninja-kiwi'),(5341,'Eikichi Kawaaki','eikichi-kawaaki'),(3466,'The Ant Farm','the-ant-farm'),(10277,'Tangible Media','tangible-media'),(3468,'Renkewitz Studios','renkewitz-studios'),(3469,'Thompson & Weddle','thompson-and-weddle'),(10281,'Studio GEN','studio-gen'),(3471,'Dash Dot Creations','dash-dot-creations'),(3472,'3D Brigade','3d-brigade'),(3473,'Artery Studios','artery-studios'),(3474,'Alvernia Studios','alvernia-studios'),(3475,'Genetix Jarosław Wójcik Studio','genetix-jaroslaw-wojcik-studio'),(3476,'Sointeractive Studio','sointeractive-studio'),(3477,'SIDE','side'),(10285,'Zafiro','zafiro'),(3479,'Triom Production','triom-production'),(10287,'Drama Drifters','drama-drifters'),(3481,'Willi Grossmann und Thomas Gesell GMBH','willi-grossmann-und-thomas-gesell-gmbh'),(3482,'Synthesis International SRL - MIlano','synthesis-international-srl-milano'),(3483,'Synthesis Iberia SL - Madrid','synthesis-iberia-sl-madrid'),(10292,'Terminal Press','terminal-press'),(3485,'Comgad - Computer Games Distribution, S.R.O','comgad-computer-games-distribution-sro'),(10298,'Microplay Software','microplay-software'),(10299,'ERS Game Studios','ers-game-studios'),(10300,'Through Games','through-games'),(10301,'Finish Line Games','finish-line-games'),(10302,'FireForge Games','fireforge-games'),(10303,'Leonard Menchiari','leonard-menchiari'),(10304,'IV Productions','iv-productions'),(10306,'Kirikoro Studios','kirikoro-studios'),(3497,'Queasy Games','queasy-games'),(3498,'Moving Shadow','moving-shadow'),(3499,'Oyster Partners','oyster-partners'),(10311,'Paranoid Productions','paranoid-productions'),(10312,'Overflow Games','overflow-games'),(10313,'MDNA Games','mdna-games'),(10314,'House House','house-house'),(10315,'Lizardcube','lizardcube'),(10317,'Micomsoft','micomsoft'),(10318,'Askiisoft','askiisoft'),(3512,'Electro-Vox Recording Studios','electro-vox-recording-studios'),(10321,'Carbon Games','carbon-games'),(10322,'Guard Crush Games','guard-crush-games'),(10323,'Dynamic Planning','dynamic-planning'),(10324,'Ludic','ludic'),(10325,'Platinum Productions','platinum-productions'),(10326,'Aisystem Tokyo','aisystem-tokyo'),(10327,'Studio Voltz','studio-voltz'),(3515,'Mesdames Céline Roger et Martine Barcala - Docteur Caroline Coutin','mesdames-celine-roger-et-martine-barcala-docteur-caroline-coutin'),(10331,'Sluggerfly','sluggerfly'),(3517,'Noise & Co','noise-and-co'),(3518,'Solid Express','solid-express'),(10334,'MistakenVisions','mistakenvisions'),(3521,'Service Limo Car (Paris)','service-limo-car-paris'),(3522,'Ascot Limousine Service (LA, NY)','ascot-limousine-service-la-ny'),(10338,'Darewise Entertainment','darewise-entertainment'),(10339,'Artur Games','artur-games'),(3528,'Les Gobelins - L\'Ecole de l\'Image','les-gobelins-lecole-de-limage'),(3529,'Getty Images','getty-images'),(3530,'GotFootage.com','gotfootage-dot-com'),(3531,'Centre National De La Cinematographie','centre-national-de-la-cinematographie'),(3532,'Tokyo TV Center','tokyo-tv-center'),(3533,'MetaPlace','metaplace'),(3534,'PDP','pdp'),(3535,'ReStar','restar'),(10348,'Strangely Named Studio','strangely-named-studio'),(3537,'Studio Gobo','studio-gobo'),(10350,'Magic Lantern','magic-lantern'),(10351,'KeokeN Interactive','keoken-interactive'),(10352,'Mixtvision','mixtvision'),(10353,'Mr. Whale’s Game Service','mr-whales-game-service'),(3547,'big idea music productions inc.','big-idea-music-productions-inc'),(10357,'AdoreStudio','adorestudio'),(10358,'GameFX Technology','gamefx-technology'),(3551,'TASCAM','tascam'),(3552,'TC-HELICON','tc-helicon'),(3553,'West LA Music','west-la-music'),(10362,'I\'Max','imax'),(3555,'Media Grabbers','media-grabbers'),(12,'Black Isle Studios','black-isle-studios'),(10369,'DM Media','dm-media'),(10370,'Fistful of Frags Team','fistful-of-frags-team'),(3560,'Tepo Swaoe Agency','tepo-swaoe-agency'),(10372,'Michal Kruba','michal-kruba'),(10373,'Anarteam','anarteam'),(10374,'Wolfpack Studios','wolfpack-studios'),(10375,'Digital Dreams','digital-dreams'),(10376,'Barbu Corporation','barbu-corporation'),(10377,'WeMade Entertainment','wemade-entertainment'),(10378,'Roland Studios','roland-studios'),(10379,'Actvision','actvision'),(10380,'Whale Hammer Games','whale-hammer-games'),(10381,'Ayopa Games LLC','ayopa-games-llc'),(3565,'Glass Egg Digital Media Ltd.','glass-egg-digital-media-ltd'),(3566,'Fresh Inc.','fresh-inc'),(3567,'Mike Hayes Design','mike-hayes-design'),(3568,'Resolution Digital Studios Chicago','resolution-digital-studios-chicago'),(3569,'Sound Chemistry LLC','sound-chemistry-llc'),(3570,'Northwest Sinfonia','northwest-sinfonia'),(3571,'Studio X, Seattle','studio-x-seattle'),(3572,'Prologue Films','prologue-films'),(3573,'Umbra','umbra'),(3574,'Libera','libera'),(3575,'London Voices','london-voices'),(3576,'Abbey Road Studios','abbey-road-studios'),(3577,'Hog Hill Mill','hog-hill-mill'),(20,'Darkside Game Studios','darkside-game-studios'),(10416,'Blitz Arcade','blitz-arcade'),(10417,'Code Avarice','code-avarice'),(10418,'Nacoty','nacoty'),(10419,'J-Wing','j-wing'),(10420,'Axxiom','axxiom'),(3599,'Shanghai ArtCoding Software., Ltd.','shanghai-artcoding-software-dot-ltd'),(3600,'Rockstar Games NYC','rockstar-games-nyc'),(10424,'THQ International','thq-international'),(3602,'Verbatim','verbatim'),(3603,'Parabolic','parabolic'),(10426,'PagodaWest Games','pagodawest-games'),(3617,'Fontoló Studió Ltd.','fontolo-studio-ltd'),(10428,'Mografi','mografi'),(3619,'ITI Ltd.','iti-ltd'),(3620,'ArcTV Ltd.','arctv-ltd'),(3621,'toneworx GmbH','toneworx-gmbh'),(3622,'Draftfcb','draftfcb'),(3623,'NOA Product Testing','noa-product-testing'),(3624,'NOE Quality Assurance','noe-quality-assurance'),(3625,'Aryz','aryz'),(10435,'Federation X Media Group AB','federation-x-media-group-ab'),(3628,'K74','k74'),(10437,'Mirage Graphics','mirage-graphics'),(3630,'Capcom Japan','capcom-japan'),(3631,'Universally Speaking Ltd.','universally-speaking-ltd'),(3632,'Audiomotion Studio','audiomotion-studio'),(3633,'The Mill','the-mill'),(3634,'Sperasoft','sperasoft'),(3635,'Xentrix Studos','xentrix-studos'),(10442,'Com2uS','com2us'),(10443,'ASK Homework','ask-homework'),(10444,'PixelNAUTS','pixelnauts'),(3639,'Bratislava Symphony','bratislava-symphony'),(3640,'Bratislave Symphony','bratislave-symphony'),(10447,'Free Reign Entertainment','free-reign-entertainment'),(10449,'Étienne Périn','etienne-perin'),(10450,'Codo Games','codo-games'),(10451,'Stenkross Studios','stenkross-studios'),(10452,'Brain Storm Entertainment','brain-storm-entertainment'),(10453,'Stepping Stone','stepping-stone'),(10459,'IndieGala','indiegala'),(10460,'Scott Games','scott-games'),(10461,'Developmental Learning Materials','developmental-learning-materials'),(10462,'Educational Information Systems','educational-information-systems'),(10463,'Micro Distributors','micro-distributors'),(3660,'Polish PM','polish-pm'),(3661,'asrec','asrec'),(3662,'47 Communications','47-communications'),(3663,'Lunch PR','lunch-pr'),(3664,'The Code Works','the-code-works'),(3665,'King Records','king-records'),(3666,'A-Wave','a-wave'),(10471,'Dampa','dampa'),(10472,'Elvyn Software','elvyn-software'),(10475,'Three Phase Interactive','three-phase-interactive'),(10477,'Imaginative Systems Software','imaginative-systems-software'),(10478,'Creative Software','creative-software'),(57,'Certain Affinity','certain-affinity'),(59,'Blizzard North','blizzard-north'),(3710,'Solid Software','solid-software'),(3711,'Qute','qute'),(10504,'Threef','threef'),(10505,'BAKCORP studio','bakcorp-studio'),(10506,'Axol Studio, LLC','axol-studio-llc'),(10509,'Reeaction Studios','reeaction-studios'),(10510,'Went2Play','went2play'),(10511,'Lynnea Glasser','lynnea-glasser'),(3721,'Dan Gorlin','dan-gorlin'),(10513,'MADSOFT Games','madsoft-games'),(10514,'OutOfBounds Software Solutions, Inc.','outofbounds-software-solutions-inc'),(10515,'Flying Lab Software','flying-lab-software'),(3725,'Casady & Greene','casady-and-greene'),(3726,'Paragon Studios','paragon-studios'),(10518,'kircode','kircode'),(10520,'UBJ3D','ubj3d'),(10521,'Studio Avante','studio-avante'),(10522,'Ground Control Studios','ground-control-studios'),(10523,'Black Cloud Studios','black-cloud-studios'),(10524,'Unlok','unlok'),(10525,'Milkman Games','milkman-games'),(10526,'Egg Zero','egg-zero'),(10527,'Dharker Studio','dharker-studio'),(3743,'MD Assets','md-assets'),(3744,'Star City Designs','star-city-designs'),(3745,'Magic Pixel Games','magic-pixel-games'),(3746,'Export 2 Reality','export-2-reality'),(10531,'Fusion Reactions','fusion-reactions'),(3748,'dictaculardesign','dictaculardesign'),(3749,'Trac Games','trac-games'),(3750,'PKT Design','pkt-design'),(3751,'Testronic','testronic'),(3752,'DMC/IC2','dmc-slash-ic2'),(3753,'SCEA - duplicate','scea-duplicate'),(3755,'United States Army','united-states-army'),(3756,'Ravegan','ravegan'),(3757,'Elverils LLC','elverils-llc'),(3758,'Evolve PR','evolve-pr'),(3759,'Studio Umlaut','studio-umlaut'),(10541,'Misc Games','misc-games'),(10542,'Horisoft','horisoft'),(3766,'TinyXML','tinyxml'),(3767,'LibSUL','libsul'),(3768,'The Brightskull Entertainment Group','the-brightskull-entertainment-group'),(6860,'Pagani Automobili','pagani-automobili'),(6861,'Panasonic Marketing Europe','panasonic-marketing-europe'),(6862,'Panoz Auto Development','panoz-auto-development'),(6863,'PESCAROLO SPORT','pescarolo-sport'),(6864,'AUTOMOBILES PEUGEOT','automobiles-peugeot'),(6865,'Phoenix Wheel Company','phoenix-wheel-company'),(6866,'PIRELLI','pirelli'),(6867,'Pratt & Miller Engineering','pratt-and-miller-engineering'),(6868,'RAYS','rays'),(6869,'Recaro','recaro'),(6870,'Red Bull Racing','red-bull-racing'),(6871,'RENAULT','renault'),(6872,'RENOWN','renown'),(6873,'Richard Petty Motorsports','richard-petty-motorsports'),(6874,'Robert Bosch','robert-bosch'),(6875,'Roush Fenway Racing','roush-fenway-racing'),(6876,'Ruf Vertrieb','ruf-vertrieb'),(6877,'SABELT','sabelt'),(6878,'Sandtler','sandtler'),(6879,'San-eishobo Publishing','san-eishobo-publishing'),(6880,'SCRAMP (Laguna Seca Raceway)','scramp-laguna-seca-raceway'),(6881,'SEAT','seat'),(6882,'Shell Brands International / Shell Oil Company','shell-brands-international-slash-shell-oil-company'),(6883,'S.I.A.S. Autodromo Nazionale Monza','sias-autodromo-nazionale-monza'),(6884,'Simpson Performance Products','simpson-performance-products'),(6885,'SKF','skf'),(6886,'SONAX','sonax'),(6887,'Sparco','sparco'),(6888,'Speedline','speedline'),(6890,'Spyker Cars','spyker-cars'),(6891,'Stanley Works (Europe)','stanley-works-europe'),(6892,'Stewart-Haas Racing','stewart-haas-racing'),(6893,'SUNOCO (R&M)','sunoco-r-and-m'),(78,'Snowblind Studios','snowblind-studios'),(79,'Magic Pockets','magic-pockets'),(81,'Destination Software','destination-software'),(6915,'Opus Artz Ltd','opus-artz-ltd'),(6916,'Bedtime Digital Games','bedtime-digital-games'),(6917,'Nurijoy','nurijoy'),(6919,'Acttil','acttil'),(6920,'Darkwave Games','darkwave-games'),(6921,'82 Apps','82-apps'),(6922,'Tuesday Society','tuesday-society'),(6923,'Big Fat Alien','big-fat-alien'),(6924,'Daylight Studios','daylight-studios'),(6925,'Innocent Grey','innocent-grey'),(6926,'Blueberry Soft','blueberry-soft'),(6927,'Slick Entertainment','slick-entertainment'),(6928,'SilverBirch Studios','silverbirch-studios'),(6929,'TAD Productions AB','tad-productions-ab'),(89,'Shokwave','shokwave'),(90,'Neversoft Entertainment','neversoft-entertainment'),(6931,'Bread Vision Studios LLC','bread-vision-studios-llc'),(6932,'YoYo Games','yoyo-games'),(6933,'Parsec Productions','parsec-productions'),(6934,'FERNANDO RAMALLO','fernando-ramallo'),(6935,'DAVID KANAGA','david-kanaga'),(6936,'Uglysoft','uglysoft'),(6937,'souvenir circ.','souvenir-circ'),(97,'New World Computing','new-world-computing'),(6947,'Ghost A/S','ghost-a-slash-s'),(6948,'Data Realms','data-realms'),(6949,'9heads Game Studios','9heads-game-studios'),(100,'Nival Interactive','nival-interactive'),(101,'Freeverse Software','freeverse-software'),(103,'Black Hole Entertainment','black-hole-entertainment'),(6965,'Allods Team','allods-team'),(6966,'Mail.Ru Games','mail-dot-ru-games'),(6967,'Witan Game Production House','witan-game-production-house'),(6968,'Zooloretto','zooloretto'),(6970,'Frima Studio','frima-studio'),(6971,'rokapublish GmbH','rokapublish-gmbh'),(6972,'Libredia','libredia'),(6973,'Noble Master Games','noble-master-games'),(6974,'Team Blacksea Odyssey','team-blacksea-odyssey'),(6975,'Killjoy Games','killjoy-games'),(107,'Lego Media','lego-media'),(108,'Techland','techland'),(7001,'Starwave','starwave'),(7002,'Living Mobile','living-mobile'),(7003,'Oldblood','oldblood'),(7004,'Mechabit','mechabit'),(7005,'Still Games','still-games'),(7006,'South East Games','south-east-games'),(7007,'Kajak Games','kajak-games'),(7008,'Phantomery Interactive','phantomery-interactive'),(7009,'Mamba Games','mamba-games'),(7010,'CooCooSqueaky','coocoosqueaky'),(7011,'34BigThings','34bigthings'),(119,'Mass Media Interactive Entertainment','mass-media-interactive-entertainment'),(7014,'Team Muramasa','team-muramasa'),(7015,'radiostatic','radiostatic'),(7016,'Dreamsite Games','dreamsite-games'),(7017,'Reality Twist','reality-twist'),(7018,'astragon Sales & Services','astragon-sales-and-services'),(7019,'C3SK','c3sk'),(7020,'Руссобит-М','russobit-m'),(7021,'Trese Brothers','trese-brothers'),(7022,'Sunlight Games','sunlight-games'),(7023,'FiolaSoft Studio','fiolasoft-studio'),(7024,'Monogon Games','monogon-games'),(7025,'Snapshot Games','snapshot-games'),(7026,'KBros Games','kbros-games'),(7027,'Nikola Kostic','nikola-kostic'),(7028,'Steel Crate Games','steel-crate-games'),(7029,'93 Games Studio','93-games-studio'),(7030,'Moonpod','moonpod'),(7031,'Will O\'Neill','will-oneill'),(7032,'Will O\'Neill','will-oneill--1'),(7033,'Different Cloth','different-cloth'),(7034,'Cryptic Sea','cryptic-sea'),(7035,'Chronic Logic','chronic-logic'),(7036,'Technocrat Games','technocrat-games'),(7037,'Pixel Pi Games','pixel-pi-games'),(7038,'Stellar Jockeys','stellar-jockeys'),(7040,'Digital Homicide Studios','digital-homicide-studios'),(130,'MacSoft Games','macsoft-games'),(131,'Robot Entertainment','robot-entertainment'),(133,'Rogue Entertainment','rogue-entertainment'),(7048,'RSK Entertainment','rsk-entertainment'),(7049,'Draknek','draknek'),(7050,'Toasty Games','toasty-games'),(7051,'Squid In A Box','squid-in-a-box'),(7053,'WARP','warp'),(7054,'foursfield','foursfield'),(7055,'software studios','software-studios'),(7056,'SUTD Game Lab','sutd-game-lab'),(7057,'Ty Taylor & Mario Castañeda','ty-taylor-and-mario-castaneda'),(7058,'The Quantum Astrophysicists Guild','the-quantum-astrophysicists-guild'),(7059,'WalterMachado','waltermachado'),(7060,'Antonio Renna','antonio-renna'),(7061,'All Seeing Eye Games','all-seeing-eye-games'),(137,'Digital Illusions CE','digital-illusions-ce'),(138,'Refraction Games','refraction-games'),(7072,'Royal Troupe','royal-troupe'),(7073,'Oliver Keppelmüller','oliver-keppelmuller'),(7074,'Aniplex Mobile','aniplex-mobile'),(7075,'16 Blitz Mastertronic','16-blitz-mastertronic'),(7076,'Apparition Games','apparition-games'),(7077,'Turtle Sandbox','turtle-sandbox'),(7078,'Moppin','moppin'),(7081,'Licorice','licorice'),(7082,'Zigurat Software','zigurat-software'),(7083,'Webrox','webrox'),(7084,'mohawk games','mohawk-games'),(7085,'Tennen-sozai','tennen-sozai'),(7086,'Eye Studio','eye-studio'),(7087,'Flat Software','flat-software'),(7110,'Indi','indi'),(7112,'UnSane Creations','unsane-creations'),(7113,'Internecine','internecine'),(7114,'Kiro\'o Games','kiroo-games'),(7115,'Starbyte','starbyte'),(152,'MicroProse','microprose'),(153,'Digital Illusions CE: Canada','digital-illusions-ce-canada'),(154,'Neowiz Games','neowiz-games'),(7126,'ACE','ace'),(158,'Crytek UK','crytek-uk'),(159,'Konami Computer Entertainment Tokyo','konami-computer-entertainment-tokyo'),(7139,'Play Byte','play-byte'),(7140,'Excalibur','excalibur'),(7141,'Addictive','addictive'),(7142,'Aegis','aegis'),(7143,'Logotron','logotron'),(7144,'Fanfare','fanfare'),(7146,'Thalamus','thalamus'),(7147,'Summit','summit'),(7148,'SPA','spa'),(7149,'Mirage','mirage'),(7150,'Carraz','carraz'),(7151,'New Deal Productions','new-deal-productions'),(7152,'L. K. Avalon','l-k-avalon'),(7153,'Eclipse','eclipse'),(7154,'Mindware','mindware'),(7155,'Joker Software','joker-software'),(7156,'Rockstar Studios','rockstar-studios'),(7157,'Buttons Studios','buttons-studios'),(7158,'Blue Sunset Studios','blue-sunset-studios'),(7159,'Linel','linel'),(7160,'Magic Soft','magic-soft'),(7161,'Oxford Softworks','oxford-softworks'),(10562,'Tinker Games','tinker-games'),(10563,'OddBird Studio','oddbird-studio'),(10564,'DeNA','dena'),(10565,'Surgical Scalpels','surgical-scalpels'),(10566,'Third Impression','third-impression'),(10567,'Steam Powered Giraffe','steam-powered-giraffe'),(179,'Activision Blizzard','activision-blizzard'),(182,'Nihilistic Software','nihilistic-software'),(183,'Hasbro Interactive','hasbro-interactive'),(10579,'Gebelli Software, Inc.','gebelli-software-inc'),(10580,'FireFlame Games','fireflame-games'),(10581,'Portion','portion'),(185,'Ninjaforce','ninjaforce'),(10583,'CE Software','ce-software'),(10584,'Lassie Games','lassie-games'),(10585,'Demruth','demruth'),(188,'Apogee Software','apogee-software'),(10591,'Grumpyface Studios','grumpyface-studios'),(10593,'Dragonfly','dragonfly'),(192,'Zodttd','zodttd'),(10599,'CBS Software','cbs-software'),(194,'Hothouse Creations','hothouse-creations'),(10601,'Kitty Calis','kitty-calis'),(10602,'Jan Willem Nijman','jan-willem-nijman'),(10603,'doseone','doseone'),(10604,'Osmotic Studios','osmotic-studios'),(10605,'2K - duplicate','2k-duplicate'),(10606,'GTArcade Entertainment','gtarcade-entertainment'),(10607,'GTArcade.com','gtarcade-dot-com'),(10609,'Halfbrick Studios Pty Ltd','halfbrick-studios-pty-ltd'),(10610,'Clockwork Pixels','clockwork-pixels'),(10611,'BrightLight','brightlight'),(10612,'Space Fractal','space-fractal'),(10613,'TempleTiger','templetiger'),(10614,'Gamaya Inc','gamaya-inc'),(10615,'Torreng Labs','torreng-labs'),(202,'Pterodon','pterodon'),(203,'Illusion Softworks','illusion-softworks'),(10621,'Romox Inc.','romox-inc'),(10622,'Rocket Rainbow Studios','rocket-rainbow-studios'),(10623,'Just A Pixel Ltd','just-a-pixel-ltd'),(10626,'Unicube','unicube'),(10627,'Ivent Games','ivent-games'),(10628,'Steamroller Studios','steamroller-studios'),(10629,'Multitude','multitude'),(10630,'Gooby.exe','gooby-dot-exe'),(10631,'Vidroid','vidroid'),(10632,'Tony Porter, Gary Priest, Dave Roach, Jon Harrison, Kevin Bulmer, Benn Daglish','tony-porter-gary-priest-dave-roach-jon-harrison-kevin-bulmer-benn-daglish'),(10633,'Razorsoft, Inc.','razorsoft-inc'),(10634,'Jutsu Games','jutsu-games'),(10635,'Thing Trunk','thing-trunk'),(10642,'Colorado Symphony','colorado-symphony'),(10643,'Seventoon Inc.','seventoon-inc'),(10644,'Jason Graves Music, Inc.','jason-graves-music-inc'),(10645,'Food Inc.','food-inc'),(10646,'Flash Bomb Audio','flash-bomb-audio'),(10647,'E.W. Scripps Company','ew-scripps-company'),(217,'Morning Star Multimedia','morning-star-multimedia'),(218,'Vatical Entertainment','vatical-entertainment'),(10650,'Matchlock','matchlock'),(10651,'Mc Comb Sound','mc-comb-sound'),(10652,'WhyTest','whytest'),(10653,'Paradox South','paradox-south'),(222,'BioWare Edmonton','bioware-edmonton'),(223,'Edge of Reality','edge-of-reality'),(224,'3D Realms','3d-realms'),(225,'Lobotomy Software','lobotomy-software'),(226,'Aardvark Software','aardvark-software'),(10670,'Star Systems Software, Inc.','star-systems-software-inc'),(10671,'Electronic Software Limited','electronic-software-limited'),(10672,'Graphic Research Co., Ltd.','graphic-research-co-dot-ltd'),(228,'FormGen','formgen'),(230,'MachineWorks Northwest','machineworks-northwest'),(231,'Tec Toy Indústria de Brinquedos','tec-toy-industria-de-brinquedos'),(232,'Triptych Games','triptych-games'),(233,'Piranha Games','piranha-games'),(235,'Heuristic Park','heuristic-park'),(10682,'Jujubee Games','jujubee-games'),(238,'Typhoon Games','typhoon-games'),(10684,'Manufacture43','manufacture43'),(240,'Stainless Steel Studios','stainless-steel-studios'),(10690,'Simutronics Corporation','simutronics-corporation'),(10691,'C.I.N.I.C. Games','cinic-games'),(10692,'SIE Japan Studio','sie-japan-studio'),(10693,'Fetal Position Games','fetal-position-games'),(10694,'Molleindustria','molleindustria'),(10695,'Colossal Wreck','colossal-wreck'),(10696,'WG Labs','wg-labs'),(10697,'Counterplay Games Inc.','counterplay-games-inc'),(10698,'Bitmen Studios','bitmen-studios'),(10699,'Krom Stern','krom-stern'),(10700,'Sean O\'Connor','sean-oconnor'),(245,'ZeniMax Media','zenimax-media'),(246,'Micro Forté','micro-forte'),(10714,'Studio Point d\'Orgue','studio-point-dorgue'),(10715,'Genuin Musikproduktion','genuin-musikproduktion'),(10716,'Pole to Win UK','pole-to-win-uk'),(10725,'Tochka','tochka'),(10726,'Haxaproject Inc.','haxaproject-inc'),(10731,'Vivagraphics','vivagraphics'),(10732,'claps Inc.','claps-inc'),(254,'Widescreen Games','widescreen-games'),(10734,'sonicjam Inc','sonicjam-inc'),(10735,'Opt. Inc.','opt-inc'),(10736,'Studio Parc','studio-parc'),(10737,'Vlatatrame Creation Sonore','vlatatrame-creation-sonore'),(10738,'Massive Black - duplicate 2','massive-black-duplicate-2'),(10739,'KoreybaArts','koreybaarts'),(10740,'Mario Galaxy Orchtestra','mario-galaxy-orchtestra'),(10741,'Eclipse Advertising','eclipse-advertising'),(10742,'Wikipedia','wikipedia'),(10743,'Framestone NY','framestone-ny'),(10744,'Maverick Media','maverick-media'),(10745,'Firefish Research','firefish-research'),(10746,'Greenroom Digital','greenroom-digital'),(10747,'Taiyo Kikaku','taiyo-kikaku'),(10748,'Release Universal Network','release-universal-network'),(10750,'Asora','asora'),(10751,'N-Design','n-design'),(10752,'pH studio','ph-studio'),(10753,'Terabyte Inc.','terabyte-inc'),(10754,'ToyBox','toybox'),(10755,'River Studio Inc.','river-studio-inc'),(10756,'Saitama Prefecture','saitama-prefecture'),(10757,'Sai-no-kuni Visual Plaza','sai-no-kuni-visual-plaza'),(10758,'Digital Skip Station','digital-skip-station'),(10759,'Imagica','imagica'),(10760,'Bad Animals Seattle','bad-animals-seattle'),(258,'KnowWonder','knowwonder'),(259,'Warthog Games','warthog-games'),(260,'Argonaut Games','argonaut-games'),(10765,'e-mixing','e-mixing'),(10766,'Azurite','azurite'),(264,'HanbitSoft','hanbitsoft'),(10777,'Hotel Metropole, Brussels','hotel-metropole-brussels'),(267,'TalonSoft','talonsoft'),(10779,'SVN','svn'),(10780,'Soap Creative','soap-creative'),(10781,'MK12','mk12'),(10782,'Ecurie 25','ecurie-25'),(3862,'AMPERSAMD CONTENT','ampersamd-content'),(10784,'Nimrod','nimrod'),(3865,'Sonox Audio Solutions','sonox-audio-solutions'),(3866,'The Sound Department - Austin','the-sound-department-austin'),(311,'Digital Dialect','digital-dialect'),(10794,'Absolute Textures','absolute-textures'),(10795,'3D Total.com','3d-total-dot-com'),(10796,'Artur Games, 2014','artur-games-2014'),(3883,'RIVER','river'),(3884,'Daybreak CG','daybreak-cg'),(3885,'QW Creatives','qw-creatives'),(3886,'1910 Design & Communication','1910-design-and-communication'),(3887,'Volta Creations Inc.','volta-creations-inc'),(10799,'Netker Co., Ltd.','netker-co-dot-ltd'),(3889,'Fat Little Indian Boy','fat-little-indian-boy'),(3890,'Standard Deviation','standard-deviation'),(3891,'Diligentia','diligentia'),(3892,'Hansoft','hansoft'),(3893,'ZeniMax France','zenimax-france'),(3894,'ZeniMax Germany','zenimax-germany'),(3895,'ZeniMax Benelux','zenimax-benelux'),(3896,'La Marque Rose','la-marque-rose'),(3897,'Synthesis Germany','synthesis-germany'),(10803,'Vertigo Gaming','vertigo-gaming'),(3901,'Toei Zukun Laboratory','toei-zukun-laboratory'),(3902,'SPD Technology Group','spd-technology-group'),(3903,'BioWare Montreal','bioware-montreal'),(3904,'Towa Chiki','towa-chiki'),(3906,'Anuman Interactive','anuman-interactive'),(3907,'Creative Patterns','creative-patterns'),(3908,'Picsoft Studio','picsoft-studio'),(10812,'Black Cube','black-cube'),(10813,'Answer Software','answer-software'),(10814,'Southern Software, Ltd.','southern-software-ltd'),(10815,'Big Daddy\'s Creations','big-daddys-creations'),(10816,'Portal Publishing','portal-publishing'),(10817,'Ultrasoft, Inc.','ultrasoft-inc'),(10818,'The Connelley Group','the-connelley-group'),(10819,'Challenger Software International','challenger-software-international'),(10820,'Ovosonico','ovosonico'),(10821,'Ultra Ultra','ultra-ultra'),(10822,'Neon Deity Games','neon-deity-games'),(10823,'Poni-Pachet SY','poni-pachet-sy'),(10824,'Pixelfoot Games','pixelfoot-games'),(10825,'ASMB Games','asmb-games'),(10826,'We Are Bots','we-are-bots'),(10827,'EZ ENTERTAINMENT','ez-entertainment'),(10828,'Cinematronics, LLC','cinematronics-llc'),(10829,'Kelvin Studio','kelvin-studio'),(10830,'Computer Magic, Ltd.','computer-magic-ltd'),(10831,'Program Design Inc.','program-design-inc'),(10832,'Sparkypants','sparkypants'),(10833,'Digital Chestnut','digital-chestnut'),(7175,'Storm','storm'),(7176,'Team Lumo','team-lumo'),(7177,'Rumpus','rumpus'),(7178,'MicroIllusions','microillusions'),(10840,'Sunken Treasure Games','sunken-treasure-games'),(7183,'Apex Systems','apex-systems'),(7184,'Rush Software','rush-software'),(7185,'QUICKTEQUILA','quicktequila'),(10846,'vascogames','vascogames'),(324,'Square Soft','square-soft'),(325,'Saffire','saffire'),(326,'Cyan Worlds','cyan-worlds'),(327,'Midway Games','midway-games'),(4149,'Chrom Studio','chrom-studio'),(4150,'OF3D','of3d'),(7472,'Kloonigames','kloonigames'),(10877,'Fully Ramblomatic','fully-ramblomatic'),(10878,'Krira Tech','krira-tech'),(7474,'DnS Development','dns-development'),(7475,'Hemisphere Games','hemisphere-games'),(10881,'getexp, Inc.','getexp-inc'),(10882,'DigiPlox','digiplox'),(4156,'OC3','oc3'),(4157,'Failbetter Games Ltd.','failbetter-games-ltd'),(4158,'Gskinner.com','gskinner-dot-com'),(10897,'Divine Gaming','divine-gaming'),(4173,'FASA Studios - duplicate','fasa-studios-duplicate'),(4174,'Forza Audio','forza-audio'),(7506,'Dark Water Studios Ltd','dark-water-studios-ltd'),(7507,'Instinct Software Ltd.','instinct-software-ltd'),(7508,'KTX Software','ktx-software'),(7509,'Signo & Arte','signo-and-arte'),(7510,'Cadenza Interactive','cadenza-interactive'),(7511,'Nemesys Games','nemesys-games'),(7512,'Dedication Games','dedication-games'),(7513,'Muzzy Lane Software','muzzy-lane-software'),(7514,'Ntronium Games','ntronium-games'),(4179,'Infamous Quests','infamous-quests'),(4180,'MagicalTimeBean','magicaltimebean'),(7567,'Bootsnake Games','bootsnake-games'),(7568,'Locked Door Puzzle','locked-door-puzzle'),(7569,'Down to the Wire','down-to-the-wire'),(10966,'beyondthosehills','beyondthosehills'),(10967,'Parabox Games','parabox-games'),(10968,'Dinamix, Inc.','dinamix-inc'),(10969,'Woodsy Studio','woodsy-studio'),(10970,'Bleeding Colors Games','bleeding-colors-games'),(10971,'Endi Milojkoski','endi-milojkoski'),(10973,'Med Systems Software','med-systems-software'),(10974,'Rock-Ola Manufacturing Corporation','rock-ola-manufacturing-corporation'),(4195,'IAM Agency','iam-agency'),(4196,'AONI Productions','aoni-productions'),(4197,'ACROSS Entertainment','across-entertainment'),(4198,'Ability Soul Pro','ability-soul-pro'),(4199,'ave;new','ave-new'),(7614,'Burut CT','burut-ct'),(7615,'Jet Set Games','jet-set-games'),(7616,'Smudged Cat Games Ltd','smudged-cat-games-ltd'),(4203,'PRO-FIT Inc.','pro-fit-inc'),(4204,'MAUSU PROMOTION','mausu-promotion'),(7620,'Turtle Cream','turtle-cream'),(4207,'Fennel Inc','fennel-inc'),(4208,'STUDIO ToOeuf Inc.','studio-tooeuf-inc'),(4209,'Albany High School Choirs','albany-high-school-choirs'),(4210,'Cybione','cybione'),(4211,'ASO - Tour de France','aso-tour-de-france'),(4212,'Binari Sonori America Inc.','binari-sonori-america-inc'),(7627,'Cubed Productions LLC','cubed-productions-llc'),(4215,'KUSANAGI','kusanagi'),(4216,'Take','take'),(4217,'Sarumatakumi','sarumatakumi'),(7632,'Stealth Studios Inc.','stealth-studios-inc'),(7633,'Bill Corkey Productions','bill-corkey-productions'),(4220,'Gen Ittetsu Strings','gen-ittetsu-strings'),(4221,'SUGAMO Children\'s Chorus','sugamo-childrens-chorus'),(4222,'SHLOC Ltd.','shloc-ltd'),(4223,'The Odd Gentlemen','the-odd-gentlemen'),(7641,'MZone Studio','mzone-studio'),(7642,'LTR Production','ltr-production'),(7643,'Prelight','prelight'),(7644,'SOWAT 3BDC','sowat-3bdc'),(7645,'Vienna Symphonic Libary','vienna-symphonic-libary'),(7646,'Heavy Melody Music & Sound Design','heavy-melody-music-and-sound-design'),(7647,'Atari Interactive','atari-interactive'),(7648,'Alerte Orange','alerte-orange'),(7649,'Visual Link','visual-link'),(7656,'Glass Egg','glass-egg'),(2278,'AM1','am1'),(10220,'Titan Studios','titan-studios'),(2281,'Neat Deal Productions','neat-deal-productions'),(2282,'Soundelux Design Music Group','soundelux-design-music-group'),(2283,'Virtuous','virtuous'),(2284,'Ladyluck Digital Media','ladyluck-digital-media'),(13858,'Dev9k','dev9k'),(13859,'R-Novel Studio','r-novel-studio'),(13860,'bch waves','bch-waves'),(13861,'Whirlpool','whirlpool'),(13862,'Destination Games','destination-games'),(13863,'Crea-ture Studios','crea-ture-studios'),(10225,'MakeItSo Software','makeitso-software'),(13866,'Airys Software','airys-software'),(13867,'Game Studio','game-studio'),(13868,'Your Infamous, LLC','your-infamous-llc'),(13869,'Computer Shack','computer-shack'),(13870,'Popy','popy'),(10228,'ChillCrow','chillcrow'),(2298,'Neoplay','neoplay'),(2299,'SNK Neogeo USA Consumer','snk-neogeo-usa-consumer'),(10230,'Blacklight Interactive','blacklight-interactive'),(10231,'Buschbaum Media','buschbaum-media'),(2307,'Nissimo','nissimo'),(2308,'SLAM Productions','slam-productions'),(2309,'Ntreev Soft','ntreev-soft'),(10234,'Blink Studios','blink-studios'),(10235,'The Studio of Secret6','the-studio-of-secret6'),(10236,'GameTextures','gametextures'),(2314,'Midway Los Angeles','midway-los-angeles'),(2315,'DoubleTap Games','doubletap-games'),(10239,'Warehouse Live','warehouse-live'),(2317,'Indie Built','indie-built'),(2318,'Loose Cannon Studios','loose-cannon-studios'),(2319,'OUAT Entertainment','ouat-entertainment'),(2320,'Nowpro','nowpro'),(2321,'ENCOM International','encom-international'),(2322,'Fall Line Studios','fall-line-studios'),(2323,'Mid Carolina Media','mid-carolina-media'),(2324,'CyberFront Korea','cyberfront-korea'),(10242,'Ludwig Drum Company','ludwig-drum-company'),(10243,'Digital Ribbon','digital-ribbon'),(10244,'Delivery Agent','delivery-agent'),(10245,'Label Interactive','label-interactive'),(10246,'Zazzle','zazzle'),(2328,'Tabot Inc','tabot-inc'),(10250,'CG Folks Studio','cg-folks-studio'),(2853,'Nintedo NSD','nintedo-nsd'),(2331,'Le Cortex','le-cortex'),(2855,'Snood World','snood-world'),(2856,'David M. Dobson','david-m-dobson'),(2858,'Kitty Group','kitty-group'),(2336,'Coyote Console','coyote-console'),(2860,'Milion Co.','milion-co'),(2861,'Realism','realism'),(2339,'Arcade Moon','arcade-moon'),(2340,'Codemasters Birmingham','codemasters-birmingham'),(2864,'Creative Labs','creative-labs'),(2865,'Intel Corporation','intel-corporation'),(2342,'Nintendo EAD Group No. 5','nintendo-ead-group-no-5'),(2343,'Comcept','comcept'),(2344,'Inti Creates','inti-creates'),(2890,'Bimboosoft','bimboosoft'),(2891,'MASA Group','masa-group'),(2892,'Sega Rosso','sega-rosso'),(2348,'Flextronics','flextronics'),(2349,'Attention Software','attention-software'),(2350,'Ouya, Inc.','ouya-inc'),(2352,'Malibu Interactive','malibu-interactive'),(2353,'John W. Ratcliff','john-w-ratcliff'),(2898,'Crowbar Collective','crowbar-collective'),(2355,'Enigma Variations','enigma-variations'),(2356,'MC2-Microïds','mc2-microids'),(2903,'Poppermost Productions','poppermost-productions'),(2362,'Copya System','copya-system'),(2906,'William Higinbotham','william-higinbotham'),(2364,'Big Fun Games','big-fun-games'),(2365,'Micronet','micronet'),(2366,'Spirit of Discovery','spirit-of-discovery'),(2367,'Dentons','dentons'),(2368,'Acme Interactive','acme-interactive'),(2369,'Bignet','bignet'),(2911,'Asobism','asobism'),(2912,'Alpha Unit','alpha-unit'),(2913,'Untold Games','untold-games'),(2914,'Grip Games','grip-games'),(2915,'FlukeDuke','flukeduke'),(2917,'Jumpbutton Studio','jumpbutton-studio'),(2918,'Tehkan','tehkan'),(2378,'Westwood Associates','westwood-associates'),(2922,'Crypton Future Media','crypton-future-media'),(2923,'Toybox Inc.','toybox-inc'),(2924,'Technosoft','technosoft'),(2925,'Seibu Kaihatsu','seibu-kaihatsu'),(2926,'Three Rings','three-rings'),(2927,'Dreamatrix Game Studios','dreamatrix-game-studios'),(2928,'Xeen','xeen'),(2930,'Crytek Black Sea','crytek-black-sea'),(2384,'The Eighth Day','the-eighth-day'),(2385,'Drew Pictures','drew-pictures'),(2386,'Coconuts Japan','coconuts-japan'),(2387,'Studio Alex','studio-alex'),(2388,'CapDisc','capdisc'),(2391,'IBM','ibm'),(2393,'The Software Toolworks','the-software-toolworks'),(2394,'Tales2','tales2'),(2395,'Sur de Wave','sur-de-wave'),(2396,'Brother Kougyou','brother-kougyou'),(2943,'Devil\'s Details','devil-s-details'),(2944,'Nerjyzed Entertainment','nerjyzed-entertainment'),(2945,'Codemasters Guildford','codemasters-guildford'),(2946,'Nitroplus','nitroplus'),(2947,'Alchemic Productions','alchemic-productions'),(2948,'HAMSTER - duplicate','hamster-duplicate'),(2949,'Masterpiece','masterpiece'),(2950,'Synetic','synetic'),(2951,'Jamsworks','jamsworks'),(2399,'Redline Games','redline-games'),(2400,'Falcom','falcom'),(2953,'Blue Omega Entertainment','blue-omega-entertainment'),(2954,'Phantom EFX','phantom-efx'),(2402,'Eat Sleep Play Inc.','eat-sleep-play-inc'),(2403,'Hammond & Leyland','hammond-leyland'),(2958,'Cave','cave'),(2959,'Def Jam','def-jam'),(2405,'ASUSTek','asustek'),(2407,'Apple Inc','apple-inc'),(2408,'Blackberry Ltd','blackberry-ltd'),(2409,'Cliffhanger Productions','cliffhanger-productions'),(2410,'Frogwares','frogwares'),(2411,'Spiral Game Studios','spiral-game-studios'),(2412,'Toxic Games','toxic-games'),(2413,'Artifice Studio','artifice-studio'),(2976,'Autumn Games','autumn-games'),(2417,'Tapwave','tapwave'),(2419,'Advanced Microcomputer Systems','advanced-microcomputer-systems'),(2420,'Panasonic','panasonic'),(2422,'Hertz','hertz'),(2423,'SoMoGa','somoga'),(2424,'Arena Entertainment','arena-entertainment'),(2425,'Beep Industries','beep-industries'),(2427,'Lass','lass'),(2981,'Mind over Matter Studios','mind-over-matter-studios'),(2982,'Casual Brothers','casual-brothers'),(2983,'Nomad Games','nomad-games'),(2984,'Sega Studios Australia','sega-studios-australia'),(2434,'Kogado Studio','kogado-studio'),(2435,'Frontier Groove','frontier-groove'),(2986,'Softmax','softmax'),(2439,'NaturalMotion','naturalmotion'),(2440,'2XL Games','2xl-games'),(2441,'Realta Entertainment Group','realta-entertainment-group'),(2993,'Monumental Games','monumental-games'),(2443,'Zuxxez Entertainment','zuxxez-entertainment'),(2444,'Eidos Hungary','eidos-hungary'),(2445,'Totem Arts','totem-arts'),(2446,'31X','31x'),(2995,'Namco Bandai America','namco-bandai-america'),(2448,'Positech Games','positech-games'),(3002,'R.U.N.','r-u-n'),(3003,'Digiturbo','digiturbo'),(3005,'Hirameki','hirameki'),(3007,'Seven45 Studios','seven45-studios'),(3008,'Channel 42 Software Developer','channel-42-software-developer'),(3009,'Studio Fizbin','studio-fizbin'),(3011,'Hit Box Team','hit-box-team'),(3012,'Software Refinery','software-refinery'),(3013,'Front Street Publishing','front-street-publishing'),(2463,'Secret Exit','secret-exit'),(2464,'Big Finish Games','big-finish-games'),(2465,'Rondomedia - duplicate','rondomedia-duplicate'),(2466,'Ignited Minds, LLC','ignited-minds-llc'),(2467,'Key Game','key-game'),(2468,'FIX Korea','fix-korea'),(2469,'FIX Games','fix-games'),(3016,'Laughing Jackal','laughing-jackal'),(3017,'Akabeisoft2','akabeisoft2'),(3018,'Palace Game','palace-game'),(3019,'Triangle Service','triangle-service'),(3020,'JAST USA','jast-usa'),(3021,'BongFish','bongfish'),(3022,'Kung Fu Factory','kung-fu-factory'),(3024,'Snowcastle Games','snowcastle-games'),(3025,'Creative Intelligence Arts, Inc.','creative-intelligence-arts-inc'),(2483,'Supercell','supercell'),(2484,'thinkArts','thinkarts'),(2485,'Quadro Delta','quadro-delta'),(2486,'Vitali Kirpu','vitali-kirpu'),(3033,'GameStar','gamestar'),(2488,'Atlus USA','atlus-usa'),(2489,'Final Boss Entertainment','final-boss-entertainment'),(3040,'Colorful Media','colorful-media'),(3043,'Rhino Studios','rhino-studios'),(2492,'2k Australia','2k-australia'),(3045,'Aquaplus','aquaplus'),(3046,'Gust','gust'),(3047,'NIS Europe','nis-europe'),(3048,'Relentless Software','relentless-software'),(2502,'Cardboard Computer','cardboard-computer'),(2503,'Lego Software','lego-software'),(2504,'Dutch Game Garden','dutch-game-garden'),(2505,'Game Maker','game-maker'),(2506,'Village1 Entertainment','village1-entertainment'),(2507,'Conspiracy Games','conspiracy-games'),(3050,'Vagabond Dog','vagabond-dog'),(3051,'Clap Hanz','clap-hanz'),(3052,'Mighty Rocket Studios','mighty-rocket-studios'),(3172,'Plenware','plenware'),(3173,'MadOnion.com','madonion-com'),(3174,'AMD','amd'),(2513,'White Paper Games','white-paper-games'),(3176,'Creative','creative'),(2515,'International Games System','international-games-system'),(3059,'Oovee Game Studios','oovee-game-studios--1'),(3182,'Matrox','matrox'),(3183,'TSI','tsi'),(3184,'Le Corbusier','le-corbusier'),(2521,'Mattel Electronics','mattel-electronics'),(3065,'SuperBot Entertainment','superbot-entertainment'),(3066,'Valhalla Game Studios','valhalla-game-studios'),(2524,'INTV Corporation','intv-corporation'),(2525,'Universal Games','universal-games'),(2526,'Studio 3DO','studio-3do'),(2527,'indieszero Co., Ltd.','indieszero-co-dot-ltd'),(2528,'Centuri','centuri'),(2529,'Don Daglow','don-daglow'),(2530,'Entex','entex'),(2531,'Dinamic Software','dinamic-software'),(3189,'A Sharp, LLC','a-sharp-llc'),(2534,'Zono Inc.','zono-inc'),(3192,'Krillbite Studio','krillbite-studio'),(3193,'Maelstrom Games Ltd','maelstrom-games-ltd'),(3194,'Hybrid Graphics','hybrid-graphics'),(3195,'Track Nine Studios','track-nine-studios'),(3196,'Howard Schwartz Recording','howard-schwartz-recording'),(3197,'Futuremark','futuremark'),(3073,'Bit Blot','bit-blot'),(3204,'Hybrid Graphics Ltd.','hybrid-graphics-ltd'),(3205,'Splashlight Studios','splashlight-studios'),(3206,'Sun Studios','sun-studios'),(3075,'Broken Windows Studio','broken-windows-studio'),(3077,'EKO Software','eko-software'),(3078,'En Masse Entertainment','en-masse-entertainment'),(3079,'Yingpei Games','yingpei-games'),(3080,'Dee Games','dee-games'),(3081,'Exact Co., Ltd.','exact-co-ltd'),(3208,'Maxis Salt Lake','maxis-salt-lake'),(3209,'Pendulo Studios','pendulo-studios--1'),(3211,'Pinkerton Road','pinkerton-road'),(3212,'Gremlin Graphics Software Ltd.','gremlin-graphics-software-ltd'),(3092,'Crispy\'s','crispy-s'),(3093,'Walla Group','walla-group'),(3094,'Leaf','leaf'),(3095,'Crocodile Entertainment','crocodile-entertainment'),(3096,'Triotech Amusement','triotech-amusement'),(3098,'Gamania','gamania'),(3099,'SG Interactive','sg-interactive'),(3100,'Megaxus','megaxus'),(3102,'Axeso5','axeso5'),(3225,'CreativeForge Games','creativeforge-games'),(3107,'Hollywood Recording Services','hollywood-recording-services'),(3108,'Endnight Games Ltd','endnight-games-ltd'),(3229,'Lakshya Digital','lakshya-digital'),(3110,'Marc Graue Studio','marc-graue-studio'),(3232,'NEURON AGE','neuron-age'),(3112,'Sakari Indie','sakari-indie'),(3234,'Teco Co','teco-co'),(3235,'XYZ Digital Studio','xyz-digital-studio'),(3236,'Shirogumi','shirogumi'),(3237,'DIGITAL Hearts','digital-hearts'),(3238,'Pole To Win Co','pole-to-win-co'),(3239,'ANIMAROID','animaroid'),(3240,'IMAGICA Corp.','imagica-corp'),(3241,'Just Cause Productions','just-cause-productions'),(3242,'Visual Flight Co.','visual-flight-co'),(3243,'Ogura Atelier','ogura-atelier'),(3244,'Clock Dance','clock-dance'),(3245,'Frognation','frognation'),(3246,'Blur Studio','blur-studio'),(3247,'Namco Bandai Europe','namco-bandai-europe'),(3248,'Keywords Studios','keywords-studios'),(3249,'Synthesis Milano','synthesis-milano'),(3250,'Synthesis Iberia Madrid','synthesis-iberia-madrid'),(3251,'TAKE OFF','take-off'),(3252,'Colicoba','colicoba'),(3253,'Namco Bandai Games Asia','namco-bandai-games-asia'),(3254,'Agua MassMedia','agua-massmedia'),(3255,'Mouse-Power','mouse-power'),(3256,'Krauthansen Musik & Tonproduktion','krauthansen-musik-and-tonproduktion'),(3257,'Ubisoft K.K.','ubisoft-kk'),(3258,'Smartech','smartech'),(3259,'AC Create','ac-create'),(3260,'Ubisoft Korea','ubisoft-korea'),(3262,'Ubisoft North America','ubisoft-north-america'),(3265,'Sound Hound Studios','sound-hound-studios'),(3266,'Virtuos China Art Team','virtuos-china-art-team'),(3267,'Noble House Kenjutsu','noble-house-kenjutsu'),(3269,'Screen Music Studios','screen-music-studios'),(3270,'LEC-RPM','lec-rpm'),(3271,'Orion Revolution Curiel','orion-revolution-curiel'),(3272,'Eidos Shanghai','eidos-shanghai'),(3273,'MineLoader','mineloader'),(3274,'Visual Works','visual-works'),(3275,'Big Solutions','big-solutions'),(3276,'Frame Machine','frame-machine'),(3277,'Technicolor','technicolor'),(3278,'Giant Studios, Inc.','giant-studios-inc'),(3279,'Image Metrics Ltd.','image-metrics-ltd'),(3280,'Faceware Technologies Ltd','faceware-technologies-ltd'),(3281,'IMPD Productions, Inc.','impd-productions-inc'),(3125,'Stellar Stone','stellar-stone'),(3283,'Alive Interactive Media, Inc.','alive-interactive-media-inc'),(3284,'Mineloader Software Co., Ltd.','mineloader-software-co-dot-ltd'),(3285,'Liquid Development, LLC','liquid-development-llc'),(3286,'3D-Eyetronics, Inc.','3d-eyetronics-inc'),(3134,'Hi-Fi Genie Productions','hi-fi-genie-productions'),(3135,'M&S Music','m-s-music'),(3289,'Mix Nova Studio Sao Paulo','mix-nova-studio-sao-paulo'),(3290,'HEALTH','health'),(3291,'Animazoo','animazoo'),(3292,'Centrum Zdrowia Dziecka','centrum-zdrowia-dziecka'),(3293,'Outsource Media UK','outsource-media-uk'),(3142,'Plastic Wax','plastic-wax'),(3143,'Barbara Harris Loop-Group Casting','barbara-harris-loop-group-casting'),(3144,'Warner Brothers Hollywood','warner-brothers-hollywood'),(3297,'Animazoo Europe','animazoo-europe'),(3298,'Detalion Art','detalion-art'),(3147,'PlayWay SA - duplicate','playway-sa-duplicate'),(3148,'RedDotGames','reddotgames'),(3149,'Epoch Games','epoch-games'),(3150,'New World Interactive','new-world-interactive'),(3151,'Magnavox','magnavox'),(3153,'Blockland LLC','blockland-llc'),(3154,'Elemental Games','elemental-games'),(3155,'Excalibur Publishing','excalibur-publishing'),(3156,'Cinemaware Marquee','cinemaware-marquee'),(3157,'SNK Games','snk-games'),(3158,'Knuckle Cracker','knuckle-cracker'),(3159,'Omni Systems','omni-systems'),(3160,'Omni Systems Limited','omni-systems-limited'),(6068,'Instinct Games','instinct-games'),(12390,'Virgin Mastertronic','virgin-mastertronic'),(12391,'Sungazer Software','sungazer-software'),(1199,'Animation F/X','animation-f-x'),(1200,'Flair Software','flair-software'),(1202,'Adept Software','adept-software'),(1203,'DMA Design Limited','dma-design-limited'),(1204,'Brasoft Produtos de Informática','brasoft-produtos-de-informatica'),(12395,'Overhype Studios','overhype-studios'),(1206,'Perceptum Informática','perceptum-informatica'),(12397,'Bluedoor Games','bluedoor-games'),(6078,'Glass Knuckle Games','glass-knuckle-games'),(12399,'Whiteboard','whiteboard'),(9198,'Dream Reactor','dream-reactor'),(6080,'Tiger and Squid','tiger-and-squid'),(1212,'CI Games','ci-games'),(9204,'Hi-Tech Expressions','hi-tech-expressions--1'),(9205,'Hungry Planet Games','hungry-planet-games'),(9206,'SadSquare Studio','sadsquare-studio'),(1216,'Pyramid','pyramid'),(6086,'TORaIKI','toraiki'),(6087,'Milkbag Games','milkbag-games'),(6088,'Tazigen Clock','tazigen-clock'),(6089,'Tenco','tenco'),(9218,'hempuli','hempuli'),(9219,'D Ξ N V Ξ R','d-ks-n-v-ks-r'),(9220,'URURU Games','ururu-games'),(6093,'Andalusian','andalusian'),(6094,'Radar Group','radar-group'),(9226,'Magid','magid'),(1224,'Introversion Software','introversion-software'),(9238,'Profile Studios','profile-studios'),(9239,'Gameshastra Solutions','gameshastra-solutions'),(9240,'Applied Cinematics','applied-cinematics'),(9241,'Malmö Symphony Orchestra','malmo-symphony-orchestra'),(6102,'Mobility Art Studio','mobility-art-studio'),(1226,'Greenheart Games','greenheart-games'),(6112,'GrindHouse','grindhouse'),(9256,'Sound Motorsports','sound-motorsports'),(9257,'Visual Mechanix','visual-mechanix'),(9258,'Ninja Tune','ninja-tune'),(9259,'FenixTM','fenixtm'),(9260,'Oyun Ceviri','oyun-ceviri'),(9261,'Prometheus Project','prometheus-project'),(9262,'1 Source Entertainment','1-source-entertainment'),(9263,'Crazybunch','crazybunch'),(6117,'BlankMediaGames','blankmediagames'),(6118,'Phoenix Games B.V.','phoenix-games-bv'),(6119,'Lightning Fish Games','lightning-fish-games'),(6120,'DeNA Co., Ltd.','dena-co-dot-ltd'),(9276,'Transgate','transgate'),(9277,'Sorath','sorath'),(9278,'Varkian Empire','varkian-empire'),(9279,'Burak Dabak','burak-dabak'),(9280,'Lumisoftas','lumisoftas'),(9281,'Playa Games GmbH','playa-games-gmbh'),(6124,'Neutral Storm','neutral-storm'),(9283,'PostMod Softworks','postmod-softworks'),(9284,'Kapten Nemos','kapten-nemos'),(6126,'Grey Area','grey-area'),(6127,'Red Rat Software','red-rat-software'),(6128,'Fractal Phase','fractal-phase'),(6129,'Lucky Pause','lucky-pause'),(9287,'Farjay.com','farjay-dot-com'),(9288,'Computer Recreations, Inc.','computer-recreations-inc'),(9289,'Allied Leisure Industries','allied-leisure-industries'),(9290,'GreyLight Entertainment','greylight-entertainment'),(1231,'SUNGJIN Multi-media','sungjin-multi-media'),(1232,'NashiIgry Llc.','nashiigry-llc'),(1233,'NMS Software','nms-software'),(6135,'Milkstone Studios','milkstone-studios'),(6136,'Hello There','hello-there'),(6137,'GriN Gamestudio','grin-gamestudio'),(6138,'Nevernaut Games','nevernaut-games'),(6139,'youdagames','youdagames'),(6140,'Propeller','propeller'),(6141,'CLOCKUP','clockup'),(9305,'Apache Software Limited','apache-software-limited'),(9306,'Wolcen Studio','wolcen-studio'),(9307,'AE Play','ae-play'),(9308,'Creazn Studio','creazn-studio'),(9309,'SiBear','sibear'),(9310,'Balcony Team','balcony-team'),(9311,'LKA','lka'),(9313,'Suppressive Fire Games','suppressive-fire-games'),(6148,'Virtual Heroes','virtual-heroes'),(9315,'GameTap Entertainment','gametap-entertainment'),(6150,'League of Geeks','league-of-geeks'),(9318,'Titus Entertainment','titus-entertainment'),(9319,'House of Tales','house-of-tales'),(1242,'MachineGames','machinegames'),(1244,'7 Studios','7-studios'),(9329,'Team Gotham','team-gotham'),(6169,'Gravity Europe SAS','gravity-europe-sas'),(6170,'Sammy Studios','sammy-studios'),(6171,'Endless Loop Studios','endless-loop-studios'),(6172,'5 Ants','5-ants'),(1251,'Beyond Games','beyond-games'),(9331,'Playwood Games ApS','playwood-games-aps'),(9332,'Taranasus Studio','taranasus-studio'),(1253,'Good Science Studio','good-science-studio'),(9334,'M.J Roberts','mj-roberts'),(1255,'AMA Studios','ama-studios'),(9336,'Bryan Gale','bryan-gale--1'),(9337,'Thew','thew'),(9338,'Thew','thew--1'),(9339,'monothetic','monothetic'),(6185,'Visual Entertainment And Technologies','visual-entertainment-and-technologies'),(9341,'Ant Workshop Ltd','ant-workshop-ltd'),(6256,'Amanaimages','amanaimages'),(9353,'Owen Harris','owen-harris'),(9354,'Nikki Smit','nikki-smit'),(6258,'Logan Media','logan-media'),(6259,'Huke','huke'),(6260,'Eurotek Multilingual','eurotek-multilingual'),(9359,'Them Games','them-games'),(1368,'Impromptu Games','impromptu-games'),(9361,'Cohort Studos','cohort-studos'),(9362,'Outsourcing','outsourcing'),(6264,'StartStudio Milano','startstudio-milano'),(6265,'Quazal','quazal'),(6266,'Sphereframe','sphereframe'),(6267,'shaft Inc.','shaft-inc'),(6268,'JIMAS Motion Capture Studio','jimas-motion-capture-studio'),(9367,'Michael Frei','michael-frei'),(9368,'Funsoft','funsoft'),(1377,'Uber Entertainment','uber-entertainment'),(6272,'Character Localization','character-localization'),(9371,'Infinite Machine','infinite-machine'),(6274,'Brighton Indies','brighton-indies'),(6275,'American Federation of Musicians','american-federation-of-musicians'),(6276,'One Note Recording Studio','one-note-recording-studio'),(9373,'Mane6','mane6'),(6278,'Arts Vision','arts-vision'),(9375,'BigBrik','bigbrik'),(9376,'Odd Tales Ltd','odd-tales-ltd'),(6283,'Himawari Theatre Group','himawari-theatre-group'),(6284,'JTB Entertainment','jtb-entertainment'),(6289,'Enterbrain Famitsu Xbox Editorial Department','enterbrain-famitsu-xbox-editorial-department'),(6290,'Animate','animate'),(1386,'The Whole Experience','the-whole-experience'),(1387,'Surreal Software','surreal-software'),(1388,'Black Label Games','black-label-games'),(9384,'The Man Breeze','the-man-breeze'),(9386,'Sharpless512','sharpless512'),(9387,'Luis Antonio','luis-antonio'),(9388,'Four Circle Interactive','four-circle-interactive'),(9389,'Daniel Wright','daniel-wright'),(6301,'Tokyo Denki University','tokyo-denki-university'),(9391,'Still Running','still-running'),(9392,'Tagstar Games','tagstar-games'),(6305,'Nerv','nerv'),(6306,'hormanns','hormanns'),(9395,'Near Death Studios','near-death-studios'),(6309,'Melonbooks','melonbooks'),(6310,'Cardkingdom','cardkingdom'),(6312,'LaOX','laox'),(1400,'Rat King Entertainment','rat-king-entertainment'),(1402,'BlueSky Software','bluesky-software'),(9402,'NOVA Production','nova-production'),(6317,'Continuum Entertainment','continuum-entertainment'),(9405,'Xiotex Studios','xiotex-studios'),(9406,'Abyssal Arts','abyssal-arts'),(9407,'Kvaba','kvaba'),(6326,'Corbie Games','corbie-games'),(6327,'ELF','elf'),(9409,'Close Studios','close-studios'),(6329,'Monkey Do Productions','monkey-do-productions'),(9411,'Highcastle Studios','highcastle-studios--1'),(1413,'Red 5 Studios','red-5-studios'),(9413,'Exploding Tuba Studios','exploding-tuba-studios'),(9414,'Hipnotic Interactive','hipnotic-interactive'),(6339,'Killmonday Games HB','killmonday-games-hb'),(6340,'Micro Strategic Game Design','micro-strategic-game-design'),(6341,'Deep Red Games','deep-red-games'),(6342,'Hexacto','hexacto'),(6343,'Jamdat - duplicate','jamdat-duplicate'),(6344,'Airborne','airborne'),(6345,'Hexacto','hexacto--1'),(6346,'JAMDAT Mobile','jamdat-mobile'),(6347,'LGK Games','lgk-games'),(6348,'Black Shell Games','black-shell-games'),(6349,'Chris Hilgert','chris-hilgert'),(1431,'Wild Games Studio','wild-games-studio'),(6351,'Aquria','aquria'),(9428,'Super Hatch Games','super-hatch-games'),(1433,'Undead Labs','undead-labs'),(9432,'Mode 7 Games','mode-7-games'),(9433,'[bracket]games','bracket-games--1'),(6364,'General Computer Corporation (GCC)','general-computer-corporation-gcc'),(6365,'Ibid','ibid'),(6366,'Art & Magic','art-and-magic'),(6367,'Softek','softek'),(6368,'Computer Graphics Technology Group of PUC-Rio','computer-graphics-technology-group-of-puc-rio'),(6369,'The Brotherhood Games','the-brotherhood-games'),(6371,'Ragequit Corporation','ragequit-corporation'),(6372,'Lankhor','lankhor'),(9439,'Wholetone Games','wholetone-games'),(6374,'Aeonsoft','aeonsoft'),(1445,'Rainbow Arts','rainbow-arts'),(1446,'Time Warp Productions','time-warp-productions'),(1449,'MC2 France','mc2-france'),(1450,'Black Pants Studio','black-pants-studio'),(1451,'Black Pants Game Studio','black-pants-game-studio'),(1453,'Sharp','sharp'),(6383,'Microsoft Home','microsoft-home'),(1455,'Elixir Studios','elixir-studios'),(1456,'Team Psykskallar','team-psykskallar'),(1457,'Nine Realms','nine-realms'),(9441,'Caged Element','caged-element'),(9442,'Sushee','sushee'),(6389,'marbenx','marbenx'),(6390,'Telepaths\' Tree','telepaths-tree'),(6391,'Thumbstar Games Limited','thumbstar-games-limited'),(6392,'Dialogue Design','dialogue-design'),(6393,'Harvester Games','harvester-games'),(9449,'Aardman Digital','aardman-digital'),(6395,'Xonox','xonox'),(9451,'Tigervision','tigervision'),(9452,'WAH-Software','wah-software'),(6398,'Scholastic','scholastic'),(6399,'Box Offce','box-offce'),(6400,'Random House','random-house'),(6403,'Datamost','datamost'),(6404,'Earthware','earthware'),(9458,'Gentlymad','gentlymad'),(9459,'Wild Factor','wild-factor'),(9460,'Buddy Zoo','buddy-zoo'),(9461,'Simply Silly Software','simply-silly-software'),(9462,'Six Foot Games','six-foot-games'),(9463,'Fujitsu','fujitsu'),(1473,'TEC Interactive Pte.','tec-interactive-pte'),(9465,'Sirius Software','sirius-software'),(6409,'Tonguç Bodur','tonguc-bodur--1'),(9469,'Zeke Virant','zeke-virant'),(1479,'Technicolor Interactive Services','technicolor-interactive-services'),(1480,'Blackman Productions','blackman-productions'),(1481,'Giant Studios','giant-studios'),(1482,'3D Eyetronics','3d-eyetronics'),(1484,'EA Europe','ea-europe'),(6412,'The Story Mechanics','the-story-mechanics'),(1487,'Cauldron HQ','cauldron-hq'),(6418,'Interphase','interphase'),(6419,'Spooky Squid Games','spooky-squid-games'),(6420,'Rogue Snail','rogue-snail'),(6421,'Zueira Digital','zueira-digital'),(6423,'Nival VR','nival-vr'),(1506,'Oracle','oracle'),(1507,'LWJGL','lwjgl'),(9495,'Voila Productions','voila-productions'),(1509,'J0rbis','j0rbis'),(9497,'Euphonious Ltd.','euphonious-ltd'),(1516,'Digitaaliset Demot','digitaaliset-demot'),(1517,'Tekes','tekes'),(1518,'S&H Entertainment Localization','s-h-entertainment-localization'),(1519,'Cities In Motion: Tokyo','cities-in-motion-tokyo'),(1520,'Ulysses Graphics','ulysses-graphics'),(9503,'Albino Frog Software, Inc. - duplicate','albino-frog-software-inc-duplicate'),(6433,'Wildec','wildec'),(6434,'Radioactive Software','radioactive-software'),(9506,'Mad Fellows','mad-fellows'),(6439,'Art Bully Productions','art-bully-productions'),(6440,'Curious Pictures','curious-pictures'),(6441,'Game Mechanic Studios','game-mechanic-studios'),(6442,'The Hungarian Studio Orchestra','the-hungarian-studio-orchestra'),(6443,'THQ Digital Studios UK','thq-digital-studios-uk'),(6444,'THQ Montreal','thq-montreal'),(1532,'Hopoo Games LLC','hopoo-games-llc'),(1533,'DL Multimedia','dl-multimedia'),(1534,'Violetmedia GmbH','violetmedia-gmbh'),(1535,'Vertigo Translations','vertigo-translations'),(1536,'Gorgone Productions','gorgone-productions'),(1537,'Localsoft','localsoft'),(9517,'Hesware','hesware'),(6454,'ToddAO','toddao'),(6455,'Carl Waltzer Digital Services','carl-waltzer-digital-services'),(6456,'Centercode','centercode'),(6457,'Combat Studios','combat-studios'),(6458,'John Marshall Media','john-marshall-media'),(9521,'Western Technologies Inc.','western-technologies-inc'),(1545,'Atomhawk Design','atomhawk-design'),(6461,'Partly Cloudy Games','partly-cloudy-games'),(1547,'Buddha Jones Trailers','buddha-jones-trailers'),(6463,'Advanced Micro Devices','advanced-micro-devices'),(9525,'On Time Software','on-time-software'),(6465,'87eleven','87eleven'),(9527,'Indimo Labs LLC','indimo-labs-llc'),(9528,'Sega/Gremlin','sega-slash-gremlin'),(1554,'Electric Spectacle','electric-spectacle'),(6469,'Veles Studio','veles-studio'),(9531,'Alasdair Beckett-King','alasdair-beckett-king'),(9533,'Zillion Whales','zillion-whales'),(9534,'Twinbeard Studios','twinbeard-studios'),(9535,'Jester Interactive','jester-interactive'),(9536,'Pixel Hero Games','pixel-hero-games'),(9537,'Weappy Studio','weappy-studio'),(9538,'EPSITEC','epsitec'),(1564,'Portalarium','portalarium'),(1565,'The Indie Stone','the-indie-stone'),(9545,'Sentient Software Inc.','sentient-software-inc'),(1568,'Ancient','ancient'),(1569,'Career Soft','career-soft'),(12731,'Critical Force','critical-force'),(12732,'Rexet Studio','rexet-studio'),(1572,'Creative Sound Design','creative-sound-design'),(1573,'Duff Studios','duff-studios'),(1576,'Extreme Audio Design','extreme-audio-design'),(1577,'SMS Studios','sms-studios'),(1579,'Screenmusic Studios','screenmusic-studios'),(1580,'Kerner Complex Security','kerner-complex-security'),(12738,'Focus Creative Enterprises Ltd., Software Studios','focus-creative-enterprises-ltd-dot-software-studios'),(12739,'Piranha','piranha'),(12740,'The Pickford Brothers','the-pickford-brothers'),(12741,'Zee-3 Digital Publishing','zee-3-digital-publishing'),(12742,'ru3ch initiative','ru3ch-initiative'),(12743,'Proficient City Limited','proficient-city-limited'),(12744,'Pretty Standard Games','pretty-standard-games'),(12745,'Moonton','moonton'),(9561,'Fluffy Kitten Studios','fluffy-kitten-studios'),(1597,'VoletMedia GmbH Munich','voletmedia-gmbh-munich'),(1598,'GlobaLoc GmbH','globaloc-gmbh'),(1599,'Magnatune','magnatune'),(9565,'Zilec Electronics','zilec-electronics'),(9566,'Gabelli Software In.','gabelli-software-in'),(9567,'Point Blank Games','point-blank-games'),(1604,'Alienware','alienware'),(12754,'Green Monkey Games, LLC','green-monkey-games-llc'),(9570,'Eerik Kukkonen','eerik-kukkonen'),(12757,'Permafrost Development','permafrost-development'),(9572,'Evil Indie Games','evil-indie-games'),(12760,'Neowiz Bless Studio','neowiz-bless-studio'),(12761,'Gamestar, Inc.','gamestar-inc'),(12762,'Xcel Ltd','xcel-ltd'),(12763,'Pathos Interactive','pathos-interactive'),(12765,'Complex Games','complex-games'),(12766,'Micromega','micromega'),(12767,'Master Designer Software, Inc.','master-designer-software-inc'),(1613,'Incognito Entertainment','incognito-entertainment'),(1614,'Star Gem Inc','star-gem-inc'),(1615,'Modern Uprising Studios','modern-uprising-studios'),(1616,'Judy Henderson Casting','judy-henderson-casting'),(12774,'Slitherine Strategies - duplicate','slitherine-strategies-duplicate'),(12775,'Straylight Entertainment','straylight-entertainment'),(12776,'Red Shift','red-shift'),(1618,'www.pictus.cz','www-pictus-cz'),(1619,'www.silentnoise.cz','www-silentnoise-cz'),(1620,'OpenAL Soft','openal-soft'),(1621,'Xiph.org Foundation','xiph-org-foundation'),(12780,'Cosmo Machia Inc.','cosmo-machia-inc'),(1623,'Neon Studios','neon-studios'),(9585,'Paul Norman','paul-norman'),(9586,'Fool\'s Theory','fools-theory'),(9587,'Demigiant','demigiant'),(12789,'alvarop games','alvarop-games'),(9589,'Night Work Games','night-work-games'),(12795,'Fine Mug','fine-mug'),(6482,'Kenproduction Company','kenproduction-company'),(6483,'STYLE CUBE','style-cube'),(6484,'Tokyo Actor\'s Consumer\'s Cooperative Society','tokyo-actors-consumers-cooperative-society'),(12800,'Katatema','katatema'),(6486,'HIRATA OFFICE','hirata-office'),(6487,'Production Baobab Company','production-baobab-company'),(6488,'RETREAT','retreat'),(6489,'5pb. Records','5pb-records'),(9597,'Alper Sarıkaya','alper-sarikaya'),(6491,'SUCCESS BEIJING STUDIO','success-beijing-studio'),(12805,'Proteus Developments','proteus-developments'),(12806,'Play(c)','play-c'),(6494,'DENGEKI PlayStation','dengeki-playstation'),(6495,'DENGEKI Online','dengeki-online'),(12809,'Giga Games','giga-games'),(6497,'BOWWOW Productions','bowwow-productions'),(6498,'The American Conservatory Theater','the-american-conservatory-theater'),(6499,'RODEX Pest Control','rodex-pest-control'),(12812,'MJ Games','mj-games'),(9601,'Colorspace Studio','colorspace-studio'),(12814,'Startlecat Games','startlecat-games'),(9603,'dino dini','dino-dini'),(9604,'Yahoo Software','yahoo-software'),(12816,'Novaquark','novaquark'),(12817,'Starloop Studios','starloop-studios'),(12818,'RealityArts Studio','realityarts-studio'),(12819,'Vision Works','vision-works'),(6519,'RampRate','ramprate'),(6520,'Tokyo Pop','tokyo-pop'),(12822,'SEGA AM4','sega-am4'),(9612,'Concept Art House','concept-art-house'),(12824,'Mesa Logic','mesa-logic'),(9614,'Beachhouse Films','beachhouse-films'),(6525,'Links DigiWorks, Inc.','links-digiworks-inc'),(6526,'Corbis Japan','corbis-japan'),(6527,'Point d\'Orgue','point-dorgue'),(6528,'Glenwood Studios','glenwood-studios'),(12829,'Trans Fiction Systems Inc.','trans-fiction-systems-inc'),(9620,'Bar Plastic Model','bar-plastic-model'),(9621,'Black Belt Jones','black-belt-jones'),(9622,'Crowarts','crowarts'),(12832,'The Gentlebros Pte. Ltd.','the-gentlebros-pte-ltd'),(12833,'Gianty','gianty'),(12834,'Goblin Works','goblin-works'),(6531,'Game Troopers','game-troopers'),(6532,'Scriptwelder','scriptwelder'),(6534,'Race Room Entertainment AG','race-room-entertainment-ag'),(6535,'Snowhydra','snowhydra'),(9628,'Bits & Frames','bits-and-frames'),(6537,'39 steps','39-steps'),(9630,'Ability Co.','ability-co'),(6539,'Betson Enterprises','betson-enterprises'),(6540,'Studio Pound Sand','studio-pound-sand'),(12841,'Silverbird Software Ltd.','silverbird-software-ltd'),(9634,'Il Museo Della Cinquecento','il-museo-della-cinquecento'),(12843,'Russobit-M','russobit-m--1'),(6543,'POMERA Studios','pomera-studios'),(12846,'Bushiroad','bushiroad'),(1879,'Eight Ball Sound','eight-ball-sound'),(9833,'Brasyna Inc.','brasyna-inc'),(9834,'CGCG Studio','cgcg-studio'),(13029,'AMG Games','amg-games'),(13030,'GOSHOW, Inc.','goshow-inc'),(13031,'Studio HG','studio-hg'),(1884,'CSK Research Institute','csk-research-institute'),(9839,'NeuroCreativa','neurocreativa'),(1886,'Konami Computer Entertainment Yokohama','konami-computer-entertainment-yokohama'),(9842,'TinyAtomGames','tinyatomgames'),(1888,'East Point Software LTD','east-point-software-ltd'),(1889,'Mistic Studios','mistic-studios'),(9845,'Lar','lar'),(9846,'Auto','auto'),(9847,'Larva','larva'),(9848,'Pheonix Age','pheonix-age'),(13041,'iScream Studios','iscream-studios'),(13042,'Allumer, Ltd.','allumer-ltd'),(13043,'MCM Software','mcm-software'),(9851,'Gameforge','gameforge'),(13045,'Contec Games','contec-games'),(13046,'NtoSGames','ntosgames'),(1894,'Oberon Media','oberon-media'),(1895,'EON Digital Entertainment','eon-digital-entertainment'),(13052,'Deadspot Games','deadspot-games'),(1897,'Ubisoft Blue Byte - duplicate','ubisoft-blue-byte-duplicate'),(1898,'Sanzaru Games','sanzaru-games'),(1899,'Exakt Entertainment','exakt-entertainment'),(13057,'Bethesda Softworks (duplicate)','bethesda-softworks-duplicate'),(9870,'Glacicle','glacicle'),(9871,'AlPixel Games','alpixel-games'),(9872,'FOAM Entertainment','foam-entertainment'),(13060,'Wildcard Studios','wildcard-studios'),(13061,'Yash Future Tech Solutions Pvt Ltd','yash-future-tech-solutions-pvt-ltd'),(13062,'Mocove Studio','mocove-studio'),(13063,'Acuze Interactives','acuze-interactives'),(1904,'Team6 Game Studios','team6-game-studios'),(9882,'Rane Corporation','rane-corporation'),(9883,'Replay Heaven','replay-heaven'),(13068,'mebius','mebius'),(9886,'Strongroom','strongroom'),(9887,'Xfer Records','xfer-records'),(9888,'ZERO-G Ltd.','zero-g-ltd'),(13071,'genDESIGN','gendesign'),(9890,'Creative Studio','creative-studio'),(1908,'Lucky Chicken Games','lucky-chicken-games'),(9892,'Joyfull Animation Studio','joyfull-animation-studio'),(9893,'Warner Bros. Animation','warner-bros-animation'),(9894,'MOI Animation','moi-animation'),(9895,'Funny Garbage','funny-garbage'),(13083,'Stardock Entertainment','stardock-entertainment'),(9899,'Vyk Global','vyk-global'),(9900,'Wootones','wootones'),(9902,'The Navy Seals','the-navy-seals'),(9903,'Waam','waam'),(9904,'Noise of O Productions, LLC','noise-of-o-productions-llc'),(9905,'Redsteam','redsteam'),(13091,'Renegade Game Studios','renegade-game-studios'),(13092,'TeamStormVR','teamstormvr'),(1931,'O-3 Entertainment','o-3-entertainment'),(1932,'Able Corporation','able-corporation'),(1934,'Skip Ltd.','skip-ltd'),(9914,'Brainchild Design','brainchild-design'),(13098,'Game Gems Inc.','game-gems-inc'),(9916,'P.Z.Karen Co. Development Group','pzkaren-co-development-group'),(6581,'Dark Reactor','dark-reactor'),(6582,'PE Tischenk Andrii Gennadiiovych','pe-tischenk-andrii-gennadiiovych'),(6583,'Nanjing Kylin Magical Image','nanjing-kylin-magical-image'),(6584,'FramesHunter','frameshunter'),(6585,'Double RR Studios','double-rr-studios');
/*!40000 ALTER TABLE `companies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `games`
--
DROP TABLE IF EXISTS `games`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `games` (
`id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_bin NOT NULL,
`slug` varchar(255) COLLATE utf8_bin NOT NULL,
`summary` text COLLATE utf8_bin,
`rating` float NOT NULL,
`popularity` float NOT NULL,
`aggregated_rating` float NOT NULL,
`publisher_id` int(10) unsigned DEFAULT NULL,
`developer_id` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `slug` (`slug`),
KEY `publisher_id` (`publisher_id`),
KEY `developer_id` (`developer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `games`
--
LOCK TABLES `games` WRITE;
/*!40000 ALTER TABLE `games` DISABLE KEYS */;
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment