Skip to content

Instantly share code, notes, and snippets.

@twinge
Created November 22, 2009 14:42
Show Gist options
  • Save twinge/240582 to your computer and use it in GitHub Desktop.
Save twinge/240582 to your computer and use it in GitHub Desktop.
Categories
[{"Aircraft" => [
{"Civilian" => ["Commercial", "Helicopter", "Jet", "Private", "Propellers", "Sport", "Baloon", "Blimp"]},
{"Historic" => []},
{"Military" => ["Bomber", "Fighter", "Helicopter", "Recon", "Transport"]},
{"Parts" => ["Bomb", "Engine", "Parachute", "Propeller", "Weapons", "Wings"]}
]},
{"Anatomy" => [
{"Body" => []},
{"Extremity" => []},
{"Head" => []},
{"Internal" => []},
{"Musculature" => []},
{"Skeletal System" => []},
{"Torso" => []}
]},
{"Animals" => [
{"Amphibian" => ["Caecilian", "Frog", "Newt", "Salamander", "Toad"]},
{"Bird" => []},
{"Extinct" => []},
{"Fantasy" => []},
{"Fish" => []},
{"Insect" => []},
{"Mammal" => ["Aquatic", "Land"]},
{"Other" => []},
{"Reptile" => ["Alligator", "Caiman", "Crocodile", "Gavial", "Lizard", "Snake", "Tortoise", "Tuatara", "Turtle", "Worm"]}
]},
{"Architecture" => [
{"Elements" => ["Ceiling", "Column", "Door", "Floor", "Hall", "Lighting", "Lobby", "Misc. Elements", "Street Element", "Wall", "Window", "Stairs", "Railings"]},
{"Scenes" => ["Cities", "Commercial", "Home", "Hotel / Motel", "Landscapes", "Misc. Interiors", "Office", "Public Work", "Seascape"]},
{"Structures" => ["Arenas", "Bridges", "Buildings", "Castle", "Fantasy", "Government", "Highway", "Historic", "House", "Industrial Building", "Landmarks", "Railway", "Road", "Sci-Fi", "Skyscraper", "Store", "Street"]}
]},
{"Characters" => [
{"Accessories" => []},
{"Child" => ["Boy", "Girl"]},
{"Clothing" => ["Accesory", "Men's Clothing", "Women's Clothing"]},
{"Fantasy / Sci-Fi" => ["Alien", "Creature", "Monster", "Superhero", "Supernatural"]},
{"Historic" => []},
{"People" => ["Man", "Woman"]},
{"Robot" => []}
]},
{"Electronics" => [
{"Audio" => ["Boombox", "Headphones", "Microphone", "Player", "Speaker", "Turntable"]},
{"Computer" => ["Component", "Desktop", "Laptop", "PDA", "Peripheral", "Storage", "Video Game Console"]},
{"Phone" => ["Booth", "Cellular", "Corded", "Cordless"]},
{"Video" => ["Camera", "Player", "Television"]},
{"Cameras" => []}
]},
{"Food / Drink" => [
{"Beverage" => []},
{"Dairy" => []},
{"Egg" => []},
{"Fish" => []},
{"Fruit" => []},
{"Meat" => []},
{"Other" => []},
{"Seed" => []},
{"Vegetable" => []},
]},
{"Furnishing" => [
{"Appliances" => ["Blender", "Coffeemaker", " Dishwasher", " Dryer", " Fryer", " Microwave", " Refrigerator", " Stove", " Toaster" ]},
{"Cookware" => ["Bakeware", "Pan", "Pot", "Utensil"]},
{"Dining" => ["Dishes", "Drinks", "Food", "Utensils"]},
{"Fixture" => ["Bathroom", "Kitchen"]},
{"Furniture" => ["Bathroom", "Bedroom", "Cabinet / Storage", "Chair", "Desk", "Floor Covering", "Lamp", "Office", "Outdoor", "Room", "Shelving", "Sofa", "Table", "Window Covering"]}
]},
{"Industrial" => [
{"Machines" => []},
{"Parts" => []},
{"Shipping Containers" => []},
{"Tools" => []},
{"Vehicles" => ["Construction", "Crane", "Transport"]}
]},
{"Plants" => [
{"Bush / Shrub" => []},
{"Flower" => []},
{"Small Plant" => []},
{"Tree" => []}
]},
{"Science" => [
{"Equipment" => []},
{"Medical" => []},
{"Dental" => []},
{"Chemistry" => []}
]},
{"Space" => [
{"Astrophysics" => []},
{"Natural Satellite" => []},
{"Planet" => []},
{"Spacecraft" => ["Cruiser", "Fighter", "Probe", "Rover", "Satellite", "Shuttle", "Transport"]}
]},
{"Special Effects" => [
{"Fireworks" => []},
{"Glowing" => []},
{"Lighting" => []},
{"Particles" => []}
]},
{"Sports / Hobbies" => [
{"Adult Hobby" => []},
{"Arena" => []},
{"Character" => []},
{"Music" => []},
{"Musical Instruments" => ["Percussion", "Strings", "Woodwind"]},
{"Sports Equipment" => ["Baseball", "Basketball", "Excercise", "Football", "Golf", "Hockey", "Outdoor", "Playground", "Soccer", "Snow", "Tennis"]},
{"Toy" => []}
]},
{"Vehicle" => [
{"Bicycle" => ["Antique", "Chopper", "Mountain", "Racing"]},
{"Cars" => ["Antique", "Buggy", "Concept", "Custom / Tuned", "Kart", "Luxury", "Racing", "Standard", "Sci-Fi", "Sedan", "Sport"]},
{"Heavy Vehicle" => ["Bus", "Pickup", "Semi Truck", "SUV", "Trailer", "Trucks", "Van"]},
{"Military" => ["Artillery", "Jeep", "Modern", "Tank", "Transport", "WWI", "WWII"]},
{"Motorcycle" => ["Antique", "Chopper", "Concept", "Custom / Tuned", "Military", "Racing", "Scooters", "Sport", "Standard"]},
{"Part" => ["Chassis", "Engine", "Exterior", "Interior", "Seat", "Steering Wheel", "Suspension", "Wheel"]},
{"Train" => ["Cargo", "Engine", "High-speed", "Local", "Passenger", "Streetcar", "Subway"]}
]},
{"Watercraft" => [
{"Commercial" => ["Cargo", "Cruise", "Fishing", "Historic","Ships"]},
{"Military" => ["Battle", "Historic", "Sailboat", "Subs", "Transport"]},
{"Recreational" => ["Canoe", "Historic", "Jetski", "Motorboat", "Sailboat"]}
]},
{"Weapons / Armor" => [
{"Armor" => ["Body", "Helmet", "Shield"]},
{"Guns" => ["Antique", "Machine Gun", "Modern", "Pistol", "Rifle"]},
{"Melee" => ["Blunt", "Cutting", "Exotic"]},
{"Projectiles" => ["Artillery", "Bomb", "Bow", "Cannon", "Missile", "Spear"]}
]}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment