gitextract_7nbggcej/ ├── .document ├── .github/ │ └── workflows/ │ └── release.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── VERSION ├── build.gradle.kts ├── gradle/ │ └── wrapper/ │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── lib/ │ └── domains/ │ ├── ac/ │ │ ├── daffodil.txt │ │ ├── diu.txt │ │ ├── dpi.txt │ │ ├── jiu.txt │ │ ├── kcu.txt │ │ ├── lsst.txt │ │ ├── myaie.txt │ │ ├── scsd/ │ │ │ └── k12.txt │ │ ├── ukh.txt │ │ ├── unikam.txt │ │ ├── unw.txt │ │ ├── uod.txt │ │ ├── upl-univ.txt │ │ ├── yuhs.txt │ │ └── za/ │ │ └── cti.txt │ ├── academy/ │ │ ├── business-school.txt │ │ ├── campus.txt │ │ ├── chungkang.txt │ │ ├── cloud-campus.txt │ │ ├── esoft.txt │ │ ├── explore.txt │ │ ├── greta-cfa-aquitaine.txt │ │ ├── greta-sud-aquitaine.txt │ │ ├── houghton.txt │ │ ├── htk.txt │ │ ├── itstep.txt │ │ ├── kenzie.txt │ │ ├── lesallay.txt │ │ ├── lincroft.txt │ │ ├── metis.txt │ │ ├── stevejobs.txt │ │ └── uview.txt │ ├── ad/ │ │ ├── educand.txt │ │ └── uda.txt │ ├── ae/ │ │ ├── 42abudhabi/ │ │ │ └── student.txt │ │ ├── ac/ │ │ │ ├── aau.txt │ │ │ ├── adu.txt │ │ │ ├── ajman.txt │ │ │ ├── ajmanuni.txt │ │ │ ├── alainuniversity.txt │ │ │ ├── aths.txt │ │ │ ├── aurak.txt │ │ │ ├── buid.txt │ │ │ ├── cud/ │ │ │ │ └── students.txt │ │ │ ├── gmu.txt │ │ │ ├── hbmsu.txt │ │ │ ├── hct.txt │ │ │ ├── iat.txt │ │ │ ├── ku.txt │ │ │ ├── masdar.txt │ │ │ ├── mbzuai.txt │ │ │ ├── pi.txt │ │ │ ├── psa.txt │ │ │ ├── sharjah.txt │ │ │ ├── uaeu.txt │ │ │ ├── ud.txt │ │ │ ├── uof.txt │ │ │ ├── uowdubai.txt │ │ │ └── zu.txt │ │ ├── agu.txt │ │ ├── albasmaschool.txt │ │ ├── alhosnu.txt │ │ ├── aue.txt │ │ ├── auschool.txt │ │ ├── aust.txt │ │ ├── bips/ │ │ │ └── school.txt │ │ ├── biticrak.txt │ │ ├── cranleigh.txt │ │ ├── cuca.txt │ │ ├── iiss.txt │ │ ├── nasdubai.txt │ │ ├── nlcsdubai.txt │ │ ├── sorbonne.txt │ │ ├── tapschool.txt │ │ └── wschool.txt │ ├── aero/ │ │ └── mstuca.txt │ ├── af/ │ │ └── edu/ │ │ ├── auaf.txt │ │ ├── bakhtar.txt │ │ ├── dawat.txt │ │ ├── dunya.txt │ │ ├── kardan.txt │ │ ├── kateb.txt │ │ ├── ku.txt │ │ ├── salam.txt │ │ └── spingharuniversity.txt │ ├── ag/ │ │ └── uhsa.txt │ ├── ai/ │ │ └── insait.txt │ ├── al/ │ │ ├── edu/ │ │ │ ├── beder.txt │ │ │ ├── epoka.txt │ │ │ ├── fshn.txt │ │ │ ├── fti.txt │ │ │ ├── uat.txt │ │ │ ├── ubt.txt │ │ │ ├── umb.txt │ │ │ ├── uniel.txt │ │ │ ├── unipavaresia.txt │ │ │ ├── unishk.txt │ │ │ ├── unitir.txt │ │ │ ├── univlora.txt │ │ │ ├── unkorce.txt │ │ │ ├── unyt.txt │ │ │ └── uogj.txt │ │ ├── unizkm.txt │ │ └── upt.txt │ ├── am/ │ │ ├── 42yerevan/ │ │ │ └── student.txt │ │ ├── armmed.txt │ │ ├── aspu.txt │ │ ├── asue.txt │ │ ├── aua.txt │ │ ├── aybschool.txt │ │ ├── eiu.txt │ │ ├── eriicta.txt │ │ ├── fizmat.txt │ │ ├── isec.txt │ │ ├── meduni.txt │ │ ├── mskh.txt │ │ ├── msu.txt │ │ ├── nuaca.txt │ │ ├── polytechnic.txt │ │ ├── rau/ │ │ │ └── student.txt │ │ ├── rau.txt │ │ ├── seua.txt │ │ ├── shirakatsy.txt │ │ ├── shsu.txt │ │ ├── ufar.txt │ │ ├── yerphi.txt │ │ ├── ysmu.txt │ │ ├── ysu.txt │ │ └── ysumail.txt │ ├── ao/ │ │ ├── co/ │ │ │ ├── isptec.txt │ │ │ ├── uma.txt │ │ │ └── utanga.txt │ │ ├── uan.txt │ │ └── unia.txt │ ├── ar/ │ │ ├── com/ │ │ │ ├── ianca.txt │ │ │ ├── inaf27.txt │ │ │ ├── istea.txt │ │ │ └── itbeltran.txt │ │ ├── edu/ │ │ │ ├── atlantida.txt │ │ │ ├── austral.txt │ │ │ ├── caece.txt │ │ │ ├── cema.txt │ │ │ ├── ib.txt │ │ │ ├── iese.txt │ │ │ ├── ispi4038.txt │ │ │ ├── itba.txt │ │ │ ├── iua.txt │ │ │ ├── iuna.txt │ │ │ ├── kennedy.txt │ │ │ ├── maimonides.txt │ │ │ ├── mdp.txt │ │ │ ├── palermo.txt │ │ │ ├── salvador.txt │ │ │ ├── uade.txt │ │ │ ├── uader.txt │ │ │ ├── uai/ │ │ │ │ └── alumnos.txt │ │ │ ├── uai.txt │ │ │ ├── ub.txt │ │ │ ├── ubp.txt │ │ │ ├── uca.txt │ │ │ ├── ucaecemdp.txt │ │ │ ├── ucalp.txt │ │ │ ├── uccor.txt │ │ │ ├── uccuyo.txt │ │ │ ├── ucel.txt │ │ │ ├── ucema.txt │ │ │ ├── uces.txt │ │ │ ├── uch.txt │ │ │ ├── ucine.txt │ │ │ ├── ucp.txt │ │ │ ├── ucse.txt │ │ │ ├── ucsf.txt │ │ │ ├── ucu.txt │ │ │ ├── uda.txt │ │ │ ├── udemm.txt │ │ │ ├── udesa.txt │ │ │ ├── uesiglo21.txt │ │ │ ├── ufasta.txt │ │ │ ├── uflo.txt │ │ │ ├── ugd.txt │ │ │ ├── ulp.txt │ │ │ ├── um.txt │ │ │ ├── umaza.txt │ │ │ ├── umsa.txt │ │ │ ├── unam.txt │ │ │ ├── unc.txt │ │ │ ├── unca.txt │ │ │ ├── uncoma.txt │ │ │ ├── uncu.txt │ │ │ ├── undec.txt │ │ │ ├── uner.txt │ │ │ ├── unf.txt │ │ │ ├── ungs.txt │ │ │ ├── unibo.txt │ │ │ ├── unicen.txt │ │ │ ├── unimoron.txt │ │ │ ├── universidad-policial.txt │ │ │ ├── universidadnotarial.txt │ │ │ ├── unju.txt │ │ │ ├── unl.txt │ │ │ ├── unla.txt │ │ │ ├── unlam/ │ │ │ │ └── alumno.txt │ │ │ ├── unlam.txt │ │ │ ├── unlar.txt │ │ │ ├── unlp.txt │ │ │ ├── unlpam.txt │ │ │ ├── unlu.txt │ │ │ ├── unlz.txt │ │ │ ├── unne.txt │ │ │ ├── unnoba.txt │ │ │ ├── unp.txt │ │ │ ├── unpa.txt │ │ │ ├── unq.txt │ │ │ ├── unr.txt │ │ │ ├── unrc.txt │ │ │ ├── uns.txt │ │ │ ├── unsa/ │ │ │ │ └── exa.txt │ │ │ ├── unsa.txt │ │ │ ├── unsam.txt │ │ │ ├── unse.txt │ │ │ ├── unsj.txt │ │ │ ├── unsl.txt │ │ │ ├── unsta.txt │ │ │ ├── unt.txt │ │ │ ├── untref.txt │ │ │ ├── usal.txt │ │ │ ├── utn/ │ │ │ │ ├── frba.txt │ │ │ │ ├── frro.txt │ │ │ │ └── frsf.txt │ │ │ ├── utn.txt │ │ │ └── vaneduc.txt │ │ ├── gob/ │ │ │ └── igevet.txt │ │ ├── gov/ │ │ │ └── irice-conicet.txt │ │ ├── org/ │ │ │ ├── cmb.txt │ │ │ └── itecriocuarto.txt │ │ ├── uba/ │ │ │ ├── dc.txt │ │ │ ├── df.txt │ │ │ └── fi.txt │ │ └── uba.txt │ ├── asia/ │ │ ├── ait.txt │ │ ├── mit.txt │ │ ├── uap.txt │ │ └── vidyanikethan.txt │ ├── at/ │ │ ├── aau.txt │ │ ├── abendgym.txt │ │ ├── ac/ │ │ │ ├── aim/ │ │ │ │ └── stud.txt │ │ │ ├── akbild.txt │ │ │ ├── boku.txt │ │ │ ├── borgstpoelten.txt │ │ │ ├── bs-linz2.txt │ │ │ ├── donau-uni.txt │ │ │ ├── fernfh.txt │ │ │ ├── fh-campuswien.txt │ │ │ ├── fh-kaernten.txt │ │ │ ├── fh-krems.txt │ │ │ ├── fh-kufstein.txt │ │ │ ├── fh-salzburg.txt │ │ │ ├── fh-sbg.txt │ │ │ ├── fh-stpoelten.txt │ │ │ ├── fh-vie.txt │ │ │ ├── fh-wien/ │ │ │ │ └── edu.txt │ │ │ ├── fhgooe/ │ │ │ │ └── stud.txt │ │ │ ├── fhgooe.txt │ │ │ ├── fhstp.txt │ │ │ ├── fhwn.txt │ │ │ ├── gym-hartberg.txt │ │ │ ├── hakmistelbach/ │ │ │ │ └── s.txt │ │ │ ├── hakwr-neustadt.txt │ │ │ ├── hblva17.txt │ │ │ ├── htl-hl.txt │ │ │ ├── htl-kaindorf.txt │ │ │ ├── htl-leonding.txt │ │ │ ├── htl-perg.txt │ │ │ ├── htl-salzburg.txt │ │ │ ├── htl-steyr.txt │ │ │ ├── htlmistelbach.txt │ │ │ ├── htlstp.txt │ │ │ ├── htlwrn.txt │ │ │ ├── htlwy.txt │ │ │ ├── i-med.txt │ │ │ ├── imc-krems.txt │ │ │ ├── ist.txt │ │ │ ├── kfunigraz.txt │ │ │ ├── kug.txt │ │ │ ├── lbs.txt │ │ │ ├── litec.txt │ │ │ ├── mdw.txt │ │ │ ├── meduniwien.txt │ │ │ ├── modul.txt │ │ │ ├── moz.txt │ │ │ ├── ndu.txt │ │ │ ├── plus.txt │ │ │ ├── rg18.txt │ │ │ ├── sbg.txt │ │ │ ├── sfu/ │ │ │ │ └── mail.txt │ │ │ ├── sz-ybbs.txt │ │ │ ├── tgm.txt │ │ │ ├── tuwien.txt │ │ │ ├── uibk.txt │ │ │ ├── uni-ak.txt │ │ │ ├── uni-klu.txt │ │ │ ├── uni-linz.txt │ │ │ ├── unileoben.txt │ │ │ ├── univie.txt │ │ │ ├── vu-wien.txt │ │ │ ├── webster.txt │ │ │ ├── wu-wien.txt │ │ │ └── wu.txt │ │ ├── ais.txt │ │ ├── ams-wien.txt │ │ ├── antonkriegergasse.txt │ │ ├── bbs-rohrbach.txt │ │ ├── bgklosterneuburg.txt │ │ ├── bhak-eisenerz.txt │ │ ├── bhak.txt │ │ ├── borg-eisenerz.txt │ │ ├── borg-kindberg.txt │ │ ├── borg1.txt │ │ ├── brgwels.txt │ │ ├── brucknergym/ │ │ │ └── edu.txt │ │ ├── bulme.txt │ │ ├── campus02.txt │ │ ├── dachsberg.txt │ │ ├── erlgasse.txt │ │ ├── europagym.txt │ │ ├── evgym.txt │ │ ├── fadi.txt │ │ ├── fbs-klagenfurt1.txt │ │ ├── fh-burgenland.txt │ │ ├── fh-hagenberg.txt │ │ ├── fh-joanneum.txt │ │ ├── fh-kaernten.txt │ │ ├── fh-steyr.txt │ │ ├── fh-wels.txt │ │ ├── fhooe.txt │ │ ├── fhv.txt │ │ ├── fhw.txt │ │ ├── forstschule.txt │ │ ├── gym-nd.txt │ │ ├── gymgmunden.txt │ │ ├── gymnasium-saalfelden.txt │ │ ├── hak-althofen.txt │ │ ├── hak-bregenz.txt │ │ ├── hak-frk.txt │ │ ├── hak-liezen.txt │ │ ├── hak-linz.txt │ │ ├── hak-op.txt │ │ ├── hakneumarkt.txt │ │ ├── hakspittal.txt │ │ ├── hakvb.txt │ │ ├── hakzell.txt │ │ ├── hblfa-tirol.txt │ │ ├── hblw-saalfelden.txt │ │ ├── hlw-freistadt.txt │ │ ├── hlw10.txt │ │ ├── holztechnikum.txt │ │ ├── htl-braunau.txt │ │ ├── htl-donaustadt.txt │ │ ├── htl-grieskirchen.txt │ │ ├── htl-hallein.txt │ │ ├── htl-kaindorf.txt │ │ ├── htl-klu.txt │ │ ├── htl-leoben/ │ │ │ └── o365.txt │ │ ├── htl-leoben.txt │ │ ├── htl-neufelden.txt │ │ ├── htl-ottakring.txt │ │ ├── htl-rankweil.txt │ │ ├── htl-saalfelden.txt │ │ ├── htl-villach.txt │ │ ├── htl-wels.txt │ │ ├── htl-wolfsberg.txt │ │ ├── htldornbirn.txt │ │ ├── htleisenstadt.txt │ │ ├── htlhl/ │ │ │ └── wi.txt │ │ ├── htlkrems.txt │ │ ├── htlpinkafeld.txt │ │ ├── htlstp.txt │ │ ├── htltraun.txt │ │ ├── htlvb.txt │ │ ├── htlweiz.txt │ │ ├── htlwienwest.txt │ │ ├── htlwy.txt │ │ ├── isi-hagenberg.txt │ │ ├── jku.txt │ │ ├── johak.txt │ │ ├── klostergasse.txt │ │ ├── ksn/ │ │ │ └── fbs.txt │ │ ├── kundmanngasse.txt │ │ ├── kunstuni-linz.txt │ │ ├── lichtenfels.txt │ │ ├── lyceefrancais.txt │ │ ├── mci4me.txt │ │ ├── meduni-graz.txt │ │ ├── medunigraz.txt │ │ ├── meduniwien.txt │ │ ├── moedling/ │ │ │ └── htl.txt │ │ ├── nmms-mautern.txt │ │ ├── nms-gruenburg.txt │ │ ├── or/ │ │ │ └── klg.txt │ │ ├── ph-linz.txt │ │ ├── phst.txt │ │ ├── popperschule.txt │ │ ├── qualifizierung.txt │ │ ├── raumberg-gumpenstein.txt │ │ ├── rennweg/ │ │ │ └── htl.txt │ │ ├── sacrecoeur-graz.txt │ │ ├── salzburg/ │ │ │ ├── hak-stjo.txt │ │ │ └── lbs4.txt │ │ ├── schottengymnasium.txt │ │ ├── schulzentrum-hall.txt │ │ ├── snv/ │ │ │ └── lbsfe1.txt │ │ ├── spengergasse.txt │ │ ├── sti2.txt │ │ ├── swale.txt │ │ ├── szu.txt │ │ ├── technikum-wien.txt │ │ ├── tsn.txt │ │ ├── tugraz.txt │ │ ├── ufg.txt │ │ ├── umit-tirol.txt │ │ ├── uni-graz.txt │ │ ├── uni-seeburg/ │ │ │ └── edu.txt │ │ ├── ursulinen.txt │ │ ├── werkschulheim.txt │ │ └── wiednergymnasium.txt │ ├── au/ │ │ ├── com/ │ │ │ ├── aiict/ │ │ │ │ └── student.txt │ │ │ ├── alkirasc.txt │ │ │ ├── churchie.txt │ │ │ ├── cqumail.txt │ │ │ ├── hotelschool.txt │ │ │ └── wmac.txt │ │ ├── edu/ │ │ │ ├── academies/ │ │ │ │ └── studentmail.txt │ │ │ ├── acap/ │ │ │ │ └── my.txt │ │ │ ├── accm.txt │ │ │ ├── acs.txt │ │ │ ├── act/ │ │ │ │ ├── cgs.txt │ │ │ │ ├── ed.txt │ │ │ │ ├── radford.txt │ │ │ │ └── schoolsnet.txt │ │ │ ├── acu.txt │ │ │ ├── adelaide.txt │ │ │ ├── aib/ │ │ │ │ └── study.txt │ │ │ ├── aie.txt │ │ │ ├── aiict.txt │ │ │ ├── albrightinstitute.txt │ │ │ ├── alc.txt │ │ │ ├── amc.txt │ │ │ ├── angliss.txt │ │ │ ├── anu.txt │ │ │ ├── apc.txt │ │ │ ├── atmc.txt │ │ │ ├── avondale.txt │ │ │ ├── bhtafe/ │ │ │ │ └── student.txt │ │ │ ├── bond.txt │ │ │ ├── brighton.txt │ │ │ ├── burnet.txt │ │ │ ├── canberra.txt │ │ │ ├── catholic/ │ │ │ │ ├── cardijn.txt │ │ │ │ ├── parrastu.txt │ │ │ │ ├── rokstu.txt │ │ │ │ ├── sctsv.txt │ │ │ │ └── sydstu.txt │ │ │ ├── cdu.txt │ │ │ ├── cem.txt │ │ │ ├── cewa.txt │ │ │ ├── cit/ │ │ │ │ └── students.txt │ │ │ ├── coderacademy.txt │ │ │ ├── cqu.txt │ │ │ ├── cs.txt │ │ │ ├── csu.txt │ │ │ ├── curtin.txt │ │ │ ├── danford.txt │ │ │ ├── deakin.txt │ │ │ ├── deakincollege/ │ │ │ │ └── learning.txt │ │ │ ├── ecu.txt │ │ │ ├── eit.txt │ │ │ ├── eq.txt │ │ │ ├── federation.txt │ │ │ ├── flinders.txt │ │ │ ├── griffith.txt │ │ │ ├── griffithuni.txt │ │ │ ├── holmes.txt │ │ │ ├── holmesglen.txt │ │ │ ├── ichm/ │ │ │ │ └── student.txt │ │ │ ├── imc.txt │ │ │ ├── iota.txt │ │ │ ├── jcu.txt │ │ │ ├── jmc.txt │ │ │ ├── kaplanstudent.txt │ │ │ ├── kbs.txt │ │ │ ├── kent/ │ │ │ │ └── student.txt │ │ │ ├── kii/ │ │ │ │ └── student.txt │ │ │ ├── kings.txt │ │ │ ├── koi/ │ │ │ │ └── students.txt │ │ │ ├── koi.txt │ │ │ ├── latrobe.txt │ │ │ ├── laureate.txt │ │ │ ├── ltu/ │ │ │ │ └── students.txt │ │ │ ├── ltu.txt │ │ │ ├── mcri.txt │ │ │ ├── melbournepolytechnic.txt │ │ │ ├── mercurycolleges.txt │ │ │ ├── mit.txt │ │ │ ├── monash.txt │ │ │ ├── monashcollege.txt │ │ │ ├── mp/ │ │ │ │ └── student.txt │ │ │ ├── mq.txt │ │ │ ├── murdoch.txt │ │ │ ├── myacu.txt │ │ │ ├── myangliss.txt │ │ │ ├── myune.txt │ │ │ ├── nd.txt │ │ │ ├── newcastle.txt │ │ │ ├── nortwest.txt │ │ │ ├── nsw/ │ │ │ │ ├── aih.txt │ │ │ │ ├── ait.txt │ │ │ │ ├── broughton.txt │ │ │ │ ├── covenant.txt │ │ │ │ ├── cranbrook.txt │ │ │ │ ├── emanuelschool.txt │ │ │ │ ├── giss.txt │ │ │ │ ├── hillsgrammar.txt │ │ │ │ ├── knox.txt │ │ │ │ ├── lindisfarne.txt │ │ │ │ ├── loreto.txt │ │ │ │ ├── masada/ │ │ │ │ │ └── student.txt │ │ │ │ ├── mercurycolleges.txt │ │ │ │ ├── sbhs/ │ │ │ │ │ └── student.txt │ │ │ │ ├── scas.txt │ │ │ │ ├── sec.txt │ │ │ │ ├── sgcs/ │ │ │ │ │ └── students.txt │ │ │ │ ├── sibt/ │ │ │ │ │ └── learning.txt │ │ │ │ ├── stgregs.txt │ │ │ │ ├── stpauls.txt │ │ │ │ ├── sydgram.txt │ │ │ │ ├── tcc/ │ │ │ │ │ └── student.txt │ │ │ │ ├── wcc-student.txt │ │ │ │ └── wcc.txt │ │ │ ├── opencolleges.txt │ │ │ ├── pac.txt │ │ │ ├── qld/ │ │ │ │ ├── bbc.txt │ │ │ │ ├── cathedral.txt │ │ │ │ ├── citipointe.txt │ │ │ │ ├── clayfield.txt │ │ │ │ ├── cti.txt │ │ │ │ ├── faithlcs.txt │ │ │ │ ├── hillbrook.txt │ │ │ │ ├── jpc.txt │ │ │ │ ├── msm.txt │ │ │ │ ├── mta.txt │ │ │ │ ├── northside/ │ │ │ │ │ └── students.txt │ │ │ │ ├── saac.txt │ │ │ │ ├── somerset.txt │ │ │ │ ├── stpatricks.txt │ │ │ │ ├── stpauls.txt │ │ │ │ ├── stpeters.txt │ │ │ │ ├── thelakes.txt │ │ │ │ ├── tss.txt │ │ │ │ └── vnc.txt │ │ │ ├── qut.txt │ │ │ ├── rmit.txt │ │ │ ├── sa/ │ │ │ │ ├── ignatius.txt │ │ │ │ ├── pedarecc.txt │ │ │ │ ├── pembroke.txt │ │ │ │ ├── rostrevor.txt │ │ │ │ ├── schools.txt │ │ │ │ ├── smc.txt │ │ │ │ └── wws.txt │ │ │ ├── sae.txt │ │ │ ├── scu.txt │ │ │ ├── selc.txt │ │ │ ├── studytafensw.txt │ │ │ ├── swin.txt │ │ │ ├── sydney/ │ │ │ │ └── uni.txt │ │ │ ├── sydney.txt │ │ │ ├── tafensw.txt │ │ │ ├── tafeqld.txt │ │ │ ├── tafesa.txt │ │ │ ├── tas/ │ │ │ │ └── education.txt │ │ │ ├── tascollege.txt │ │ │ ├── tased.txt │ │ │ ├── top.txt │ │ │ ├── torrens.txt │ │ │ ├── tqstudent.txt │ │ │ ├── tua/ │ │ │ │ └── student.txt │ │ │ ├── une.txt │ │ │ ├── unimelb.txt │ │ │ ├── unisa.txt │ │ │ ├── unsw.txt │ │ │ ├── uon.txt │ │ │ ├── uow.txt │ │ │ ├── uowmail.txt │ │ │ ├── uq.txt │ │ │ ├── uqconnect.txt │ │ │ ├── usc.txt │ │ │ ├── usq.txt │ │ │ ├── usyd.txt │ │ │ ├── utas.txt │ │ │ ├── uts.txt │ │ │ ├── uwa.txt │ │ │ ├── uws.txt │ │ │ ├── vic/ │ │ │ │ ├── genazzano.txt │ │ │ │ ├── macs.txt │ │ │ │ └── marcusoldham.txt │ │ │ ├── vit/ │ │ │ │ └── student.txt │ │ │ ├── vu.txt │ │ │ ├── wa/ │ │ │ │ ├── carey.txt │ │ │ │ ├── cgs.txt │ │ │ │ ├── education/ │ │ │ │ │ └── student.txt │ │ │ │ ├── gegs.txt │ │ │ │ ├── nmtafe.txt │ │ │ │ ├── smtafe.txt │ │ │ │ ├── tafe.txt │ │ │ │ └── trinity.txt │ │ │ ├── westernsydney/ │ │ │ │ └── student.txt │ │ │ ├── westernsydney.txt │ │ │ └── wic.txt │ │ ├── gov/ │ │ │ ├── nsw/ │ │ │ │ └── education.txt │ │ │ ├── nt/ │ │ │ │ ├── education/ │ │ │ │ │ └── student.txt │ │ │ │ └── www.txt │ │ │ ├── tas/ │ │ │ │ └── education.txt │ │ │ └── vic/ │ │ │ ├── education.txt │ │ │ └── edumail.txt │ │ ├── net/ │ │ │ ├── tafensw.txt │ │ │ └── uq.txt │ │ └── oz/ │ │ └── mu.txt │ ├── ax/ │ │ ├── ha.txt │ │ └── mariehamn/ │ │ └── elev.txt │ ├── az/ │ │ ├── aztu.txt │ │ ├── bsu.txt │ │ ├── edu/ │ │ │ ├── ada.txt │ │ │ ├── adu.txt │ │ │ ├── amu.txt │ │ │ ├── asoiu.txt │ │ │ ├── au.txt │ │ │ ├── aztu.txt │ │ │ ├── bbu.txt │ │ │ ├── dia.txt │ │ │ ├── lsu.txt │ │ │ ├── naa.txt │ │ │ ├── ndu.txt │ │ │ ├── oyu.txt │ │ │ ├── pa.txt │ │ │ ├── sdu.txt │ │ │ ├── unec.txt │ │ │ └── wu.txt │ │ ├── gsu.txt │ │ ├── jis.txt │ │ └── ufaz.txt │ ├── ba/ │ │ ├── edu/ │ │ │ ├── blc.txt │ │ │ ├── cetvrta-gimnazija.txt │ │ │ ├── finra.txt │ │ │ ├── ibu.txt │ │ │ ├── ius.txt │ │ │ ├── ssst.txt │ │ │ ├── treca-gimnazija.txt │ │ │ └── unvi.txt │ │ ├── fet.txt │ │ ├── fit.txt │ │ ├── fsre/ │ │ │ └── student.txt │ │ ├── ipi-akademija.txt │ │ ├── rs/ │ │ │ ├── ets.txt │ │ │ └── unssa.txt │ │ ├── sfa.txt │ │ ├── sinergija.txt │ │ ├── size.txt │ │ ├── spu.txt │ │ ├── sum/ │ │ │ └── fpmoz.txt │ │ ├── sum.txt │ │ ├── sve-mo.txt │ │ ├── unbi/ │ │ │ └── www.txt │ │ ├── unbi.txt │ │ ├── unmo.txt │ │ ├── unsa/ │ │ │ └── www.txt │ │ ├── unsa.txt │ │ ├── untz.txt │ │ └── unze.txt │ ├── barcelona/ │ │ └── politecnics.txt │ ├── bb/ │ │ └── edu/ │ │ └── uwichill.txt │ ├── bd/ │ │ ├── ac/ │ │ │ ├── bauet.txt │ │ │ ├── bracu.txt │ │ │ ├── brur.txt │ │ │ ├── buet/ │ │ │ │ └── cse/ │ │ │ │ └── ugrad.txt │ │ │ ├── cou.txt │ │ │ ├── cu.txt │ │ │ ├── cuet.txt │ │ │ ├── du.txt │ │ │ ├── duet.txt │ │ │ ├── iiuc.txt │ │ │ ├── ku.txt │ │ │ ├── kuet.txt │ │ │ ├── lus.txt │ │ │ ├── mbstu.txt │ │ │ ├── mist.txt │ │ │ ├── nub.txt │ │ │ ├── pstu.txt │ │ │ ├── pust.txt │ │ │ ├── ru.txt │ │ │ ├── ruet.txt │ │ │ ├── sec.txt │ │ │ ├── seu.txt │ │ │ ├── uiu.txt │ │ │ └── uset.txt │ │ ├── com/ │ │ │ └── netpoint/ │ │ │ └── dcc.txt │ │ └── edu/ │ │ ├── aiub.txt │ │ ├── asaub.txt │ │ ├── bubt.txt │ │ ├── bup.txt │ │ ├── cityuniversity.txt │ │ ├── daffodilvarsity.txt │ │ ├── diit.txt │ │ ├── dis.txt │ │ ├── easternuni.txt │ │ ├── iub.txt │ │ ├── jkkniu.txt │ │ ├── metrouni.txt │ │ ├── nstu.txt │ │ ├── nu.txt │ │ ├── portcity.txt │ │ ├── presidency.txt │ │ ├── primeuniversity.txt │ │ ├── siu.txt │ │ ├── uits.txt │ │ ├── ulab.txt │ │ ├── vu.txt │ │ └── wub.txt │ ├── be/ │ │ ├── ac/ │ │ │ ├── fpms.txt │ │ │ ├── fsagx.txt │ │ │ ├── fucam.txt │ │ │ ├── ful.txt │ │ │ ├── fundp.txt │ │ │ ├── fusl.txt │ │ │ ├── kulak.txt │ │ │ ├── kuleuven.txt │ │ │ ├── rma.txt │ │ │ ├── ua.txt │ │ │ ├── ucl.txt │ │ │ ├── ufsia.txt │ │ │ ├── ulb.txt │ │ │ ├── ulg.txt │ │ │ ├── umh.txt │ │ │ ├── umons.txt │ │ │ └── vub.txt │ │ ├── actournai.txt │ │ ├── antwerpen/ │ │ │ └── eduso.txt │ │ ├── ap.txt │ │ ├── ar-lessines.txt │ │ ├── arteveldehs.txt │ │ ├── arvise.txt │ │ ├── assumpta.txt │ │ ├── avondschool.txt │ │ ├── bastassart.txt │ │ ├── bazandpoort.txt │ │ ├── bcpop.txt │ │ ├── bib-buellingen.txt │ │ ├── broeders.txt │ │ ├── campuskahalle.txt │ │ ├── campussintursula.txt │ │ ├── cf2m.txt │ │ ├── cidc.txt │ │ ├── cnddinant.txt │ │ ├── cnldb.txt │ │ ├── collegehagelstein.txt │ │ ├── condorcet.txt │ │ ├── creo.txt │ │ ├── cvo-step.txt │ │ ├── cvoantwerpen.txt │ │ ├── cvosemper.txt │ │ ├── dbhaacht.txt │ │ ├── dbz.txt │ │ ├── donboscohoboken.txt │ │ ├── donboscosdw.txt │ │ ├── donboscoverviers.txt │ │ ├── dvmhum.txt │ │ ├── dvmhumaniora.txt │ │ ├── eafc-uccle.txt │ │ ├── ecam.txt │ │ ├── efpl.txt │ │ ├── ehb.txt │ │ ├── ehsal.txt │ │ ├── elmarche.txt │ │ ├── ephec.txt │ │ ├── eps-marche.txt │ │ ├── erce.txt │ │ ├── esa-namur.txt │ │ ├── esmol.txt │ │ ├── gent/ │ │ │ └── onderwijs.txt │ │ ├── groeipunt.txt │ │ ├── groept.txt │ │ ├── gtibeveren.txt │ │ ├── ha.txt │ │ ├── hainaut-promsoc.txt │ │ ├── hdcleuven/ │ │ │ └── student.txt │ │ ├── he-spaak.txt │ │ ├── he2b.txt │ │ ├── heaj.txt │ │ ├── heb.txt │ │ ├── hecfh.txt │ │ ├── hech/ │ │ │ └── student.txt │ │ ├── heh.txt │ │ ├── hel/ │ │ │ └── student.txt │ │ ├── helb-prigogine.txt │ │ ├── helha.txt │ │ ├── helmo.txt │ │ ├── henallux.txt │ │ ├── hepl.txt │ │ ├── hers.txt │ │ ├── hhscholen.txt │ │ ├── hik.txt │ │ ├── hogent.txt │ │ ├── howest.txt │ │ ├── hzs.txt │ │ ├── iad-arts/ │ │ │ └── etu.txt │ │ ├── ichec.txt │ │ ├── icinstitute.txt │ │ ├── iepscf-uccle.txt │ │ ├── iepsevere.txt │ │ ├── ifapme/ │ │ │ └── formateur.txt │ │ ├── ifosupwavre.txt │ │ ├── ihecs.txt │ │ ├── ikorn.txt │ │ ├── immalle.txt │ │ ├── ind-thuin.txt │ │ ├── inda/ │ │ │ └── student.txt │ │ ├── indbg.txt │ │ ├── intecbrussel.txt │ │ ├── isagosselies.txt │ │ ├── isb.txt │ │ ├── isfce.txt │ │ ├── isjlalouviere-ac.txt │ │ ├── isl-edu.txt │ │ ├── itlg/ │ │ │ └── portail.txt │ │ ├── itscm.txt │ │ ├── ivobrugge.txt │ │ ├── katho.txt │ │ ├── kdg.txt │ │ ├── khbo.txt │ │ ├── khk.txt │ │ ├── khleuven.txt │ │ ├── khlim.txt │ │ ├── klein-seminarie.txt │ │ ├── kobos.txt │ │ ├── kogeka.txt │ │ ├── kohamme.txt │ │ ├── ksdiest.txt │ │ ├── ksleuven/ │ │ │ ├── hdc.txt │ │ │ └── min.txt │ │ ├── kta1-hasselt/ │ │ │ └── student.txt │ │ ├── kuleuven.txt │ │ ├── kvri.txt │ │ ├── leerling-ptsmechelen.txt │ │ ├── leielandscholen.txt │ │ ├── luca-arts.txt │ │ ├── lyceefrancais.txt │ │ ├── mad-fac.txt │ │ ├── maerlantatheneum.txt │ │ ├── miras.txt │ │ ├── mobyus.txt │ │ ├── montfort.txt │ │ ├── myepse.txt │ │ ├── namur/ │ │ │ └── province/ │ │ │ └── eicpn.txt │ │ ├── odisee.txt │ │ ├── olvp.txt │ │ ├── openuniversiteit.txt │ │ ├── pds-eupen/ │ │ │ └── schueler.txt │ │ ├── petrusenpaulus.txt │ │ ├── ppsjo/ │ │ │ └── student.txt │ │ ├── promsoc-arlon/ │ │ │ ├── staff.txt │ │ │ └── student.txt │ │ ├── provilion.txt │ │ ├── pxl.txt │ │ ├── qrios.txt │ │ ├── reginacaeli.txt │ │ ├── ritacollege.txt │ │ ├── romerocollege/ │ │ │ └── student.txt │ │ ├── romerocollege.txt │ │ ├── s19.txt │ │ ├── scheppers.txt │ │ ├── scheppersinstituut.txt │ │ ├── sgr20/ │ │ │ └── leerling.txt │ │ ├── sgvw.txt │ │ ├── sibbo.txt │ │ ├── sint-michiel.txt │ │ ├── sint-pietersinstituut.txt │ │ ├── sint-rembert.txt │ │ ├── sintcordula.txt │ │ ├── sintlievenscollege.txt │ │ ├── sji.txt │ │ ├── sjks.txt │ │ ├── slcb.txt │ │ ├── smsi.txt │ │ ├── snt.txt │ │ ├── st-martinus.txt │ │ ├── stben.txt │ │ ├── steinerschoolleuven.txt │ │ ├── sui.txt │ │ ├── syntrawest.txt │ │ ├── thomasmore.txt │ │ ├── tihf.txt │ │ ├── tsaam.txt │ │ ├── uams.txt │ │ ├── uantwerpen.txt │ │ ├── ucll.txt │ │ ├── uclouvain.txt │ │ ├── ugent.txt │ │ ├── uhasselt.txt │ │ ├── ulb.txt │ │ ├── uliege.txt │ │ ├── unamur.txt │ │ ├── uzbrussel.txt │ │ ├── vibo.txt │ │ ├── vinci.txt │ │ ├── virgosapiens.txt │ │ ├── vitaetpax.txt │ │ ├── vives.txt │ │ ├── viveshbo5/ │ │ │ └── student.txt │ │ ├── vlekho.txt │ │ ├── vlerick.txt │ │ ├── vspw.txt │ │ ├── vtibrugge.txt │ │ ├── vtideinze.txt │ │ ├── vub.txt │ │ ├── wavre/ │ │ │ └── ifosup.txt │ │ ├── wenk.txt │ │ └── xios.txt │ ├── berlin/ │ │ ├── code.txt │ │ ├── gkbs.txt │ │ ├── letteverein/ │ │ │ └── edu.txt │ │ ├── ong.txt │ │ └── rlg.txt │ ├── bf/ │ │ ├── esta.txt │ │ ├── u-naziboni.txt │ │ └── univ-ouaga.txt │ ├── bg/ │ │ ├── 51school/ │ │ │ └── student.txt │ │ ├── acad.txt │ │ ├── au-plovdiv.txt │ │ ├── aubg.txt │ │ ├── bfu.txt │ │ ├── btu.txt │ │ ├── codingburgas.txt │ │ ├── hit.txt │ │ ├── ibsedu.txt │ │ ├── itpg-varna.txt │ │ ├── ltu.txt │ │ ├── meduniversity-plovdiv.txt │ │ ├── mg-babatonka.txt │ │ ├── mgu.txt │ │ ├── mon/ │ │ │ └── edu.txt │ │ ├── mu-plovdiv.txt │ │ ├── mu-sofia.txt │ │ ├── mu-varna.txt │ │ ├── natfiz.txt │ │ ├── naval-acad.txt │ │ ├── nbu.txt │ │ ├── nma.txt │ │ ├── nsa.txt │ │ ├── ntbg.txt │ │ ├── pmggd.txt │ │ ├── pv-ma.txt │ │ ├── rndc.txt │ │ ├── shu.txt │ │ ├── smg.txt │ │ ├── softuni.txt │ │ ├── swu.txt │ │ ├── trakia-uni.txt │ │ ├── tu-plovdiv.txt │ │ ├── tu-sofia.txt │ │ ├── tu-varna.txt │ │ ├── tugab.txt │ │ ├── uacg.txt │ │ ├── ue-varna.txt │ │ ├── uft-plovdiv.txt │ │ ├── uni-plovdiv.txt │ │ ├── uni-ruse.txt │ │ ├── uni-sofia.txt │ │ ├── uni-svishtov.txt │ │ ├── uni-sz.txt │ │ ├── uni-vt.txt │ │ ├── unibit.txt │ │ ├── unwe.txt │ │ ├── uwekind.txt │ │ └── vfu.txt │ ├── bh/ │ │ ├── edu/ │ │ │ ├── agu.txt │ │ │ ├── amaiu.txt │ │ │ ├── asu.txt │ │ │ ├── ku.txt │ │ │ ├── nyit.txt │ │ │ ├── ucb.txt │ │ │ └── uob.txt │ │ ├── org/ │ │ │ └── aou.txt │ │ └── polytechnic.txt │ ├── bi/ │ │ └── edu/ │ │ └── ub.txt │ ├── bj/ │ │ ├── uac.txt │ │ └── unstim.txt │ ├── bm/ │ │ └── bercol.txt │ ├── bn/ │ │ └── edu/ │ │ ├── laksamanacollege.txt │ │ ├── ubd.txt │ │ └── unissa.txt │ ├── bo/ │ │ ├── com/ │ │ │ └── udivirtual.txt │ │ ├── edu/ │ │ │ ├── ccc.txt │ │ │ ├── dbp.txt │ │ │ ├── donboscosucre.txt │ │ │ ├── emi.txt │ │ │ ├── fcpn.txt │ │ │ ├── fhumanidades-uagrm.txt │ │ │ ├── incos-santacruz.txt │ │ │ ├── industrialmurillo.txt │ │ │ ├── nur.txt │ │ │ ├── uab.txt │ │ │ ├── uabjb.txt │ │ │ ├── uagrm.txt │ │ │ ├── uajms.txt │ │ │ ├── uasb.txt │ │ │ ├── uatf.txt │ │ │ ├── ubilapaz.txt │ │ │ ├── ucb.txt │ │ │ ├── ucbcba.txt │ │ │ ├── ucbscz.txt │ │ │ ├── ucbtja.txt │ │ │ ├── udabol.txt │ │ │ ├── udelosandes.txt │ │ │ ├── ueb.txt │ │ │ ├── ulasalle.txt │ │ │ ├── umss.txt │ │ │ ├── unefco.txt │ │ │ ├── unicen.txt │ │ │ ├── unifranz.txt │ │ │ ├── unipol.txt │ │ │ ├── unitepc.txt │ │ │ ├── unslp.txt │ │ │ ├── unsxx.txt │ │ │ ├── upds.txt │ │ │ ├── upsa.txt │ │ │ ├── usalesiana.txt │ │ │ ├── usfx.txt │ │ │ ├── usip.txt │ │ │ ├── utecnologica.txt │ │ │ └── uto.txt │ │ ├── net/ │ │ │ └── upds.txt │ │ ├── umsa.txt │ │ ├── upea.txt │ │ └── usfx.txt │ ├── br/ │ │ ├── aedb.txt │ │ ├── aiec.txt │ │ ├── alfa.txt │ │ ├── anchieta/ │ │ │ └── escolas.txt │ │ ├── anhembi.txt │ │ ├── baraodemaua.txt │ │ ├── brazcubas.txt │ │ ├── cairu.txt │ │ ├── candidomendes.txt │ │ ├── castelobranco.txt │ │ ├── cbpf.txt │ │ ├── cefet-rj.txt │ │ ├── cefetmg.txt │ │ ├── cesed.txt │ │ ├── cesjf.txt │ │ ├── cesuc.txt │ │ ├── cesul.txt │ │ ├── cesumar.txt │ │ ├── cesupa/ │ │ │ └── aluno.txt │ │ ├── cnec.txt │ │ ├── com/ │ │ │ ├── academicougb.txt │ │ │ ├── alfaunipac.txt │ │ │ ├── alunofg.txt │ │ │ ├── alunofoc.txt │ │ │ ├── alunofpb.txt │ │ │ ├── alunoimpacta.txt │ │ │ ├── alunosmaristas.txt │ │ │ ├── alunounyleya.txt │ │ │ ├── animaeducacao.txt │ │ │ ├── athonedu.txt │ │ │ ├── bandtec.txt │ │ │ ├── bilac.txt │ │ │ ├── bpkedu/ │ │ │ │ └── alunos.txt │ │ │ ├── ceduphh.txt │ │ │ ├── ceepcascavel.txt │ │ │ ├── celsoonline.txt │ │ │ ├── censupeg.txt │ │ │ ├── ceuma.txt │ │ │ ├── cogna.txt │ │ │ ├── colband.txt │ │ │ ├── colegioflama.txt │ │ │ ├── colegiomercurio.txt │ │ │ ├── colegiopolitec.txt │ │ │ ├── colegiosantamonica.txt │ │ │ ├── colegiosantanh.txt │ │ │ ├── colmaster.txt │ │ │ ├── cotemig.txt │ │ │ ├── cscs.txt │ │ │ ├── descomplica.txt │ │ │ ├── educsi.txt │ │ │ ├── einsteinlimeira.txt │ │ │ ├── escoladotrabalhador40.txt │ │ │ ├── escolamobile.txt │ │ │ ├── etecdeguaianazes.txt │ │ │ ├── facamp.txt │ │ │ ├── faccar/ │ │ │ │ └── edu.txt │ │ │ ├── facthus/ │ │ │ │ └── aluno.txt │ │ │ ├── faculdadebarretos.txt │ │ │ ├── faculdadecci.txt │ │ │ ├── faculdadedescomplica/ │ │ │ │ └── aluno.txt │ │ │ ├── faculdadeimpacta/ │ │ │ │ └── aluno.txt │ │ │ ├── faculdadeimpacta.txt │ │ │ ├── faculdadeporto.txt │ │ │ ├── faculdadeprominas.txt │ │ │ ├── faculdadeserradourada.txt │ │ │ ├── faculdadesprominas.txt │ │ │ ├── faculdadeunica.txt │ │ │ ├── fadergs.txt │ │ │ ├── fai.txt │ │ │ ├── fainor.txt │ │ │ ├── fals.txt │ │ │ ├── fametro.txt │ │ │ ├── fap.txt │ │ │ ├── fasar.txt │ │ │ ├── fasipe.txt │ │ │ ├── fecaf.txt │ │ │ ├── feituverava.txt │ │ │ ├── fgp.txt │ │ │ ├── fia.txt │ │ │ ├── fiap.txt │ │ │ ├── fieg.txt │ │ │ ├── ftec.txt │ │ │ ├── grupoprominas.txt │ │ │ ├── ienh.txt │ │ │ ├── institutomix.txt │ │ │ ├── ises.txt │ │ │ ├── jopers.txt │ │ │ ├── kroton.txt │ │ │ ├── liberato.txt │ │ │ ├── mackenzista.txt │ │ │ ├── maisunifacisa.txt │ │ │ ├── marioquintana.txt │ │ │ ├── melies.txt │ │ │ ├── meuibgen.txt │ │ │ ├── prover.txt │ │ │ ├── santoinacio-rio.txt │ │ │ ├── sapiens.txt │ │ │ ├── sempreunama.txt │ │ │ ├── sempreung.txt │ │ │ ├── sempreuni7.txt │ │ │ ├── sempreunijuazeiro.txt │ │ │ ├── sempreuninassau.txt │ │ │ ├── sempreuninorte.txt │ │ │ ├── senacrs.txt │ │ │ ├── senaimgaluno.txt │ │ │ ├── sescgoon.txt │ │ │ ├── setrem.txt │ │ │ ├── souenergia.txt │ │ │ ├── soulasalle.txt │ │ │ ├── sounidesc.txt │ │ │ ├── sounisuam.txt │ │ │ ├── souunigoias.txt │ │ │ ├── souunisuam.txt │ │ │ ├── souunit.txt │ │ │ ├── studiumensinofundamental.txt │ │ │ ├── technet.txt │ │ │ ├── tecpuc.txt │ │ │ ├── ufscar/ │ │ │ │ └── estudante.txt │ │ │ ├── ulife.txt │ │ │ ├── unialfa.txt │ │ │ ├── uniara.txt │ │ │ ├── uniasselvi.txt │ │ │ ├── unibrasil.txt │ │ │ ├── unicaipatinga.txt │ │ │ ├── uniciv.txt │ │ │ ├── unieduk/ │ │ │ │ └── al.txt │ │ │ ├── unieuro.txt │ │ │ ├── unifametro.txt │ │ │ ├── unifatecpr.txt │ │ │ ├── unigranet.txt │ │ │ ├── unijorge.txt │ │ │ ├── unimes.txt │ │ │ ├── unipacto.txt │ │ │ ├── unipli.txt │ │ │ ├── unisalesiano.txt │ │ │ ├── unisantos.txt │ │ │ ├── uniseb.txt │ │ │ ├── unisociesc/ │ │ │ │ └── aluno.txt │ │ │ ├── unisociesc.txt │ │ │ ├── unitau.txt │ │ │ ├── univale.txt │ │ │ ├── univicosa.txt │ │ │ ├── unopar.txt │ │ │ ├── unoparminas.txt │ │ │ ├── uscsonline.txt │ │ │ ├── uvvnet.txt │ │ │ ├── vemprafam.txt │ │ │ └── viannasempre.txt │ │ ├── creupi.txt │ │ ├── eb/ │ │ │ └── ime.txt │ │ ├── edu/ │ │ │ ├── alunosatc.txt │ │ │ ├── anhanguera.txt │ │ │ ├── anhembimorumbi.txt │ │ │ ├── atitus.txt │ │ │ ├── auden.txt │ │ │ ├── bahiana.txt │ │ │ ├── baraodemaua.txt │ │ │ ├── camporeal.txt │ │ │ ├── casperlibero/ │ │ │ │ └── al.txt │ │ │ ├── catolica.txt │ │ │ ├── catolicasc.txt │ │ │ ├── cefsa/ │ │ │ │ ├── faculdade.txt │ │ │ │ └── ftt.txt │ │ │ ├── celsolisboa.txt │ │ │ ├── cesmac/ │ │ │ │ └── academico.txt │ │ │ ├── cest.txt │ │ │ ├── cesumar.txt │ │ │ ├── ceub.txt │ │ │ ├── ceunsp/ │ │ │ │ └── cs.txt │ │ │ ├── claretiano.txt │ │ │ ├── cruzeirodosul.txt │ │ │ ├── doctum.txt │ │ │ ├── einstein.txt │ │ │ ├── emge/ │ │ │ │ └── academico.txt │ │ │ ├── emge.txt │ │ │ ├── esags.txt │ │ │ ├── esuda.txt │ │ │ ├── etfbsb.txt │ │ │ ├── facemp.txt │ │ │ ├── facet/ │ │ │ │ └── bsi.txt │ │ │ ├── facimp.txt │ │ │ ├── faculdadecdl.txt │ │ │ ├── faculdadecesusc.txt │ │ │ ├── faculdadedamas.txt │ │ │ ├── faculdadedetimbauba.txt │ │ │ ├── faculdadedombosco.txt │ │ │ ├── faculdadefacec.txt │ │ │ ├── faculdadefama.txt │ │ │ ├── faculdadefamart.txt │ │ │ ├── faculdadefia.txt │ │ │ ├── faculdadeideal/ │ │ │ │ └── alunos.txt │ │ │ ├── faculdademetropolitana.txt │ │ │ ├── faculdadesapiens.txt │ │ │ ├── faculdadescearenses.txt │ │ │ ├── faculdadevincit.txt │ │ │ ├── fadam.txt │ │ │ ├── fadergs.txt │ │ │ ├── fael.txt │ │ │ ├── faeterj-petropolis.txt │ │ │ ├── faeterj-rio.txt │ │ │ ├── faex.txt │ │ │ ├── fag/ │ │ │ │ ├── acd.txt │ │ │ │ └── minha.txt │ │ │ ├── fag.txt │ │ │ ├── fagammon.txt │ │ │ ├── fam.txt │ │ │ ├── famec.txt │ │ │ ├── famper/ │ │ │ │ └── aluno.txt │ │ │ ├── fanese/ │ │ │ │ └── acad.txt │ │ │ ├── faosc.txt │ │ │ ├── fapal/ │ │ │ │ └── aluno.txt │ │ │ ├── fapce.txt │ │ │ ├── fapi-pi.txt │ │ │ ├── faqi.txt │ │ │ ├── fasec.txt │ │ │ ├── fat-al.txt │ │ │ ├── fatecie.txt │ │ │ ├── fatecourinhos.txt │ │ │ ├── fatecrl.txt │ │ │ ├── fbuni/ │ │ │ │ └── aluno.txt │ │ │ ├── fcarp.txt │ │ │ ├── fdvmg.txt │ │ │ ├── feap.txt │ │ │ ├── fef.txt │ │ │ ├── fei.txt │ │ │ ├── feitep.txt │ │ │ ├── fema.txt │ │ │ ├── fesppr.txt │ │ │ ├── fgp.txt │ │ │ ├── fgv.txt │ │ │ ├── fho/ │ │ │ │ └── alunos.txt │ │ │ ├── fho.txt │ │ │ ├── ficr/ │ │ │ │ └── a.txt │ │ │ ├── fieb.txt │ │ │ ├── fiec.txt │ │ │ ├── fiponline/ │ │ │ │ ├── ads.txt │ │ │ │ └── si.txt │ │ │ ├── flf.txt │ │ │ ├── fmpsc/ │ │ │ │ └── aluno.txt │ │ │ ├── fmu.txt │ │ │ ├── fortec.txt │ │ │ ├── fpp.txt │ │ │ ├── fsg/ │ │ │ │ └── cs.txt │ │ │ ├── fsg.txt │ │ │ ├── ftc.txt │ │ │ ├── fumec.txt │ │ │ ├── fumep.txt │ │ │ ├── funecsantafe.txt │ │ │ ├── fve/ │ │ │ │ └── univap.txt │ │ │ ├── ibmec/ │ │ │ │ └── alunos.txt │ │ │ ├── idp.txt │ │ │ ├── ies/ │ │ │ │ └── aluno.txt │ │ │ ├── iesb.txt │ │ │ ├── iesp.txt │ │ │ ├── ifal.txt │ │ │ ├── ifam.txt │ │ │ ├── ifap.txt │ │ │ ├── ifb.txt │ │ │ ├── ifba.txt │ │ │ ├── ifbaiano.txt │ │ │ ├── ifc.txt │ │ │ ├── ifce/ │ │ │ │ ├── aluno.txt │ │ │ │ └── lds.txt │ │ │ ├── ifce.txt │ │ │ ├── ifes.txt │ │ │ ├── iff.txt │ │ │ ├── iffar/ │ │ │ │ └── aluno.txt │ │ │ ├── iffarroupilha.txt │ │ │ ├── ifg.txt │ │ │ ├── ifgoiano/ │ │ │ │ └── estudante.txt │ │ │ ├── ifgoiano.txt │ │ │ ├── ifma/ │ │ │ │ └── acad.txt │ │ │ ├── ifma.txt │ │ │ ├── ifmg.txt │ │ │ ├── ifms.txt │ │ │ ├── ifmt.txt │ │ │ ├── ifnmg.txt │ │ │ ├── ifpa.txt │ │ │ ├── ifpb.txt │ │ │ ├── ifpe.txt │ │ │ ├── ifpi.txt │ │ │ ├── ifpr.txt │ │ │ ├── ifrj.txt │ │ │ ├── ifrn.txt │ │ │ ├── ifro/ │ │ │ │ └── aluno.txt │ │ │ ├── ifro.txt │ │ │ ├── ifrr.txt │ │ │ ├── ifrs/ │ │ │ │ ├── bento.txt │ │ │ │ ├── canoas/ │ │ │ │ │ └── aluno.txt │ │ │ │ ├── canoas.txt │ │ │ │ ├── erechim.txt │ │ │ │ ├── farroupilha.txt │ │ │ │ ├── feliz/ │ │ │ │ │ └── aluno.txt │ │ │ │ ├── feliz.txt │ │ │ │ ├── ibiruba.txt │ │ │ │ ├── osorio.txt │ │ │ │ ├── poa.txt │ │ │ │ ├── restinga.txt │ │ │ │ ├── riogrande.txt │ │ │ │ └── vacaria.txt │ │ │ ├── ifrs.txt │ │ │ ├── ifs.txt │ │ │ ├── ifsc.txt │ │ │ ├── ifsertao-pe/ │ │ │ │ └── aluno.txt │ │ │ ├── ifsertao-pe.txt │ │ │ ├── ifsp.txt │ │ │ ├── ifsudestemg.txt │ │ │ ├── ifsul.txt │ │ │ ├── ifsuldeminas.txt │ │ │ ├── iftm.txt │ │ │ ├── ifto.txt │ │ │ ├── igti.txt │ │ │ ├── imed.txt │ │ │ ├── imepac.txt │ │ │ ├── infnet.txt │ │ │ ├── insper.txt │ │ │ ├── insted.txt │ │ │ ├── inteli/ │ │ │ │ └── sou.txt │ │ │ ├── iscon.txt │ │ │ ├── iscp.txt │ │ │ ├── libertas.txt │ │ │ ├── logatti.txt │ │ │ ├── ls.txt │ │ │ ├── materdei.txt │ │ │ ├── meta.txt │ │ │ ├── multivix/ │ │ │ │ └── aluno.txt │ │ │ ├── opet.txt │ │ │ ├── piodecimo.txt │ │ │ ├── pitagoras.txt │ │ │ ├── positivo/ │ │ │ │ └── aluno.txt │ │ │ ├── projecao.txt │ │ │ ├── puc-campinas.txt │ │ │ ├── puccampinas.txt │ │ │ ├── pucgo.txt │ │ │ ├── pucgoias.txt │ │ │ ├── pucpr.txt │ │ │ ├── pucsp.txt │ │ │ ├── redentor.txt │ │ │ ├── senacminas.txt │ │ │ ├── senacsp.txt │ │ │ ├── senaicimatec/ │ │ │ │ └── aln.txt │ │ │ ├── senaimt.txt │ │ │ ├── senairs/ │ │ │ │ └── estudante.txt │ │ │ ├── senaisp.txt │ │ │ ├── souclaretiano.txt │ │ │ ├── sumare.txt │ │ │ ├── toledoprudente.txt │ │ │ ├── ubec.txt │ │ │ ├── uca.txt │ │ │ ├── uceff.txt │ │ │ ├── ucpel.txt │ │ │ ├── ucsal.txt │ │ │ ├── udc.txt │ │ │ ├── udf.txt │ │ │ ├── uea.txt │ │ │ ├── uepb.txt │ │ │ ├── uergs.txt │ │ │ ├── uerr.txt │ │ │ ├── uesb.txt │ │ │ ├── uezo.txt │ │ │ ├── ufabc.txt │ │ │ ├── ufam.txt │ │ │ ├── ufape.txt │ │ │ ├── ufca.txt │ │ │ ├── ufcat/ │ │ │ │ └── discente.txt │ │ │ ├── ufcat.txt │ │ │ ├── ufcg.txt │ │ │ ├── ufcspa.txt │ │ │ ├── ufersa.txt │ │ │ ├── uffs.txt │ │ │ ├── ufgd.txt │ │ │ ├── ufj.txt │ │ │ ├── ufjf.txt │ │ │ ├── ufn.txt │ │ │ ├── ufob.txt │ │ │ ├── ufop.txt │ │ │ ├── ufopa/ │ │ │ │ └── discente.txt │ │ │ ├── ufopa.txt │ │ │ ├── ufpel.txt │ │ │ ├── ufpi.txt │ │ │ ├── ufr.txt │ │ │ ├── ufra.txt │ │ │ ├── ufrb/ │ │ │ │ └── aluno.txt │ │ │ ├── ufrn.txt │ │ │ ├── ufsb.txt │ │ │ ├── ufsj/ │ │ │ │ └── aluno.txt │ │ │ ├── ufsj.txt │ │ │ ├── uft.txt │ │ │ ├── uftm.txt │ │ │ ├── ufvjm.txt │ │ │ ├── ugv.txt │ │ │ ├── ulbra.txt │ │ │ ├── umj/ │ │ │ │ └── academico.txt │ │ │ ├── unaerp/ │ │ │ │ └── sou.txt │ │ │ ├── unasp.txt │ │ │ ├── uncisal/ │ │ │ │ └── academico.txt │ │ │ ├── undb.txt │ │ │ ├── undf.txt │ │ │ ├── unespar/ │ │ │ │ └── estudante.txt │ │ │ ├── unespar.txt │ │ │ ├── uni9.txt │ │ │ ├── uniabeu.txt │ │ │ ├── uniacademia.txt │ │ │ ├── uniaeso.txt │ │ │ ├── uniara.txt │ │ │ ├── uniasselvi.txt │ │ │ ├── uniateneu/ │ │ │ │ └── aluno.txt │ │ │ ├── uniavan.txt │ │ │ ├── unibagozzi.txt │ │ │ ├── unicarioca/ │ │ │ │ └── aluno.txt │ │ │ ├── uniceplac/ │ │ │ │ └── esoftware.txt │ │ │ ├── unicesumar.txt │ │ │ ├── unichristus.txt │ │ │ ├── unicid.txt │ │ │ ├── unicv.txt │ │ │ ├── unidavi.txt │ │ │ ├── unidesc.txt │ │ │ ├── unidombosco.txt │ │ │ ├── unievangelica.txt │ │ │ ├── unifacef.txt │ │ │ ├── unifacig/ │ │ │ │ └── sempre.txt │ │ │ ├── unifacisa.txt │ │ │ ├── unifacol.txt │ │ │ ├── unifacs.txt │ │ │ ├── unifacvest.txt │ │ │ ├── unifafibe/ │ │ │ │ └── aluno.txt │ │ │ ├── unifagoc.txt │ │ │ ├── unifal-mg/ │ │ │ │ ├── bcc.txt │ │ │ │ └── sou.txt │ │ │ ├── unifametro/ │ │ │ │ └── aluno.txt │ │ │ ├── unifanor/ │ │ │ │ ├── alunos.txt │ │ │ │ └── professores.txt │ │ │ ├── unifapce/ │ │ │ │ └── aluno.txt │ │ │ ├── unifavip/ │ │ │ │ └── alunos.txt │ │ │ ├── unifbv/ │ │ │ │ └── alunos.txt │ │ │ ├── unifebe.txt │ │ │ ├── unifei.txt │ │ │ ├── unifemm.txt │ │ │ ├── unifeob/ │ │ │ │ └── sou.txt │ │ │ ├── unifesspa.txt │ │ │ ├── unifev.txt │ │ │ ├── unifio.txt │ │ │ ├── unifipmoc.txt │ │ │ ├── unifoa.txt │ │ │ ├── unifran.txt │ │ │ ├── unigran.txt │ │ │ ├── unigranrio.txt │ │ │ ├── unijorge.txt │ │ │ ├── unijuazeiro/ │ │ │ │ └── aluno.txt │ │ │ ├── unijui/ │ │ │ │ └── sou.txt │ │ │ ├── unijui.txt │ │ │ ├── unila.txt │ │ │ ├── unilab/ │ │ │ │ └── aluno.txt │ │ │ ├── unilab.txt │ │ │ ├── unilasalle.txt │ │ │ ├── unileste/ │ │ │ │ └── a.txt │ │ │ ├── unilins/ │ │ │ │ └── aluno.txt │ │ │ ├── unils/ │ │ │ │ └── unils.txt │ │ │ ├── unimeta/ │ │ │ │ └── aluno.txt │ │ │ ├── unimetrocamp.txt │ │ │ ├── unina.txt │ │ │ ├── unincor/ │ │ │ │ └── aluno.txt │ │ │ ├── uninga.txt │ │ │ ├── uninorteac.txt │ │ │ ├── uninove.txt │ │ │ ├── uninta.txt │ │ │ ├── uniopet.txt │ │ │ ├── unipam.txt │ │ │ ├── unipampa.txt │ │ │ ├── unipaulistana.txt │ │ │ ├── unipe.txt │ │ │ ├── unipinterativa.txt │ │ │ ├── uniplaclages.txt │ │ │ ├── unirb/ │ │ │ │ └── aluno.txt │ │ │ ├── unireal.txt │ │ │ ├── unirg.txt │ │ │ ├── unirios.txt │ │ │ ├── uniritter.txt │ │ │ ├── unirn.txt │ │ │ ├── uniruy/ │ │ │ │ └── alunos.txt │ │ │ ├── unirv.txt │ │ │ ├── unis/ │ │ │ │ └── alunos.txt │ │ │ ├── unis.txt │ │ │ ├── unisagrado/ │ │ │ │ └── alunos.txt │ │ │ ├── unisantanna.txt │ │ │ ├── unisecal.txt │ │ │ ├── unisepe.txt │ │ │ ├── unisuam.txt │ │ │ ├── unitop.txt │ │ │ ├── unitri.txt │ │ │ ├── uniuv.txt │ │ │ ├── univag.txt │ │ │ ├── univas.txt │ │ │ ├── univasf.txt │ │ │ ├── univassouras.txt │ │ │ ├── univem.txt │ │ │ ├── universidadedevassouras.txt │ │ │ ├── universo/ │ │ │ │ └── bh.txt │ │ │ ├── univille.txt │ │ │ ├── univisa.txt │ │ │ ├── unochapeco.txt │ │ │ ├── unoesc.txt │ │ │ ├── unoeste.txt │ │ │ ├── unp.txt │ │ │ ├── up/ │ │ │ │ └── cs.txt │ │ │ ├── urcamp.txt │ │ │ ├── uricer/ │ │ │ │ └── aluno.txt │ │ │ ├── uscs.txt │ │ │ ├── usf/ │ │ │ │ └── mail.txt │ │ │ ├── utfpr.txt │ │ │ ├── utp.txt │ │ │ ├── veigadealmeida.txt │ │ │ └── vianna.txt │ │ ├── eep.txt │ │ ├── emescam.txt │ │ ├── epm.txt │ │ ├── esamc.txt │ │ ├── espm/ │ │ │ └── acad.txt │ │ ├── espm.txt │ │ ├── estacio/ │ │ │ └── alunos.txt │ │ ├── estacio.txt │ │ ├── faap.txt │ │ ├── facape.txt │ │ ├── faccat.txt │ │ ├── facens.txt │ │ ├── facol.txt │ │ ├── faculdadecotemig/ │ │ │ └── aluno.txt │ │ ├── faculdadescuritiba.txt │ │ ├── fae/ │ │ │ └── sou.txt │ │ ├── faesa.txt │ │ ├── fafire/ │ │ │ └── grad.txt │ │ ├── fagoc.txt │ │ ├── fai-mg.txt │ │ ├── faj.txt │ │ ├── falec.txt │ │ ├── famerp.txt │ │ ├── fasp.txt │ │ ├── faspmail.txt │ │ ├── fecap/ │ │ │ └── edu.txt │ │ ├── fecap.txt │ │ ├── feevale.txt │ │ ├── fgv.txt │ │ ├── fgvmail.txt │ │ ├── fibbauru/ │ │ │ └── alunos.txt │ │ ├── fmu.txt │ │ ├── fsa.txt │ │ ├── fsg.txt │ │ ├── fua.txt │ │ ├── fucapi.txt │ │ ├── fumec.txt │ │ ├── funcesi.txt │ │ ├── furb/ │ │ │ └── inf.txt │ │ ├── furb.txt │ │ ├── furg.txt │ │ ├── gov/ │ │ │ ├── ba/ │ │ │ │ └── educacao/ │ │ │ │ └── enova/ │ │ │ │ └── aluno.txt │ │ │ ├── ce/ │ │ │ │ └── escola.txt │ │ │ ├── df/ │ │ │ │ └── tc.txt │ │ │ ├── enap.txt │ │ │ ├── go/ │ │ │ │ └── itumbiara/ │ │ │ │ └── educacao.txt │ │ │ ├── inmetro.txt │ │ │ ├── mg/ │ │ │ │ ├── aluno.txt │ │ │ │ └── educacao.txt │ │ │ ├── mt/ │ │ │ │ └── tangaradaserra/ │ │ │ │ └── edu.txt │ │ │ ├── pr/ │ │ │ │ └── escola.txt │ │ │ ├── rj/ │ │ │ │ ├── educa/ │ │ │ │ │ ├── aluno.txt │ │ │ │ │ └── prof.txt │ │ │ │ └── faetec/ │ │ │ │ └── faeterj-prc/ │ │ │ │ └── aluno.txt │ │ │ ├── rs/ │ │ │ │ └── educar.txt │ │ │ ├── sc/ │ │ │ │ └── sed/ │ │ │ │ └── estudante.txt │ │ │ └── sp/ │ │ │ ├── alunosjc.txt │ │ │ ├── cpspos.txt │ │ │ ├── etec.txt │ │ │ ├── fatec.txt │ │ │ ├── paulinia.txt │ │ │ └── santoandre/ │ │ │ └── edu.txt │ │ ├── grupointegrado.txt │ │ ├── ielusc.txt │ │ ├── iesb.txt │ │ ├── impa.txt │ │ ├── inatel.txt │ │ ├── inf/ │ │ │ └── ulbra.txt │ │ ├── inpe.txt │ │ ├── ipt/ │ │ │ └── ensino.txt │ │ ├── ita.txt │ │ ├── italo.txt │ │ ├── itpac.txt │ │ ├── lncc.txt │ │ ├── mackenzie.txt │ │ ├── maua.txt │ │ ├── metodista.txt │ │ ├── newtonpaiva.txt │ │ ├── on.txt │ │ ├── org/ │ │ │ ├── 42sp/ │ │ │ │ └── student.txt │ │ │ ├── catolicasc.txt │ │ │ ├── faculdadedaindustriaiel.txt │ │ │ ├── fatcursos.txt │ │ │ ├── fieb.txt │ │ │ ├── fmm.txt │ │ │ ├── fundacaofemar.txt │ │ │ ├── germinare.txt │ │ │ ├── ibfc.txt │ │ │ ├── isd/ │ │ │ │ └── edu.txt │ │ │ ├── lasalle.txt │ │ │ ├── maristavirtual.txt │ │ │ ├── senairs.txt │ │ │ ├── sesisenai/ │ │ │ │ └── estudante.txt │ │ │ ├── sesisenaipr.txt │ │ │ ├── sistemafieg.txt │ │ │ ├── sistemafiep.txt │ │ │ └── sociesc.txt │ │ ├── poli/ │ │ │ └── ecomp.txt │ │ ├── poli.txt │ │ ├── portovelho.txt │ │ ├── pro/ │ │ │ └── uni9.txt │ │ ├── puc-rio.txt │ │ ├── puccamp.txt │ │ ├── pucminas.txt │ │ ├── pucpr.txt │ │ ├── pucrs.txt │ │ ├── pucsp.txt │ │ ├── rct-sc.txt │ │ ├── rnp.txt │ │ ├── santoandre/ │ │ │ ├── etip/ │ │ │ │ └── aluno.txt │ │ │ └── etip.txt │ │ ├── saocamilo-sp.txt │ │ ├── saojose/ │ │ │ └── aluno.txt │ │ ├── saojose.txt │ │ ├── saojudas.txt │ │ ├── senac/ │ │ │ └── pe/ │ │ │ └── fac.txt │ │ ├── senac.txt │ │ ├── senai/ │ │ │ ├── al.txt │ │ │ ├── aluno.txt │ │ │ ├── docente.txt │ │ │ ├── estudante/ │ │ │ │ ├── ba.txt │ │ │ │ ├── df.txt │ │ │ │ ├── go.txt │ │ │ │ ├── mt.txt │ │ │ │ └── sc.txt │ │ │ ├── firjan/ │ │ │ │ └── estudante.txt │ │ │ ├── pe.txt │ │ │ ├── sc.txt │ │ │ └── sp.txt │ │ ├── simonsen.txt │ │ ├── smarcos.txt │ │ ├── souzamarques.txt │ │ ├── stcecilia.txt │ │ ├── tc/ │ │ │ └── tcero.txt │ │ ├── tche.txt │ │ ├── toledo.txt │ │ ├── ucam-campos.txt │ │ ├── ucb.txt │ │ ├── ucdb.txt │ │ ├── ucl.txt │ │ ├── ucp.txt │ │ ├── ucs.txt │ │ ├── ucsal.txt │ │ ├── udesc.txt │ │ ├── uece.txt │ │ ├── uefs.txt │ │ ├── ueg.txt │ │ ├── uel.txt │ │ ├── uem.txt │ │ ├── uema.txt │ │ ├── uemg.txt │ │ ├── uems/ │ │ │ └── comp.txt │ │ ├── uems.txt │ │ ├── uenf.txt │ │ ├── uepa.txt │ │ ├── uepg.txt │ │ ├── uerj.txt │ │ ├── uern.txt │ │ ├── uesb.txt │ │ ├── uesc.txt │ │ ├── uespi.txt │ │ ├── ufac.txt │ │ ├── ufal.txt │ │ ├── ufba.txt │ │ ├── ufc.txt │ │ ├── ufes.txt │ │ ├── uff.txt │ │ ├── ufg.txt │ │ ├── ufjf.txt │ │ ├── ufla.txt │ │ ├── ufma.txt │ │ ├── ufmg.txt │ │ ├── ufms.txt │ │ ├── ufmt.txt │ │ ├── ufop/ │ │ │ └── decom.txt │ │ ├── ufop.txt │ │ ├── ufpa.txt │ │ ├── ufpb.txt │ │ ├── ufpe/ │ │ │ └── cin.txt │ │ ├── ufpe.txt │ │ ├── ufpi.txt │ │ ├── ufpr.txt │ │ ├── ufrgs.txt │ │ ├── ufrj.txt │ │ ├── ufrn.txt │ │ ├── ufrpe.txt │ │ ├── ufrr.txt │ │ ├── ufrrj.txt │ │ ├── ufs.txt │ │ ├── ufsc.txt │ │ ├── ufscar.txt │ │ ├── ufsm.txt │ │ ├── ufu.txt │ │ ├── ufv.txt │ │ ├── uit.txt │ │ ├── ulbra.txt │ │ ├── umc.txt │ │ ├── una.txt │ │ ├── unaerp.txt │ │ ├── unama.txt │ │ ├── unb.txt │ │ ├── unc.txt │ │ ├── uneb.txt │ │ ├── unemat.txt │ │ ├── unescnet.txt │ │ ├── unesp.txt │ │ ├── ung.txt │ │ ├── uniamerica.txt │ │ ├── uniandrade.txt │ │ ├── uniararas.txt │ │ ├── unib.txt │ │ ├── uniban.txt │ │ ├── unibh.txt │ │ ├── unibosco.txt │ │ ├── unicamp.txt │ │ ├── unicap.txt │ │ ├── unicastelo.txt │ │ ├── unicentro.txt │ │ ├── uniceub.txt │ │ ├── unicid.txt │ │ ├── unicsul.txt │ │ ├── uniderp.txt │ │ ├── unifacs.txt │ │ ├── unifap.txt │ │ ├── unifenas.txt │ │ ├── unifesp.txt │ │ ├── unifieo.txt │ │ ├── unifil/ │ │ │ └── edu.txt │ │ ├── unifil.txt │ │ ├── unifor.txt │ │ ├── unifran.txt │ │ ├── unig.txt │ │ ├── unigran/ │ │ │ └── alunos.txt │ │ ├── unigranrio.txt │ │ ├── unimar.txt │ │ ├── unimep.txt │ │ ├── unimes.txt │ │ ├── unimonte.txt │ │ ├── unimontes.txt │ │ ├── uninga.txt │ │ ├── unioeste.txt │ │ ├── unip-objetivo.txt │ │ ├── unip.txt │ │ ├── unipac/ │ │ │ └── aluno.txt │ │ ├── unipar.txt │ │ ├── unipe.txt │ │ ├── unir.txt │ │ ├── unirio.txt │ │ ├── uniriotec.txt │ │ ├── unirondon.txt │ │ ├── unisa.txt │ │ ├── unisal/ │ │ │ ├── lo.txt │ │ │ └── sj.txt │ │ ├── unisanta/ │ │ │ └── alunos.txt │ │ ├── unisantos.txt │ │ ├── unisc.txt │ │ ├── unisinos/ │ │ │ └── edu.txt │ │ ├── unisinos.txt │ │ ├── uniso/ │ │ │ └── edu.txt │ │ ├── uniso.txt │ │ ├── unisul.txt │ │ ├── unit.txt │ │ ├── unitau.txt │ │ ├── unitins.txt │ │ ├── unitoledo.txt │ │ ├── uniube.txt │ │ ├── univale.txt │ │ ├── univali.txt │ │ ├── univap.txt │ │ ├── univates.txt │ │ ├── univel.txt │ │ ├── universo.txt │ │ ├── univesp.txt │ │ ├── univille.txt │ │ ├── unoeste.txt │ │ ├── unopar.txt │ │ ├── unorp.txt │ │ ├── unp.txt │ │ ├── upe/ │ │ │ ├── poli/ │ │ │ │ └── ecomp.txt │ │ │ └── poli.txt │ │ ├── upe.txt │ │ ├── upf.txt │ │ ├── upis.txt │ │ ├── urca.txt │ │ ├── uri.txt │ │ ├── urisantiago.txt │ │ ├── usc.txt │ │ ├── usf.txt │ │ ├── usjt.txt │ │ ├── usp.txt │ │ ├── uss.txt │ │ ├── usu.txt │ │ ├── utp.txt │ │ ├── uva.txt │ │ ├── uvanet.txt │ │ └── uvv.txt │ ├── bs/ │ │ ├── edu/ │ │ │ └── ub.txt │ │ └── gaming.txt │ ├── bt/ │ │ └── edu/ │ │ ├── jnec.txt │ │ └── rub.txt │ ├── bw/ │ │ ├── ac/ │ │ │ ├── bac.txt │ │ │ ├── biust.txt │ │ │ ├── mybac.txt │ │ │ └── ub.txt │ │ ├── bca.txt │ │ ├── ub/ │ │ │ └── mopipi.txt │ │ └── ub.txt │ ├── by/ │ │ ├── baa.txt │ │ ├── belstu.txt │ │ ├── bgam.txt │ │ ├── bkatk.txt │ │ ├── bntu.txt │ │ ├── brest.txt │ │ ├── brsu.txt │ │ ├── bru.txt │ │ ├── bsac.txt │ │ ├── bseu.txt │ │ ├── bsmu.txt │ │ ├── bspu.txt │ │ ├── bstu.txt │ │ ├── bsu.txt │ │ ├── bsuir.txt │ │ ├── bsut.txt │ │ ├── buk.txt │ │ ├── edu.txt │ │ ├── fksis.txt │ │ ├── ggkttd.txt │ │ ├── ggplp.txt │ │ ├── gomel.txt │ │ ├── gov/ │ │ │ └── kii.txt │ │ ├── grodno.txt │ │ ├── grsmu.txt │ │ ├── grsu.txt │ │ ├── gstu.txt │ │ ├── gsu.txt │ │ ├── iseu.txt │ │ ├── lyceum.txt │ │ ├── mcb.txt │ │ ├── mia.txt │ │ ├── minsk.txt │ │ ├── mitso.txt │ │ ├── miu.txt │ │ ├── mogilev.txt │ │ ├── mrk-bsuir.txt │ │ ├── mslu.txt │ │ ├── mspu.txt │ │ ├── msu.txt │ │ ├── mtp.txt │ │ ├── pac.txt │ │ ├── pdu.txt │ │ ├── polessu.txt │ │ ├── psu.txt │ │ ├── reu.txt │ │ ├── unibel.txt │ │ ├── uoggmk.txt │ │ ├── vfbsac.txt │ │ ├── vitebsk.txt │ │ ├── vstu.txt │ │ └── vsu.txt │ ├── bz/ │ │ └── edu/ │ │ └── ub.txt │ ├── bzh/ │ │ └── ozanam.txt │ ├── ca/ │ │ ├── 5565.txt │ │ ├── ab/ │ │ │ ├── augustana.txt │ │ │ ├── cbe.txt │ │ │ ├── concordia.txt │ │ │ ├── mtroyal.txt │ │ │ ├── rvschools.txt │ │ │ └── wolfcreek.txt │ │ ├── acadiau.txt │ │ ├── algomau.txt │ │ ├── arsdayschool.txt │ │ ├── ashbury.txt │ │ ├── assumptionu.txt │ │ ├── athabascau.txt │ │ ├── bart.txt │ │ ├── bayviewglen.txt │ │ ├── bc/ │ │ │ ├── camosun.txt │ │ │ ├── capcollege.txt │ │ │ ├── cnc.txt │ │ │ ├── cotr.txt │ │ │ ├── csf.txt │ │ │ ├── douglas.txt │ │ │ ├── kwantlen.txt │ │ │ ├── langara.txt │ │ │ ├── mala.txt │ │ │ ├── meadowridge.txt │ │ │ ├── mylangara.txt │ │ │ ├── myokanagan.txt │ │ │ ├── nic.txt │ │ │ ├── nlc.txt │ │ │ ├── nvit.txt │ │ │ ├── okanagan.txt │ │ │ ├── sd23.txt │ │ │ ├── sd33.txt │ │ │ ├── sd36.txt │ │ │ ├── sd38.txt │ │ │ ├── sd43.txt │ │ │ ├── sd45.txt │ │ │ ├── sd57.txt │ │ │ ├── sd61.txt │ │ │ ├── sd63.txt │ │ │ ├── sd64.txt │ │ │ ├── sd72.txt │ │ │ ├── southridge.txt │ │ │ ├── stgeorges.txt │ │ │ └── vsb.txt │ │ ├── bcit.txt │ │ ├── bialik.txt │ │ ├── boothcollege.txt │ │ ├── bowvalleycollege.txt │ │ ├── brandonu.txt │ │ ├── brocku.txt │ │ ├── burnabyschools/ │ │ │ └── edu.txt │ │ ├── cambriancollege.txt │ │ ├── camosun/ │ │ │ └── online.txt │ │ ├── canctb.txt │ │ ├── capilanou.txt │ │ ├── carleton.txt │ │ ├── cbu.txt │ │ ├── ccbc.txt │ │ ├── cchic/ │ │ │ └── etu.txt │ │ ├── cdicollege.txt │ │ ├── cegepdrummond.txt │ │ ├── cegepgarneau/ │ │ │ └── edu.txt │ │ ├── cegepgarneau.txt │ │ ├── cegepgim.txt │ │ ├── cegepjonquiere.txt │ │ ├── cegeplevis.txt │ │ ├── cegeplimoilou/ │ │ │ └── etudiant.txt │ │ ├── cegeplimoilou.txt │ │ ├── cegepmontpetit.txt │ │ ├── cegepsi.txt │ │ ├── cegepvicto.txt │ │ ├── centennialcollege.txt │ │ ├── cimf.txt │ │ ├── cmu.txt │ │ ├── collegealma.txt │ │ ├── collegeboreal.txt │ │ ├── collegecdi.txt │ │ ├── collegelacite/ │ │ │ └── edu.txt │ │ ├── collegelacite.txt │ │ ├── collegeshawinigan.txt │ │ ├── columbiacollege.txt │ │ ├── concordia.txt │ │ ├── confederationcollege.txt │ │ ├── csda.txt │ │ ├── csfoy.txt │ │ ├── cshawi.txt │ │ ├── cssda/ │ │ │ └── ele.txt │ │ ├── cus.txt │ │ ├── cuslm.txt │ │ ├── dal.txt │ │ ├── dclive.txt │ │ ├── dcmail.txt │ │ ├── ddsbstudent.txt │ │ ├── delasalle.txt │ │ ├── devry.txt │ │ ├── douglascollege.txt │ │ ├── douglascollege.ече │ │ ├── durhamcollege.txt │ │ ├── easternstudent.txt │ │ ├── ecolecatholique.txt │ │ ├── ecuad.txt │ │ ├── educbe.txt │ │ ├── enap.txt │ │ ├── epsb/ │ │ │ └── share.txt │ │ ├── etsmtl.txt │ │ ├── fanshawec.txt │ │ ├── fanshaweonline.txt │ │ ├── firstnationsuniversity.txt │ │ ├── flemingcollege.txt │ │ ├── fraseric/ │ │ │ └── learning.txt │ │ ├── georgebrown.txt │ │ ├── georgiancollege.txt │ │ ├── gnspes.txt │ │ ├── hdsb.txt │ │ ├── hec.txt │ │ ├── herzing/ │ │ │ ├── mtl.txt │ │ │ └── otw.txt │ │ ├── herzing.txt │ │ ├── humber.txt │ │ ├── humbermail.txt │ │ ├── icmanitoba/ │ │ │ └── learning.txt │ │ ├── inrs.txt │ │ ├── itas.txt │ │ ├── itdcanada.txt │ │ ├── ivey.txt │ │ ├── keyanomail.txt │ │ ├── kingsu.txt │ │ ├── kpu.txt │ │ ├── kuperacademy.txt │ │ ├── kwantlen.txt │ │ ├── lakeheadu.txt │ │ ├── lambtoncollege.txt │ │ ├── langara.txt │ │ ├── langleyschools.txt │ │ ├── laurentian.txt │ │ ├── lbpearson.txt │ │ ├── lethbridgecollege.txt │ │ ├── lgca.txt │ │ ├── lssd.txt │ │ ├── macewan.txt │ │ ├── mb/ │ │ │ └── ustboniface.txt │ │ ├── mcgill.txt │ │ ├── mcmaster.txt │ │ ├── meadowridge.txt │ │ ├── mitt.txt │ │ ├── mohawkcollege.txt │ │ ├── monboreal.txt │ │ ├── monccnb.txt │ │ ├── montrealcollege.txt │ │ ├── monusb.txt │ │ ├── msvu.txt │ │ ├── mta.txt │ │ ├── mtroyal.txt │ │ ├── mun.txt │ │ ├── myasm.txt │ │ ├── mybvc.txt │ │ ├── mycambrian.txt │ │ ├── mycanctb.txt │ │ ├── mycdi.txt │ │ ├── mygeorgian.txt │ │ ├── mylambton.txt │ │ ├── mylangara.txt │ │ ├── mylaurier.txt │ │ ├── mylfabc.txt │ │ ├── mymacewan.txt │ │ ├── mymhc.txt │ │ ├── mynbcc.txt │ │ ├── mynorquest.txt │ │ ├── myscc.txt │ │ ├── myseneca.txt │ │ ├── mytru.txt │ │ ├── mytsom.txt │ │ ├── mytwu.txt │ │ ├── mytyndale.txt │ │ ├── myucw.txt │ │ ├── myucwest.txt │ │ ├── myumanitoba.txt │ │ ├── nait.txt │ │ ├── nbcc.txt │ │ ├── niagaracollege.txt │ │ ├── niagaracollegetoronto.txt │ │ ├── nipissingu.txt │ │ ├── nl/ │ │ │ └── cna.txt │ │ ├── nlesd.txt │ │ ├── norquest.txt │ │ ├── northislandcollege.txt │ │ ├── ns/ │ │ │ ├── ednet.txt │ │ │ ├── nscad.txt │ │ │ ├── uccb.txt │ │ │ └── ukings.txt │ │ ├── nscc.txt │ │ ├── nwpolytech.txt │ │ ├── ocad.txt │ │ ├── ocadu.txt │ │ ├── ocdsb.txt │ │ ├── ocsb.txt │ │ ├── ocsbconted.txt │ │ ├── ocsbstudent.txt │ │ ├── oldsuncollege.txt │ │ ├── on/ │ │ │ ├── borealc.txt │ │ │ ├── conestogac.txt │ │ │ ├── confederationc.txt │ │ │ ├── crestwood.txt │ │ │ ├── durhamc.txt │ │ │ ├── georgianc.txt │ │ │ ├── hsc.txt │ │ │ ├── huronuc.txt │ │ │ ├── hwdsb.txt │ │ │ ├── lacitec.txt │ │ │ ├── lambton.txt │ │ │ ├── limestone.txt │ │ │ ├── loyalistc.txt │ │ │ ├── rcdsb/ │ │ │ │ └── student.txt │ │ │ ├── rcdsb.txt │ │ │ ├── rsgc.txt │ │ │ ├── scdsb.txt │ │ │ ├── scs.txt │ │ │ ├── senecac.txt │ │ │ ├── sheridanc.txt │ │ │ ├── sl.txt │ │ │ ├── smcdsb.txt │ │ │ ├── tdsb.txt │ │ │ ├── ucc.txt │ │ │ └── wrdsb.txt │ │ ├── pe/ │ │ │ └── edu/ │ │ │ ├── cloud.txt │ │ │ └── netmail.txt │ │ ├── perimeterinstitute.txt │ │ ├── petrelcollege.txt │ │ ├── polymtl.txt │ │ ├── publicboard.txt │ │ ├── purescollege.txt │ │ ├── qc/ │ │ │ ├── bdeb.txt │ │ │ ├── brebeuf.txt │ │ │ ├── cegep-chicoutimi.txt │ │ │ ├── cegep-heritage.txt │ │ │ ├── cegep-lanaudiere/ │ │ │ │ └── etu.txt │ │ │ ├── cegep-lanaudiere.txt │ │ │ ├── cegep-rimouski.txt │ │ │ ├── cegep-ste-foy.txt │ │ │ ├── cegepba.txt │ │ │ ├── cegepgranby.txt │ │ │ ├── cegeplapocatiere.txt │ │ │ ├── cegepoutaouais.txt │ │ │ ├── cegepsherbrooke.txt │ │ │ ├── cegepsl.txt │ │ │ ├── cegepst.txt │ │ │ ├── cegepsth.txt │ │ │ ├── cegeptr.txt │ │ │ ├── cgmatane.txt │ │ │ ├── cgodin.txt │ │ │ ├── champlaincollege.txt │ │ │ ├── claurendeau.txt │ │ │ ├── clg.txt │ │ │ ├── cmaisonneuve.txt │ │ │ ├── cmontmorency.txt │ │ │ ├── college-em.txt │ │ │ ├── collegeahuntsic.txt │ │ │ ├── collegemv.txt │ │ │ ├── collegeshawinigan.txt │ │ │ ├── colval.txt │ │ │ ├── crc-lennox.txt │ │ │ ├── crosemont.txt │ │ │ ├── csdraveurs/ │ │ │ │ └── edu.txt │ │ │ ├── csmb.txt │ │ │ ├── csnavigateurs.txt │ │ │ ├── cssmi.txt │ │ │ ├── cstj.txt │ │ │ ├── cstjean.txt │ │ │ ├── cvm/ │ │ │ │ └── etu.txt │ │ │ ├── cvm.txt │ │ │ ├── dawsoncollege.txt │ │ │ ├── grasset.txt │ │ │ ├── johnabbott.txt │ │ │ ├── osullivan-quebec.txt │ │ │ ├── psnm.txt │ │ │ ├── rsb.txt │ │ │ ├── slc.txt │ │ │ ├── stanislas.txt │ │ │ ├── teccart.txt │ │ │ └── vaniercollege.txt │ │ ├── queensu.txt │ │ ├── questu.txt │ │ ├── rcsd.txt │ │ ├── rdpolytech.txt │ │ ├── redeemer.txt │ │ ├── retsdstudent.txt │ │ ├── rmc-cmr.txt │ │ ├── rmc.txt │ │ ├── royalroads.txt │ │ ├── rrc.txt │ │ ├── rubika-edu.txt │ │ ├── ryerson.txt │ │ ├── sainteanne.txt │ │ ├── sait.txt │ │ ├── saskpolytech.txt │ │ ├── saultcollege.txt │ │ ├── sd61learn.txt │ │ ├── selkirk.txt │ │ ├── selwyn.txt │ │ ├── senecacollege.txt │ │ ├── sfu.txt │ │ ├── shawnigan.txt │ │ ├── sheridancollege.txt │ │ ├── smu.txt │ │ ├── stclaircollege.txt │ │ ├── stclairconnect.txt │ │ ├── stfx.txt │ │ ├── stmarys.txt │ │ ├── stmu.txt │ │ ├── stthomasu.txt │ │ ├── surreyschools.txt │ │ ├── tav.txt │ │ ├── tcdsb.txt │ │ ├── teluq.txt │ │ ├── tfs.txt │ │ ├── thecdm.txt │ │ ├── thecea.txt │ │ ├── torontofilmschool.txt │ │ ├── torontomu.txt │ │ ├── trentu.txt │ │ ├── tru.txt │ │ ├── tvdsb.txt │ │ ├── twu.txt │ │ ├── tyndale.txt │ │ ├── ualberta.txt │ │ ├── ubc.txt │ │ ├── ubishops.txt │ │ ├── ucalgary.txt │ │ ├── ufv.txt │ │ ├── ugcloud.txt │ │ ├── ulaval.txt │ │ ├── uleth.txt │ │ ├── umanitoba.txt │ │ ├── umoncton.txt │ │ ├── umontreal.txt │ │ ├── unb.txt │ │ ├── unbc.txt │ │ ├── unbsj.txt │ │ ├── uofguelph.txt │ │ ├── uoguelph.txt │ │ ├── uoit.txt │ │ ├── uottawa.txt │ │ ├── upei.txt │ │ ├── uqac.txt │ │ ├── uqam.txt │ │ ├── uqar.txt │ │ ├── uqat.txt │ │ ├── uqo.txt │ │ ├── uqtr.txt │ │ ├── uquebec.txt │ │ ├── uregina.txt │ │ ├── usask.txt │ │ ├── usherb.txt │ │ ├── usherbrooke.txt │ │ ├── ustboniface.txt │ │ ├── ustpaul.txt │ │ ├── utoronto.txt │ │ ├── utschools.txt │ │ ├── uvic.txt │ │ ├── uwaterloo/ │ │ │ └── edu.txt │ │ ├── uwaterloo.txt │ │ ├── uwindsor.txt │ │ ├── uwinnipeg.txt │ │ ├── uwo.txt │ │ ├── vanas.txt │ │ ├── vcc.txt │ │ ├── visii.txt │ │ ├── viu.txt │ │ ├── wicmtl.txt │ │ ├── wlu.txt │ │ ├── wpga.txt │ │ ├── wrdsb/ │ │ │ └── googleapps.txt │ │ ├── wrdsb.txt │ │ ├── ycdsbk12.txt │ │ ├── yk/ │ │ │ └── yukoncollege.txt │ │ ├── yorkhouse.txt │ │ ├── yorku.txt │ │ ├── yorkvilleu.txt │ │ └── yrdsb.txt │ ├── cat/ │ │ ├── alumne/ │ │ │ └── maristes.txt │ │ ├── autonoma.txt │ │ ├── bau/ │ │ │ └── student.txt │ │ ├── bemen3.txt │ │ ├── bernatelferrer.txt │ │ ├── boscdelacoma.txt │ │ ├── cingle.txt │ │ ├── cirvianum.txt │ │ ├── copernic/ │ │ │ └── alumnat.txt │ │ ├── enti.txt │ │ ├── epiaedu.txt │ │ ├── escolesnuria.txt │ │ ├── fedac.txt │ │ ├── fep.txt │ │ ├── ibadia.txt │ │ ├── ies-sabadell.txt │ │ ├── iesbernatelferrer.txt │ │ ├── iescarlesvallbona.txt │ │ ├── iesdecelra.txt │ │ ├── iesesteveterradas.txt │ │ ├── iesjoanalcover.txt │ │ ├── ieslaroca.txt │ │ ├── iessablancadona.txt │ │ ├── iesterrassa.txt │ │ ├── ilg.txt │ │ ├── insabatoliba.txt │ │ ├── insalfonscostafreda.txt │ │ ├── insbaixcamp.txt │ │ ├── inscamidemar.txt │ │ ├── insgabrielamistral.txt │ │ ├── inslaguineueta.txt │ │ ├── inslapineda.txt │ │ ├── inslasinia.txt │ │ ├── inspalamos.txt │ │ ├── inspauvila.txt │ │ ├── inspedralbes.txt │ │ ├── inspladelestany.txt │ │ ├── institutb7.txt │ │ ├── institutjaumehuguet.txt │ │ ├── institutlasegarra.txt │ │ ├── institutvidreres.txt │ │ ├── itb.txt │ │ ├── jviladoms.txt │ │ ├── lasalle/ │ │ │ ├── gracia.txt │ │ │ └── mollerussa.txt │ │ ├── lasalle.txt │ │ ├── palcam.txt │ │ ├── paucasesnovescifp.txt │ │ ├── proven/ │ │ │ └── office.txt │ │ ├── salesians.txt │ │ ├── sapalomera.txt │ │ ├── tecnocampus.txt │ │ ├── teknos.txt │ │ ├── uab.txt │ │ ├── udl.txt │ │ ├── uib.txt │ │ ├── uoc.txt │ │ ├── urv.txt │ │ ├── uvic.txt │ │ ├── vedrunavall.txt │ │ └── xtec.txt │ ├── cc/ │ │ ├── cwidaho.txt │ │ ├── mycwi.txt │ │ ├── rns.txt │ │ └── tvcc.txt │ ├── cd/ │ │ ├── ac.txt │ │ └── unikin.txt │ ├── ch/ │ │ ├── 42lausanne/ │ │ │ └── student.txt │ │ ├── abbts.txt │ │ ├── altekanti/ │ │ │ └── stud.txt │ │ ├── altekanti.txt │ │ ├── arches.txt │ │ ├── bbbaden/ │ │ │ └── stud.txt │ │ ├── bbbaden.txt │ │ ├── bbcag.txt │ │ ├── bbw.txt │ │ ├── bbz-sh.txt │ │ ├── bbzbl-it.txt │ │ ├── bbzsogr.txt │ │ ├── bene-edu.txt │ │ ├── bfh.txt │ │ ├── bhms.txt │ │ ├── bict-edu.txt │ │ ├── bict.txt │ │ ├── bks-campus.txt │ │ ├── bms-zuerich/ │ │ │ └── stud.txt │ │ ├── brueggli.txt │ │ ├── bsl-lausanne.txt │ │ ├── bwdbern.txt │ │ ├── bwz-rappi.txt │ │ ├── bzbs/ │ │ │ └── stud.txt │ │ ├── bzbuchs.txt │ │ ├── bztf.txt │ │ ├── bzu/ │ │ │ └── stud.txt │ │ ├── bzwu.txt │ │ ├── bzz.txt │ │ ├── ceff.txt │ │ ├── cifom.txt │ │ ├── cpnv.txt │ │ ├── csbe.txt │ │ ├── dct.txt │ │ ├── divart.txt │ │ ├── divcom.txt │ │ ├── divlyc.txt │ │ ├── divtec.txt │ │ ├── dsgenf.txt │ │ ├── ecal.txt │ │ ├── ecolint.txt │ │ ├── edu-vd.txt │ │ ├── edu-zg/ │ │ │ └── ksz.txt │ │ ├── edubs.txt │ │ ├── edueptm.txt │ │ ├── edufr.txt │ │ ├── eduge.txt │ │ ├── edulu.txt │ │ ├── eduvaud.txt │ │ ├── eduvs.txt │ │ ├── ehl.txt │ │ ├── epfl.txt │ │ ├── epsic.txt │ │ ├── eptsion.txt │ │ ├── eracom.txt │ │ ├── ethz.txt │ │ ├── etml-es.txt │ │ ├── fernfachhochschule.txt │ │ ├── fernuni.txt │ │ ├── ffhs.txt │ │ ├── fh-aargau.txt │ │ ├── fh-hwz.txt │ │ ├── fhbb.txt │ │ ├── fhgr.txt │ │ ├── fhnw/ │ │ │ └── students.txt │ │ ├── fhnw.txt │ │ ├── fhso.txt │ │ ├── fhsstudents.txt │ │ ├── fmi.txt │ │ ├── gbchur.txt │ │ ├── gbs-ge.txt │ │ ├── gbssg.txt │ │ ├── ge/ │ │ │ └── edu.txt │ │ ├── gfbienne/ │ │ │ └── edu.txt │ │ ├── gibb.txt │ │ ├── gibz.txt │ │ ├── glion.txt │ │ ├── graduateinstitute.txt │ │ ├── gymburgdorf.txt │ │ ├── gymkirchenfeld.txt │ │ ├── gymneufeld.txt │ │ ├── gymo.txt │ │ ├── gymthun/ │ │ │ └── stud.txt │ │ ├── he-arc.txt │ │ ├── hefr.txt │ │ ├── heig-vd.txt │ │ ├── hepl.txt │ │ ├── hes-so.txt │ │ ├── hesge.txt │ │ ├── hevs.txt │ │ ├── hf-ict.txt │ │ ├── hftm.txt │ │ ├── hfu.txt │ │ ├── hgkz.txt │ │ ├── hslu.txt │ │ ├── hsr.txt │ │ ├── htwchur.txt │ │ ├── ibw-cloud.txt │ │ ├── ibw-schule.txt │ │ ├── ibw.txt │ │ ├── idm/ │ │ │ └── students.txt │ │ ├── iet-gibb.txt │ │ ├── ifa.txt │ │ ├── informatikschuleolten.txt │ │ ├── ini.txt │ │ ├── ipso.txt │ │ ├── isb-sib.txt │ │ ├── ispl.txt │ │ ├── isr.txt │ │ ├── iun.txt │ │ ├── kantisargans.txt │ │ ├── kantiwattwil.txt │ │ ├── kbw.txt │ │ ├── kbzsg.txt │ │ ├── kefikon/ │ │ │ └── stud.txt │ │ ├── ken.txt │ │ ├── kftg.txt │ │ ├── kks/ │ │ │ └── stud.txt │ │ ├── kme.txt │ │ ├── kollegistans.txt │ │ ├── ksb-sg.txt │ │ ├── ksba/ │ │ │ └── students.txt │ │ ├── ksbg.txt │ │ ├── kshp.txt │ │ ├── ksimlee/ │ │ │ └── stud.txt │ │ ├── ksk.txt │ │ ├── ksmenzingen.txt │ │ ├── ksobwalden.txt │ │ ├── ksuster.txt │ │ ├── kswe.txt │ │ ├── kvbl.txt │ │ ├── kzn.txt │ │ ├── kzo.txt │ │ ├── kzu.txt │ │ ├── learnhfh.txt │ │ ├── lerbermatt.txt │ │ ├── lgr/ │ │ │ └── stud.txt │ │ ├── liceolugano.txt │ │ ├── lilu2.txt │ │ ├── lrguas.txt │ │ ├── mng.txt │ │ ├── montana-zug.txt │ │ ├── mygymer.txt │ │ ├── noseryoung.txt │ │ ├── ntb.txt │ │ ├── orif.txt │ │ ├── ost.txt │ │ ├── phbern.txt │ │ ├── phgr.txt │ │ ├── phlu.txt │ │ ├── phsg.txt │ │ ├── phsz.txt │ │ ├── phtg.txt │ │ ├── phzh.txt │ │ ├── psi.txt │ │ ├── regentschool.txt │ │ ├── rgzh.txt │ │ ├── rpn.txt │ │ ├── samtrevano.txt │ │ ├── sbl.txt │ │ ├── schule-eschenbach.txt │ │ ├── schule-ettiswil.txt │ │ ├── schulegl.txt │ │ ├── shms-mail.txt │ │ ├── sluz.txt │ │ ├── ssbm.txt │ │ ├── ssseco.txt │ │ ├── stiftsschule-engelberg.txt │ │ ├── studentfr.txt │ │ ├── supsi.txt │ │ ├── swissinternationalschool.txt │ │ ├── swissmc.txt │ │ ├── tbz.txt │ │ ├── teko.txt │ │ ├── tfbern.txt │ │ ├── ti/ │ │ │ └── edu.txt │ │ ├── unibas.txt │ │ ├── unibe.txt │ │ ├── unidistance/ │ │ │ └── etu.txt │ │ ├── unifr.txt │ │ ├── unige.txt │ │ ├── unil.txt │ │ ├── unilu.txt │ │ ├── uniludes.txt │ │ ├── unine.txt │ │ ├── unisg.txt │ │ ├── unisi.txt │ │ ├── unizh.txt │ │ ├── usb.txt │ │ ├── usi.txt │ │ ├── uzh.txt │ │ ├── vantage/ │ │ │ └── stud/ │ │ │ └── bvs.txt │ │ ├── vs/ │ │ │ └── edu.txt │ │ ├── webster.txt │ │ ├── wibilea.txt │ │ ├── wiss-edu.txt │ │ ├── wsl.txt │ │ ├── zbw-online.txt │ │ ├── zhaw/ │ │ │ └── students.txt │ │ ├── zhaw.txt │ │ ├── zhdk.txt │ │ └── zis.txt │ ├── ci/ │ │ ├── edu/ │ │ │ ├── esatic.txt │ │ │ ├── iugb.txt │ │ │ ├── ujlg.txt │ │ │ └── uvci.txt │ │ ├── esatic.txt │ │ ├── inphb.txt │ │ ├── ita-education.txt │ │ ├── nan.txt │ │ ├── uabobo.txt │ │ ├── ubouake.txt │ │ ├── univ-cocody.txt │ │ ├── univ-na.txt │ │ └── univmetiers.txt │ ├── cl/ │ │ ├── academia.txt │ │ ├── aiep.txt │ │ ├── alperit.txt │ │ ├── alumnosuls.txt │ │ ├── arquitecturaucv.txt │ │ ├── cesantarosa/ │ │ │ └── a.txt │ │ ├── cesantarosa.txt │ │ ├── ciisa.txt │ │ ├── cinv.txt │ │ ├── correoaiep.txt │ │ ├── csangabrielcoquimbo.txt │ │ ├── duoc.txt │ │ ├── duocuc.txt │ │ ├── estudiantesunap.txt │ │ ├── iacc/ │ │ │ └── estudiantes.txt │ │ ├── inacapmail.txt │ │ ├── ipchile.txt │ │ ├── ipciisa.txt │ │ ├── iplacex/ │ │ │ └── alumno.txt │ │ ├── ipleones/ │ │ │ ├── alumnos.txt │ │ │ └── docentes.txt │ │ ├── ipp.txt │ │ ├── irfe.txt │ │ ├── itcalumnos.txt │ │ ├── juanbohon/ │ │ │ └── alumnos.txt │ │ ├── mayor.txt │ │ ├── miuandes.txt │ │ ├── puc.txt │ │ ├── pucv.txt │ │ ├── santotomas.txt │ │ ├── twk.txt │ │ ├── ua.txt │ │ ├── uach.txt │ │ ├── uaconcagua.txt │ │ ├── uahurtado.txt │ │ ├── uai.txt │ │ ├── uamericas.txt │ │ ├── uandes.txt │ │ ├── uantof.txt │ │ ├── uas.txt │ │ ├── uautonoma.txt │ │ ├── uaysen.txt │ │ ├── ubiobio.txt │ │ ├── ubo/ │ │ │ └── pregrado.txt │ │ ├── ubo.txt │ │ ├── ubohiggins.txt │ │ ├── ubolivariana.txt │ │ ├── ubritanica.txt │ │ ├── uc.txt │ │ ├── ucentral.txt │ │ ├── uchile/ │ │ │ ├── dcc.txt │ │ │ ├── u.txt │ │ │ └── ug.txt │ │ ├── uchile.txt │ │ ├── ucinf.txt │ │ ├── ucm.txt │ │ ├── ucn.txt │ │ ├── ucsc.txt │ │ ├── ucsh.txt │ │ ├── uct.txt │ │ ├── uctemuco.txt │ │ ├── ucv.txt │ │ ├── uda.txt │ │ ├── udd/ │ │ │ └── ingenieros.txt │ │ ├── udd.txt │ │ ├── udec.txt │ │ ├── udelmar.txt │ │ ├── udesarrollo.txt │ │ ├── udla/ │ │ │ └── edu.txt │ │ ├── udla.txt │ │ ├── udp.txt │ │ ├── ufinis.txt │ │ ├── ufromail.txt │ │ ├── ufrontera.txt │ │ ├── ugm.txt │ │ ├── uisek.txt │ │ ├── ulagos.txt │ │ ├── ulare.txt │ │ ├── umag.txt │ │ ├── umaritima.txt │ │ ├── umayor.txt │ │ ├── umce.txt │ │ ├── ume.txt │ │ ├── unab.txt │ │ ├── unach.txt │ │ ├── unap.txt │ │ ├── unfa.txt │ │ ├── uniacc.txt │ │ ├── unicit.txt │ │ ├── universidadarcis.txt │ │ ├── uoh.txt │ │ ├── upa.txt │ │ ├── upla.txt │ │ ├── usach.txt │ │ ├── usanandres.txt │ │ ├── usek.txt │ │ ├── userena.txt │ │ ├── usm.txt │ │ ├── uss.txt │ │ ├── ust.txt │ │ ├── uta.txt │ │ ├── utalca.txt │ │ ├── utem.txt │ │ ├── utfsm.txt │ │ ├── uv.txt │ │ ├── uvm.txt │ │ └── virginiogomez.txt │ ├── cloud/ │ │ ├── myise.txt │ │ └── tsbw.txt │ ├── cm/ │ │ ├── edu/ │ │ │ └── ictuniversity.txt │ │ ├── enspd-udo.txt │ │ ├── facsciences-uy1.txt │ │ ├── iut-douala.txt │ │ ├── polytechnique.txt │ │ ├── ubuea.txt │ │ ├── udm.txt │ │ ├── uninet.txt │ │ ├── univ-maroua.txt │ │ └── univ-ndere.txt │ ├── cn/ │ │ ├── ac/ │ │ │ ├── aircas.txt │ │ │ ├── amss.txt │ │ │ ├── big.txt │ │ │ ├── caf.txt │ │ │ ├── cea-igp.txt │ │ │ ├── cigit.txt │ │ │ ├── genetics.txt │ │ │ ├── gibh.txt │ │ │ ├── gscaep.txt │ │ │ ├── ia.txt │ │ │ ├── ibp.txt │ │ │ ├── iccas.txt │ │ │ ├── ict.txt │ │ │ ├── iee/ │ │ │ │ └── mail.txt │ │ │ ├── igsnrr.txt │ │ │ ├── ihep.txt │ │ │ ├── iie.txt │ │ │ ├── ime.txt │ │ │ ├── imicams.txt │ │ │ ├── ioa/ │ │ │ │ └── mail.txt │ │ │ ├── ios.txt │ │ │ ├── iphy.txt │ │ │ ├── iscas.txt │ │ │ ├── kib/ │ │ │ │ └── mail.txt │ │ │ ├── nibs.txt │ │ │ ├── nssc.txt │ │ │ ├── picb.txt │ │ │ ├── psych.txt │ │ │ ├── rcees.txt │ │ │ ├── sari.txt │ │ │ ├── shao.txt │ │ │ ├── siat.txt │ │ │ ├── sict.txt │ │ │ ├── simm.txt │ │ │ ├── ucas.txt │ │ │ └── wipm.txt │ │ ├── aurora-college/ │ │ │ └── stu.txt │ │ ├── bcis.txt │ │ ├── bowenedu.txt │ │ ├── bttc.txt │ │ ├── ccbupt.txt │ │ ├── cduestc.txt │ │ ├── com/ │ │ │ ├── alevel.txt │ │ │ ├── bibs.txt │ │ │ ├── cvit.txt │ │ │ ├── jxhlxy.txt │ │ │ ├── njude.txt │ │ │ ├── nou.txt │ │ │ ├── qypt.txt │ │ │ ├── schxmvc.txt │ │ │ ├── scie.txt │ │ │ ├── scse.txt │ │ │ ├── sise.txt │ │ │ └── suis/ │ │ │ └── wy.txt │ │ ├── czu.txt │ │ ├── dulwich-suzhou.txt │ │ ├── ecnu.txt │ │ ├── edu/ │ │ │ ├── ah.txt │ │ │ ├── ahau.txt │ │ │ ├── ahjzu.txt │ │ │ ├── ahmu.txt │ │ │ ├── ahnu.txt │ │ │ ├── ahpu.txt │ │ │ ├── ahtcm.txt │ │ │ ├── ahu.txt │ │ │ ├── ahut.txt │ │ │ ├── ayit.txt │ │ │ ├── bac.txt │ │ │ ├── bbc.txt │ │ │ ├── bfa.txt │ │ │ ├── bfsu.txt │ │ │ ├── bhu.txt │ │ │ ├── bistu.txt │ │ │ ├── bit.txt │ │ │ ├── bj.txt │ │ │ ├── bjfu.txt │ │ │ ├── bjmu.txt │ │ │ ├── bjtu.txt │ │ │ ├── bjut/ │ │ │ │ └── emails.txt │ │ │ ├── bjut.txt │ │ │ ├── blcu.txt │ │ │ ├── bnu.txt │ │ │ ├── bnuz.txt │ │ │ ├── btbu.txt │ │ │ ├── buaa.txt │ │ │ ├── bucea/ │ │ │ │ └── stu.txt │ │ │ ├── buct.txt │ │ │ ├── bupt.txt │ │ │ ├── buu.txt │ │ │ ├── bwu.txt │ │ │ ├── cafa.txt │ │ │ ├── cafuc.txt │ │ │ ├── cau.txt │ │ │ ├── ccdgut.txt │ │ │ ├── ccmu.txt │ │ │ ├── ccnu.txt │ │ │ ├── ccsu.txt │ │ │ ├── ccu/ │ │ │ │ └── mails.txt │ │ │ ├── ccu.txt │ │ │ ├── ccut.txt │ │ │ ├── cczu/ │ │ │ │ └── smail.txt │ │ │ ├── cdmc.txt │ │ │ ├── cdu.txt │ │ │ ├── cduestc.txt │ │ │ ├── cdut.txt │ │ │ ├── chd.txt │ │ │ ├── chu.txt │ │ │ ├── chzu.txt │ │ │ ├── cjlu/ │ │ │ │ └── stu.txt │ │ │ ├── cjlu.txt │ │ │ ├── cmu.txt │ │ │ ├── cncnc.txt │ │ │ ├── cnu.txt │ │ │ ├── cpu.txt │ │ │ ├── cqmu.txt │ │ │ ├── cqnu.txt │ │ │ ├── cqu.txt │ │ │ ├── cque/ │ │ │ │ └── stu.txt │ │ │ ├── cqupt.txt │ │ │ ├── cqust.txt │ │ │ ├── cqut/ │ │ │ │ └── 2014.txt │ │ │ ├── crtvu.txt │ │ │ ├── cslg.txt │ │ │ ├── csmu.txt │ │ │ ├── csu.txt │ │ │ ├── csuft.txt │ │ │ ├── csust/ │ │ │ │ └── stu.txt │ │ │ ├── csust.txt │ │ │ ├── ctbu.txt │ │ │ ├── ctgu.txt │ │ │ ├── cuc.txt │ │ │ ├── cueb.txt │ │ │ ├── cufe.txt │ │ │ ├── cug.txt │ │ │ ├── cugb.txt │ │ │ ├── cuhk/ │ │ │ │ └── link.txt │ │ │ ├── cuhk.txt │ │ │ ├── cuit.txt │ │ │ ├── cumt.txt │ │ │ ├── cumtb.txt │ │ │ ├── cup/ │ │ │ │ └── student.txt │ │ │ ├── cup.txt │ │ │ ├── cupk.txt │ │ │ ├── cupl.txt │ │ │ ├── cust.txt │ │ │ ├── cwu/ │ │ │ │ └── email.txt │ │ │ ├── cyc.txt │ │ │ ├── dgut.txt │ │ │ ├── dhu.txt │ │ │ ├── dlmedu.txt │ │ │ ├── dlmu.txt │ │ │ ├── dlnu.txt │ │ │ ├── dlpu.txt │ │ │ ├── dlu/ │ │ │ │ └── s.txt │ │ │ ├── dlu.txt │ │ │ ├── dlufl/ │ │ │ │ └── student.txt │ │ │ ├── dlufl.txt │ │ │ ├── dlut.txt │ │ │ ├── dufe.txt │ │ │ ├── ecnu/ │ │ │ │ └── student.txt │ │ │ ├── ecnu.txt │ │ │ ├── ecupl.txt │ │ │ ├── ecust.txt │ │ │ ├── ecut.txt │ │ │ ├── fjau.txt │ │ │ ├── fjmu.txt │ │ │ ├── fjnu.txt │ │ │ ├── fjtcm.txt │ │ │ ├── fjut.txt │ │ │ ├── fmmu.txt │ │ │ ├── fosu.txt │ │ │ ├── fudan.txt │ │ │ ├── fynu.txt │ │ │ ├── fzfu.txt │ │ │ ├── fzu.txt │ │ │ ├── gdgm/ │ │ │ │ └── stu.txt │ │ │ ├── gdou.txt │ │ │ ├── gdpu.txt │ │ │ ├── gdqy.txt │ │ │ ├── gdrtvu.txt │ │ │ ├── gduf.txt │ │ │ ├── gdufs.txt │ │ │ ├── gdut.txt │ │ │ ├── gench.txt │ │ │ ├── gist.txt │ │ │ ├── glmc.txt │ │ │ ├── glut.txt │ │ │ ├── gpnu.txt │ │ │ ├── gsau.txt │ │ │ ├── gsli.txt │ │ │ ├── gsut.txt │ │ │ ├── guet/ │ │ │ │ └── mails.txt │ │ │ ├── gxnu.txt │ │ │ ├── gxtcmu.txt │ │ │ ├── gxu/ │ │ │ │ └── xingjian.txt │ │ │ ├── gxu.txt │ │ │ ├── gxun.txt │ │ │ ├── gzhu.txt │ │ │ ├── gznu.txt │ │ │ ├── gzu.txt │ │ │ ├── gzucm/ │ │ │ │ └── stu.txt │ │ │ ├── hainnu.txt │ │ │ ├── hainu.txt │ │ │ ├── haue.txt │ │ │ ├── haust.txt │ │ │ ├── haut.txt │ │ │ ├── hbu.txt │ │ │ ├── hbuas.txt │ │ │ ├── hbut.txt │ │ │ ├── hdu.txt │ │ │ ├── hebau.txt │ │ │ ├── hebmu.txt │ │ │ ├── hebnu.txt │ │ │ ├── hebust.txt │ │ │ ├── hebut.txt │ │ │ ├── henannu.txt │ │ │ ├── henau.txt │ │ │ ├── henu.txt │ │ │ ├── heuet.txt │ │ │ ├── hfut.txt │ │ │ ├── hhit.txt │ │ │ ├── hhstu.txt │ │ │ ├── hhtc.txt │ │ │ ├── hhu.txt │ │ │ ├── hhuc.txt │ │ │ ├── hit.txt │ │ │ ├── hitsz/ │ │ │ │ └── stmail.txt │ │ │ ├── hlju.txt │ │ │ ├── hnfnu.txt │ │ │ ├── hnnu.txt │ │ │ ├── hnu.txt │ │ │ ├── hnuahe.txt │ │ │ ├── hnuit.txt │ │ │ ├── hnust.txt │ │ │ ├── hpu.txt │ │ │ ├── hqu.txt │ │ │ ├── hrbeu.txt │ │ │ ├── hrbmu.txt │ │ │ ├── hrbnu.txt │ │ │ ├── hrbust.txt │ │ │ ├── hsu.txt │ │ │ ├── htu.txt │ │ │ ├── huat.txt │ │ │ ├── hubu.txt │ │ │ ├── huhst.txt │ │ │ ├── hunau.txt │ │ │ ├── hunnu.txt │ │ │ ├── hust.txt │ │ │ ├── hut.txt │ │ │ ├── hyit.txt │ │ │ ├── hytc.txt │ │ │ ├── hzau.txt │ │ │ ├── hznu.txt │ │ │ ├── hzu.txt │ │ │ ├── imau.txt │ │ │ ├── imnu.txt │ │ │ ├── imu.txt │ │ │ ├── jgsu.txt │ │ │ ├── jiangnan.txt │ │ │ ├── jit/ │ │ │ │ └── stu.txt │ │ │ ├── jit.txt │ │ │ ├── jlau.txt │ │ │ ├── jlnu.txt │ │ │ ├── jlu.txt │ │ │ ├── jmu.txt │ │ │ ├── jnu.txt │ │ │ ├── jou.txt │ │ │ ├── jsu.txt │ │ │ ├── jsust.txt │ │ │ ├── just/ │ │ │ │ └── stu.txt │ │ │ ├── jxau.txt │ │ │ ├── jxnu.txt │ │ │ ├── jxufe.txt │ │ │ ├── jxust/ │ │ │ │ └── mail.txt │ │ │ ├── jyu.txt │ │ │ ├── kfu.txt │ │ │ ├── kmust.txt │ │ │ ├── lcu.txt │ │ │ ├── ldzy.txt │ │ │ ├── lixin.txt │ │ │ ├── lnnu.txt │ │ │ ├── lnpu/ │ │ │ │ └── stu.txt │ │ │ ├── lntu.txt │ │ │ ├── lnu.txt │ │ │ ├── lzjtu.txt │ │ │ ├── lzu.txt │ │ │ ├── muc.txt │ │ │ ├── nankai/ │ │ │ │ └── mail.txt │ │ │ ├── nankai.txt │ │ │ ├── nanshan.txt │ │ │ ├── nau.txt │ │ │ ├── nbpt.txt │ │ │ ├── nbu.txt │ │ │ ├── nchu.txt │ │ │ ├── nciae.txt │ │ │ ├── ncist.txt │ │ │ ├── ncst.txt │ │ │ ├── ncu.txt │ │ │ ├── ncut.txt │ │ │ ├── neau.txt │ │ │ ├── nenu.txt │ │ │ ├── neu.txt │ │ │ ├── neuq.txt │ │ │ ├── neusoft.txt │ │ │ ├── nit.txt │ │ │ ├── njau.txt │ │ │ ├── njfu.txt │ │ │ ├── njit.txt │ │ │ ├── njmu.txt │ │ │ ├── njnu.txt │ │ │ ├── njtech.txt │ │ │ ├── njtu.txt │ │ │ ├── nju.txt │ │ │ ├── njupt.txt │ │ │ ├── njust.txt │ │ │ ├── njutcm.txt │ │ │ ├── njxzc/ │ │ │ │ └── st.txt │ │ │ ├── njxzc.txt │ │ │ ├── nnct.txt │ │ │ ├── nottingham.txt │ │ │ ├── ntu.txt │ │ │ ├── nuaa.txt │ │ │ ├── nuc.txt │ │ │ ├── nudt.txt │ │ │ ├── nufe.txt │ │ │ ├── nuist.txt │ │ │ ├── nuit.txt │ │ │ ├── nun/ │ │ │ │ └── stu.txt │ │ │ ├── nwafu.txt │ │ │ ├── nwnu.txt │ │ │ ├── nwpu/ │ │ │ │ └── mail.txt │ │ │ ├── nwpu.txt │ │ │ ├── nwsuaf.txt │ │ │ ├── nwu.txt │ │ │ ├── nxu.txt │ │ │ ├── ouc.txt │ │ │ ├── pku.txt │ │ │ ├── qau.txt │ │ │ ├── qdu.txt │ │ │ ├── qfnu.txt │ │ │ ├── qhnu.txt │ │ │ ├── qhu.txt │ │ │ ├── qlu.txt │ │ │ ├── qust.txt │ │ │ ├── ruc.txt │ │ │ ├── sandau.txt │ │ │ ├── sbs.txt │ │ │ ├── scau.txt │ │ │ ├── scnu.txt │ │ │ ├── scu.txt │ │ │ ├── scuec.txt │ │ │ ├── scut/ │ │ │ │ └── mail.txt │ │ │ ├── scut.txt │ │ │ ├── sdau.txt │ │ │ ├── sdcit.txt │ │ │ ├── sdjtu.txt │ │ │ ├── sdju.txt │ │ │ ├── sdmu.txt │ │ │ ├── sdnu.txt │ │ │ ├── sdpt.txt │ │ │ ├── sdu.txt │ │ │ ├── sdust.txt │ │ │ ├── sdut.txt │ │ │ ├── sdutcm.txt │ │ │ ├── sdyu.txt │ │ │ ├── seu.txt │ │ │ ├── sgu.txt │ │ │ ├── shafc.txt │ │ │ ├── shanghaitech.txt │ │ │ ├── shcc.txt │ │ │ ├── shfu.txt │ │ │ ├── shiep.txt │ │ │ ├── shisu.txt │ │ │ ├── shjgu.txt │ │ │ ├── shmtu.txt │ │ │ ├── shmu.txt │ │ │ ├── shnu/ │ │ │ │ └── smail.txt │ │ │ ├── shou.txt │ │ │ ├── shsmu.txt │ │ │ ├── shtu.txt │ │ │ ├── shtvu.txt │ │ │ ├── shu.txt │ │ │ ├── shufe.txt │ │ │ ├── shupl.txt │ │ │ ├── shutcm.txt │ │ │ ├── sicau.txt │ │ │ ├── sicnu.txt │ │ │ ├── sie.txt │ │ │ ├── sisu.txt │ │ │ ├── sjtu.txt │ │ │ ├── sjzu.txt │ │ │ ├── smbu.txt │ │ │ ├── smmu.txt │ │ │ ├── smu.txt │ │ │ ├── snnu.txt │ │ │ ├── sspu/ │ │ │ │ └── stu.txt │ │ │ ├── stu.txt │ │ │ ├── suda.txt │ │ │ ├── sues.txt │ │ │ ├── sufe/ │ │ │ │ ├── 163.txt │ │ │ │ └── live.txt │ │ │ ├── suibe.txt │ │ │ ├── sustc.txt │ │ │ ├── sustech.txt │ │ │ ├── swjtu.txt │ │ │ ├── swpu.txt │ │ │ ├── swu.txt │ │ │ ├── swufe.txt │ │ │ ├── swun.txt │ │ │ ├── swupl.txt │ │ │ ├── swust.txt │ │ │ ├── sxau.txt │ │ │ ├── sxie.txt │ │ │ ├── sxu.txt │ │ │ ├── syphu.txt │ │ │ ├── sysu/ │ │ │ │ ├── mail.txt │ │ │ │ ├── mail2.txt │ │ │ │ └── mail3.txt │ │ │ ├── sysu.txt │ │ │ ├── syu.txt │ │ │ ├── sziit/ │ │ │ │ └── st.txt │ │ │ ├── szpt/ │ │ │ │ └── mail.txt │ │ │ ├── szu.txt │ │ │ ├── tfswufe.txt │ │ │ ├── tijmu.txt │ │ │ ├── tjcu.txt │ │ │ ├── tjmu.txt │ │ │ ├── tjnu.txt │ │ │ ├── tjpu.txt │ │ │ ├── tjrtvu.txt │ │ │ ├── tju.txt │ │ │ ├── tjufe.txt │ │ │ ├── tjut.txt │ │ │ ├── tmmu.txt │ │ │ ├── tmu.txt │ │ │ ├── tongji.txt │ │ │ ├── tsinghua.txt │ │ │ ├── tust/ │ │ │ │ └── mail.txt │ │ │ ├── tynu.txt │ │ │ ├── tyust/ │ │ │ │ └── stu.txt │ │ │ ├── tyut.txt │ │ │ ├── ucas.txt │ │ │ ├── ucass.txt │ │ │ ├── uestc.txt │ │ │ ├── uibe.txt │ │ │ ├── uic.txt │ │ │ ├── ujn/ │ │ │ │ └── mail.txt │ │ │ ├── ujn.txt │ │ │ ├── ujs/ │ │ │ │ └── stmail.txt │ │ │ ├── ujs.txt │ │ │ ├── upc/ │ │ │ │ └── s.txt │ │ │ ├── upc.txt │ │ │ ├── usc.txt │ │ │ ├── usst.txt │ │ │ ├── ustb.txt │ │ │ ├── ustc/ │ │ │ │ └── mail.txt │ │ │ ├── ustc.txt │ │ │ ├── usth.txt │ │ │ ├── usts.txt │ │ │ ├── utibet.txt │ │ │ ├── uvu.txt │ │ │ ├── whu.txt │ │ │ ├── whut.txt │ │ │ ├── wmu.txt │ │ │ ├── wsyu.txt │ │ │ ├── wtu.txt │ │ │ ├── wust.txt │ │ │ ├── wyu.txt │ │ │ ├── xaau.txt │ │ │ ├── xahu.txt │ │ │ ├── xauat.txt │ │ │ ├── xaufe.txt │ │ │ ├── xaut.txt │ │ │ ├── xhcom.txt │ │ │ ├── xhu.txt │ │ │ ├── xidian/ │ │ │ │ └── stu.txt │ │ │ ├── xidian.txt │ │ │ ├── xiyou.txt │ │ │ ├── xjau.txt │ │ │ ├── xjnu.txt │ │ │ ├── xjtlu/ │ │ │ │ └── student.txt │ │ │ ├── xjtu.txt │ │ │ ├── xju.txt │ │ │ ├── xmu/ │ │ │ │ └── stu.txt │ │ │ ├── xmu.txt │ │ │ ├── xmut/ │ │ │ │ └── stu.txt │ │ │ ├── xpu.txt │ │ │ ├── xsyu.txt │ │ │ ├── xtit.txt │ │ │ ├── xtu.txt │ │ │ ├── xupt/ │ │ │ │ └── stu.txt │ │ │ ├── xupt.txt │ │ │ ├── xust.txt │ │ │ ├── xxu.txt │ │ │ ├── yau.txt │ │ │ ├── ynit.txt │ │ │ ├── ynu.txt │ │ │ ├── ysu.txt │ │ │ ├── ytu.txt │ │ │ ├── yzu.txt │ │ │ ├── zafu.txt │ │ │ ├── zbti.txt │ │ │ ├── zisu.txt │ │ │ ├── zjgsu.txt │ │ │ ├── zjnu.txt │ │ │ ├── zju.txt │ │ │ ├── zjut.txt │ │ │ ├── zjvtit.txt │ │ │ ├── zjweu/ │ │ │ │ └── stu.txt │ │ │ ├── zknu.txt │ │ │ ├── zqu.txt │ │ │ ├── zsc.txt │ │ │ ├── zstu.txt │ │ │ ├── zucc/ │ │ │ │ └── stu.txt │ │ │ ├── zucc.txt │ │ │ ├── zuel.txt │ │ │ ├── zufe.txt │ │ │ ├── zust.txt │ │ │ ├── zut.txt │ │ │ ├── zyufl.txt │ │ │ ├── zzu.txt │ │ │ └── zzuli.txt │ │ ├── gdcp.txt │ │ ├── gnnu.txt │ │ ├── gov/ │ │ │ └── gdedu.txt │ │ ├── gyu.txt │ │ ├── gzcc/ │ │ │ └── xs.txt │ │ ├── gzmhxy.txt │ │ ├── harrowbeijing.txt │ │ ├── hbeu.txt │ │ ├── hbjhart.txt │ │ ├── hniu/ │ │ │ └── mail.txt │ │ ├── hsefz.txt │ │ ├── huilieducation.txt │ │ ├── js/ │ │ │ └── ccit/ │ │ │ ├── ccit.txt │ │ │ └── stu.txt │ │ ├── jx/ │ │ │ ├── ecjtu.txt │ │ │ └── jxvc.txt │ │ ├── jxufe/ │ │ │ └── stu.txt │ │ ├── keystoneacademy/ │ │ │ └── student.txt │ │ ├── lut.txt │ │ ├── lzjtu/ │ │ │ └── mail.txt │ │ ├── nbcc.txt │ │ ├── net/ │ │ │ ├── nit.txt │ │ │ ├── tjbhzy.txt │ │ │ └── zjbti.txt │ │ ├── nj13z.txt │ │ ├── njcit.txt │ │ ├── org/ │ │ │ ├── bsg.txt │ │ │ ├── cass.txt │ │ │ └── sis.txt │ │ ├── sdcet.txt │ │ ├── sia.txt │ │ ├── tsinglan.txt │ │ ├── tust/ │ │ │ └── mail.txt │ │ ├── ulink.txt │ │ ├── xjtlu.txt │ │ ├── xzcit/ │ │ │ └── mail.txt │ │ ├── ybzy.txt │ │ ├── ykpaoschool.txt │ │ ├── yznu.txt │ │ ├── zimc.txt │ │ └── zjnu.txt │ ├── co/ │ │ ├── bootcode.txt │ │ ├── cyberacademy.txt │ │ ├── dallam.txt │ │ ├── edu/ │ │ │ ├── americana.txt │ │ │ ├── amigo.txt │ │ │ ├── areandina/ │ │ │ │ └── estudiantes.txt │ │ │ ├── artesyletras.txt │ │ │ ├── asys.txt │ │ │ ├── aunarvillavicencio.txt │ │ │ ├── autonoma.txt │ │ │ ├── bellasartes.txt │ │ │ ├── campusucc.txt │ │ │ ├── cecar.txt │ │ │ ├── ceipa/ │ │ │ │ └── virtual.txt │ │ │ ├── ces.txt │ │ │ ├── cesa.txt │ │ │ ├── cgb.txt │ │ │ ├── ciaf.txt │ │ │ ├── colegioanamariajaner.txt │ │ │ ├── colegionuevocampestre.txt │ │ │ ├── colmabrija.txt │ │ │ ├── colmayor.txt │ │ │ ├── coreducacion.txt │ │ │ ├── corhuila.txt │ │ │ ├── correounivalle.txt │ │ │ ├── coruniamericana.txt │ │ │ ├── cotecnova.txt │ │ │ ├── cuc.txt │ │ │ ├── cues.txt │ │ │ ├── cun.txt │ │ │ ├── curnvirtual.txt │ │ │ ├── eafit.txt │ │ │ ├── eam.txt │ │ │ ├── ean.txt │ │ │ ├── ecci.txt │ │ │ ├── ecr.txt │ │ │ ├── eia.txt │ │ │ ├── elpoli.txt │ │ │ ├── esap.txt │ │ │ ├── escuelaing.txt │ │ │ ├── estudiantesunibague.txt │ │ │ ├── fet.txt │ │ │ ├── fuac.txt │ │ │ ├── fumc.txt │ │ │ ├── funlam.txt │ │ │ ├── funsanmateo.txt │ │ │ ├── fup/ │ │ │ │ └── estudiante.txt │ │ │ ├── granadino.txt │ │ │ ├── ibero.txt │ │ │ ├── iberoamericana.txt │ │ │ ├── icesi.txt │ │ │ ├── idem.txt │ │ │ ├── inalde.txt │ │ │ ├── inemjose.txt │ │ │ ├── institutocenis.txt │ │ │ ├── institutomerani.txt │ │ │ ├── institutosanrafael.txt │ │ │ ├── isc.txt │ │ │ ├── itc.txt │ │ │ ├── itfip.txt │ │ │ ├── itm.txt │ │ │ ├── itp.txt │ │ │ ├── itsa.txt │ │ │ ├── iudigital/ │ │ │ │ └── est.txt │ │ │ ├── iue.txt │ │ │ ├── iush/ │ │ │ │ └── comunidad.txt │ │ │ ├── javeriana.txt │ │ │ ├── javerianacali.txt │ │ │ ├── jdc.txt │ │ │ ├── jefferson.txt │ │ │ ├── josema.txt │ │ │ ├── konradlorenz.txt │ │ │ ├── laarboleda.txt │ │ │ ├── lakhumbre.txt │ │ │ ├── lasalle.txt │ │ │ ├── lasallezipaquira.txt │ │ │ ├── lasierra.txt │ │ │ ├── libertadores.txt │ │ │ ├── miremington.txt │ │ │ ├── misena.txt │ │ │ ├── pascualbravo.txt │ │ │ ├── pca.txt │ │ │ ├── pedagogica.txt │ │ │ ├── pi.txt │ │ │ ├── poli.txt │ │ │ ├── poligran.txt │ │ │ ├── sagradocorazon74.txt │ │ │ ├── sanmartin.txt │ │ │ ├── sanmateo.txt │ │ │ ├── sena/ │ │ │ │ └── soy.txt │ │ │ ├── sena.txt │ │ │ ├── sgs.txt │ │ │ ├── soyucn.txt │ │ │ ├── soyudemedellin.txt │ │ │ ├── systemplus.txt │ │ │ ├── tdea/ │ │ │ │ └── correo.txt │ │ │ ├── tecnocomfenalco.txt │ │ │ ├── tecnologicocomfenalco.txt │ │ │ ├── teinco.txt │ │ │ ├── uac.txt │ │ │ ├── uamerica.txt │ │ │ ├── uan.txt │ │ │ ├── uao.txt │ │ │ ├── ucaldas.txt │ │ │ ├── ucatolica.txt │ │ │ ├── ucauca.txt │ │ │ ├── ucc.txt │ │ │ ├── ucentral.txt │ │ │ ├── uceva.txt │ │ │ ├── ucn.txt │ │ │ ├── uco.txt │ │ │ ├── ucompensar.txt │ │ │ ├── ucp.txt │ │ │ ├── ucundinamarca.txt │ │ │ ├── udca.txt │ │ │ ├── udea.txt │ │ │ ├── udem.txt │ │ │ ├── udenar.txt │ │ │ ├── udes.txt │ │ │ ├── udi.txt │ │ │ ├── udistrital.txt │ │ │ ├── udla.txt │ │ │ ├── uexternado.txt │ │ │ ├── ufps.txt │ │ │ ├── ufpso.txt │ │ │ ├── uis.txt │ │ │ ├── ul.txt │ │ │ ├── ulibertadores.txt │ │ │ ├── umanizales.txt │ │ │ ├── umariana.txt │ │ │ ├── umb.txt │ │ │ ├── umng.txt │ │ │ ├── unab.txt │ │ │ ├── unac.txt │ │ │ ├── unad.txt │ │ │ ├── unadvirtual.txt │ │ │ ├── unal.txt │ │ │ ├── unaula.txt │ │ │ ├── unbosque.txt │ │ │ ├── uniagraria.txt │ │ │ ├── uniagustiniana.txt │ │ │ ├── uniajc/ │ │ │ │ ├── estudiante.txt │ │ │ │ ├── estudiantes.txt │ │ │ │ └── profesores.txt │ │ │ ├── uniamazonia.txt │ │ │ ├── uniandes.txt │ │ │ ├── uniatlantico.txt │ │ │ ├── uniautonoma.txt │ │ │ ├── unibague.txt │ │ │ ├── uniboyaca.txt │ │ │ ├── unicartagena.txt │ │ │ ├── unicatolica.txt │ │ │ ├── unicauca.txt │ │ │ ├── unicesar.txt │ │ │ ├── unicesmag.txt │ │ │ ├── uniciencia.txt │ │ │ ├── unicienciabga.txt │ │ │ ├── unicoc.txt │ │ │ ├── unicolmayor.txt │ │ │ ├── unicomfacauca.txt │ │ │ ├── unicordoba.txt │ │ │ ├── uniempresarial.txt │ │ │ ├── uniguajira.txt │ │ │ ├── unihorizonte.txt │ │ │ ├── unilasallista.txt │ │ │ ├── unilatina.txt │ │ │ ├── unilibre.txt │ │ │ ├── unilibrebog.txt │ │ │ ├── unilibrepereira.txt │ │ │ ├── unillanos.txt │ │ │ ├── unimagdalena.txt │ │ │ ├── unimayor.txt │ │ │ ├── unimeta/ │ │ │ │ └── academia.txt │ │ │ ├── unimetro.txt │ │ │ ├── unimilitar.txt │ │ │ ├── uniminuto.txt │ │ │ ├── unimonserrate.txt │ │ │ ├── unincca.txt │ │ │ ├── uninorte.txt │ │ │ ├── uninpahu.txt │ │ │ ├── unipacifico.txt │ │ │ ├── unipamplona.txt │ │ │ ├── unipanamericana.txt │ │ │ ├── unipaz.txt │ │ │ ├── unipiloto.txt │ │ │ ├── uniquindio.txt │ │ │ ├── unireformada.txt │ │ │ ├── uniremington.txt │ │ │ ├── uniremingtonmanizales.txt │ │ │ ├── unisabana.txt │ │ │ ├── unisabaneta.txt │ │ │ ├── unisalle.txt │ │ │ ├── unisangil.txt │ │ │ ├── unisarc.txt │ │ │ ├── unisimon.txt │ │ │ ├── unisimonbolivar.txt │ │ │ ├── unisinu.txt │ │ │ ├── unisinucartagena.txt │ │ │ ├── unisucre.txt │ │ │ ├── unisucrevirtual.txt │ │ │ ├── unitec.txt │ │ │ ├── unitecnar.txt │ │ │ ├── unitropico.txt │ │ │ ├── univalle.txt │ │ │ ├── universidadean.txt │ │ │ ├── upb.txt │ │ │ ├── upc.txt │ │ │ ├── upn.txt │ │ │ ├── uptc.txt │ │ │ ├── uqvirtual.txt │ │ │ ├── urosario.txt │ │ │ ├── usa/ │ │ │ │ └── correo.txt │ │ │ ├── usa.txt │ │ │ ├── usanjose.txt │ │ │ ├── usantoto.txt │ │ │ ├── usantotomas.txt │ │ │ ├── usb.txt │ │ │ ├── usbbog/ │ │ │ │ └── academia.txt │ │ │ ├── usbcali.txt │ │ │ ├── usbmed/ │ │ │ │ └── tau.txt │ │ │ ├── usc.txt │ │ │ ├── usco.txt │ │ │ ├── usergioarboleda.txt │ │ │ ├── usta.txt │ │ │ ├── ustabuca.txt │ │ │ ├── ustadistancia.txt │ │ │ ├── ut.txt │ │ │ ├── utadeo.txt │ │ │ ├── utap.txt │ │ │ ├── utb.txt │ │ │ ├── utch.txt │ │ │ ├── utp.txt │ │ │ ├── uts.txt │ │ │ └── uvirtual.txt │ │ └── net/ │ │ └── uco.txt │ ├── college/ │ │ ├── barker.txt │ │ ├── cdi.txt │ │ ├── scots.txt │ │ ├── thespires.txt │ │ └── uckfield.txt │ ├── com/ │ │ ├── 125su.txt │ │ ├── 2els.txt │ │ ├── 2isa.txt │ │ ├── 42bangkok.txt │ │ ├── 42barcelona.txt │ │ ├── 42lisboa.txt │ │ ├── 42london.txt │ │ ├── 42madrid.txt │ │ ├── 42quebec.txt │ │ ├── 42urduliz.txt │ │ ├── a-s-b.txt │ │ ├── abmcollege.txt │ │ ├── academialuisvives.txt │ │ ├── accitesz.txt │ │ ├── aclcbukidnon.txt │ │ ├── actonlascruces.txt │ │ ├── adenformations.txt │ │ ├── aditanarcollege.txt │ │ ├── adithyatech.txt │ │ ├── aeasofia.txt │ │ ├── aecarcavelos.txt │ │ ├── aemaia.txt │ │ ├── aescolasalpendorada.txt │ │ ├── afip-formations.txt │ │ ├── agenlaacademy.txt │ │ ├── agk88.txt │ │ ├── agmrcet.txt │ │ ├── ahlulbaitonline.txt │ │ ├── ahschool.txt │ │ ├── algonquincollege.txt │ │ ├── algonquinlive.txt │ │ ├── almaarifah.txt │ │ ├── alorubaschools.txt │ │ ├── altusps/ │ │ │ └── stu.txt │ │ ├── alueducation.txt │ │ ├── alunocesul.txt │ │ ├── alunouninter.txt │ │ ├── alustudent.txt │ │ ├── alzago.txt │ │ ├── amityonline.txt │ │ ├── amrolicollege.txt │ │ ├── anangpuria.txt │ │ ├── andalusiaquranicschool.txt │ │ ├── andela.txt │ │ ├── anhanguera.txt │ │ ├── animashighschool.txt │ │ ├── aoltoronto.txt │ │ ├── armypublicschoolagra.txt │ │ ├── artidisseny.txt │ │ ├── ashtoncollege.txt │ │ ├── asoiu.txt │ │ ├── aston-ecole.txt │ │ ├── atc2u.txt │ │ ├── audencia.txt │ │ ├── aula-ee/ │ │ │ └── students.txt │ │ ├── aula-ee.txt │ │ ├── ausiasmarch.txt │ │ ├── basischina.txt │ │ ├── basisindependent.txt │ │ ├── bbailigan.txt │ │ ├── bcc1852/ │ │ │ └── st.txt │ │ ├── berkeleycr.txt │ │ ├── berlinsbi/ │ │ │ └── students.txt │ │ ├── bernardsboe.txt │ │ ├── bic-benal.txt │ │ ├── bis-school.txt │ │ ├── bishanoi.txt │ │ ├── bishopstopford.txt │ │ ├── bisvietnam.txt │ │ ├── bj35.txt │ │ ├── bluecoatschool.txt │ │ ├── bmcmedcollege.txt │ │ ├── bohuntwokingham.txt │ │ ├── bosworthcollege.txt │ │ ├── bothouniversity.txt │ │ ├── bpitindia.txt │ │ ├── bpp.txt │ │ ├── bramptoncollege.txt │ │ ├── brest-opencampus.txt │ │ ├── breyerstate.txt │ │ ├── browardschools/ │ │ │ └── my.txt │ │ ├── brownsburgstudents.txt │ │ ├── bsb-education.txt │ │ ├── buchananschools.txt │ │ ├── buraouniversity.txt │ │ ├── burntwoodschool.txt │ │ ├── burygrammar.txt │ │ ├── bvishanoi.txt │ │ ├── bvisvietnam.txt │ │ ├── bwscampus.txt │ │ ├── c-isd.txt │ │ ├── caistorgrammar.txt │ │ ├── campioncollege.txt │ │ ├── campus-cd.txt │ │ ├── campus-id.txt │ │ ├── campus-numerique-in-the-alps.txt │ │ ├── campusaula.txt │ │ ├── campuscamarafp.txt │ │ ├── canadahanson.txt │ │ ├── canadiancollege.txt │ │ ├── canford.txt │ │ ├── careerdevs.txt │ │ ├── carrollwooddayschool.txt │ │ ├── cchsrams.txt │ │ ├── ccndpr.txt │ │ ├── ccsdschools.txt │ │ ├── cdsantodomingo.txt │ │ ├── centralcatholichs.txt │ │ ├── centrosanluis.txt │ │ ├── ceste.txt │ │ ├── cesurformacion.txt │ │ ├── cev.txt │ │ ├── cfedundrum.txt │ │ ├── cfpj.txt │ │ ├── chapeltownacademy.txt │ │ ├── chethams.txt │ │ ├── chippingsodburyschool.txt │ │ ├── chrysalis-school.txt │ │ ├── churchdownschool.txt │ │ ├── churcherscollege.txt │ │ ├── cic-cairo.txt │ │ ├── ciclosmontecastelo.txt │ │ ├── cieep.txt │ │ ├── cifacom.txt │ │ ├── cinnaminson.txt │ │ ├── cipfpvalledeelda/ │ │ │ └── alu.txt │ │ ├── clarendonacademy.txt │ │ ├── cmscbe.txt │ │ ├── codecool.txt │ │ ├── colegioirlandesas.txt │ │ ├── colegiolitterator.txt │ │ ├── colegionos/ │ │ │ └── aluno.txt │ │ ├── colegiovivas.txt │ │ ├── collegecanada.txt │ │ ├── collegelasalle.txt │ │ ├── collierschools.txt │ │ ├── columbushs.txt │ │ ├── columbusu.txt │ │ ├── colytongrammar.txt │ │ ├── comcave.txt │ │ ├── confetti-live.txt │ │ ├── coppellisd.txt │ │ ├── coresteam.txt │ │ ├── cpilosenlaces.txt │ │ ├── cpschools.txt │ │ ├── cpsglobalschool.txt │ │ ├── cqumail.txt │ │ ├── crescent.txt │ │ ├── crsmu.txt │ │ ├── cs2i-bourgogne.txt │ │ ├── csafa.txt │ │ ├── cse-strasbourg.txt │ │ ├── csgrammar.txt │ │ ├── csioviedo.txt │ │ ├── csist.txt │ │ ├── cusdstudent.txt │ │ ├── d4university.txt │ │ ├── daarululuumlido.txt │ │ ├── davjalandhar.txt │ │ ├── dcmschoolambala.txt │ │ ├── debhiss.txt │ │ ├── dgg-gz.txt │ │ ├── digitalartschool.txt │ │ ├── dijonformation.txt │ │ ├── dlevh.txt │ │ ├── dnsalbarsha.txt │ │ ├── docchula.txt │ │ ├── doonschool.txt │ │ ├── doverbroecks.txt │ │ ├── dpsgfaridabad.txt │ │ ├── dpsjaipur.txt │ │ ├── dpssrinagar.txt │ │ ├── drgitr.txt │ │ ├── dsisdconnect.txt │ │ ├── dstoulouse.txt │ │ ├── e-cdp.txt │ │ ├── ecam-rennes.txt │ │ ├── ecccomp.txt │ │ ├── eccoschool.txt │ │ ├── ece-france.txt │ │ ├── ecnudec.txt │ │ ├── ecole-hexagone.txt │ │ ├── ecole-ipssi.txt │ │ ├── ecole-it.txt │ │ ├── ecole-multimedia.txt │ │ ├── ecole-webstart.txt │ │ ├── ecole2600.txt │ │ ├── ecolescreatives/ │ │ │ └── lyn.txt │ │ ├── ecolescreatives.txt │ │ ├── ecolesourphagop.txt │ │ ├── edhec.txt │ │ ├── eemi.txt │ │ ├── efficom-lille.txt │ │ ├── eg-plovdiv.txt │ │ ├── eieonline.txt │ │ ├── eitiedu.txt │ │ ├── eleve-istp.txt │ │ ├── elorrieta-errekamari.txt │ │ ├── em-lyon.txt │ │ ├── emc-campus.txt │ │ ├── emlyon/ │ │ │ └── edu.txt │ │ ├── enae/ │ │ │ └── e.txt │ │ ├── enigma-school.txt │ │ ├── ensci.txt │ │ ├── ensemblescolaire-niort.txt │ │ ├── ensworth.txt │ │ ├── epinfante.txt │ │ ├── epschoolsri.txt │ │ ├── esat-alumni.txt │ │ ├── escdijon.txt │ │ ├── esiitech-gabon.txt │ │ ├── esprit-tn.txt │ │ ├── essat-gabes-elearning.txt │ │ ├── essat-gabes.txt │ │ ├── essd40/ │ │ │ └── ga.txt │ │ ├── estiam.txt │ │ ├── eticalgarve.txt │ │ ├── evadformacion.txt │ │ ├── evolis3d.txt │ │ ├── fac-lisaa.txt │ │ ├── fakultetpim.txt │ │ ├── fallschurchrobotics.txt │ │ ├── fenelon-notredame.txt │ │ ├── fernando3martos.txt │ │ ├── fgschools.txt │ │ ├── fitstic-edu.txt │ │ ├── flatironschool.txt │ │ ├── fondespierre.txt │ │ ├── fortbendisd/ │ │ │ └── student.txt │ │ ├── foundationu.txt │ │ ├── foundationuniversity.txt │ │ ├── fpdrioja.txt │ │ ├── fpzornotza.txt │ │ ├── frhsd.txt │ │ ├── ftmsglobal.txt │ │ ├── fullsail.txt │ │ ├── furzeplatt.txt │ │ ├── gardenrayong.txt │ │ ├── gatewayhs/ │ │ │ └── student.txt │ │ ├── gaursinternationalschool.txt │ │ ├── gcsnc.txt │ │ ├── gdgoenkasurat.txt │ │ ├── generalestudis.txt │ │ ├── george-heriots.txt │ │ ├── georgegreens.txt │ │ ├── gladesmore.txt │ │ ├── gladesmorestudent.txt │ │ ├── globalopencampus.txt │ │ ├── goandalus.txt │ │ ├── gocva.txt │ │ ├── gollisuniversity.txt │ │ ├── greenecountyschools.txt │ │ ├── greenvilleisd.txt │ │ ├── grenoble-em.txt │ │ ├── grietcollege.txt │ │ ├── groupe-esc-troyes.txt │ │ ├── groupe-gema.txt │ │ ├── groupe-igslyon.txt │ │ ├── groupeiam.txt │ │ ├── groupeisi.txt │ │ ├── grupofleming.txt │ │ ├── gtu-info.txt │ │ ├── h-farm/ │ │ │ └── student.txt │ │ ├── h-is/ │ │ │ └── student.txt │ │ ├── h-is.txt │ │ ├── halcyonschool.txt │ │ ├── hallamcitycampus.txt │ │ ├── hamidaligirlsintercollege.txt │ │ ├── haringtonschool.txt │ │ ├── hartismere.txt │ │ ├── hbhgkj.txt │ │ ├── hessleacademy.txt │ │ ├── hnsoftedu.txt │ │ ├── hnxxc.txt │ │ ├── holbertonschool.txt │ │ ├── holbertonstudents.txt │ │ ├── hollandcollege.txt │ │ ├── htl-shkoder.txt │ │ ├── htlinternationalschool.txt │ │ ├── hualangschool.txt │ │ ├── hudsonhs.txt │ │ ├── hw.txt │ │ ├── hwemail.txt │ │ ├── hzcollege.txt │ │ ├── iae-aix.txt │ │ ├── iae-toulouse.txt │ │ ├── ibadual/ │ │ │ └── stud.txt │ │ ├── ibnuchaldun.txt │ │ ├── ici-luzern.txt │ │ ├── icn-nancy.txt │ │ ├── icsw.txt │ │ ├── idbbxl.txt │ │ ├── ideponline.txt │ │ ├── iemcal.txt │ │ ├── iesanetwork.txt │ │ ├── iescampanillas.txt │ │ ├── iescastelar.txt │ │ ├── iesciudadjardin.txt │ │ ├── iescomercio.txt │ │ ├── iesdoctorbalmis.txt │ │ ├── iesebre.txt │ │ ├── iesemilidarder.txt │ │ ├── iesiliberis.txt │ │ ├── iesleopoldoqueipo.txt │ │ ├── iesmarenostrum.txt │ │ ├── iesmiguelherrero.txt │ │ ├── iesmutxamel.txt │ │ ├── iespabloserrano.txt │ │ ├── iessanandres.txt │ │ ├── iessantiagohernandez.txt │ │ ├── iestacio.txt │ │ ├── iesvirgendelcarmen.txt │ │ ├── ifnti.txt │ │ ├── ifp-school.txt │ │ ├── igsgroupe/ │ │ │ └── ipi.txt │ │ ├── iihtsrt.txt │ │ ├── iimtu.txt │ │ ├── iimtuniversity.txt │ │ ├── iitmjanakpuri.txt │ │ ├── ikzubirimanteo.txt │ │ ├── ilerna/ │ │ │ └── alumnos.txt │ │ ├── ilernaonline/ │ │ │ └── alumnos.txt │ │ ├── imerir.txt │ │ ├── imf.txt │ │ ├── imi-luzern.txt │ │ ├── impspolytech.txt │ │ ├── indoreinstitute.txt │ │ ├── indusschoolhyd.txt │ │ ├── indusschoolpune.txt │ │ ├── infouniron.txt │ │ ├── ingesup.txt │ │ ├── initcollege.txt │ │ ├── inseec-edu.txt │ │ ├── inseec-france.txt │ │ ├── institutotimoteo.txt │ │ ├── internationale-ba/ │ │ │ └── doz.txt │ │ ├── intisana.txt │ │ ├── ionis-stm.txt │ │ ├── iou-students.txt │ │ ├── ipnetinstitute.txt │ │ ├── ipsksa.txt │ │ ├── ipssi-lyon.txt │ │ ├── isartdigital/ │ │ │ └── student.txt │ │ ├── isartdigital.txt │ │ ├── isbatuniversity.txt │ │ ├── isbm-school.txt │ │ ├── iscmosuperiori.txt │ │ ├── iscomo/ │ │ │ └── edu.txt │ │ ├── isd284.txt │ │ ├── islamicug.txt │ │ ├── it-akademija.txt │ │ ├── iticparis.txt │ │ ├── itismeucci.txt │ │ ├── itisvinci.txt │ │ ├── itlearning-settat.txt │ │ ├── iu-travnik.txt │ │ ├── ivgpu.txt │ │ ├── jbdelasalle.txt │ │ ├── jeffstateonline.txt │ │ ├── johntalabot.txt │ │ ├── joyintlschool.txt │ │ ├── jpcatholic.txt │ │ ├── jpgzx.txt │ │ ├── jsspsdubai.txt │ │ ├── junia/ │ │ │ └── student.txt │ │ ├── junia.txt │ │ ├── karpagam.txt │ │ ├── kcgcollege.txt │ │ ├── kdu-online.txt │ │ ├── kearneycats.txt │ │ ├── kedgebs.txt │ │ ├── kellerisd.txt │ │ ├── kesbath.txt │ │ ├── keshetschool.txt │ │ ├── keyin.txt │ │ ├── khawarizmi.txt │ │ ├── kingsolomonhigh.txt │ │ ├── kingstirana.txt │ │ ├── kkumail.txt │ │ ├── kodecx.txt │ │ ├── kolieh.txt │ │ ├── kongucollege.txt │ │ ├── kosinka.txt │ │ ├── kristujayanti.txt │ │ ├── kukullagaikas.txt │ │ ├── la-joliverie.txt │ │ ├── labmiddleschool.txt │ │ ├── lambdastudents.txt │ │ ├── lamerce.txt │ │ ├── lasallecollege.txt │ │ ├── lasallecollegevancouver.txt │ │ ├── lawrencesheriffschool.txt │ │ ├── ldcyzy.txt │ │ ├── ldjsxy.txt │ │ ├── lecfl.txt │ │ ├── lecole-ldlc.txt │ │ ├── lecolededesign.txt │ │ ├── leightonpark.txt │ │ ├── lepidorocco.txt │ │ ├── lew-port.txt │ │ ├── lfblbv.txt │ │ ├── liceolapaz.txt │ │ ├── liceovirgilioroma.txt │ │ ├── limashawnee.txt │ │ ├── litsey7.txt │ │ ├── lome-bs.txt │ │ ├── loyalistcollege.txt │ │ ├── lpssonline.txt │ │ ├── lsfed.txt │ │ ├── lsmu.txt │ │ ├── ltuc/ │ │ │ └── student.txt │ │ ├── ludus-academie.txt │ │ ├── lycee-langevin-wallon.txt │ │ ├── lycee-ndduroc.txt │ │ ├── lyceeastier.txt │ │ ├── lyceerobertschuman.txt │ │ ├── lyceesaintefamille.txt │ │ ├── mac-eg.txt │ │ ├── madeiratorres.txt │ │ ├── madisonu.txt │ │ ├── maghullhigh.txt │ │ ├── maharishividyamandirch.txt │ │ ├── mail-esd.txt │ │ ├── makeschool.txt │ │ ├── maldaparamedicalcollege.txt │ │ ├── manukaumail.txt │ │ ├── marianopolis.txt │ │ ├── marienschule-students.txt │ │ ├── marienschule.txt │ │ ├── marxadella.txt │ │ ├── masonohioschools.txt │ │ ├── mediadesignschool.txt │ │ ├── melies.txt │ │ ├── melroseschools.txt │ │ ├── merchanttaylors.txt │ │ ├── merrickprep.txt │ │ ├── mevoot-eron.txt │ │ ├── mgberon.txt │ │ ├── millfieldschool.txt │ │ ├── mintcollege.txt │ │ ├── misbbocconi.txt │ │ ├── mitkundapura.txt │ │ ├── mitrastudents.txt │ │ ├── mittymonarch.txt │ │ ├── mjm-design.txt │ │ ├── mogadishuuniversity.txt │ │ ├── moniris.txt │ │ ├── monlau.txt │ │ ├── montpellier-bs.txt │ │ ├── moorelanduniversity.txt │ │ ├── moringaschool/ │ │ │ └── student.txt │ │ ├── mpcstudent.txt │ │ ├── mrjaffesclass.txt │ │ ├── msijanakpuri.txt │ │ ├── msnsixth.txt │ │ ├── mspvl.txt │ │ ├── mtparanschool.txt │ │ ├── mutacth.txt │ │ ├── my-campus-berlin/ │ │ │ └── edu.txt │ │ ├── mydigitalschool.txt │ │ ├── mygbiz/ │ │ │ └── ust-ics.txt │ │ ├── mygyanvihar.txt │ │ ├── myiuc.txt │ │ ├── mypscedu.txt │ │ ├── myuax.txt │ │ ├── mywhitecliffe.txt │ │ ├── nahdaschools.txt │ │ ├── narayanagroup/ │ │ │ └── student.txt │ │ ├── ncetmail.txt │ │ ├── neelamcollege.txt │ │ ├── nehruworldschool.txt │ │ ├── neoma-bs.txt │ │ ├── newburyportschools.txt │ │ ├── newprinceshribhavani.txt │ │ ├── nhlstenden.txt │ │ ├── nortonhillschool.txt │ │ ├── notleyhigh.txt │ │ ├── noviuniversity.txt │ │ ├── npskrm.txt │ │ ├── nugaaluniversity.txt │ │ ├── ohel-shem.txt │ │ ├── okaloosaschools.txt │ │ ├── olatheschools/ │ │ │ └── students.txt │ │ ├── omnesintervenant.txt │ │ ├── onmicrosoft/ │ │ │ ├── 1lokutno.txt │ │ │ ├── 1loszczecinek.txt │ │ │ ├── 1lowbelchatowie.txt │ │ │ ├── balticinstitute.txt │ │ │ ├── bappassau.txt │ │ │ ├── bbqberlin.txt │ │ │ ├── berufsschulebt1.txt │ │ │ ├── bkalsdorfde.txt │ │ │ ├── bntuby.txt │ │ │ ├── bztgoldenburgde.txt │ │ │ ├── chippewavalley.txt │ │ │ ├── ckpsiedlce.txt │ │ │ ├── cndiovtua.txt │ │ │ ├── cnogsibiu.txt │ │ │ ├── comgymdeg.txt │ │ │ ├── correoipn.txt │ │ │ ├── csorsay.txt │ │ │ ├── csssnina.txt │ │ │ ├── czerwonyogolniak.txt │ │ │ ├── dypisp.txt │ │ │ ├── emineornekkoleji.txt │ │ │ ├── epshl.txt │ │ │ ├── esimetz.txt │ │ │ ├── esstu.txt │ │ │ ├── fagoceducacional.txt │ │ │ ├── firstwald.txt │ │ │ ├── galatasarayuniv.txt │ │ │ ├── ghsede.txt │ │ │ ├── gymro.txt │ │ │ ├── hansbockl.txt │ │ │ ├── htblaperg.txt │ │ │ ├── husteduvn.txt │ │ │ ├── iisfortunato.txt │ │ │ ├── ismonnet.txt │ │ │ ├── itiscastelli.txt │ │ │ ├── itstalentfactory.txt │ │ │ ├── kgsu.txt │ │ │ ├── klaraopp.txt │ │ │ ├── knitukazan.txt │ │ │ ├── koblenzcbs.txt │ │ │ ├── lbiro.txt │ │ │ ├── liis.txt │ │ │ ├── lozuromin.txt │ │ │ ├── lyceeclosmaire.txt │ │ │ ├── madiasu.txt │ │ │ ├── marconipontedera.txt │ │ │ ├── mylifeunisaac.txt │ │ │ ├── o365frcuutneduar.txt │ │ │ ├── onlineg3.txt │ │ │ ├── opolelo3.txt │ │ │ ├── oszimt.txt │ │ │ ├── pfaffenhofenschule.txt │ │ │ ├── pforta.txt │ │ │ ├── pictorius.txt │ │ │ ├── politecnicamgprogrammersliv.txt │ │ │ ├── sabje.txt │ │ │ ├── schlaun.txt │ │ │ ├── sgxanten.txt │ │ │ ├── sjcacblr.txt │ │ │ ├── sp1wegrow.txt │ │ │ ├── stasziczsp.txt │ │ │ ├── steppingstoneschd.txt │ │ │ ├── studentmgppu.txt │ │ │ ├── studuniroma3.txt │ │ │ ├── svkmmumbai.txt │ │ │ ├── technikumcyfrowe.txt │ │ │ ├── tlkrakowpl.txt │ │ │ ├── tmgdaun.txt │ │ │ ├── tmsnoida.txt │ │ │ ├── umistrzapaderewskiego.txt │ │ │ ├── unidebhu.txt │ │ │ ├── urfume.txt │ │ │ ├── uzlabina.txt │ │ │ ├── venkateshwaraschool.txt │ │ │ ├── vyatsu.txt │ │ │ ├── wsiiulodz.txt │ │ │ ├── zskocjan.txt │ │ │ ├── zsm01.txt │ │ │ ├── zsmogilno.txt │ │ │ ├── zsp1sieradz.txt │ │ │ └── zsvltava.txt │ │ ├── openclassrooms.txt │ │ ├── oradeauniversity.txt │ │ ├── oshmed.txt │ │ ├── oshsch.txt │ │ ├── ostrovskeho.txt │ │ ├── oultoncollege.txt │ │ ├── outwood.txt │ │ ├── oxcoll.txt │ │ ├── p4ed.txt │ │ ├── paneurouni.txt │ │ ├── parvamat.txt │ │ ├── pccsk12.txt │ │ ├── pearlacademy/ │ │ │ └── stu.txt │ │ ├── peelsb.txt │ │ ├── pgi-varna.txt │ │ ├── pgknma.txt │ │ ├── pharminnotech.txt │ │ ├── phinmaed.txt │ │ ├── pierrerouge.txt │ │ ├── plaiaundi.txt │ │ ├── playgroundsquad.txt │ │ ├── pmgkn.txt │ │ ├── podarinternationalschool.txt │ │ ├── pole3d.txt │ │ ├── politecnicomalaga.txt │ │ ├── poolegrammar.txt │ │ ├── powayusd.txt │ │ ├── preciousheritageschool.txt │ │ ├── prettyriveracademy.txt │ │ ├── princepublicschool/ │ │ │ └── ms.txt │ │ ├── qegsonline.txt │ │ ├── queensmetro.txt │ │ ├── qyytzx.txt │ │ ├── ralphthoresby.txt │ │ ├── rcsi-mub.txt │ │ ├── rcsi.txt │ │ ├── redclayschools.txt │ │ ├── rennes-sb.txt │ │ ├── rgshw.txt │ │ ├── ribadouro/ │ │ │ └── alunos.txt │ │ ├── richardchalloner.txt │ │ ├── ricstudent.txt │ │ ├── risewpu.txt │ │ ├── ritroorkee.txt │ │ ├── riyadhnajed.txt │ │ ├── rmutsvmail.txt │ │ ├── rnpodarschool.txt │ │ ├── rondearingutc.txt │ │ ├── rondebosch.txt │ │ ├── rosaryshs-j.txt │ │ ├── rothberg100.txt │ │ ├── rubika-edu.txt │ │ ├── saadcollege.txt │ │ ├── sacrecoeur22.txt │ │ ├── saedubai.txt │ │ ├── saint-gab.txt │ │ ├── saintadrien.txt │ │ ├── sainte-elisabeth.txt │ │ ├── sainteunans.txt │ │ ├── saintkentigern/ │ │ │ └── student.txt │ │ ├── saintluc-cambrai.txt │ │ ├── salesianosdosa.txt │ │ ├── sanataneducation.txt │ │ ├── santhigiricollege.txt │ │ ├── saveetha.txt │ │ ├── savio-lambersart.txt │ │ ├── sbjacksonville.txt │ │ ├── scetop.txt │ │ ├── schillerstrasbourg.txt │ │ ├── sdglobalschool.txt │ │ ├── sdsydxx.txt │ │ ├── sekpacifico.txt │ │ ├── sempreceub.txt │ │ ├── serrahs.txt │ │ ├── sfhs.txt │ │ ├── sgsc-students.txt │ │ ├── sh-sipopolytechnic.txt │ │ ├── shannoncollege.txt │ │ ├── sheldoncollege.txt │ │ ├── sheldonisd.txt │ │ ├── shms.txt │ │ ├── shohzyxy.txt │ │ ├── shooliniuniversity.txt │ │ ├── signesetformations.txt │ │ ├── siligurimodelhighschool.txt │ │ ├── singaporeschoolcebu.txt │ │ ├── sio-carriat.txt │ │ ├── sitechhs.txt │ │ ├── sjcwebmail.txt │ │ ├── sjvhs.txt │ │ ├── skadron.txt │ │ ├── skylineuniversity.txt │ │ ├── slcc/ │ │ │ └── bruinmail.txt │ │ ├── smalandsgymnasiet.txt │ │ ├── somosicev.txt │ │ ├── soraschools.txt │ │ ├── southoldufsd.txt │ │ ├── souunilavras.txt │ │ ├── spbgut.txt │ │ ├── spencervillebearcats.txt │ │ ├── springbranchisd.txt │ │ ├── spsmma.txt │ │ ├── spyponders.txt │ │ ├── srcspatna.txt │ │ ├── ssipmt.txt │ │ ├── st-andrews.txt │ │ ├── st-laurence.txt │ │ ├── st-teresas.txt │ │ ├── stadjutor.txt │ │ ├── stccampus.txt │ │ ├── ste-therese/ │ │ │ └── academie.txt │ │ ├── stenden.txt │ │ ├── stephenperse.txt │ │ ├── stithian.txt │ │ ├── stjomaristes.txt │ │ ├── stockholm-fu.txt │ │ ├── stonarschool.txt │ │ ├── stpetersca.txt │ │ ├── stretfordgrammar.txt │ │ ├── stswithuns.txt │ │ ├── stu-esgf.txt │ │ ├── stucom.txt │ │ ├── studygroup.txt │ │ ├── stwillibrord.txt │ │ ├── stxtigers.txt │ │ ├── sugunapips.txt │ │ ├── suh-edu.txt │ │ ├── summerfields.txt │ │ ├── summit-academy.txt │ │ ├── supcareer.txt │ │ ├── supdepub.txt │ │ ├── supdeweb-paris.txt │ │ ├── supdeweb-strasbourg.txt │ │ ├── supinfo.txt │ │ ├── suptgniort.txt │ │ ├── svalero.txt │ │ ├── svamail.txt │ │ ├── swargaranischool.txt │ │ ├── swbgs.txt │ │ ├── taawish.txt │ │ ├── taftcharter.txt │ │ ├── tajamar365.txt │ │ ├── teccart.txt │ │ ├── technischools.txt │ │ ├── tera-campus.txt │ │ ├── thecoreschool/ │ │ │ └── faculty.txt │ │ ├── thefarnboroughacademy.txt │ │ ├── thegameassembly.txt │ │ ├── theglobeformacion.txt │ │ ├── thesrisaicollege.txt │ │ ├── thevallians.txt │ │ ├── threepoints/ │ │ │ └── student.txt │ │ ├── tjbhzy.txt │ │ ├── tkrcet.txt │ │ ├── totharpadgimnazium.txt │ │ ├── trios.txt │ │ ├── trioscollege.txt │ │ ├── triosstudent.txt │ │ ├── truemax.txt │ │ ├── twynhamschool.txt │ │ ├── u-tad.txt │ │ ├── ucac-icam/ │ │ │ ├── 2024.txt │ │ │ └── 2026.txt │ │ ├── ucac-icam.txt │ │ ├── ucreativa.txt │ │ ├── udlondres.txt │ │ ├── uft-plovdiv.txt │ │ ├── uk/ │ │ │ ├── paca/ │ │ │ │ └── students.txt │ │ │ └── turton.txt │ │ ├── uktc-bg.txt │ │ ├── ukuepa.txt │ │ ├── ult-tunisie.txt │ │ ├── umi-pk.txt │ │ ├── uni-prizren.txt │ │ ├── uniactiva.txt │ │ ├── unicoischools/ │ │ │ └── students.txt │ │ ├── unidompedro.txt │ │ ├── uniedpa.txt │ │ ├── unigoias.txt │ │ ├── uninettunouniversity/ │ │ │ └── students.txt │ │ ├── uninsubria/ │ │ │ └── studenti.txt │ │ ├── uninter.txt │ │ ├── univ-barackobama.txt │ │ ├── univ-catho-sjd.txt │ │ ├── univ-douala.txt │ │ ├── universae360.txt │ │ ├── universidad-une.txt │ │ ├── universidadviu/ │ │ │ └── student.txt │ │ ├── universitetiaab.txt │ │ ├── university-365.txt │ │ ├── unswalumni.txt │ │ ├── up-esi.txt │ │ ├── upatoday.txt │ │ ├── uu-sy.txt │ │ ├── uva/ │ │ │ └── student.txt │ │ ├── vaucanson38.txt │ │ ├── vegaschool.txt │ │ ├── velhightech.txt │ │ ├── vfs.txt │ │ ├── vidyavalley.txt │ │ ├── virolai.txt │ │ ├── vivekanandgroup.txt │ │ ├── vlerick/ │ │ │ └── edu.txt │ │ ├── voxelschool.txt │ │ ├── vpi-school.txt │ │ ├── vpslao.txt │ │ ├── vsavm.txt │ │ ├── vtcsy.txt │ │ ├── vtsd.txt │ │ ├── wairaka.txt │ │ ├── waleshigh.txt │ │ ├── wallingfordschool.txt │ │ ├── wayneschools.txt │ │ ├── wb-hochschule/ │ │ │ └── student.txt │ │ ├── wbbroncos.txt │ │ ├── wcs-g.txt │ │ ├── wells-cathedral-school.txt │ │ ├── wernethschool.txt │ │ ├── westcoastuniversity-edu.txt │ │ ├── whicu/ │ │ │ └── mail.txt │ │ ├── wildcodeschool.txt │ │ ├── williamandreed.txt │ │ ├── williambrookes.txt │ │ ├── williscollege/ │ │ │ └── students.txt │ │ ├── williscollege.txt │ │ ├── williston.txt │ │ ├── wilmslowhigh.txt │ │ ├── wis-ecoles.txt │ │ ├── wpsstudent.txt │ │ ├── wrekincollege.txt │ │ ├── xabiainternationalcollege.txt │ │ ├── xujc.txt │ │ ├── y-nov.txt │ │ ├── ynov.txt │ │ ├── zealeducation.txt │ │ ├── zhbit.txt │ │ ├── ziv-school.txt │ │ └── zubirimanteo.txt │ ├── corsica/ │ │ └── universita.txt │ ├── cr/ │ │ ├── ac/ │ │ │ ├── castrocarazo.txt │ │ │ ├── fundepos.txt │ │ │ ├── itcr.txt │ │ │ ├── uaca.txt │ │ │ ├── uam.txt │ │ │ ├── uca.txt │ │ │ ├── ucatolica.txt │ │ │ ├── ucem.txt │ │ │ ├── ucenfotec.txt │ │ │ ├── uci.txt │ │ │ ├── ucr.txt │ │ │ ├── ufide.txt │ │ │ ├── ufidelitas.txt │ │ │ ├── uhispano.txt │ │ │ ├── uhispanoamericana.txt │ │ │ ├── uia.txt │ │ │ ├── ulacit.txt │ │ │ ├── ulasalle.txt │ │ │ ├── ulatina.txt │ │ │ ├── ulead.txt │ │ │ ├── ulicori.txt │ │ │ ├── una.txt │ │ │ ├── unam.txt │ │ │ ├── uned.txt │ │ │ ├── usam.txt │ │ │ ├── usj.txt │ │ │ ├── utn.txt │ │ │ ├── utur.txt │ │ │ └── uveritas.txt │ │ ├── cuc.txt │ │ ├── ed/ │ │ │ └── ulacit.txt │ │ ├── estudiantec.txt │ │ ├── go/ │ │ │ └── mep/ │ │ │ └── est.txt │ │ ├── ina.txt │ │ ├── tec/ │ │ │ └── estudiantes.txt │ │ ├── una.txt │ │ └── uned.txt │ ├── cu/ │ │ ├── co.txt │ │ ├── edu/ │ │ │ ├── cujae.txt │ │ │ ├── ismm.txt │ │ │ ├── reduc.txt │ │ │ ├── ucf.txt │ │ │ ├── uclv.txt │ │ │ ├── uho.txt │ │ │ ├── uo.txt │ │ │ └── upr.txt │ │ ├── rimed.txt │ │ ├── uh.txt │ │ └── unica.txt │ ├── cv/ │ │ ├── edu/ │ │ │ ├── iscee.txt │ │ │ ├── unicv.txt │ │ │ └── us.txt │ │ └── uta.txt │ ├── cw/ │ │ ├── frateraureliosbo.txt │ │ └── uoc.txt │ ├── cy/ │ │ └── ac/ │ │ ├── aan.txt │ │ ├── ac.txt │ │ ├── ciim.txt │ │ ├── ctleuro.txt │ │ ├── cut.txt │ │ ├── cycollege.txt │ │ ├── euc/ │ │ │ └── students.txt │ │ ├── fit/ │ │ │ └── stud.txt │ │ ├── frederick.txt │ │ ├── nup.txt │ │ ├── ouc.txt │ │ ├── ucy.txt │ │ ├── unic.txt │ │ └── uol.txt │ ├── cymru/ │ │ └── bryngwyn.txt │ ├── cz/ │ │ ├── 2zsjh.txt │ │ ├── 4zsmb.txt │ │ ├── agstepanska.txt │ │ ├── ambis.txt │ │ ├── amu.txt │ │ ├── bigy-cb.txt │ │ ├── bivs.txt │ │ ├── but.txt │ │ ├── cas/ │ │ │ └── math.txt │ │ ├── cerge-ei.txt │ │ ├── ceskolipska.txt │ │ ├── cichnovabrno.txt │ │ ├── copsu.txt │ │ ├── coptkm.txt │ │ ├── creativehill.txt │ │ ├── cuni.txt │ │ ├── cvut.txt │ │ ├── czu.txt │ │ ├── delta-skola.txt │ │ ├── delta-studenti.txt │ │ ├── duhovkagymnazium.txt │ │ ├── educanet.txt │ │ ├── educapardubice.txt │ │ ├── educhem.txt │ │ ├── edukomplex.txt │ │ ├── ekodom.txt │ │ ├── famu.txt │ │ ├── frengp.txt │ │ ├── g8mb.txt │ │ ├── gbl.txt │ │ ├── gchd.txt │ │ ├── geukaplice.txt │ │ ├── gfp.txt │ │ ├── ggg.txt │ │ ├── ghb.txt │ │ ├── ghrabuvka.txt │ │ ├── gjak.txt │ │ ├── gjj.txt │ │ ├── gjk.txt │ │ ├── gjvj/ │ │ │ └── student.txt │ │ ├── gjvj.txt │ │ ├── gkolin.txt │ │ ├── glnb.txt │ │ ├── gml.txt │ │ ├── goa-orlova.txt │ │ ├── gozhorice.txt │ │ ├── gpjp.txt │ │ ├── gyarab.txt │ │ ├── gybon.txt │ │ ├── gym-tisnov.txt │ │ ├── gymberoun.txt │ │ ├── gymhu.txt │ │ ├── gymi.txt │ │ ├── gymjh.txt │ │ ├── gymkc.txt │ │ ├── gymkyjov.txt │ │ ├── gymnasiumkladno.txt │ │ ├── gympb.txt │ │ ├── gymspit.txt │ │ ├── gymstr.txt │ │ ├── gymzn.txt │ │ ├── gymzr.txt │ │ ├── gyohavl.txt │ │ ├── gypce.txt │ │ ├── infis.txt │ │ ├── infovsem.txt │ │ ├── isp.txt │ │ ├── iss-cheb.txt │ │ ├── itgymnazium.txt │ │ ├── jaroska.txt │ │ ├── jcu.txt │ │ ├── jirovcovka.txt │ │ ├── kavalirka.txt │ │ ├── kyberna.txt │ │ ├── labyrinthschool.txt │ │ ├── matfyz.txt │ │ ├── mendelu.txt │ │ ├── mensagymnazium.txt │ │ ├── meruzalka.txt │ │ ├── mg-akademie.txt │ │ ├── mikulasske.txt │ │ ├── mkgym.txt │ │ ├── muni.txt │ │ ├── mup.txt │ │ ├── nosch.txt │ │ ├── novyporg.txt │ │ ├── oa-opava.txt │ │ ├── oaopava.txt │ │ ├── oauh.txt │ │ ├── oavm.txt │ │ ├── odbskmb.txt │ │ ├── omska.txt │ │ ├── orangefactory.txt │ │ ├── orbiszlin.txt │ │ ├── ossp.txt │ │ ├── osu.txt │ │ ├── pbis.txt │ │ ├── polac.txt │ │ ├── porg.txt │ │ ├── praguecollege.txt │ │ ├── prumkadc.txt │ │ ├── pslib.txt │ │ ├── pspbystrice.txt │ │ ├── savs.txt │ │ ├── schs.txt │ │ ├── sgagy.txt │ │ ├── skolaac.txt │ │ ├── skolakrizik.txt │ │ ├── slu.txt │ │ ├── sos-jh.txt │ │ ├── sostp.txt │ │ ├── sosvel.txt │ │ ├── sps-cl.txt │ │ ├── sps-karvina.txt │ │ ├── sps-pi.txt │ │ ├── sps-prosek.txt │ │ ├── sps-tabor.txt │ │ ├── spscv.txt │ │ ├── spse.txt │ │ ├── spseiostrava.txt │ │ ├── spsejecna.txt │ │ ├── spselit.txt │ │ ├── spseol.txt │ │ ├── spseplzen.txt │ │ ├── spshranice.txt │ │ ├── spsjc.txt │ │ ├── spsoafm.txt │ │ ├── spsostrov.txt │ │ ├── spspzlin.txt │ │ ├── spsrakovnik.txt │ │ ├── spsstavbrno.txt │ │ ├── spstrutnov.txt │ │ ├── spsul.txt │ │ ├── spszr.txt │ │ ├── ssakhk.txt │ │ ├── ssemi.txt │ │ ├── ssinfotech.txt │ │ ├── sspbrno.txt │ │ ├── ssphzuh.txt │ │ ├── ssps.txt │ │ ├── sspu-opava.txt │ │ ├── sssvt.txt │ │ ├── sstas-karvina.txt │ │ ├── stredniskola.txt │ │ ├── studentstc.txt │ │ ├── tul.txt │ │ ├── ufe.txt │ │ ├── uhk.txt │ │ ├── ujep.txt │ │ ├── unicorncollege.txt │ │ ├── unob.txt │ │ ├── unva.txt │ │ ├── unyp.txt │ │ ├── upce.txt │ │ ├── upol.txt │ │ ├── utb.txt │ │ ├── uzlabina.txt │ │ ├── vassboskovice.txt │ │ ├── vfu.txt │ │ ├── vosp.txt │ │ ├── vsb.txt │ │ ├── vscht.txt │ │ ├── vsci.txt │ │ ├── vse.txt │ │ ├── vsfs.txt │ │ ├── vslg.txt │ │ ├── vslib.txt │ │ ├── vsp.txt │ │ ├── vspj.txt │ │ ├── vspp.txt │ │ ├── vsps-su.txt │ │ ├── vstecb.txt │ │ ├── vut.txt │ │ ├── vutbr.txt │ │ ├── wigym.txt │ │ ├── zaalejka.txt │ │ ├── zcu.txt │ │ ├── zsgvitkov.txt │ │ ├── zshanusovice.txt │ │ ├── zsjak.txt │ │ ├── zsjunacka.txt │ │ ├── zskomenskeho.txt │ │ ├── zsnachodovci.txt │ │ └── zssvat.txt │ ├── de/ │ │ ├── 42berlin/ │ │ │ └── student.txt │ │ ├── 42heilbronn/ │ │ │ └── student.txt │ │ ├── 42wolfsburg/ │ │ │ └── student.txt │ │ ├── Birklehof.txt │ │ ├── aagcux.txt │ │ ├── abendgymnasium-muenster.txt │ │ ├── abk-stuttgart/ │ │ │ ├── extern.txt │ │ │ └── stud.txt │ │ ├── abs-it-kiel.txt │ │ ├── adolfinum.txt │ │ ├── aeg-boeblingen.txt │ │ ├── aeg-nb.txt │ │ ├── aegmail.txt │ │ ├── ajc-bk/ │ │ │ └── students.txt │ │ ├── akad.txt │ │ ├── albbw.txt │ │ ├── aloberlin.txt │ │ ├── alstergymnasium.txt │ │ ├── ammersee-gymnasium.txt │ │ ├── amseegym.txt │ │ ├── anno-gymnasium.txt │ │ ├── ars-mr/ │ │ │ └── schueler.txt │ │ ├── ars-mr.txt │ │ ├── asfh-berlin.txt │ │ ├── asg-ehst.txt │ │ ├── asg-huerth.txt │ │ ├── ass-vs.txt │ │ ├── asw-berufsakademie.txt │ │ ├── athenetz.txt │ │ ├── atiw.txt │ │ ├── augustana.txt │ │ ├── avg-wesel.txt │ │ ├── avs-itzehoe1.txt │ │ ├── b-tu.txt │ │ ├── b3-fuerth.txt │ │ ├── ba-bautzen.txt │ │ ├── ba-dresden/ │ │ │ └── rz.txt │ │ ├── ba-dresden.txt │ │ ├── ba-eisenach.txt │ │ ├── ba-fulda.txt │ │ ├── ba-glauchau.txt │ │ ├── ba-leipzig.txt │ │ ├── ba-riesa.txt │ │ ├── ba-rm.txt │ │ ├── ba-sachsen.txt │ │ ├── badhonnef/ │ │ │ └── sibi.txt │ │ ├── barnim-gym.txt │ │ ├── bbbk.txt │ │ ├── bbq.txt │ │ ├── bbs-buchholz.txt │ │ ├── bbs-buxtehude.txt │ │ ├── bbs-me.txt │ │ ├── bbs-meppen.txt │ │ ├── bbs-montabaur.txt │ │ ├── bbs-nienburg.txt │ │ ├── bbs-ohz.txt │ │ ├── bbs-row.txt │ │ ├── bbs-schueler.txt │ │ ├── bbs-stadthagen.txt │ │ ├── bbs-verden.txt │ │ ├── bbs-westerburg.txt │ │ ├── bbs-wittlich.txt │ │ ├── bbs-ww.txt │ │ ├── bbs1-gifhorn.txt │ │ ├── bbs1-kl.txt │ │ ├── bbs1-lg.txt │ │ ├── bbs1-lueneburg.txt │ │ ├── bbs1-mainz/ │ │ │ └── unterricht.txt │ │ ├── bbs1emd.txt │ │ ├── bbs2-mainz.txt │ │ ├── bbs2-northeim.txt │ │ ├── bbs2.txt │ │ ├── bbs2leer.txt │ │ ├── bbs2wob.txt │ │ ├── bbssth/ │ │ │ └── students.txt │ │ ├── bbssth.txt │ │ ├── bbstghs.txt │ │ ├── bbstghs365.txt │ │ ├── bbw-fi.txt │ │ ├── bbw-rki-berlin.txt │ │ ├── bbz-rd-eck/ │ │ │ └── sus.txt │ │ ├── bbzsm.txt │ │ ├── bccn-berlin.txt │ │ ├── bcw-gruppe-net.txt │ │ ├── berlin.txt │ │ ├── bertha-online/ │ │ │ └── sus.txt │ │ ├── berufsakademie-oldenburg.txt │ │ ├── berufsakademie-sh.txt │ │ ├── berufskolleg/ │ │ │ └── schueler.txt │ │ ├── berufskolleg-beckum.txt │ │ ├── berufskolleg-borken/ │ │ │ └── students.txt │ │ ├── berufskolleg-geilenkirchen.txt │ │ ├── berufskolleg-kleve.txt │ │ ├── berufskolleg-meschede.txt │ │ ├── berufskolleg-rheine.txt │ │ ├── berufskolleg-werne.txt │ │ ├── berufskolleg.txt │ │ ├── berufsschule-dachau.txt │ │ ├── bethel.txt │ │ ├── beuth-hochschule.txt │ │ ├── bfw-hamburg.txt │ │ ├── bfw-koblenz.txt │ │ ├── bfw-oberhausen.txt │ │ ├── bfwbb-lernen/ │ │ │ └── m365.txt │ │ ├── bfwob.txt │ │ ├── bgbentheim.txt │ │ ├── bht-berlin.txt │ │ ├── bib.txt │ │ ├── bildung-lsa/ │ │ │ └── gym-muentzer.txt │ │ ├── bildung-unna.txt │ │ ├── bits-iserlohn.txt │ │ ├── bk-berliner-platz.txt │ │ ├── bk-deutz.txt │ │ ├── bk-h.txt │ │ ├── bk-hennef.txt │ │ ├── bk-lk/ │ │ │ └── 365.txt │ │ ├── bk-opladen.txt │ │ ├── bk-technik-dueren.txt │ │ ├── bk-technik-moers.txt │ │ ├── bk-tm.txt │ │ ├── bkgeldern.txt │ │ ├── bkgut.txt │ │ ├── bkhaspel.txt │ │ ├── bkt-luedenscheid/ │ │ │ └── schueler.txt │ │ ├── bkt-luedenscheid.txt │ │ ├── bkukr/ │ │ │ └── student.txt │ │ ├── bonn/ │ │ │ └── hhek.txt │ │ ├── bracke-igs.txt │ │ ├── brand-university.txt │ │ ├── bremen/ │ │ │ └── schule.txt │ │ ├── bs-an.txt │ │ ├── bs-elmshorn.txt │ │ ├── bs-erlangen.txt │ │ ├── bs-gelnhausen.txt │ │ ├── bs-gn.txt │ │ ├── bs-hassfurt.txt │ │ ├── bs-korbach.txt │ │ ├── bs-riedlingen.txt │ │ ├── bs-schramberg.txt │ │ ├── bs-wangen.txt │ │ ├── bs1-bt.txt │ │ ├── bs1-kempten.txt │ │ ├── bs19hh.txt │ │ ├── bs1in.txt │ │ ├── bs1traunstein.txt │ │ ├── bs2pa.txt │ │ ├── bs7-augsburg.txt │ │ ├── bso-hef.txt │ │ ├── bspaf/ │ │ │ └── lernende.txt │ │ ├── bsutaunus.txt │ │ ├── bsz-bietigheim/ │ │ │ └── student.txt │ │ ├── bsz-eoplauen.txt │ │ ├── bsz-kulmbach/ │ │ │ └── s.txt │ │ ├── bsz-wiesau.txt │ │ ├── bszh.txt │ │ ├── bszn-da.txt │ │ ├── bt-office.txt │ │ ├── buhmann.txt │ │ ├── burg-halle.txt │ │ ├── burgaugymnasium.txt │ │ ├── burggymnasium-altena.txt │ │ ├── bwl/ │ │ │ └── kv/ │ │ │ └── zsl.txt │ │ ├── bws-hofheim.txt │ │ ├── bwv-ac/ │ │ │ └── schueler.txt │ │ ├── bwv-ahaus.txt │ │ ├── bztg-oldenburg.txt │ │ ├── caeci-ol.txt │ │ ├── carl-orff-gym.txt │ │ ├── cased.txt │ │ ├── cato-achim.txt │ │ ├── cbk1.txt │ │ ├── cbs-edu.txt │ │ ├── cbs-heidelberg.txt │ │ ├── cdtm.txt │ │ ├── charite.txt │ │ ├── chf.txt │ │ ├── cit-leipzig.txt │ │ ├── cjd-bs.txt │ │ ├── cmb-portal.txt │ │ ├── csbme.txt │ │ ├── dacs-bund.txt │ │ ├── dalberg-gymnasium.txt │ │ ├── das-mgh-hamm.txt │ │ ├── db-gym.txt │ │ ├── dbb-detmold.txt │ │ ├── dbb-lippe.txt │ │ ├── dbg-ratingen.txt │ │ ├── dbuas/ │ │ │ └── student.txt │ │ ├── dbuas.txt │ │ ├── design-akademie-berlin.txt │ │ ├── dh-karlsruhe.txt │ │ ├── dhbw/ │ │ │ ├── cas.txt │ │ │ ├── heilbronn.txt │ │ │ ├── mosbach/ │ │ │ │ └── lehre.txt │ │ │ └── mosbach.txt │ │ ├── dhbw-heidenheim.txt │ │ ├── dhbw-karlsruhe/ │ │ │ └── student.txt │ │ ├── dhbw-karlsruhe.txt │ │ ├── dhbw-loerrach.txt │ │ ├── dhbw-mannheim.txt │ │ ├── dhbw-mosbach.txt │ │ ├── dhbw-ravensburg/ │ │ │ └── stud.txt │ │ ├── dhbw-ravensburg.txt │ │ ├── dhbw-stuttgart/ │ │ │ └── lehre.txt │ │ ├── dhbw-stuttgart.txt │ │ ├── dhbw-vs.txt │ │ ├── dhfpg-bsa.txt │ │ ├── dhfpg.txt │ │ ├── dhge/ │ │ │ ├── eisenach/ │ │ │ │ └── stud.txt │ │ │ └── gera/ │ │ │ └── stud.txt │ │ ├── dhge.txt │ │ ├── dhsh.txt │ │ ├── dhv-speyer.txt │ │ ├── diesterweg-gymnasium.txt │ │ ├── diploma.txt │ │ ├── dkfz-heidelberg.txt │ │ ├── domgymnasium-verden.txt │ │ ├── donau-gymnasium.txt │ │ ├── doz-provadis-hochschule.txt │ │ ├── drais-schule.txt │ │ ├── drsneuwied.txt │ │ ├── drsschueler.txt │ │ ├── dshs-koeln.txt │ │ ├── dv-schulen.txt │ │ ├── dzne.txt │ │ ├── e-b-z.txt │ │ ├── eah-jena.txt │ │ ├── eba-muenchen.txt │ │ ├── ebc-hochschule/ │ │ │ └── campus.txt │ │ ├── ebs-iserv.txt │ │ ├── ebs.txt │ │ ├── ecla.txt │ │ ├── eduplaza/ │ │ │ └── mmbbs.txt │ │ ├── edv-schulen-wiesau.txt │ │ ├── edvschule-plattling.txt │ │ ├── edvw.txt │ │ ├── efh-bochum.txt │ │ ├── efh-darmstadt.txt │ │ ├── efh-freiburg.txt │ │ ├── efh-hannover.txt │ │ ├── efh-reutlingen-ludwigsburg.txt │ │ ├── efhlu.txt │ │ ├── egb-koeln.txt │ │ ├── ehs-dresden.txt │ │ ├── elektronikschule/ │ │ │ └── imap.txt │ │ ├── elektronikschule.txt │ │ ├── element-i-schule.txt │ │ ├── embl.txt │ │ ├── emg-haar.txt │ │ ├── ems-mainz.txt │ │ ├── erasgym.txt │ │ ├── erasmus-kittler-schule.txt │ │ ├── ernestinum-rinteln.txt │ │ ├── ers-hameln.txt │ │ ├── ess-erfurt.txt │ │ ├── ess-liborius.txt │ │ ├── eufh-mail.txt │ │ ├── eufh.txt │ │ ├── euro-fh/ │ │ │ └── stud.txt │ │ ├── europa-uni.txt │ │ ├── euv-frankfurt-o.txt │ │ ├── evb-gymnasium.txt │ │ ├── evfh-berlin.txt │ │ ├── evfh-nuernberg.txt │ │ ├── evhn/ │ │ │ └── stud.txt │ │ ├── fau.txt │ │ ├── fcbg/ │ │ │ └── schule.txt │ │ ├── fcg-duesseldorf/ │ │ │ └── schueler.txt │ │ ├── febb.txt │ │ ├── feg-sandhausen.txt │ │ ├── feintechnikschule.txt │ │ ├── ferdinand-braun-schule.txt │ │ ├── ferdinand-steinbeis-institut.txt │ │ ├── fern-fh.txt │ │ ├── fernuni-hagen.txt │ │ ├── fes-wiesbaden.txt │ │ ├── fes365-pfungstadt.txt │ │ ├── fh-Kempten.txt │ │ ├── fh-aachen/ │ │ │ └── alumni.txt │ │ ├── fh-aachen.txt │ │ ├── fh-aalen.txt │ │ ├── fh-aschaffenburg.txt │ │ ├── fh-augsburg.txt │ │ ├── fh-bad-honnef.txt │ │ ├── fh-biberach.txt │ │ ├── fh-bingen.txt │ │ ├── fh-bochum.txt │ │ ├── fh-bonn-rhein-sieg.txt │ │ ├── fh-brandenburg.txt │ │ ├── fh-deggendorf.txt │ │ ├── fh-dortmund.txt │ │ ├── fh-duesseldorf.txt │ │ ├── fh-erfurt.txt │ │ ├── fh-flensburg.txt │ │ ├── fh-frankfurt.txt │ │ ├── fh-fresenius.txt │ │ ├── fh-furtwangen.txt │ │ ├── fh-gelsenkirchen.txt │ │ ├── fh-giessen.txt │ │ ├── fh-hamburg.txt │ │ ├── fh-hannover.txt │ │ ├── fh-heidelberg.txt │ │ ├── fh-heilbronn.txt │ │ ├── fh-hildesheim.txt │ │ ├── fh-hof.txt │ │ ├── fh-ingolstadt.txt │ │ ├── fh-isny.txt │ │ ├── fh-jena.txt │ │ ├── fh-karlsruhe.txt │ │ ├── fh-kiel.txt │ │ ├── fh-kl.txt │ │ ├── fh-koblenz.txt │ │ ├── fh-koeln.txt │ │ ├── fh-konstanz.txt │ │ ├── fh-landshut.txt │ │ ├── fh-lausitz.txt │ │ ├── fh-lippe.txt │ │ ├── fh-ludwigshafen.txt │ │ ├── fh-luebeck.txt │ │ ├── fh-mainz.txt │ │ ├── fh-mannheim.txt │ │ ├── fh-merseburg.txt │ │ ├── fh-muenchen.txt │ │ ├── fh-muenster.txt │ │ ├── fh-neu-ulm.txt │ │ ├── fh-niederrhein.txt │ │ ├── fh-nordhausen.txt │ │ ├── fh-nuernberg.txt │ │ ├── fh-nuertingen.txt │ │ ├── fh-offenburg.txt │ │ ├── fh-oow.txt │ │ ├── fh-osnabrueck.txt │ │ ├── fh-ottersberg.txt │ │ ├── fh-potsdam.txt │ │ ├── fh-regensburg.txt │ │ ├── fh-reutlingen.txt │ │ ├── fh-rosenheim.txt │ │ ├── fh-rottenburg.txt │ │ ├── fh-sm.txt │ │ ├── fh-stralsund.txt │ │ ├── fh-swf.txt │ │ ├── fh-telekom-leipzig.txt │ │ ├── fh-trier.txt │ │ ├── fh-ulm.txt │ │ ├── fh-wedel.txt │ │ ├── fh-weihenstephan.txt │ │ ├── fh-weingarten.txt │ │ ├── fh-westkueste.txt │ │ ├── fh-wiesbaden.txt │ │ ├── fh-wolfenbuettel.txt │ │ ├── fh-worms.txt │ │ ├── fh-wuerzburg.txt │ │ ├── fh-zwickau.txt │ │ ├── fham/ │ │ │ └── edu.txt │ │ ├── fham.txt │ │ ├── fhdw.txt │ │ ├── fhkt.txt │ │ ├── fhm-mittelstand.txt │ │ ├── fhnon.txt │ │ ├── fhoebb.txt │ │ ├── fhs-mannheim.txt │ │ ├── fhs-moritzburg.txt │ │ ├── fht-stuttgart.txt │ │ ├── fhtw-berlin.txt │ │ ├── fhw-berlin.txt │ │ ├── fhws.txt │ │ ├── fhwt.txt │ │ ├── fhwue.txt │ │ ├── filderbenden.txt │ │ ├── filmakademie.txt │ │ ├── filmuniversitaet.txt │ │ ├── firstwald.txt │ │ ├── fjm-siegen.txt │ │ ├── fkggoettingen.txt │ │ ├── flachsland-hamburg.txt │ │ ├── fli.txt │ │ ├── fls-da.txt │ │ ├── fls-wiesbaden.txt │ │ ├── fmg-brk.txt │ │ ├── fmsg-speyer.txt │ │ ├── folkwang-uni.txt │ │ ├── fom-net.txt │ │ ├── fom.txt │ │ ├── fos2-n.txt │ │ ├── fosbos-neumarkt.txt │ │ ├── fosbos-ush/ │ │ │ └── stud.txt │ │ ├── fra-uas.txt │ │ ├── franz-oberthuer-schule.txt │ │ ├── franziskusgymnasium-it.txt │ │ ├── freie-georgenschule.txt │ │ ├── freie-schule-anne-sophie.txt │ │ ├── fs-students.txt │ │ ├── fs.txt │ │ ├── ftsvs.txt │ │ ├── fu-berlin.txt │ │ ├── fvs-sus.txt │ │ ├── fz-juelich.txt │ │ ├── g18.txt │ │ ├── games-academy.txt │ │ ├── gaussschule-bs.txt │ │ ├── gbg-remscheid.txt │ │ ├── gbgrs.txt │ │ ├── gbs-grafschaft/ │ │ │ └── sus.txt │ │ ├── gbs-sha.txt │ │ ├── gbsleipzig.txt │ │ ├── gd-serv.txt │ │ ├── gds2.txt │ │ ├── ge-walsum.txt │ │ ├── geestnetz.txt │ │ ├── gemont.txt │ │ ├── genoapps.txt │ │ ├── genoveva.txt │ │ ├── genth-schule.txt │ │ ├── geomar.txt │ │ ├── geporta.txt │ │ ├── gesa-rhede.txt │ │ ├── gesamtschule-barmen/ │ │ │ └── cloud.txt │ │ ├── gesamtschule-fischbach.txt │ │ ├── gesamtschule-hardt.txt │ │ ├── gesamtschule-stolberg.txt │ │ ├── gewerbeschule-vs.txt │ │ ├── gg-lin.txt │ │ ├── gghi.txt │ │ ├── ghse.txt │ │ ├── giu-uni/ │ │ │ └── student.txt │ │ ├── gms-da.txt │ │ ├── goegy.txt │ │ ├── goerlitz/ │ │ │ └── os-scultetus.txt │ │ ├── goetheschule-essen/ │ │ │ └── office.txt │ │ ├── goetheschule-ldk.txt │ │ ├── grimmels.txt │ │ ├── gs-bk.txt │ │ ├── gs-ldk/ │ │ │ └── student.txt │ │ ├── gs-wt/ │ │ │ └── schueler.txt │ │ ├── gs-wt.txt │ │ ├── gsg-waldkirch/ │ │ │ └── schueler.txt │ │ ├── gso-koeln.txt │ │ ├── gsp-ploen.txt │ │ ├── gsso/ │ │ │ └── student.txt │ │ ├── gsso.txt │ │ ├── gsz-bl.txt │ │ ├── gsz-zak.txt │ │ ├── gu-hochschule.txt │ │ ├── gutenberg-gym/ │ │ │ └── msedu.txt │ │ ├── gwdg.txt │ │ ├── gws-loerrach/ │ │ │ └── mail.txt │ │ ├── gyfa-hh.txt │ │ ├── gym-kothen.txt │ │ ├── gym-lachendorf.txt │ │ ├── gym-meiendorf.txt │ │ ├── gym-mellendorf.txt │ │ ├── gym-papenburg.txt │ │ ├── gym-sarstedt/ │ │ │ └── mail.txt │ │ ├── gym-schiff.txt │ │ ├── gym-stolz.txt │ │ ├── gymb/ │ │ │ └── stud.txt │ │ ├── gymbu.txt │ │ ├── gymbuckhorn.txt │ │ ├── gymburlo.txt │ │ ├── gymger.txt │ │ ├── gymhaan.txt │ │ ├── gymhum.txt │ │ ├── gymlgh.txt │ │ ├── gymlil.txt │ │ ├── gymn-benedictinum.txt │ │ ├── gymnasium-babelsberg.txt │ │ ├── gymnasium-essen-werden.txt │ │ ├── gymnasium-frechen.txt │ │ ├── gymnasium-gag.txt │ │ ├── gymnasium-heiligenhaus.txt │ │ ├── gymnasium-himmelsthuer.txt │ │ ├── gymnasium-hohenschwangau.txt │ │ ├── gymnasium-mariengarden.txt │ │ ├── gymnasium-schmallenberg.txt │ │ ├── gymneureut.txt │ │ ├── gymolching.txt │ │ ├── gymsas.txt │ │ ├── gywa.txt │ │ ├── gywem.txt │ │ ├── h-ab.txt │ │ ├── h-brs.txt │ │ ├── h-da.txt │ │ ├── h-ka.txt │ │ ├── h2/ │ │ │ └── stud.txt │ │ ├── hamburg/ │ │ │ ├── bsb.txt │ │ │ ├── hibb.txt │ │ │ ├── hlg.txt │ │ │ ├── jbg.txt │ │ │ └── johannes-brahms-gymnasium.txt │ │ ├── hamburger-fh.txt │ │ ├── hans-baldung-gymnasium.txt │ │ ├── hansenberg/ │ │ │ └── edu.txt │ │ ├── hanseuni.txt │ │ ├── haw-hamburg.txt │ │ ├── haw-ingolstadt.txt │ │ ├── haw-landshut.txt │ │ ├── hawk-hhg.txt │ │ ├── hawk.txt │ │ ├── hbbk-office.txt │ │ ├── hbg-troisdorf.txt │ │ ├── hbksaar.txt │ │ ├── hcu-hamburg.txt │ │ ├── hdbw-hochschule.txt │ │ ├── hdm-stuttgart.txt │ │ ├── hds-le.txt │ │ ├── health-and-medical-university.txt │ │ ├── hebk.txt │ │ ├── hector-seminar.txt │ │ ├── heinrich-mann-schule.txt │ │ ├── heinrichheinedo.txt │ │ ├── heliosschule/ │ │ │ └── mut.txt │ │ ├── helmholtz-gymnasium.txt │ │ ├── helmholtz-muenchen.txt │ │ ├── helmholtzschule.txt │ │ ├── hfb.txt │ │ ├── hfbk-hamburg.txt │ │ ├── hfg-gmuend.txt │ │ ├── hfk-bremen.txt │ │ ├── hfm-detmold.txt │ │ ├── hfm-karlsruhe.txt │ │ ├── hfmt-koeln.txt │ │ ├── hfoed/ │ │ │ ├── aiv.txt │ │ │ └── aub.txt │ │ ├── hfph.txt │ │ ├── hfpol-bw.txt │ │ ├── hfpv-hessen.txt │ │ ├── hft-leipzig.txt │ │ ├── hft-stuttgart.txt │ │ ├── hfwu.txt │ │ ├── hg-gf.txt │ │ ├── hgb-leipzig.txt │ │ ├── hgbp.txt │ │ ├── hgo-ol.txt │ │ ├── hgs-singen.txt │ │ ├── hgw-iserv.txt │ │ ├── hhek.txt │ │ ├── hhg-kl.txt │ │ ├── hhgym.txt │ │ ├── hhl.txt │ │ ├── hhu.txt │ │ ├── hit-thueringen.txt │ │ ├── hkdm.txt │ │ ├── hms-dtzb.txt │ │ ├── hmtm-hannover/ │ │ │ └── stud.txt │ │ ├── hn/ │ │ │ └── stud.txt │ │ ├── hn.txt │ │ ├── hnbk.txt │ │ ├── hnee.txt │ │ ├── hnu/ │ │ │ └── student.txt │ │ ├── hnu.txt │ │ ├── hochschule-bc.txt │ │ ├── hochschule-heidelberg.txt │ │ ├── hochschule-regensburg.txt │ │ ├── hochschule-rhein-waal.txt │ │ ├── hochschule-stralsund.txt │ │ ├── hochschule-trier.txt │ │ ├── hochtaunusschule.txt │ │ ├── hoenne-berufskolleg.txt │ │ ├── hoev-rlp.txt │ │ ├── hof-university.txt │ │ ├── hpi.txt │ │ ├── hrsaaf.txt │ │ ├── hs-aalen.txt │ │ ├── hs-albsig.txt │ │ ├── hs-anhalt.txt │ │ ├── hs-ansbach.txt │ │ ├── hs-augsburg.txt │ │ ├── hs-bochum.txt │ │ ├── hs-bremen.txt │ │ ├── hs-bremerhaven.txt │ │ ├── hs-coburg.txt │ │ ├── hs-duesseldorf/ │ │ │ └── study.txt │ │ ├── hs-duesseldorf.txt │ │ ├── hs-emden-leer.txt │ │ ├── hs-esslingen.txt │ │ ├── hs-flensburg.txt │ │ ├── hs-fresenius.txt │ │ ├── hs-fulda.txt │ │ ├── hs-furtwangen.txt │ │ ├── hs-gesundheit.txt │ │ ├── hs-gm.txt │ │ ├── hs-hannover.txt │ │ ├── hs-harz.txt │ │ ├── hs-heilbronn.txt │ │ ├── hs-kempten.txt │ │ ├── hs-kl.txt │ │ ├── hs-koblenz.txt │ │ ├── hs-lausitz.txt │ │ ├── hs-lu.txt │ │ ├── hs-magdeburg.txt │ │ ├── hs-mainz.txt │ │ ├── hs-mannheim.txt │ │ ├── hs-merseburg/ │ │ │ └── stud.txt │ │ ├── hs-merseburg.txt │ │ ├── hs-mittweida.txt │ │ ├── hs-nb.txt │ │ ├── hs-neu-ulm/ │ │ │ └── student.txt │ │ ├── hs-neu-ulm.txt │ │ ├── hs-niederrhein.txt │ │ ├── hs-nordhausen.txt │ │ ├── hs-offenburg.txt │ │ ├── hs-osnabrueck.txt │ │ ├── hs-owl.txt │ │ ├── hs-pforzheim.txt │ │ ├── hs-rm.txt │ │ ├── hs-ruhrwest.txt │ │ ├── hs-sm.txt │ │ ├── hs-ulm.txt │ │ ├── hs-weingarten.txt │ │ ├── hs-wismar.txt │ │ ├── hs-worms.txt │ │ ├── hs-zigr.txt │ │ ├── hs21.txt │ │ ├── hsba.txt │ │ ├── hsbi.txt │ │ ├── hshl.txt │ │ ├── hss-wi.txt │ │ ├── hss-wiesloch.txt │ │ ├── hssfds.txt │ │ ├── hsu-hh.txt │ │ ├── hsw-hameln.txt │ │ ├── hsw-stud.txt │ │ ├── hswt.txt │ │ ├── hszg.txt │ │ ├── htw-aalen.txt │ │ ├── htw-berlin.txt │ │ ├── htw-dresden.txt │ │ ├── htw-saarland.txt │ │ ├── htwg-konstanz.txt │ │ ├── htwk-leipzig.txt │ │ ├── htwm.txt │ │ ├── htwsaar.txt │ │ ├── hu-berlin.txt │ │ ├── hwg-lu.txt │ │ ├── hwp-hamburg.txt │ │ ├── hwr-berlin.txt │ │ ├── hwtk/ │ │ │ └── stud.txt │ │ ├── hzdr.txt │ │ ├── i-u.txt │ │ ├── ib-hochschule.txt │ │ ├── ibs-ol.txt │ │ ├── ids-mannheim.txt │ │ ├── if-koeln/ │ │ │ └── student.txt │ │ ├── igs-goettingen.txt │ │ ├── igs-kastellaun.txt │ │ ├── igs-kreyenbrueck.txt │ │ ├── igs-os.txt │ │ ├── igs-sassenburg.txt │ │ ├── igs-seevetal.txt │ │ ├── igs-wedemark.txt │ │ ├── igs-wunstorf.txt │ │ ├── igsquerum.txt │ │ ├── igssolms-ldk.txt │ │ ├── ihi-zittau.txt │ │ ├── imtek.txt │ │ ├── io-warnemuende.txt │ │ ├── ipu.txt │ │ ├── isdedu.txt │ │ ├── iserv-gis.txt │ │ ├── iserv-trg-oha.txt │ │ ├── ism/ │ │ │ ├── dozent.txt │ │ │ └── student.txt │ │ ├── ism-dortmund.txt │ │ ├── isnm.txt │ │ ├── isr-school.txt │ │ ├── itbspa.txt │ │ ├── itc-dortmund.txt │ │ ├── itc-studenten.txt │ │ ├── itech-bs14.txt │ │ ├── its-stuttgart.txt │ │ ├── iu-akademie.txt │ │ ├── iubh-dualesstudium.txt │ │ ├── iubh-fernstudium.txt │ │ ├── iubh.txt │ │ ├── jacobs-university.txt │ │ ├── jade-hs.txt │ │ ├── jakob-brucker-gymnasium.txt │ │ ├── jena/ │ │ │ ├── angergymnasium.txt │ │ │ └── cz-gymnasium.txt │ │ ├── jfg-augsburg/ │ │ │ └── stud.txt │ │ ├── jhgcloud.txt │ │ ├── jkg-ibb.txt │ │ ├── johanneum-lg.txt │ │ ├── joseph-koenig-gymnasium.txt │ │ ├── jprs.txt │ │ ├── jsg-karlstadt.txt │ │ ├── julianum.txt │ │ ├── julius-wegeler-schule.txt │ │ ├── jws-rv.txt │ │ ├── kag-erding.txt │ │ ├── karlkuebelschule.txt │ │ ├── karlshochschule.txt │ │ ├── karlsruhe/ │ │ │ ├── hhs.txt │ │ │ └── mgg.txt │ │ ├── kath-fh-nord.txt │ │ ├── katharineum.txt │ │ ├── kbm-du/ │ │ │ └── student.txt │ │ ├── kbs-nordhorn.txt │ │ ├── kfb-berlin.txt │ │ ├── kfh-Freiburg.txt │ │ ├── kfh-mainz.txt │ │ ├── kfhnw.txt │ │ ├── kgw-duisburg.txt │ │ ├── kh-berlin.txt │ │ ├── khgmettmann.txt │ │ ├── khm.txt │ │ ├── khsa.txt │ │ ├── kinzig-schule.txt │ │ ├── kisd.txt │ │ ├── kitz-heidelberg.txt │ │ ├── kks-kiel.txt │ │ ├── klara-oppenheimer-schule.txt │ │ ├── knabenrealschule-neumarkt.txt │ │ ├── kolleg-st-sebastian.txt │ │ ├── konrad-zuse-schule.txt │ │ ├── krbor.txt │ │ ├── kreuzgymnasium/ │ │ │ └── mail.txt │ │ ├── ks-ldk.txt │ │ ├── ksan/ │ │ │ └── edu.txt │ │ ├── ksfh.txt │ │ ├── kst-vechta.txt │ │ ├── ku-eichstaett.txt │ │ ├── ku.txt │ │ ├── kunstakademie-duesseldorf.txt │ │ ├── kvg-mettingen.txt │ │ ├── kvgg.txt │ │ ├── kvgschulen.txt │ │ ├── kwr-hannover.txt │ │ ├── landsh/ │ │ │ └── schule.txt │ │ ├── law-school.txt │ │ ├── lazi-akademie.txt │ │ ├── lebk247.txt │ │ ├── leibniz-fh.txt │ │ ├── leibniz-gymnasium-essen.txt │ │ ├── leo-statz-berufskolleg.txt │ │ ├── leogos.txt │ │ ├── lernsax/ │ │ │ ├── afra.txt │ │ │ ├── ars-bsz.txt │ │ │ ├── bsz1.txt │ │ │ ├── bszetdd.txt │ │ │ ├── bsztw-riesa.txt │ │ │ ├── ewvt.txt │ │ │ ├── gsg-loebau.txt │ │ │ ├── manos-dresden.txt │ │ │ └── whg-rie.txt │ │ ├── lernsax.txt │ │ ├── leuphana.txt │ │ ├── lg-bs.txt │ │ ├── lg-ks/ │ │ │ └── schueler.txt │ │ ├── lgbk.txt │ │ ├── liebigschule-giessen.txt │ │ ├── ligcux.txt │ │ ├── lindengymnasium.txt │ │ ├── lio-darmstadt.txt │ │ ├── list-gymnasium.txt │ │ ├── lls-bad.txt │ │ ├── lmgrhl.txt │ │ ├── lmu.txt │ │ ├── lo-net2/ │ │ │ ├── by/ │ │ │ │ └── gd.txt │ │ │ ├── ni/ │ │ │ │ ├── bbs-hol.txt │ │ │ │ └── bbs-whv.txt │ │ │ ├── nw/ │ │ │ │ ├── fvsg-ob.txt │ │ │ │ ├── gyko.txt │ │ │ │ ├── lhbk.txt │ │ │ │ ├── mcgduesseldorf.txt │ │ │ │ └── tbs1.txt │ │ │ └── sh/ │ │ │ └── lornsenschule.txt │ │ ├── logineo/ │ │ │ └── bkbe.txt │ │ ├── lore-lorentz-schule.txt │ │ ├── louis-leitz-schule.txt │ │ ├── louisenlund.txt │ │ ├── lsbkmi.txt │ │ ├── ludwig-geissler-schule.txt │ │ ├── lwl-bz-soest.txt │ │ ├── lwl-vvs.txt │ │ ├── macromedia/ │ │ │ └── stud.txt │ │ ├── maedchenrealschule-neumarkt.txt │ │ ├── marienschule-bielefeld.txt │ │ ├── markdorf-robotics.txt │ │ ├── max-eyth-schule/ │ │ │ └── schueler.txt │ │ ├── max-weber-schule.txt │ │ ├── maxe-del.txt │ │ ├── maxplanckschools.txt │ │ ├── mbg-germering.txt │ │ ├── mbs-altona.txt │ │ ├── mcg-berlin.txt │ │ ├── mcggehrden.txt │ │ ├── mdc-berlin.txt │ │ ├── mdg-hamburg.txt │ │ ├── mediadesign.txt │ │ ├── mein-gaussge.txt │ │ ├── merz-akademie.txt │ │ ├── mes-portal.txt │ │ ├── mesk.txt │ │ ├── mfh-iserlohn.txt │ │ ├── mh-freiburg.txt │ │ ├── mh-hannover.txt │ │ ├── mh-trossingen.txt │ │ ├── mhmk.txt │ │ ├── mhn.txt │ │ ├── mint-kolleg.txt │ │ ├── mis-munich.txt │ │ ├── mk-bs.txt │ │ ├── mls-marburg.txt │ │ ├── mm-bbs.txt │ │ ├── mobile-university/ │ │ │ └── stud.txt │ │ ├── monte-koeln.txt │ │ ├── mpg/ │ │ │ ├── ae.txt │ │ │ ├── brain.txt │ │ │ ├── cbs.txt │ │ │ ├── coll.txt │ │ │ ├── ds.txt │ │ │ ├── eva.txt │ │ │ ├── fhi-berlin.txt │ │ │ ├── fkf.txt │ │ │ ├── ipp.txt │ │ │ ├── is.txt │ │ │ ├── molgen.txt │ │ │ ├── mpe.txt │ │ │ ├── mpi-inf.txt │ │ │ ├── mpia-hd.txt │ │ │ ├── mpimet.txt │ │ │ ├── mpip-mainz.txt │ │ │ ├── mpiwg-berlin.txt │ │ │ ├── mpl.txt │ │ │ ├── mpp.txt │ │ │ ├── mpsd.txt │ │ │ ├── pks.txt │ │ │ ├── psych.txt │ │ │ └── tue.txt │ │ ├── mpg-bb.txt │ │ ├── mpg-umstadt/ │ │ │ └── schueler.txt │ │ ├── mpi-cbg.txt │ │ ├── mpia.txt │ │ ├── ms/ │ │ │ ├── annette.txt │ │ │ ├── pascal.txt │ │ │ └── stein.txt │ │ ├── ms-muc.txt │ │ ├── mseu.txt │ │ ├── mtgmuenchen.txt │ │ ├── mu-luebeck.txt │ │ ├── musin/ │ │ │ ├── mtg.txt │ │ │ ├── muenchen/ │ │ │ │ ├── bs-info.txt │ │ │ │ ├── fosbos-technik.txt │ │ │ │ ├── gg.txt │ │ │ │ ├── gmm.txt │ │ │ │ ├── hhg.txt │ │ │ │ ├── kkg.txt │ │ │ │ ├── lfg.txt │ │ │ │ ├── lpg.txt │ │ │ │ ├── mtg.txt │ │ │ │ ├── thg.txt │ │ │ │ ├── ts.txt │ │ │ │ ├── willi-graf-gymnasium.txt │ │ │ │ └── wsg.txt │ │ │ └── wsg.txt │ │ ├── muthesius.txt │ │ ├── mwn.txt │ │ ├── mws-mainz.txt │ │ ├── mycorvey.txt │ │ ├── myhsba.txt │ │ ├── myhss.txt │ │ ├── mytum.txt │ │ ├── naturkundemuseum-bw.txt │ │ ├── neuefische.txt │ │ ├── noether-gymnasium.txt │ │ ├── nordakademie.txt │ │ ├── nrw/ │ │ │ └── hspv.txt │ │ ├── nta-isny.txt │ │ ├── nuernberg/ │ │ │ ├── dg.txt │ │ │ └── schulen.txt │ │ ├── obs-ganderkesee.txt │ │ ├── obs-hilter.txt │ │ ├── obs-weener.txt │ │ ├── obs1celle.txt │ │ ├── obsbs.txt │ │ ├── oegym.txt │ │ ├── ohg-bensberg.txt │ │ ├── ohg-boeblingen.txt │ │ ├── ohg-sb.txt │ │ ├── ohggf.txt │ │ ├── ohmoor.txt │ │ ├── ohs-bensberg.txt │ │ ├── onbtineuss.txt │ │ ├── osrw.txt │ │ ├── ostendorfer.txt │ │ ├── ostfalia.txt │ │ ├── osz-teltow.txt │ │ ├── oszimt.txt │ │ ├── osztiem/ │ │ │ └── schueler.txt │ │ ├── oth-aw.txt │ │ ├── oth-regensburg.txt │ │ ├── otto-nagel-gymnasium.txt │ │ ├── ovgu.txt │ │ ├── ovm-kassel.txt │ │ ├── paderborn.txt │ │ ├── pdr-kelkheim.txt │ │ ├── pfh.txt │ │ ├── pgs-portal.txt │ │ ├── ph-erfurt.txt │ │ ├── ph-freiburg.txt │ │ ├── ph-gmuend.txt │ │ ├── ph-heidelberg.txt │ │ ├── ph-karlsruhe.txt │ │ ├── ph-ludwigsburg.txt │ │ ├── ph-weingarten.txt │ │ ├── philtheol-augustin.txt │ │ ├── phwt.txt │ │ ├── pmhs.txt │ │ ├── popakademie.txt │ │ ├── ppc-schule.txt │ │ ├── privatfh-da.txt │ │ ├── privatgymnasium-weinheim.txt │ │ ├── pth-bb.txt │ │ ├── pth-muenster.txt │ │ ├── pthv.txt │ │ ├── rak.txt │ │ ├── ratsgymnasium-pe.txt │ │ ├── ratsgympeine.txt │ │ ├── rauheshaus.txt │ │ ├── rbbk-do.txt │ │ ├── rbbk-dortmund.txt │ │ ├── rbs-ulm.txt │ │ ├── reuchlin-gymnasium.txt │ │ ├── reutlingen-university.txt │ │ ├── rfgs/ │ │ │ └── schule.txt │ │ ├── rfgs.txt │ │ ├── rfh-campus.txt │ │ ├── rfh-koeln.txt │ │ ├── rhein-gymnasium-sinzig.txt │ │ ├── rheinahrcampus.txt │ │ ├── rhs-bs.txt │ │ ├── riemenschneider-gymnasium.txt │ │ ├── rks-linz.txt │ │ ├── rlp/ │ │ │ └── pl.txt │ │ ├── rptu.txt │ │ ├── rs-ilsede.txt │ │ ├── rs-leimen.txt │ │ ├── rs-unterpfaffenhofen.txt │ │ ├── rsh-duesseldorf.txt │ │ ├── rsnibelungen.txt │ │ ├── rsplus-nierstein.txt │ │ ├── rss-witten.txt │ │ ├── rsu-germering.txt │ │ ├── rub.txt │ │ ├── ruhr-gymnasium.txt │ │ ├── ruhr-uni-bochum.txt │ │ ├── rvwbk.txt │ │ ├── rwg-waren/ │ │ │ └── stud.txt │ │ ├── rwth-aachen.txt │ │ ├── rwu.txt │ │ ├── sadds.txt │ │ ├── sbs-herzogenaurach.txt │ │ ├── sbsz-jena.txt │ │ ├── schiller-gymnasium-bautzen.txt │ │ ├── schiller-og.txt │ │ ├── schueler-bkgut.txt │ │ ├── schueler-bsd.txt │ │ ├── schulbistum/ │ │ │ ├── gjo.txt │ │ │ └── gsma.txt │ │ ├── schuldorf.txt │ │ ├── schule/ │ │ │ ├── bw/ │ │ │ │ ├── lb/ │ │ │ │ │ └── mgl.txt │ │ │ │ ├── rt/ │ │ │ │ │ └── dbg.txt │ │ │ │ └── ul/ │ │ │ │ └── vbs.txt │ │ │ ├── nw/ │ │ │ │ └── do/ │ │ │ │ └── rbb.txt │ │ │ ├── sn/ │ │ │ │ └── c/ │ │ │ │ └── bs-tnk1.txt │ │ │ └── st/ │ │ │ └── md/ │ │ │ └── siemens.txt │ │ ├── schule-bw/ │ │ │ ├── em/ │ │ │ │ └── ghsem.txt │ │ │ └── hd/ │ │ │ └── hoelderlin.txt │ │ ├── schule-franzburg.txt │ │ ├── schule-schloss-salem.txt │ │ ├── schule-sh.txt │ │ ├── schulen-bn/ │ │ │ └── 166364.txt │ │ ├── schulen-hannover.txt │ │ ├── schulen-offenbach/ │ │ │ └── ass.txt │ │ ├── schulverbund.txt │ │ ├── schulzentrum-am-sund.txt │ │ ├── schweinfurt.txt │ │ ├── sdi-muenchen.txt │ │ ├── selk.txt │ │ ├── sembska.txt │ │ ├── semper-schueler.txt │ │ ├── semper-schulen.txt │ │ ├── semperschulen.txt │ │ ├── sgy-dt.txt │ │ ├── shg-hi.txt │ │ ├── siegtal-gymnasium.txt │ │ ├── siewerth-akademie.txt │ │ ├── sis-fellbach.txt │ │ ├── siu-heidelberg.txt │ │ ├── siwiwissen/ │ │ │ ├── bkt.txt │ │ │ └── bwv.txt │ │ ├── sk-wadersloh.txt │ │ ├── smns-bw.txt │ │ ├── sp-gs.txt │ │ ├── sportschule-potsdam.txt │ │ ├── spranger-hamm.txt │ │ ├── srh/ │ │ │ └── bfw.txt │ │ ├── srh-berlin.txt │ │ ├── srh-campus-berlin/ │ │ │ └── stud.txt │ │ ├── srh.txt │ │ ├── srhk.txt │ │ ├── staedelschule.txt │ │ ├── steinbeis-sibe/ │ │ │ └── student.txt │ │ ├── stiftkeppel.txt │ │ ├── stiftsgymnasium.txt │ │ ├── stresemanngymnasium.txt │ │ ├── sts-old.txt │ │ ├── stud-provadis-hochschule.txt │ │ ├── students-hnbk.txt │ │ ├── stw.txt │ │ ├── sus-am-bktm.txt │ │ ├── sus-bbswhs.txt │ │ ├── sz-deg/ │ │ │ └── edu.txt │ │ ├── sz-haltern.txt │ │ ├── sz-uetze.txt │ │ ├── szh-ahrensburg.txt │ │ ├── tagore-gymnasium.txt │ │ ├── tbk-solingen.txt │ │ ├── tbs1.txt │ │ ├── technik-emden.txt │ │ ├── technikerschule-berlin.txt │ │ ├── tek-up.txt │ │ ├── tel-ran.txt │ │ ├── tfh-berlin.txt │ │ ├── tfh-bochum.txt │ │ ├── tfh-wildau.txt │ │ ├── th-ab.txt │ │ ├── th-bingen.txt │ │ ├── th-brandenburg.txt │ │ ├── th-deg.txt │ │ ├── th-koeln.txt │ │ ├── th-luebeck.txt │ │ ├── th-nuernberg.txt │ │ ├── th-owl.txt │ │ ├── th-rosenheim/ │ │ │ └── stud.txt │ │ ├── th-rosenheim.txt │ │ ├── th-wildau.txt │ │ ├── tha.txt │ │ ├── thga.txt │ │ ├── thh-friedensau.txt │ │ ├── thi.txt │ │ ├── thm.txt │ │ ├── ths-berlin.txt │ │ ├── thu.txt │ │ ├── thws.txt │ │ ├── tiho-hannover.txt │ │ ├── tms-badoldesloe.txt │ │ ├── ts-aalen.txt │ │ ├── tu-berlin.txt │ │ ├── tu-braunschweig.txt │ │ ├── tu-bs.txt │ │ ├── tu-chemnitz.txt │ │ ├── tu-clausthal.txt │ │ ├── tu-cottbus.txt │ │ ├── tu-darmstadt.txt │ │ ├── tu-dortmund.txt │ │ ├── tu-dresden.txt │ │ ├── tu-freiberg.txt │ │ ├── tu-harburg.txt │ │ ├── tu-ilmenau.txt │ │ ├── tu-muenchen.txt │ │ ├── tuhh.txt │ │ ├── tum.txt │ │ ├── udk-berlin.txt │ │ ├── ue-germany.txt │ │ ├── ukbonn.txt │ │ ├── ulricianum-aurich.txt │ │ ├── umwelt-campus.txt │ │ ├── uni-a.txt │ │ ├── uni-augsburg.txt │ │ ├── uni-bamberg.txt │ │ ├── uni-bayreuth.txt │ │ ├── uni-bielefeld.txt │ │ ├── uni-bonn.txt │ │ ├── uni-bremen.txt │ │ ├── uni-dortmund.txt │ │ ├── uni-due.txt │ │ ├── uni-duesseldorf.txt │ │ ├── uni-duisburg-essen.txt │ │ ├── uni-erfurt.txt │ │ ├── uni-erlangen.txt │ │ ├── uni-flensburg.txt │ │ ├── uni-frankfurt.txt │ │ ├── uni-freiburg.txt │ │ ├── uni-giessen.txt │ │ ├── uni-goettingen/ │ │ │ └── stud.txt │ │ ├── uni-goettingen.txt │ │ ├── uni-greifswald.txt │ │ ├── uni-halle.txt │ │ ├── uni-hamburg.txt │ │ ├── uni-hannover.txt │ │ ├── uni-heidelberg.txt │ │ ├── uni-hildesheim.txt │ │ ├── uni-hohenheim.txt │ │ ├── uni-jena.txt │ │ ├── uni-karlsruhe.txt │ │ ├── uni-kassel.txt │ │ ├── uni-kiel.txt │ │ ├── uni-kl.txt │ │ ├── uni-koblenz-landau.txt │ │ ├── uni-koblenz.txt │ │ ├── uni-koeln.txt │ │ ├── uni-konstanz.txt │ │ ├── uni-landau.txt │ │ ├── uni-leipzig.txt │ │ ├── uni-luebeck.txt │ │ ├── uni-lueneburg.txt │ │ ├── uni-magdeburg.txt │ │ ├── uni-mainz.txt │ │ ├── uni-mannheim.txt │ │ ├── uni-marburg.txt │ │ ├── uni-muenchen.txt │ │ ├── uni-muenster.txt │ │ ├── uni-oldenburg.txt │ │ ├── uni-osnabrueck.txt │ │ ├── uni-paderborn.txt │ │ ├── uni-passau.txt │ │ ├── uni-potsdam.txt │ │ ├── uni-regensburg.txt │ │ ├── uni-rostock.txt │ │ ├── uni-saarland.txt │ │ ├── uni-siegen.txt │ │ ├── uni-stuttgart.txt │ │ ├── uni-trier.txt │ │ ├── uni-tuebingen.txt │ │ ├── uni-ulm.txt │ │ ├── uni-vechta.txt │ │ ├── uni-weimar.txt │ │ ├── uni-wh.txt │ │ ├── uni-wuerzburg.txt │ │ ├── uni-wuppertal.txt │ │ ├── unibw-hamburg.txt │ │ ├── unibw-muenchen.txt │ │ ├── unibw.txt │ │ ├── uniklinik-freiburg.txt │ │ ├── uos.txt │ │ ├── upb.txt │ │ ├── ursulinenschule.txt │ │ ├── utn.txt │ │ ├── vbs-lauterbach.txt │ │ ├── versus-wf/ │ │ │ └── grosse-schule.txt │ │ ├── victoria-hochschule.txt │ │ ├── vit-bund.txt │ │ ├── w-hs.txt │ │ ├── wak-sh.txt │ │ ├── waldorf-augsburg.txt │ │ ├── wara.txt │ │ ├── wavelearn/ │ │ │ └── webmail.txt │ │ ├── wb-fernstudium.txt │ │ ├── wbgym.txt │ │ ├── wbstraining.txt │ │ ├── weg-schwabach.txt │ │ ├── wgg-neumarkt.txt │ │ ├── whg-lu.txt │ │ ├── whu-koblenz.txt │ │ ├── wilhelm-busch-gymnasium.txt │ │ ├── wrs-lueneburg.txt │ │ ├── wss-stuttgart.txt │ │ ├── wtkedu/ │ │ │ └── bsg.txt │ │ ├── wuemmeschule.txt │ │ ├── wvo-dbg.txt │ │ ├── wvss-hildesheim.txt │ │ ├── wvss-wetzlar.txt │ │ ├── wvss2-hildesheim.txt │ │ ├── wwgsk.txt │ │ ├── wwschool/ │ │ │ ├── gisny.txt │ │ │ └── gnr.txt │ │ ├── wwu.txt │ │ ├── xu-university/ │ │ │ └── student.txt │ │ ├── zgk-konstanz.txt │ │ ├── zgs-konstanz.txt │ │ ├── zi-mannheim │ │ └── zu.txt │ ├── digital/ │ │ └── epitech.txt │ ├── dj/ │ │ └── edu.txt │ ├── dk/ │ │ ├── aaks.txt │ │ ├── aarhus/ │ │ │ └── katrinebjergskolen.txt │ │ ├── aarhustech/ │ │ │ └── edu.txt │ │ ├── aarhustech.txt │ │ ├── aatg.txt │ │ ├── aau.txt │ │ ├── ah.txt │ │ ├── akademiaarhus.txt │ │ ├── askovefterskole.txt │ │ ├── aspit.txt │ │ ├── ats.txt │ │ ├── au.txt │ │ ├── auc.txt │ │ ├── brock.txt │ │ ├── campusvejle/ │ │ │ └── edu.txt │ │ ├── cbs.txt │ │ ├── ciid.txt │ │ ├── cphbusiness.txt │ │ ├── db.txt │ │ ├── ddea.txt │ │ ├── detfri.txt │ │ ├── diku.txt │ │ ├── dkdm.txt │ │ ├── dlh.txt │ │ ├── dmjx/ │ │ │ └── mail.txt │ │ ├── dmjx.txt │ │ ├── dpu.txt │ │ ├── dtu.txt │ │ ├── eaaa.txt │ │ ├── eadania.txt │ │ ├── eal.txt │ │ ├── eamv.txt │ │ ├── easj.txt │ │ ├── easv.txt │ │ ├── easv365.txt │ │ ├── eg-gym.txt │ │ ├── elevcampus.txt │ │ ├── elevportal.txt │ │ ├── euclive.txt │ │ ├── eucnordvest.txt │ │ ├── eucsj/ │ │ │ └── unv.txt │ │ ├── eucsyd.txt │ │ ├── gefion-gym.txt │ │ ├── ghg.txt │ │ ├── hansenberg.txt │ │ ├── herningsholm.txt │ │ ├── hha.txt │ │ ├── hhs.txt │ │ ├── iba.txt │ │ ├── iha.txt │ │ ├── ihk-edu.txt │ │ ├── ihk.txt │ │ ├── ind-it.txt │ │ ├── individualisterne.txt │ │ ├── ipc.txt │ │ ├── itu.txt │ │ ├── kadk/ │ │ │ └── edu.txt │ │ ├── karch.txt │ │ ├── kea.txt │ │ ├── kglakademi.txt │ │ ├── kp.txt │ │ ├── ku.txt │ │ ├── kunstakademiet.txt │ │ ├── kvl.txt │ │ ├── learnmark.txt │ │ ├── marselisborg-gym.txt │ │ ├── mediacollege.txt │ │ ├── mercantec.txt │ │ ├── mitvuc.txt │ │ ├── musik-kons.txt │ │ ├── nagadm.txt │ │ ├── nagym/ │ │ │ └── g.txt │ │ ├── nbi.txt │ │ ├── nextkbh/ │ │ │ └── edu.txt │ │ ├── nextkbh.txt │ │ ├── nyborg-gym/ │ │ │ └── edu.txt │ │ ├── ofe.txt │ │ ├── ou.txt │ │ ├── pha.txt │ │ ├── phmetropol.txt │ │ ├── rhs.txt │ │ ├── roskilde-gym.txt │ │ ├── roskildegymnasium.txt │ │ ├── rts-365.txt │ │ ├── ruc.txt │ │ ├── rybners.txt │ │ ├── scu.txt │ │ ├── sde.txt │ │ ├── sdu.txt │ │ ├── simac/ │ │ │ └── edu.txt │ │ ├── skivecollege.txt │ │ ├── slagelse-gym.txt │ │ ├── studiebyenesbjerg.txt │ │ ├── svhfvuc.txt │ │ ├── svkskole.txt │ │ ├── sydfynsfrifagskole.txt │ │ ├── tcaa.txt │ │ ├── tec.txt │ │ ├── techcollege.txt │ │ ├── teologi.txt │ │ ├── tietgen.txt │ │ ├── tradium/ │ │ │ └── elev.txt │ │ ├── ucl.txt │ │ ├── ucn.txt │ │ ├── via.txt │ │ ├── viauc.txt │ │ ├── videndjurs.txt │ │ ├── vordingborgskolen.txt │ │ ├── zbc.txt │ │ └── zealand.txt │ ├── do/ │ │ └── edu/ │ │ ├── centroeducativoinvironda.txt │ │ ├── genesis.txt │ │ ├── icda.txt │ │ ├── intec.txt │ │ ├── ipl.txt │ │ ├── itla.txt │ │ ├── itsc.txt │ │ ├── oym.txt │ │ ├── oymas.txt │ │ ├── pucmm.txt │ │ ├── uafam.txt │ │ ├── uapa.txt │ │ ├── uasd.txt │ │ ├── ucateba.txt │ │ ├── ucateci.txt │ │ ├── uce.txt │ │ ├── ucne.txt │ │ ├── ucsd.txt │ │ ├── udoym.txt │ │ ├── ufhec.txt │ │ ├── unad.txt │ │ ├── unapec.txt │ │ ├── unefa.txt │ │ ├── unev/ │ │ │ └── est.txt │ │ ├── unibe.txt │ │ ├── unicaribe.txt │ │ ├── unicda.txt │ │ ├── uniremhos.txt │ │ ├── unphu.txt │ │ ├── uod.txt │ │ ├── ute.txt │ │ ├── uteco.txt │ │ └── utesur.txt │ ├── dz/ │ │ ├── cdta.txt │ │ ├── centre-univ-mila.txt │ │ ├── cu-elbayadh.txt │ │ ├── cuniv-naama.txt │ │ ├── edu/ │ │ │ ├── enp.txt │ │ │ └── umc.txt │ │ ├── enp-oran.txt │ │ ├── ens-kouba.txt │ │ ├── ensh.txt │ │ ├── enst.txt │ │ ├── epst-oran.txt │ │ ├── esi-sba.txt │ │ ├── esi.txt │ │ ├── essa-tlemcen.txt │ │ ├── esti-annaba.txt │ │ ├── estin.txt │ │ ├── hns-re2sd.txt │ │ ├── inttic.txt │ │ ├── ito.txt │ │ ├── lagh-univ.txt │ │ ├── umbb.txt │ │ ├── ummto.txt │ │ ├── univ-alger.txt │ │ ├── univ-alger3.txt │ │ ├── univ-annaba.txt │ │ ├── univ-batna2.txt │ │ ├── univ-bba.txt │ │ ├── univ-bechar.txt │ │ ├── univ-bejaia.txt │ │ ├── univ-biskra.txt │ │ ├── univ-blida.txt │ │ ├── univ-bouira.txt │ │ ├── univ-boumerdes.txt │ │ ├── univ-chlef.txt │ │ ├── univ-constantine2.txt │ │ ├── univ-constantine3.txt │ │ ├── univ-dbkm.txt │ │ ├── univ-eltarf.txt │ │ ├── univ-emir.txt │ │ ├── univ-ghardaia.txt │ │ ├── univ-guelma.txt │ │ ├── univ-jijel.txt │ │ ├── univ-mascara.txt │ │ ├── univ-mosta.txt │ │ ├── univ-msila.txt │ │ ├── univ-oeb.txt │ │ ├── univ-oran.txt │ │ ├── univ-oran1.txt │ │ ├── univ-oran2.txt │ │ ├── univ-ouargla.txt │ │ ├── univ-saida.txt │ │ ├── univ-sba.txt │ │ ├── univ-setif.txt │ │ ├── univ-skikda.txt │ │ ├── univ-tebessa.txt │ │ ├── univ-tiaret.txt │ │ ├── univ-tlemcen.txt │ │ ├── univ-usto.txt │ │ └── usthb.txt │ ├── ec/ │ │ ├── edu/ │ │ │ ├── aitec.txt │ │ │ ├── casagrande.txt │ │ │ ├── cordillera/ │ │ │ │ └── estudiantes.txt │ │ │ ├── cordillera.txt │ │ │ ├── cruzrojainstituto.txt │ │ │ ├── deming.txt │ │ │ ├── donbosco.txt │ │ │ ├── ecotec/ │ │ │ │ └── est.txt │ │ │ ├── epn.txt │ │ │ ├── espam.txt │ │ │ ├── espe.txt │ │ │ ├── espoch.txt │ │ │ ├── espol.txt │ │ │ ├── euroamericano.txt │ │ │ ├── iaen.txt │ │ │ ├── indoamerica.txt │ │ │ ├── insteclrg.txt │ │ │ ├── internacional.txt │ │ │ ├── istg.txt │ │ │ ├── istvr.txt │ │ │ ├── itb.txt │ │ │ ├── iti.txt │ │ │ ├── itq.txt │ │ │ ├── itslibertad.txt │ │ │ ├── itsqmet.txt │ │ │ ├── itstena/ │ │ │ │ └── est.txt │ │ │ ├── lametro.txt │ │ │ ├── puce.txt │ │ │ ├── pucesd.txt │ │ │ ├── pucese.txt │ │ │ ├── pucesi.txt │ │ │ ├── pucesm.txt │ │ │ ├── sudamericano.txt │ │ │ ├── tecazuay.txt │ │ │ ├── tecnologicoargos.txt │ │ │ ├── tecnologicoismac.txt │ │ │ ├── tecnologicoliceocristiano.txt │ │ │ ├── tecsu.txt │ │ │ ├── tes.txt │ │ │ ├── tsachila.txt │ │ │ ├── uagraria.txt │ │ │ ├── uartes.txt │ │ │ ├── uasb.txt │ │ │ ├── uazuay.txt │ │ │ ├── ucacue.txt │ │ │ ├── uce.txt │ │ │ ├── ucsg.txt │ │ │ ├── ucuenca.txt │ │ │ ├── udla.txt │ │ │ ├── uea.txt │ │ │ ├── ueb.txt │ │ │ ├── uees.txt │ │ │ ├── uefsorteresavalse.txt │ │ │ ├── ug.txt │ │ │ ├── uhemisferios/ │ │ │ │ └── estudiantes.txt │ │ │ ├── uide.txt │ │ │ ├── uisek.txt │ │ │ ├── uisrael.txt │ │ │ ├── uleam.txt │ │ │ ├── ulvr.txt │ │ │ ├── umet/ │ │ │ │ └── est.txt │ │ │ ├── unach.txt │ │ │ ├── unae.txt │ │ │ ├── unemi.txt │ │ │ ├── unesum.txt │ │ │ ├── uniandes.txt │ │ │ ├── unibe.txt │ │ │ ├── unl.txt │ │ │ ├── uotavalo.txt │ │ │ ├── upacifico.txt │ │ │ ├── upec.txt │ │ │ ├── ups.txt │ │ │ ├── upse.txt │ │ │ ├── usfq.txt │ │ │ ├── usm.txt │ │ │ ├── uta.txt │ │ │ ├── utb.txt │ │ │ ├── utc.txt │ │ │ ├── ute.txt │ │ │ ├── utelvt.txt │ │ │ ├── uteq.txt │ │ │ ├── utm.txt │ │ │ ├── utmachala.txt │ │ │ ├── utn.txt │ │ │ ├── utpl.txt │ │ │ ├── yachaytech.txt │ │ │ └── yavirac.txt │ │ └── udlanet.txt │ ├── edu/ │ │ ├── SanJac/ │ │ │ └── stu.txt │ │ ├── Watumull.txt │ │ ├── aacc.txt │ │ ├── aamu.txt │ │ ├── aast.txt │ │ ├── aauj.txt │ │ ├── ab.txt │ │ ├── academy.txt │ │ ├── academyart.txt │ │ ├── acp.txt │ │ ├── act.txt │ │ ├── acu.txt │ │ ├── adams.txt │ │ ├── adelphi.txt │ │ ├── adler.txt │ │ ├── adrian.txt │ │ ├── africau.txt │ │ ├── ahgaff.txt │ │ ├── aic.txt │ │ ├── aicag.txt │ │ ├── aii.txt │ │ ├── aiu.txt │ │ ├── aiub.txt │ │ ├── aiuniv.txt │ │ ├── aju.txt │ │ ├── akbible.txt │ │ ├── aku.txt │ │ ├── alamo.txt │ │ ├── alaska.txt │ │ ├── alaskapacific.txt │ │ ├── alasu.txt │ │ ├── albany.txt │ │ ├── albanylaw.txt │ │ ├── albertus.txt │ │ ├── albion.txt │ │ ├── albizu.txt │ │ ├── albright.txt │ │ ├── alc.txt │ │ ├── alcorn.txt │ │ ├── alfaisal.txt │ │ ├── alfred.txt │ │ ├── alfredadler.txt │ │ ├── alma.txt │ │ ├── alquds.txt │ │ ├── alvernia.txt │ │ ├── alverno.txt │ │ ├── ambassador.txt │ │ ├── amc.txt │ │ ├── amherst.txt │ │ ├── amity.txt │ │ ├── amrita/ │ │ │ └── cb.txt │ │ ├── amrita.txt │ │ ├── anderson.txt │ │ ├── andrews.txt │ │ ├── angelina.txt │ │ ├── angelo.txt │ │ ├── annauniv.txt │ │ ├── anselm.txt │ │ ├── antioch.txt │ │ ├── antiochla.txt │ │ ├── antiochne.txt │ │ ├── antiochsb.txt │ │ ├── antiochsea.txt │ │ ├── appstate.txt │ │ ├── apsu.txt │ │ ├── apu.txt │ │ ├── apus.txt │ │ ├── aquinas.txt │ │ ├── arapahoe.txt │ │ ├── arbor.txt │ │ ├── argosy.txt │ │ ├── arizona.txt │ │ ├── armstrong.txt │ │ ├── artacademy.txt │ │ ├── artcenter.txt │ │ ├── artic.txt │ │ ├── artinstitutes.txt │ │ ├── asbury.txt │ │ ├── ashland.txt │ │ ├── assumption.txt │ │ ├── astate.txt │ │ ├── asu.txt │ │ ├── asub.txt │ │ ├── asumh.txt │ │ ├── asun.txt │ │ ├── asurams.txt │ │ ├── ateneo.txt │ │ ├── athabasca.txt │ │ ├── athens.txt │ │ ├── atlanticuniv.txt │ │ ├── atu.txt │ │ ├── au.txt │ │ ├── aub/ │ │ │ └── mail.txt │ │ ├── auburn.txt │ │ ├── aucegypt.txt │ │ ├── aucmed.txt │ │ ├── aud.txt │ │ ├── augie.txt │ │ ├── augsburg.txt │ │ ├── augusta.txt │ │ ├── augustana.txt │ │ ├── aul.txt │ │ ├── aum.txt │ │ ├── aurora.txt │ │ ├── aus.txt │ │ ├── aust.txt │ │ ├── austincc/ │ │ │ └── g.txt │ │ ├── aut.txt │ │ ├── averett.txt │ │ ├── avila.txt │ │ ├── azwestern.txt │ │ ├── b-sc.txt │ │ ├── babson.txt │ │ ├── bac.txt │ │ ├── baker.txt │ │ ├── bakeru.txt │ │ ├── barclaycollege.txt │ │ ├── bard.txt │ │ ├── barry.txt │ │ ├── barton.txt │ │ ├── bastyr.txt │ │ ├── bates.txt │ │ ├── bath.txt │ │ ├── baylor.txt │ │ ├── bc.txt │ │ ├── bcm.txt │ │ ├── belhaven.txt │ │ ├── bellarmine.txt │ │ ├── bellevue.txt │ │ ├── bellevuecollege.txt │ │ ├── belmont.txt │ │ ├── belmontcollege.txt │ │ ├── beloit.txt │ │ ├── ben.txt │ │ ├── benedict.txt │ │ ├── benedictine.txt │ │ ├── bennett.txt │ │ ├── bennington.txt │ │ ├── bentley.txt │ │ ├── berea.txt │ │ ├── berean.txt │ │ ├── bergen.txt │ │ ├── berkeley.txt │ │ ├── berklee.txt │ │ ├── berry.txt │ │ ├── bethany.txt │ │ ├── bethanylb.txt │ │ ├── bethel.txt │ │ ├── bethelks.txt │ │ ├── bethlehem.txt │ │ ├── bgsu.txt │ │ ├── bhc.txt │ │ ├── bhsu.txt │ │ ├── bhu.txt │ │ ├── bible.txt │ │ ├── binghamton.txt │ │ ├── biola.txt │ │ ├── bircham.txt │ │ ├── birzeit.txt │ │ ├── bju.txt │ │ ├── blackburn.txt │ │ ├── bloomfield.txt │ │ ├── bloomu.txt │ │ ├── bluefield.txt │ │ ├── bluffton.txt │ │ ├── bmc.txt │ │ ├── boisebible.txt │ │ ├── boisestate.txt │ │ ├── boricuacollege.txt │ │ ├── bowdoin.txt │ │ ├── bowiestate.txt │ │ ├── bpc.txt │ │ ├── bpcc.txt │ │ ├── bpkihs.txt │ │ ├── bradley.txt │ │ ├── brandeis.txt │ │ ├── brandman.txt │ │ ├── brcn.txt │ │ ├── brenau.txt │ │ ├── brescia.txt │ │ ├── brevard.txt │ │ ├── bridgeport.txt │ │ ├── bridgew.txt │ │ ├── bridgewater.txt │ │ ├── brockport.txt │ │ ├── brooklaw.txt │ │ ├── brooks.txt │ │ ├── brown.txt │ │ ├── brunswickcc.txt │ │ ├── bryan.txt │ │ ├── bryant.txt │ │ ├── bryantstratton.txt │ │ ├── brynmawr.txt │ │ ├── bsc.txt │ │ ├── bsu.txt │ │ ├── bths.txt │ │ ├── bu.txt │ │ ├── bucknell.txt │ │ ├── bucks.txt │ │ ├── buffalo.txt │ │ ├── butler.txt │ │ ├── bvu.txt │ │ ├── bw.txt │ │ ├── byu/ │ │ │ └── studentbody.txt │ │ ├── byu.txt │ │ ├── byuh.txt │ │ ├── byui.txt │ │ ├── cabrini.txt │ │ ├── cahsu.txt │ │ ├── calarts.txt │ │ ├── calbaptist.txt │ │ ├── calcoast.txt │ │ ├── caldwell.txt │ │ ├── callutheran.txt │ │ ├── calpoly.txt │ │ ├── calstatela.txt │ │ ├── caltech.txt │ │ ├── calvary.txt │ │ ├── calvin.txt │ │ ├── cambridge.txt │ │ ├── cameron.txt │ │ ├── campbell.txt │ │ ├── campbellsville.txt │ │ ├── canisius.txt │ │ ├── capecod.txt │ │ ├── capella.txt │ │ ├── capellauniversity.txt │ │ ├── capital.txt │ │ ├── capitol-college.txt │ │ ├── caribbean.txt │ │ ├── carleton.txt │ │ ├── carlow.txt │ │ ├── carroll.txt │ │ ├── carthage.txt │ │ ├── case.txt │ │ ├── catawba.txt │ │ ├── cau.txt │ │ ├── cayuga-cc.txt │ │ ├── cbc.txt │ │ ├── cbcag.txt │ │ ├── cbu.txt │ │ ├── cc-sd.txt │ │ ├── cc.txt │ │ ├── ccac.txt │ │ ├── ccad.txt │ │ ├── ccc.txt │ │ ├── cccb.txt │ │ ├── cccd.txt │ │ ├── cccs.txt │ │ ├── ccis.txt │ │ ├── ccp.txt │ │ ├── ccsf.txt │ │ ├── ccsj.txt │ │ ├── ccsu.txt │ │ ├── ccu.txt │ │ ├── cdrewu.txt │ │ ├── cedarcrest.txt │ │ ├── cedarville.txt │ │ ├── centenary.txt │ │ ├── central.txt │ │ ├── centralpenn.txt │ │ ├── centralstate.txt │ │ ├── centre.txt │ │ ├── cga.txt │ │ ├── cgu.txt │ │ ├── chaminade.txt │ │ ├── champlain.txt │ │ ├── chapman.txt │ │ ├── chatham.txt │ │ ├── chc.txt │ │ ├── cheyney.txt │ │ ├── chicagobooth.txt │ │ ├── chiropractic.txt │ │ ├── chowan.txt │ │ ├── christendom.txt │ │ ├── cia.txt │ │ ├── ciis.txt │ │ ├── cim.txt │ │ ├── cityu.txt │ │ ├── ciu.txt │ │ ├── clarion.txt │ │ ├── clarke.txt │ │ ├── clarkson.txt │ │ ├── clarksoncollege.txt │ │ ├── clarku.txt │ │ ├── clayton.txt │ │ ├── clearwater.txt │ │ ├── cleary.txt │ │ ├── clemson.txt │ │ ├── clu.txt │ │ ├── cmc.txt │ │ ├── cmich.txt │ │ ├── cmsv.txt │ │ ├── cmu.txt │ │ ├── cn.txt │ │ ├── cnm.txt │ │ ├── cnr.txt │ │ ├── cnu.txt │ │ ├── coa.txt │ │ ├── coastal.txt │ │ ├── cobleskill.txt │ │ ├── cod.txt │ │ ├── coe.txt │ │ ├── cofc.txt │ │ ├── cofo.txt │ │ ├── cogswell.txt │ │ ├── coker.txt │ │ ├── colby-sawyer.txt │ │ ├── colby.txt │ │ ├── coleman.txt │ │ ├── colgate.txt │ │ ├── collegeamerica.txt │ │ ├── collegeofidaho.txt │ │ ├── colorado.txt │ │ ├── colostate.txt │ │ ├── colum.txt │ │ ├── columbia.txt │ │ ├── columbiacollege.txt │ │ ├── columbiasouthern.txt │ │ ├── columbus.txt │ │ ├── concord.txt │ │ ├── concordia-ny.txt │ │ ├── concordia.txt │ │ ├── conncoll.txt │ │ ├── converse.txt │ │ ├── cookman.txt │ │ ├── cooper.txt │ │ ├── coppin.txt │ │ ├── cord.txt │ │ ├── cornell.txt │ │ ├── cornish.txt │ │ ├── cortland.txt │ │ ├── cos.txt │ │ ├── cosc.txt │ │ ├── covenant.txt │ │ ├── cpcc.txt │ │ ├── cpp.txt │ │ ├── cranbrook.txt │ │ ├── cranbrookart.txt │ │ ├── creighton.txt │ │ ├── crown.txt │ │ ├── csbsju.txt │ │ ├── csc.txt │ │ ├── csi.txt │ │ ├── csinow.txt │ │ ├── csj.txt │ │ ├── csld.txt │ │ ├── csm.txt │ │ ├── csn.txt │ │ ├── csp.txt │ │ ├── cspp.txt │ │ ├── css.txt │ │ ├── csu.txt │ │ ├── csubak.txt │ │ ├── csuchico.txt │ │ ├── csuci.txt │ │ ├── csudh.txt │ │ ├── csueastbay.txt │ │ ├── csufresno.txt │ │ ├── csuglobal.txt │ │ ├── csuhayward.txt │ │ ├── csulb.txt │ │ ├── csum.txt │ │ ├── csumb.txt │ │ ├── csun.txt │ │ ├── csuniv.txt │ │ ├── csuohio.txt │ │ ├── csus.txt │ │ ├── csusb.txt │ │ ├── csusm.txt │ │ ├── csustan.txt │ │ ├── ctsem.txt │ │ ├── ctu.txt │ │ ├── cu-portland.txt │ │ ├── cuaa.txt │ │ ├── cuea.txt │ │ ├── cui.txt │ │ ├── cuk.txt │ │ ├── culver.txt │ │ ├── cumberland.txt │ │ ├── cune.txt │ │ ├── cuny.txt │ │ ├── curtis.txt │ │ ├── cuw.txt │ │ ├── cw.txt │ │ ├── cwsl.txt │ │ ├── cwu.txt │ │ ├── daemen.txt │ │ ├── dallas.txt │ │ ├── dartmouth.txt │ │ ├── darton.txt │ │ ├── davenport.txt │ │ ├── davidson.txt │ │ ├── dbq.txt │ │ ├── dbu.txt │ │ ├── dbumn.txt │ │ ├── dc.txt │ │ ├── dcb.txt │ │ ├── dcccd.txt │ │ ├── dcita.txt │ │ ├── defiance.txt │ │ ├── deltacollege.txt │ │ ├── denison.txt │ │ ├── depaul.txt │ │ ├── depauw.txt │ │ ├── desales.txt │ │ ├── devry.txt │ │ ├── dgu.txt │ │ ├── dickinson.txt │ │ ├── digipen.txt │ │ ├── dillard.txt │ │ ├── disd.txt │ │ ├── diu.txt │ │ ├── dixie.txt │ │ ├── dmacc.txt │ │ ├── dmcg.txt │ │ ├── doane.txt │ │ ├── dom.txt │ │ ├── dominican.txt │ │ ├── dongguk.txt │ │ ├── dordt.txt │ │ ├── dowling.txt │ │ ├── downstate.txt │ │ ├── dpc.txt │ │ ├── drake.txt │ │ ├── drew.txt │ │ ├── drexel.txt │ │ ├── drury.txt │ │ ├── dspt.txt │ │ ├── dsu.txt │ │ ├── du.txt │ │ ├── duep.txt │ │ ├── duke.txt │ │ ├── dunwoody.txt │ │ ├── dupage.txt │ │ ├── duq.txt │ │ ├── dwu.txt │ │ ├── dyc.txt │ │ ├── earlham.txt │ │ ├── eastern.txt │ │ ├── eastwest.txt │ │ ├── ebs.txt │ │ ├── eckerd.txt │ │ ├── ecok.txt │ │ ├── ecsu.txt │ │ ├── ecu.txt │ │ ├── edcc/ │ │ │ └── edmail.txt │ │ ├── edgewood.txt │ │ ├── edhec.txt │ │ ├── edinboro.txt │ │ ├── egs.txt │ │ ├── ehc.txt │ │ ├── eitc.txt │ │ ├── eiu.txt │ │ ├── eku.txt │ │ ├── elmhurst.txt │ │ ├── elmira.txt │ │ ├── elon.txt │ │ ├── embryriddle.txt │ │ ├── emich.txt │ │ ├── emiratesacademy.txt │ │ ├── emmaus.txt │ │ ├── emory.txt │ │ ├── emporia.txt │ │ ├── emu.txt │ │ ├── enmu.txt │ │ ├── eou.txt │ │ ├── epcc.txt │ │ ├── erau.txt │ │ ├── erskine.txt │ │ ├── esc.txt │ │ ├── esf.txt │ │ ├── esic.txt │ │ ├── esu.txt │ │ ├── etbu.txt │ │ ├── etf.txt │ │ ├── etown.txt │ │ ├── etsu.txt │ │ ├── eurasia.txt │ │ ├── eureka.txt │ │ ├── euruni.txt │ │ ├── evangel.txt │ │ ├── evansville.txt │ │ ├── evc.txt │ │ ├── evergreen.txt │ │ ├── evms.txt │ │ ├── ewc.txt │ │ ├── ewu.txt │ │ ├── ewubd.txt │ │ ├── fae.txt │ │ ├── fairfield.txt │ │ ├── famu.txt │ │ ├── fandm.txt │ │ ├── farmingdale.txt │ │ ├── fau.txt │ │ ├── faulkner.txt │ │ ├── fauser.txt │ │ ├── fcps.txt │ │ ├── fdu.txt │ │ ├── felician.txt │ │ ├── ferris.txt │ │ ├── ferrum.txt │ │ ├── fgcu.txt │ │ ├── fhda.txt │ │ ├── fhsu.txt │ │ ├── fhu.txt │ │ ├── fielding.txt │ │ ├── findlay.txt │ │ ├── finlandia.txt │ │ ├── fisk.txt │ │ ├── fit.txt │ │ ├── fiu.txt │ │ ├── flagler.txt │ │ ├── flsouthern.txt │ │ ├── fmarion.txt │ │ ├── fmc.txt │ │ ├── fmu.txt │ │ ├── fontbonne.txt │ │ ├── fontys.txt │ │ ├── fordham.txt │ │ ├── fortlewis.txt │ │ ├── franklin.txt │ │ ├── fredonia.txt │ │ ├── fresno.txt │ │ ├── fresnocitycollege.txt │ │ ├── friends.txt │ │ ├── fscj.txt │ │ ├── fst.txt │ │ ├── fsu.txt │ │ ├── fsw/ │ │ │ └── bucs.txt │ │ ├── fullerton.txt │ │ ├── fullsail.txt │ │ ├── furman.txt │ │ ├── gac.txt │ │ ├── galileo.txt │ │ ├── gannon.txt │ │ ├── gardner-webb.txt │ │ ├── gatech.txt │ │ ├── gbc.txt │ │ ├── gbcol.txt │ │ ├── gbs.txt │ │ ├── gcc.txt │ │ ├── gcsu.txt │ │ ├── gcu.txt │ │ ├── geneseo.txt │ │ ├── geneva.txt │ │ ├── georgefox.txt │ │ ├── georgetown.txt │ │ ├── georgetowncollege.txt │ │ ├── georgian.txt │ │ ├── georgiasouthern.txt │ │ ├── gettysburg.txt │ │ ├── ggc.txt │ │ ├── ggu.txt │ │ ├── gia.txt │ │ ├── gitam.txt │ │ ├── glcc.txt │ │ ├── glendale.txt │ │ ├── glendalelaw.txt │ │ ├── glion.txt │ │ ├── gmc.txt │ │ ├── gmu.txt │ │ ├── gnomon.txt │ │ ├── goddard.txt │ │ ├── gonzaga.txt │ │ ├── goshen.txt │ │ ├── goucher.txt │ │ ├── govst.txt │ │ ├── grace.txt │ │ ├── graceland.txt │ │ ├── graceu.txt │ │ ├── gram.txt │ │ ├── grand-canyon.txt │ │ ├── grantham.txt │ │ ├── gratzcollege.txt │ │ ├── grcc.txt │ │ ├── greenmtn.txt │ │ ├── greenville.txt │ │ ├── grinnell.txt │ │ ├── gsu.txt │ │ ├── gsw.txt │ │ ├── gtu.txt │ │ ├── guilford.txt │ │ ├── gustavus.txt │ │ ├── gvc.txt │ │ ├── gvsu.txt │ │ ├── gwu.txt │ │ ├── hamilton.txt │ │ ├── hamline.txt │ │ ├── hamptonu.txt │ │ ├── handong.txt │ │ ├── hanover.txt │ │ ├── harding.txt │ │ ├── harrisburgu.txt │ │ ├── hartford.txt │ │ ├── hartwick.txt │ │ ├── harvard.txt │ │ ├── hastings.txt │ │ ├── haverford.txt │ │ ├── hawaii.txt │ │ ├── hbu.txt │ │ ├── hcc-nd.txt │ │ ├── hccfl/ │ │ │ └── hawkmail.txt │ │ ├── hebron.txt │ │ ├── heidelberg.txt │ │ ├── hendrix.txt │ │ ├── heritage.txt │ │ ├── hgc.txt │ │ ├── highline.txt │ │ ├── highpoint.txt │ │ ├── hightech.txt │ │ ├── hilbert.txt │ │ ├── hillsdale.txt │ │ ├── hiram.txt │ │ ├── hiu.txt │ │ ├── hkapa.txt │ │ ├── hlg.txt │ │ ├── hm.txt │ │ ├── hmc.txt │ │ ├── hodges.txt │ │ ├── hofstra.txt │ │ ├── hollins.txt │ │ ├── holycross.txt │ │ ├── hood.txt │ │ ├── hope.txt │ │ ├── houghton.txt │ │ ├── howard.txt │ │ ├── hpu.txt │ │ ├── hputx.txt │ │ ├── hsbc.txt │ │ ├── hsc.txt │ │ ├── hscbklyn.txt │ │ ├── hscsyr.txt │ │ ├── hsu.txt │ │ ├── hsutx.txt │ │ ├── htc.txt │ │ ├── humboldt.txt │ │ ├── humphreys.txt │ │ ├── husson.txt │ │ ├── hws.txt │ │ ├── iastate.txt │ │ ├── ic.txt │ │ ├── ici.txt │ │ ├── ico.txt │ │ ├── ie.txt │ │ ├── iit.txt │ │ ├── illinois.txt │ │ ├── ilstu.txt │ │ ├── immaculata.txt │ │ ├── imtu.txt │ │ ├── indiana.txt │ │ ├── indstate.txt │ │ ├── indwes.txt │ │ ├── inha.txt │ │ ├── intelliteccollege.txt │ │ ├── inter.txt │ │ ├── intercol.txt │ │ ├── iona.txt │ │ ├── isu.txt │ │ ├── ithaca.txt │ │ ├── itt.txt │ │ ├── itu.txt │ │ ├── iu.txt │ │ ├── iub.txt │ │ ├── iubat.txt │ │ ├── iufs.txt │ │ ├── iuk.txt │ │ ├── iup.txt │ │ ├── iupui.txt │ │ ├── ius.txt │ │ ├── iusb.txt │ │ ├── iut-dhaka.txt │ │ ├── iutoic-dhaka.txt │ │ ├── ivc.txt │ │ ├── ivcc.txt │ │ ├── iwu.txt │ │ ├── jarvis.txt │ │ ├── jbc.txt │ │ ├── jbu.txt │ │ ├── jc.txt │ │ ├── jccc.txt │ │ ├── jcsu.txt │ │ ├── jcu.txt │ │ ├── jewell.txt │ │ ├── jfku.txt │ │ ├── jhu.txt │ │ ├── jinnah.txt │ │ ├── jjc.txt │ │ ├── jmls.txt │ │ ├── jmu.txt │ │ ├── johncabot.txt │ │ ├── johnwesley.txt │ │ ├── jones.txt │ │ ├── jsu.txt │ │ ├── jsums.txt │ │ ├── ju.txt │ │ ├── juc.txt │ │ ├── judson.txt │ │ ├── juilliard.txt │ │ ├── juniata.txt │ │ ├── juniv.txt │ │ ├── jwu.txt │ │ ├── kaplan.txt │ │ ├── kcad.txt │ │ ├── kcai.txt │ │ ├── kcc.txt │ │ ├── kctcs.txt │ │ ├── kean.txt │ │ ├── keene.txt │ │ ├── keller.txt │ │ ├── kendall.txt │ │ ├── kennesaw/ │ │ │ └── students.txt │ │ ├── kennesaw.txt │ │ ├── kent.txt │ │ ├── kenyon.txt │ │ ├── kettering.txt │ │ ├── keuka.txt │ │ ├── khai.txt │ │ ├── king.txt │ │ ├── kings.txt │ │ ├── kirkwood.txt │ │ ├── kit.txt │ │ ├── knox.txt │ │ ├── knoxvillecollege.txt │ │ ├── kongu.txt │ │ ├── ksu.txt │ │ ├── ktu.txt │ │ ├── ku.txt │ │ ├── kutztown.txt │ │ ├── kwc.txt │ │ ├── kwu.txt │ │ ├── kysu.txt │ │ ├── kzoo.txt │ │ ├── lacc.txt │ │ ├── laccd.txt │ │ ├── lacollege.txt │ │ ├── lafayette.txt │ │ ├── lakeerie.txt │ │ ├── lakeland.txt │ │ ├── lakelandcollege.txt │ │ ├── lakeviewcol.txt │ │ ├── lamar.txt │ │ ├── lander.txt │ │ ├── lanecc.txt │ │ ├── lanecollege.txt │ │ ├── laroche.txt │ │ ├── lasalle.txt │ │ ├── lasierra.txt │ │ ├── laspositascollege.txt │ │ ├── latech.txt │ │ ├── lau.txt │ │ ├── lawrence.txt │ │ ├── lbc.txt │ │ ├── lccc.txt │ │ ├── lcchs.txt │ │ ├── lclark.txt │ │ ├── lcsc.txt │ │ ├── lcu.txt │ │ ├── leeuniversity.txt │ │ ├── lehigh.txt │ │ ├── lemoyne.txt │ │ ├── lesroches.txt │ │ ├── letu.txt │ │ ├── lewisu.txt │ │ ├── lfc.txt │ │ ├── lfgsm.txt │ │ ├── lhup.txt │ │ ├── liberty.txt │ │ ├── life.txt │ │ ├── lifewest.txt │ │ ├── limcollege.txt │ │ ├── limestone.txt │ │ ├── lincoln.txt │ │ ├── lincolnu.txt │ │ ├── lincolnuca.txt │ │ ├── lindenwood.txt │ │ ├── lindsey.txt │ │ ├── linfield.txt │ │ ├── lipscomb.txt │ │ ├── liunet.txt │ │ ├── livingstone.txt │ │ ├── llu.txt │ │ ├── lmc.txt │ │ ├── lmu.txt │ │ ├── lmunet.txt │ │ ├── logan.txt │ │ ├── lonestar.txt │ │ ├── loras.txt │ │ ├── losrios.txt │ │ ├── louisiana.txt │ │ ├── louisville.txt │ │ ├── lourdes.txt │ │ ├── loyno.txt │ │ ├── loyola.txt │ │ ├── lssu.txt │ │ ├── lsu.txt │ │ ├── lsus.txt │ │ ├── ltu.txt │ │ ├── luc.txt │ │ ├── lunet.txt │ │ ├── luther.txt │ │ ├── lvc.txt │ │ ├── lwtech.txt │ │ ├── lycoming.txt │ │ ├── lynchburg.txt │ │ ├── lynn.txt │ │ ├── lyon.txt │ │ ├── mac.txt │ │ ├── macalstr.txt │ │ ├── mackenzie.txt │ │ ├── madisoncollege.txt │ │ ├── maine.txt │ │ ├── mainemaritime.txt │ │ ├── malone.txt │ │ ├── manchester.txt │ │ ├── mancol.txt │ │ ├── manipal.txt │ │ ├── mansfield.txt │ │ ├── maranatha.txt │ │ ├── marian.txt │ │ ├── maricopa.txt │ │ ├── marietta.txt │ │ ├── marist.txt │ │ ├── marlboro.txt │ │ ├── marshall.txt │ │ ├── martin.txt │ │ ├── martinmethodist.txt │ │ ├── marygrove.txt │ │ ├── marylhurst.txt │ │ ├── marymount.txt │ │ ├── maryvillecollege.txt │ │ ├── marywood.txt │ │ ├── masters.txt │ │ ├── matc.txt │ │ ├── maufl.txt │ │ ├── mayo.txt │ │ ├── mc.txt │ │ ├── mca.txt │ │ ├── mcad.txt │ │ ├── mcckc.txt │ │ ├── mccks.txt │ │ ├── mccn.txt │ │ ├── mccneb.txt │ │ ├── mci.txt │ │ ├── mckendree.txt │ │ ├── mcm.txt │ │ ├── mcneese.txt │ │ ├── mcpherson.txt │ │ ├── mcphu.txt │ │ ├── mcw.txt │ │ ├── mdanderson.txt │ │ ├── meca.txt │ │ ├── medaille.txt │ │ ├── memphis.txt │ │ ├── menlo.txt │ │ ├── mercer.txt │ │ ├── mercyhurst.txt │ │ ├── meredith.txt │ │ ├── messiah.txt │ │ ├── methodist.txt │ │ ├── methodistcollege.txt │ │ ├── metrostate.txt │ │ ├── mhcc.txt │ │ ├── miad.txt │ │ ├── miami.txt │ │ ├── miamioh.txt │ │ ├── mica.txt │ │ ├── middlebury.txt │ │ ├── midway.txt │ │ ├── midwestern.txt │ │ ├── miis.txt │ │ ├── miles.txt │ │ ├── milligan.txt │ │ ├── millikin.txt │ │ ├── mills.txt │ │ ├── millsaps.txt │ │ ├── mines.txt │ │ ├── minneapolis.txt │ │ ├── mispp.txt │ │ ├── missouri.txt │ │ ├── missouriwestern.txt │ │ ├── mit.txt │ │ ├── miu.txt │ │ ├── mlc-wels.txt │ │ ├── mlc.txt │ │ ├── mmc.txt │ │ ├── mmm.txt │ │ ├── mnsfld.txt │ │ ├── mnsu.txt │ │ ├── mnu.txt │ │ ├── mobap.txt │ │ ├── molloy.txt │ │ ├── monash.txt │ │ ├── mondragon.txt │ │ ├── monmouth.txt │ │ ├── montana.txt │ │ ├── montclair.txt │ │ ├── montevallo.txt │ │ ├── montreat.txt │ │ ├── moody.txt │ │ ├── moore.txt │ │ ├── morainevalley.txt │ │ ├── moravian.txt │ │ ├── morehead-st.txt │ │ ├── morehouse.txt │ │ ├── morgan.txt │ │ ├── morningside.txt │ │ ├── morrisbrown.txt │ │ ├── mountainstate.txt │ │ ├── mountunion.txt │ │ ├── msj.txt │ │ ├── msm.txt │ │ ├── msmary.txt │ │ ├── msmc.txt │ │ ├── msmnyc.txt │ │ ├── msoe.txt │ │ ├── mssm.txt │ │ ├── msstate.txt │ │ ├── mssu.txt │ │ ├── mst.txt │ │ ├── msu.txt │ │ ├── msubillings.txt │ │ ├── msun.txt │ │ ├── mtaloy.txt │ │ ├── mtech.txt │ │ ├── mtmary.txt │ │ ├── mtmc.txt │ │ ├── mtmercy.txt │ │ ├── mtsac.txt │ │ ├── mtsu.txt │ │ ├── mtu.txt │ │ ├── mu.txt │ │ ├── muhlenberg.txt │ │ ├── multnomah.txt │ │ ├── mum.txt │ │ ├── muohio.txt │ │ ├── musc.txt │ │ ├── muskingum.txt │ │ ├── muw.txt │ │ ├── mville.txt │ │ ├── mvsu.txt │ │ ├── mwsu.txt │ │ ├── najah.txt │ │ ├── naropa.txt │ │ ├── national.txt │ │ ├── nau.txt │ │ ├── navarrocollege.txt │ │ ├── nayanova.txt │ │ ├── naz.txt │ │ ├── nbc.txt │ │ ├── ncat.txt │ │ ├── ncbc.txt │ │ ├── ncc.txt │ │ ├── nccu.txt │ │ ├── ncf.txt │ │ ├── ncmich.txt │ │ ├── ncsu.txt │ │ ├── ncu.txt │ │ ├── ncwc.txt │ │ ├── nd.txt │ │ ├── ndc.txt │ │ ├── ndm.txt │ │ ├── ndnu.txt │ │ ├── nebraska.txt │ │ ├── nebrwesleyan.txt │ │ ├── nec.txt │ │ ├── nechristian.txt │ │ ├── neit.txt │ │ ├── neiu.txt │ │ ├── nescom.txt │ │ ├── neu.txt │ │ ├── neumann.txt │ │ ├── neumont.txt │ │ ├── newberry.txt │ │ ├── newbury.txt │ │ ├── newcollege.txt │ │ ├── newhaven.txt │ │ ├── newpaltz.txt │ │ ├── newschool.txt │ │ ├── newschoolarch.txt │ │ ├── nhu.txt │ │ ├── niagara.txt │ │ ├── nic.txt │ │ ├── nitt.txt │ │ ├── niu.txt │ │ ├── njcu.txt │ │ ├── njit.txt │ │ ├── nku.txt │ │ ├── nl.txt │ │ ├── nlu.txt │ │ ├── nmhu.txt │ │ ├── nmsu.txt │ │ ├── nmt.txt │ │ ├── nmu.txt │ │ ├── nnu.txt │ │ ├── noctrl.txt │ │ ├── nodak.txt │ │ ├── northampton/ │ │ │ └── spartan.txt │ │ ├── northampton.txt │ │ ├── northeastern.txt │ │ ├── northern.txt │ │ ├── northland.txt │ │ ├── northpark.txt │ │ ├── northsouth.txt │ │ ├── northwestern.txt │ │ ├── northwestu.txt │ │ ├── northwood.txt │ │ ├── norwich.txt │ │ ├── nova.txt │ │ ├── nps.txt │ │ ├── nscc.txt │ │ ├── nsu.txt │ │ ├── nsula.txt │ │ ├── nsuok.txt │ │ ├── nu.txt │ │ ├── nur.txt │ │ ├── nus.txt │ │ ├── nwacc.txt │ │ ├── nwc.txt │ │ ├── nwcc.txt │ │ ├── nwciowa.txt │ │ ├── nwmissouri.txt │ │ ├── nyaa.txt │ │ ├── nyackcollege.txt │ │ ├── nycc.txt │ │ ├── nycpm.txt │ │ ├── nyit.txt │ │ ├── nyls.txt │ │ ├── nymc.txt │ │ ├── nysid.txt │ │ ├── nyu.txt │ │ ├── oak.txt │ │ ├── oakland.txt │ │ ├── oaklandcc.txt │ │ ├── oakton.txt │ │ ├── oakwood.txt │ │ ├── oberlin.txt │ │ ├── obu.txt │ │ ├── oc.txt │ │ ├── ocac.txt │ │ ├── occ.txt │ │ ├── odu.txt │ │ ├── ogi.txt │ │ ├── oglethorpe.txt │ │ ├── ohio-state.txt │ │ ├── ohiou.txt │ │ ├── ohlone/ │ │ │ └── student.txt │ │ ├── ohsu.txt │ │ ├── oit.txt │ │ ├── okbu.txt │ │ ├── okcu.txt │ │ ├── okstate.txt │ │ ├── olc.txt │ │ ├── oldwestbury.txt │ │ ├── olemiss.txt │ │ ├── olin.txt │ │ ├── olivet.txt │ │ ├── olivetcollege.txt │ │ ├── olivetuniversity.txt │ │ ├── ollusa.txt │ │ ├── olympic.txt │ │ ├── omorecollege.txt │ │ ├── omsk.txt │ │ ├── oneonta.txt │ │ ├── onu.txt │ │ ├── opsu.txt │ │ ├── oregonstate.txt │ │ ├── orst.txt │ │ ├── oru.txt │ │ ├── osu.txt │ │ ├── oswego.txt │ │ ├── ottawa.txt │ │ ├── otterbein.txt │ │ ├── ou.txt │ │ ├── ouhsc.txt │ │ ├── ovc.txt │ │ ├── owu.txt │ │ ├── oxy.txt │ │ ├── ozarks.txt │ │ ├── pace.txt │ │ ├── pacific.txt │ │ ├── pacifica.txt │ │ ├── pacificoaks.txt │ │ ├── pacificu.txt │ │ ├── paine.txt │ │ ├── palermo.txt │ │ ├── palmbeachstate.txt │ │ ├── palmer.txt │ │ ├── park.txt │ │ ├── parsons.txt │ │ ├── pba.txt │ │ ├── pbc.txt │ │ ├── pc.txt │ │ ├── pcc.txt │ │ ├── pcom.txt │ │ ├── pct.txt │ │ ├── pdx.txt │ │ ├── peace.txt │ │ ├── peachnet.txt │ │ ├── pepperdine.txt │ │ ├── peru.txt │ │ ├── pes.txt │ │ ├── pfeiffer.txt │ │ ├── philander.txt │ │ ├── philau.txt │ │ ├── phillips.txt │ │ ├── phystech.txt │ │ ├── piedmont.txt │ │ ├── pit.txt │ │ ├── pitt.txt │ │ ├── pittstate.txt │ │ ├── pitzer.txt │ │ ├── planwel.txt │ │ ├── plattsburgh.txt │ │ ├── plu.txt │ │ ├── plymouth.txt │ │ ├── pnca.txt │ │ ├── pointloma.txt │ │ ├── poly.txt │ │ ├── pomona.txt │ │ ├── post.txt │ │ ├── potsdam.txt │ │ ├── ppu.txt │ │ ├── pqc.txt │ │ ├── pratt.txt │ │ ├── presby.txt │ │ ├── prescott.txt │ │ ├── preston.txt │ │ ├── prin.txt │ │ ├── princeton.txt │ │ ├── providence.txt │ │ ├── psgtech.txt │ │ ├── psu.txt │ │ ├── ptc.txt │ │ ├── puc.txt │ │ ├── pucpr.txt │ │ ├── pupr.txt │ │ ├── purchase.txt │ │ ├── purdue.txt │ │ ├── pvamu.txt │ │ ├── qc.txt │ │ ├── qou.txt │ │ ├── queens.txt │ │ ├── quincy.txt │ │ ├── quincycollege.txt │ │ ├── quinnipiac.txt │ │ ├── qvius.txt │ │ ├── ramapo.txt │ │ ├── rasmussen.txt │ │ ├── rc.txt │ │ ├── redlands.txt │ │ ├── reed.txt │ │ ├── regent-college.txt │ │ ├── regent.txt │ │ ├── regents.txt │ │ ├── regis.txt │ │ ├── reinhardt.txt │ │ ├── rhodes.txt │ │ ├── ric.txt │ │ ├── rice.txt │ │ ├── rider.txt │ │ ├── ringling.txt │ │ ├── riohondo.txt │ │ ├── ripon.txt │ │ ├── risd.txt │ │ ├── rit.txt │ │ ├── rivier.txt │ │ ├── rmc.txt │ │ ├── rmcad.txt │ │ ├── rmcil.txt │ │ ├── rmu/ │ │ │ └── mail.txt │ │ ├── roanoke.txt │ │ ├── robert-morris.txt │ │ ├── rochester.txt │ │ ├── rockefeller.txt │ │ ├── rockford.txt │ │ ├── rockhurst.txt │ │ ├── rocky.txt │ │ ├── rollins.txt │ │ ├── roosevelt/ │ │ │ └── mail.txt │ │ ├── roosevelt.txt │ │ ├── rose-hulman.txt │ │ ├── rosemont.txt │ │ ├── rossmed.txt │ │ ├── rossu.txt │ │ ├── rowan/ │ │ │ └── students.txt │ │ ├── rowan.txt │ │ ├── rpi.txt │ │ ├── runet.txt │ │ ├── rush.txt │ │ ├── rustcollege.txt │ │ ├── rutgers.txt │ │ ├── rwc.txt │ │ ├── rwu.txt │ │ ├── sacn.txt │ │ ├── sacredheart.txt │ │ ├── saddleback.txt │ │ ├── saeinstitute.txt │ │ ├── sage.txt │ │ ├── sagrado.txt │ │ ├── sagu.txt │ │ ├── saintjoe.txt │ │ ├── saintleo.txt │ │ ├── saintmarys.txt │ │ ├── saintmeinrad.txt │ │ ├── salem.txt │ │ ├── salve.txt │ │ ├── samford.txt │ │ ├── samuelmerritt.txt │ │ ├── sandiego.txt │ │ ├── sanjuanbautista.txt │ │ ├── sans.txt │ │ ├── sau.txt │ │ ├── saumag.txt │ │ ├── saxion.txt │ │ ├── sbc.txt │ │ ├── sbccd.txt │ │ ├── sbs.txt │ │ ├── sbu.txt │ │ ├── sbuniv.txt │ │ ├── sc.txt │ │ ├── scad.txt │ │ ├── schiller.txt │ │ ├── schillermadrid.txt │ │ ├── schoolcraft/ │ │ │ └── apps.txt │ │ ├── schoolofvisualarts.txt │ │ ├── schreiner.txt │ │ ├── sci.txt │ │ ├── sciarc.txt │ │ ├── science.txt │ │ ├── scit.txt │ │ ├── sckans.txt │ │ ├── sco.txt │ │ ├── scranton.txt │ │ ├── scripps.txt │ │ ├── scrippscol.txt │ │ ├── scsu.txt │ │ ├── scu.txt │ │ ├── sdc.txt │ │ ├── sdsmt.txt │ │ ├── sdstate.txt │ │ ├── sdsu.txt │ │ ├── sduis.txt │ │ ├── seattleu.txt │ │ ├── sebc.txt │ │ ├── sek.txt │ │ ├── selu.txt │ │ ├── semo.txt │ │ ├── setonhill.txt │ │ ├── sewanee.txt │ │ ├── sfai.txt │ │ ├── sfasu.txt │ │ ├── sfbc.txt │ │ ├── sfc.txt │ │ ├── sfcm.txt │ │ ├── sfcollege.txt │ │ ├── sfsu.txt │ │ ├── sgu.txt │ │ ├── shawnee.txt │ │ ├── shawuniversity.txt │ │ ├── shc.txt │ │ ├── shepherd.txt │ │ ├── sherman.txt │ │ ├── shimer.txt │ │ ├── ship.txt │ │ ├── shoreline.txt │ │ ├── shorter.txt │ │ ├── shsu.txt │ │ ├── shu.txt │ │ ├── siam.txt │ │ ├── siena.txt │ │ ├── sierranevada.txt │ │ ├── simmons.txt │ │ ├── simpson.txt │ │ ├── sipi/ │ │ │ └── mail.txt │ │ ├── sit.txt │ │ ├── siu.txt │ │ ├── siue.txt │ │ ├── sjc.txt │ │ ├── sjca.txt │ │ ├── sjcc.txt │ │ ├── sjcme.txt │ │ ├── sjcny.txt │ │ ├── sjfc.txt │ │ ├── sjrstate.txt │ │ ├── sjsu.txt │ │ ├── sju.txt │ │ ├── skidmore.txt │ │ ├── skku.txt │ │ ├── sl.txt │ │ ├── slc.txt │ │ ├── slcc.txt │ │ ├── slu.txt │ │ ├── smc/ │ │ │ └── student.txt │ │ ├── smccd.txt │ │ ├── smcm.txt │ │ ├── smcvt.txt │ │ ├── smsu.txt │ │ ├── smu.txt │ │ ├── smumn.txt │ │ ├── smwc.txt │ │ ├── snc.txt │ │ ├── snhu.txt │ │ ├── snu.txt │ │ ├── soka.txt │ │ ├── solano/ │ │ │ └── students.txt │ │ ├── somaiya.txt │ │ ├── sonoma.txt │ │ ├── sou.txt │ │ ├── south.txt │ │ ├── southeast.txt │ │ ├── southeasternbaptist.txt │ │ ├── southeastmn.txt │ │ ├── southern.txt │ │ ├── southernchristian.txt │ │ ├── southwestern.txt │ │ ├── spalding.txt │ │ ├── spc.txt │ │ ├── spcollege/ │ │ │ └── live.txt │ │ ├── spcollege.txt │ │ ├── spelman.txt │ │ ├── spertus.txt │ │ ├── spsu.txt │ │ ├── spu.txt │ │ ├── srttu.txt │ │ ├── sru.txt │ │ ├── ssu.txt │ │ ├── st-aug.txt │ │ ├── stac.txt │ │ ├── stamford.txt │ │ ├── stanford.txt │ │ ├── stcl.txt │ │ ├── stcloudstate.txt │ │ ├── stedwards.txt │ │ ├── stefan-university.txt │ │ ├── stephens.txt │ │ ├── sterling.txt │ │ ├── stetson.txt │ │ ├── stevens-tech.txt │ │ ├── stevens.txt │ │ ├── stfrancis.txt │ │ ├── stikom.txt │ │ ├── stillman.txt │ │ ├── stjohns.txt │ │ ├── stjohnsem.txt │ │ ├── stkate.txt │ │ ├── stlawu.txt │ │ ├── stlcc.txt │ │ ├── stlcop.txt │ │ ├── stmartin.txt │ │ ├── stmarys-ca.txt │ │ ├── stmarytx.txt │ │ ├── stmatthews.txt │ │ ├── stockton.txt │ │ ├── stolaf.txt │ │ ├── stonybrook.txt │ │ ├── strathmore.txt │ │ ├── stritch.txt │ │ ├── strose.txt │ │ ├── stthom.txt │ │ ├── stthomas.txt │ │ ├── stu.txt │ │ ├── stvincent.txt │ │ ├── su.txt │ │ ├── suagm.txt │ │ ├── subr.txt │ │ ├── sullivan.txt │ │ ├── sulross.txt │ │ ├── suno.txt │ │ ├── suny.txt │ │ ├── sunybroome/ │ │ │ └── acad.txt │ │ ├── sunycentral.txt │ │ ├── sunyit.txt │ │ ├── sunymaritime.txt │ │ ├── sunyopt.txt │ │ ├── sunysb.txt │ │ ├── sunysuffolk/ │ │ │ └── mail.txt │ │ ├── susla.txt │ │ ├── susqu.txt │ │ ├── sust.txt │ │ ├── sustech.txt │ │ ├── suu.txt │ │ ├── svc.txt │ │ ├── svsu.txt │ │ ├── svu.txt │ │ ├── sw.txt │ │ ├── swarthmore.txt │ │ ├── swau.txt │ │ ├── swbts.txt │ │ ├── swc.txt │ │ ├── swcu.txt │ │ ├── swlaw.txt │ │ ├── swosu.txt │ │ ├── swu.txt │ │ ├── sxu.txt │ │ ├── syr.txt │ │ ├── t-bird.txt │ │ ├── tabor.txt │ │ ├── taliesin.txt │ │ ├── talladega.txt │ │ ├── tambcd.txt │ │ ├── tamiu.txt │ │ ├── tamu.txt │ │ ├── tamucc.txt │ │ ├── tamuk.txt │ │ ├── tamut.txt │ │ ├── tarleton.txt │ │ ├── tayloru.txt │ │ ├── tbc2day.txt │ │ ├── tci.txt │ │ ├── tcnj.txt │ │ ├── tcu.txt │ │ ├── temple.txt │ │ ├── tesc.txt │ │ ├── tesu.txt │ │ ├── texascollege.txt │ │ ├── thapar.txt │ │ ├── the-bac.txt │ │ ├── thechicagoschool.txt │ │ ├── thecoo.txt │ │ ├── thiel.txt │ │ ├── thomas.txt │ │ ├── thomasaquinas.txt │ │ ├── thomasmore.txt │ │ ├── thomasmorecollege.txt │ │ ├── thomasu.txt │ │ ├── tiffin.txt │ │ ├── tiu.txt │ │ ├── tju.txt │ │ ├── tmc.txt │ │ ├── tnstate.txt │ │ ├── tntech.txt │ │ ├── tntemple.txt │ │ ├── toccoafalls.txt │ │ ├── tougaloo.txt │ │ ├── touro.txt │ │ ├── towson.txt │ │ ├── transy.txt │ │ ├── trevecca.txt │ │ ├── trin.txt │ │ ├── trincoll.txt │ │ ├── trinity.txt │ │ ├── trinitycollege.txt │ │ ├── trnty.txt │ │ ├── troy.txt │ │ ├── truman.txt │ │ ├── tsmu.txt │ │ ├── tstc.txt │ │ ├── tsu.txt │ │ ├── ttu.txt │ │ ├── ttuhsc.txt │ │ ├── tu.txt │ │ ├── tufts.txt │ │ ├── tui.txt │ │ ├── tulane.txt │ │ ├── tusculum.txt │ │ ├── twcnet.txt │ │ ├── twsu.txt │ │ ├── twu.txt │ │ ├── txchiro.txt │ │ ├── txstate.txt │ │ ├── txwesleyan.txt │ │ ├── ua/ │ │ │ └── crimson.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uaf.txt │ │ ├── uah.txt │ │ ├── uakron.txt │ │ ├── ualr.txt │ │ ├── uamont.txt │ │ ├── uams.txt │ │ ├── uandresbello.txt │ │ ├── uap-bd.txt │ │ ├── uapar.txt │ │ ├── uapb.txt │ │ ├── uark.txt │ │ ├── uarts.txt │ │ ├── uasys.txt │ │ ├── uat.txt │ │ ├── ub.txt │ │ ├── ubaguio.txt │ │ ├── ubalt.txt │ │ ├── ubi.txt │ │ ├── uc.txt │ │ ├── uca.txt │ │ ├── ucam.txt │ │ ├── ucan.txt │ │ ├── uccaribe.txt │ │ ├── uccs.txt │ │ ├── ucdavis.txt │ │ ├── ucf.txt │ │ ├── uchastings.txt │ │ ├── uchc.txt │ │ ├── uchicago.txt │ │ ├── uci.txt │ │ ├── ucla.txt │ │ ├── ucmerced.txt │ │ ├── ucmo.txt │ │ ├── ucollege.txt │ │ ├── uconn.txt │ │ ├── ucop.txt │ │ ├── ucr.txt │ │ ├── ucsb.txt │ │ ├── ucsc.txt │ │ ├── ucsd.txt │ │ ├── ucsf.txt │ │ ├── uctm.txt │ │ ├── ucumberlands.txt │ │ ├── udallas.txt │ │ ├── udayton.txt │ │ ├── udel.txt │ │ ├── udg.txt │ │ ├── udmercy.txt │ │ ├── ufl.txt │ │ ├── ufm.txt │ │ ├── uga.txt │ │ ├── uh.txt │ │ ├── uhcl.txt │ │ ├── uic.txt │ │ ├── uidaho.txt │ │ ├── uillinois.txt │ │ ├── uindy.txt │ │ ├── uiowa.txt │ │ ├── uis.txt │ │ ├── uiu.txt │ │ ├── uiuc.txt │ │ ├── uiw.txt │ │ ├── ujmv.txt │ │ ├── uksw.txt │ │ ├── uky.txt │ │ ├── ulm.txt │ │ ├── umaine.txt │ │ ├── umary.txt │ │ ├── umass.txt │ │ ├── umassd.txt │ │ ├── umb.txt │ │ ├── umbc.txt │ │ ├── umc.txt │ │ ├── umd.txt │ │ ├── umdnj.txt │ │ ├── umes.txt │ │ ├── umgc.txt │ │ ├── umhb.txt │ │ ├── umich.txt │ │ ├── umkc.txt │ │ ├── uml.txt │ │ ├── umm.txt │ │ ├── umn.txt │ │ ├── umobile.txt │ │ ├── ums.txt │ │ ├── umsl.txt │ │ ├── umt.txt │ │ ├── umtweb.txt │ │ ├── umwestern.txt │ │ ├── una.txt │ │ ├── unc.txt │ │ ├── unca.txt │ │ ├── uncc.txt │ │ ├── uncfsu.txt │ │ ├── uncg.txt │ │ ├── uncp.txt │ │ ├── une.txt │ │ ├── unem.txt │ │ ├── unf.txt │ │ ├── unh.txt │ │ ├── uni.txt │ │ ├── uniacc.txt │ │ ├── uniben.txt │ │ ├── unicah.txt │ │ ├── union.txt │ │ ├── unionky.txt │ │ ├── uniq.txt │ │ ├── unitec.txt │ │ ├── unity.txt │ │ ├── univalle.txt │ │ ├── univdhaka.txt │ │ ├── universityofcalifornia.txt │ │ ├── univnorthco.txt │ │ ├── unk.txt │ │ ├── unl.txt │ │ ├── unlv.txt │ │ ├── unm.txt │ │ ├── unmc.txt │ │ ├── uno.txt │ │ ├── unomaha.txt │ │ ├── unr.txt │ │ ├── unt.txt │ │ ├── unva.txt │ │ ├── unw.txt │ │ ├── uoc.txt │ │ ├── uofa.txt │ │ ├── uofk.txt │ │ ├── uofs.txt │ │ ├── uog.txt │ │ ├── uopeople.txt │ │ ├── uoregon.txt │ │ ├── upal.txt │ │ ├── upb.txt │ │ ├── upc.txt │ │ ├── upenn.txt │ │ ├── upf.txt │ │ ├── uph.txt │ │ ├── upi.txt │ │ ├── upr.txt │ │ ├── upra.txt │ │ ├── uprag.txt │ │ ├── uprb.txt │ │ ├── uprm.txt │ │ ├── uprrp.txt │ │ ├── uprutuado.txt │ │ ├── ups.txt │ │ ├── upstate.txt │ │ ├── urbana.txt │ │ ├── urbaniana.txt │ │ ├── urbe.txt │ │ ├── urgrgcc.txt │ │ ├── uri.txt │ │ ├── urich.txt │ │ ├── ursinus.txt │ │ ├── ursuline.txt │ │ ├── uru.txt │ │ ├── usaim.txt │ │ ├── usao.txt │ │ ├── usc.txt │ │ ├── uscsumter.txt │ │ ├── uscupstate.txt │ │ ├── usd.txt │ │ ├── usf.txt │ │ ├── usfca.txt │ │ ├── usi.txt │ │ ├── usip.txt │ │ ├── usiu.txt │ │ ├── usm.txt │ │ ├── usma.txt │ │ ├── usmma.txt │ │ ├── usna.txt │ │ ├── usouthal.txt │ │ ├── ussa.txt │ │ ├── ust.txt │ │ ├── usu.txt │ │ ├── usw.txt │ │ ├── uta.txt │ │ ├── utah.txt │ │ ├── utampa.txt │ │ ├── utb.txt │ │ ├── utc.txt │ │ ├── utdallas.txt │ │ ├── utdt.txt │ │ ├── utep.txt │ │ ├── utesa.txt │ │ ├── utexas.txt │ │ ├── uthct.txt │ │ ├── uthouston.txt │ │ ├── uthscsa.txt │ │ ├── utk.txt │ │ ├── utm.txt │ │ ├── utmb.txt │ │ ├── utoledo.txt │ │ ├── utpb.txt │ │ ├── utrgv.txt │ │ ├── utsa.txt │ │ ├── utsi.txt │ │ ├── utsouthwestern.txt │ │ ├── utsystem.txt │ │ ├── uttyl.txt │ │ ├── utulsa.txt │ │ ├── uu.txt │ │ ├── uvi.txt │ │ ├── uvm.txt │ │ ├── uvmnet.txt │ │ ├── uvs.txt │ │ ├── uvu.txt │ │ ├── uw.txt │ │ ├── uwa.txt │ │ ├── uwec.txt │ │ ├── uwf.txt │ │ ├── uwgb.txt │ │ ├── uwla.txt │ │ ├── uwlax.txt │ │ ├── uwm.txt │ │ ├── uwosh.txt │ │ ├── uwp.txt │ │ ├── uwplatt.txt │ │ ├── uwrf.txt │ │ ├── uwsp.txt │ │ ├── uwstout.txt │ │ ├── uwsuper.txt │ │ ├── uww.txt │ │ ├── uwyo.txt │ │ ├── valdosta.txt │ │ ├── valenciacollege.txt │ │ ├── valpo.txt │ │ ├── vanderbilt.txt │ │ ├── vandercook.txt │ │ ├── vanguard.txt │ │ ├── vassar.txt │ │ ├── vc.txt │ │ ├── vccs.txt │ │ ├── vcu.txt │ │ ├── vermontlaw.txt │ │ ├── vermontstate.txt │ │ ├── vesalius.txt │ │ ├── villanova.txt │ │ ├── villanueva.txt │ │ ├── vips.txt │ │ ├── virginia.txt │ │ ├── viterbo.txt │ │ ├── viu.txt │ │ ├── vmi.txt │ │ ├── voorhees.txt │ │ ├── vsc.txt │ │ ├── vsu.txt │ │ ├── vt.txt │ │ ├── vtu.txt │ │ ├── vuu.txt │ │ ├── wabash.txt │ │ ├── wagner.txt │ │ ├── waketech.txt │ │ ├── waldenu.txt │ │ ├── wallawalla.txt │ │ ├── walsh.txt │ │ ├── warnborough.txt │ │ ├── warner.txt │ │ ├── warnerpacific.txt │ │ ├── warren-wilson.txt │ │ ├── wartburg.txt │ │ ├── washburn.txt │ │ ├── washcoll.txt │ │ ├── washington.txt │ │ ├── wayne.txt │ │ ├── waynesburg.txt │ │ ├── wbcoll.txt │ │ ├── wbu.txt │ │ ├── wcmo.txt │ │ ├── wcs.txt │ │ ├── wcslc.txt │ │ ├── wcu.txt │ │ ├── wcupa.txt │ │ ├── webber.txt │ │ ├── weber.txt │ │ ├── webster.txt │ │ ├── wells.txt │ │ ├── wesley.txt │ │ ├── wesleyan-college.txt │ │ ├── wesleyan.txt │ │ ├── western.txt │ │ ├── westernbible.txt │ │ ├── westerntc.txt │ │ ├── westernu.txt │ │ ├── westga.txt │ │ ├── westminster.txt │ │ ├── westmont.txt │ │ ├── westwood.txt │ │ ├── wfu.txt │ │ ├── wgu.txt │ │ ├── wheelock.txt │ │ ├── whitman.txt │ │ ├── whittier.txt │ │ ├── whitworth.txt │ │ ├── whu.txt │ │ ├── widener.txt │ │ ├── wilberforce.txt │ │ ├── wileyc.txt │ │ ├── wilkes.txt │ │ ├── willamette.txt │ │ ├── williams.txt │ │ ├── wilmu/ │ │ │ └── my.txt │ │ ├── wilson.txt │ │ ├── windsor.txt │ │ ├── wingate.txt │ │ ├── winsor.txt │ │ ├── winthrop.txt │ │ ├── wintu.txt │ │ ├── wisc.txt │ │ ├── wit.txt │ │ ├── wittenberg.txt │ │ ├── wiu.txt │ │ ├── wju.txt │ │ ├── wku.txt │ │ ├── wlc.txt │ │ ├── wlu.txt │ │ ├── wm/ │ │ │ └── email.txt │ │ ├── wm.txt │ │ ├── wmcarey.txt │ │ ├── wmich.txt │ │ ├── wmpenn.txt │ │ ├── wnmu.txt │ │ ├── wofford.txt │ │ ├── wooster.txt │ │ ├── worwic.txt │ │ ├── wou.txt │ │ ├── wpi.txt │ │ ├── wpunj.txt │ │ ├── wright.txt │ │ ├── wsc.txt │ │ ├── wssu.txt │ │ ├── wsu.txt │ │ ├── wsulaw.txt │ │ ├── wtamu.txt │ │ ├── wub.txt │ │ ├── wustl.txt │ │ ├── wvnet.txt │ │ ├── wvsom.txt │ │ ├── wvu/ │ │ │ └── mix.txt │ │ ├── wvu.txt │ │ ├── wvwc.txt │ │ ├── wwcc.txt │ │ ├── wwu.txt │ │ ├── xavier.txt │ │ ├── xu.txt │ │ ├── xula.txt │ │ ├── yale.txt │ │ ├── york.txt │ │ ├── yosemite/ │ │ │ ├── my.txt │ │ │ └── student.txt │ │ ├── ysu.txt │ │ ├── yu.txt │ │ └── zamorano.txt │ ├── education/ │ │ ├── adachi-gr.txt │ │ ├── aivancity.txt │ │ ├── brucity.txt │ │ ├── cacttus/ │ │ │ ├── faculty.txt │ │ │ └── student.txt │ │ ├── cast.txt │ │ ├── crescent.txt │ │ ├── eichendorffschule.txt │ │ ├── elitech.txt │ │ ├── esmt.txt │ │ ├── isicom.txt │ │ ├── kings.txt │ │ ├── lycee-de-beauvoir.txt │ │ ├── mai.txt │ │ ├── mipolytech.txt │ │ ├── msg-landau.txt │ │ ├── paysdelaloire/ │ │ │ └── 0720033v.txt │ │ ├── rahn/ │ │ │ └── student.txt │ │ ├── sabel.txt │ │ ├── sterling.txt │ │ ├── tac.txt │ │ ├── ukr/ │ │ │ ├── 46.txt │ │ │ ├── chzosh2.txt │ │ │ ├── guzikschool.txt │ │ │ ├── harmony.txt │ │ │ ├── kfccte-nau.txt │ │ │ ├── kg287.txt │ │ │ ├── kkrnu.txt │ │ │ ├── lgk.txt │ │ │ ├── licej12.txt │ │ │ ├── lutsk26.txt │ │ │ ├── oplba.txt │ │ │ ├── otfk.txt │ │ │ ├── sc1.txt │ │ │ └── uagimberegovo.txt │ │ └── uzem.txt │ ├── ee/ │ │ ├── ametikool.txt │ │ ├── artun.txt │ │ ├── eava.txt │ │ ├── ebs.txt │ │ ├── edu/ │ │ │ └── ema.txt │ │ ├── eek.txt │ │ ├── emu.txt │ │ ├── euroakadeemia.txt │ │ ├── itcollege.txt │ │ ├── ivkhk.txt │ │ ├── kbfi.txt │ │ ├── khk.txt │ │ ├── lvrkk/ │ │ │ └── edu.txt │ │ ├── nooruse.txt │ │ ├── rak.txt │ │ ├── ramkool/ │ │ │ └── opilane.txt │ │ ├── sisekaitse.txt │ │ ├── taltech.txt │ │ ├── tartu/ │ │ │ └── ag.txt │ │ ├── tktk.txt │ │ ├── tlu.txt │ │ ├── tptlive.txt │ │ ├── tthk.txt │ │ ├── ttu.txt │ │ ├── ut.txt │ │ ├── vikk.txt │ │ ├── viljandiwaldorf.txt │ │ ├── voco.txt │ │ └── westholm.txt │ ├── eg/ │ │ ├── edu/ │ │ │ ├── acu.txt │ │ │ ├── aiet.txt │ │ │ ├── aiu.txt │ │ │ ├── akhbaracademy.txt │ │ │ ├── alex.txt │ │ │ ├── alexmed.txt │ │ │ ├── alexu.txt │ │ │ ├── alsafwa.txt │ │ │ ├── anu.txt │ │ │ ├── aou.txt │ │ │ ├── aru.txt │ │ │ ├── asu.txt │ │ │ ├── aswu/ │ │ │ │ ├── eng.txt │ │ │ │ └── stu.txt │ │ │ ├── aswu.txt │ │ │ ├── au.txt │ │ │ ├── aun.txt │ │ │ ├── azhar.txt │ │ │ ├── bisc.txt │ │ │ ├── bsu.txt │ │ │ ├── btu.txt │ │ │ ├── bu.txt │ │ │ ├── buc.txt │ │ │ ├── bue.txt │ │ │ ├── cis.txt │ │ │ ├── csi.txt │ │ │ ├── cu/ │ │ │ │ └── eng1.txt │ │ │ ├── cu.txt │ │ │ ├── deltauniv.txt │ │ │ ├── deraya/ │ │ │ │ └── student.txt │ │ │ ├── dmu.txt │ │ │ ├── domazhermedicine.txt │ │ │ ├── dtu.txt │ │ │ ├── du.txt │ │ │ ├── eaeat-academy.txt │ │ │ ├── ecu.txt │ │ │ ├── eelu/ │ │ │ │ └── student.txt │ │ │ ├── eelu.txt │ │ │ ├── ejust.txt │ │ │ ├── elshoroukacademy.txt │ │ │ ├── engmet.txt │ │ │ ├── eru.txt │ │ │ ├── eslsca.txt │ │ │ ├── eui.txt │ │ │ ├── fa-hists.txt │ │ │ ├── fayoum.txt │ │ │ ├── fci-cu/ │ │ │ │ └── stud.txt │ │ │ ├── fci-cu.txt │ │ │ ├── feps.txt │ │ │ ├── fief.txt │ │ │ ├── fue.txt │ │ │ ├── futureuniversity.txt │ │ │ ├── gei.txt │ │ │ ├── gu.txt │ │ │ ├── guc.txt │ │ │ ├── helwan.txt │ │ │ ├── hti.txt │ │ │ ├── iaet.txt │ │ │ ├── kfs-hiet.txt │ │ │ ├── kfs.txt │ │ │ ├── ksiu.txt │ │ │ ├── luxor.txt │ │ │ ├── madinagroups.txt │ │ │ ├── mans.txt │ │ │ ├── mau.txt │ │ │ ├── menofia.txt │ │ │ ├── merit.txt │ │ │ ├── metmans.txt │ │ │ ├── mhiet.txt │ │ │ ├── minia.txt │ │ │ ├── miniauniv.txt │ │ │ ├── miuegypt.txt │ │ │ ├── mns.txt │ │ │ ├── modern-academy.txt │ │ │ ├── moe/ │ │ │ │ ├── alex3.txt │ │ │ │ ├── stemalex.txt │ │ │ │ └── stemassiut.txt │ │ │ ├── msa.txt │ │ │ ├── mtc.txt │ │ │ ├── mti.txt │ │ │ ├── mu.txt │ │ │ ├── must.txt │ │ │ ├── nctu.txt │ │ │ ├── ndeti.txt │ │ │ ├── ngu.txt │ │ │ ├── nileu.txt │ │ │ ├── nmu.txt │ │ │ ├── nu.txt │ │ │ ├── nub.txt │ │ │ ├── ohi.txt │ │ │ ├── ohins/ │ │ │ │ └── student.txt │ │ │ ├── oi.txt │ │ │ ├── psu.txt │ │ │ ├── pua.txt │ │ │ ├── s-mu.txt │ │ │ ├── sadatacademy.txt │ │ │ ├── sha.txt │ │ │ ├── shams.txt │ │ │ ├── sinaieng.txt │ │ │ ├── sohag/ │ │ │ │ ├── art.txt │ │ │ │ ├── eng.txt │ │ │ │ ├── fci.txt │ │ │ │ ├── science.txt │ │ │ │ └── techedu.txt │ │ │ ├── sohag-univ.txt │ │ │ ├── su.txt │ │ │ ├── suez.txt │ │ │ ├── suezuni.txt │ │ │ ├── suezuniv/ │ │ │ │ └── std.txt │ │ │ ├── svu.txt │ │ │ ├── tanta.txt │ │ │ ├── thebes.txt │ │ │ ├── thic.txt │ │ │ ├── tkh.txt │ │ │ ├── ufe.txt │ │ │ ├── uofcanada.txt │ │ │ ├── usc.txt │ │ │ ├── zewailcity.txt │ │ │ └── zu.txt │ │ └── eun/ │ │ └── msa.txt │ ├── email/ │ │ ├── bsg.txt │ │ ├── evb.txt │ │ ├── iramps.txt │ │ ├── mallowcollege.txt │ │ └── woodrushhigh.txt │ ├── es/ │ │ ├── adaits.txt │ │ ├── alumni-eae.txt │ │ ├── alumni-ieb.txt │ │ ├── alumnos-eneb.txt │ │ ├── alumnosiesleliana.txt │ │ ├── alzago.txt │ │ ├── campuscamara.txt │ │ ├── campusviu.txt │ │ ├── cei/ │ │ │ └── alumnos.txt │ │ ├── cesma.txt │ │ ├── ceu.txt │ │ ├── ceuandalucia.txt │ │ ├── chabacier.txt │ │ ├── cide.txt │ │ ├── cifpcarballeira.txt │ │ ├── cifpceuta.txt │ │ ├── cifplalaboral/ │ │ │ └── aula.txt │ │ ├── cifpzonzamas.txt │ │ ├── colegiotorremalmuerta.txt │ │ ├── cragenomica.txt │ │ ├── deusto.txt │ │ ├── e-itaca.txt │ │ ├── eae.txt │ │ ├── easda.txt │ │ ├── edu/ │ │ │ ├── bsb/ │ │ │ │ └── students.txt │ │ │ ├── fundacionpracticum.txt │ │ │ ├── iesjuandelacierva.txt │ │ │ ├── inea.txt │ │ │ ├── iunit.txt │ │ │ ├── ull.txt │ │ │ └── upv.txt │ │ ├── educaand/ │ │ │ └── g.txt │ │ ├── educantabria.txt │ │ ├── educarex.txt │ │ ├── educastillalamancha.txt │ │ ├── educastur.txt │ │ ├── ehu.txt │ │ ├── embl.txt │ │ ├── eoi.txt │ │ ├── esada.txt │ │ ├── esat.txt │ │ ├── escav.txt │ │ ├── escolapiosdegetafe.txt │ │ ├── escuelaestech.txt │ │ ├── esdmadrid.txt │ │ ├── esic.txt │ │ ├── esne.txt │ │ ├── esneasturias/ │ │ │ └── profesor.txt │ │ ├── eug.txt │ │ ├── euncet.txt │ │ ├── eusa.txt │ │ ├── evg/ │ │ │ └── correo.txt │ │ ├── fesac.txt │ │ ├── florida-uni.txt │ │ ├── floridauniversitaria.txt │ │ ├── fundacio.txt │ │ ├── fundacionsafa.txt │ │ ├── gva/ │ │ │ ├── edu/ │ │ │ │ └── alu.txt │ │ │ └── edu.txt │ │ ├── icfo.txt │ │ ├── idecrea.txt │ │ ├── idep.txt │ │ ├── iepgroup.txt │ │ ├── ies-azarquiel.txt │ │ ├── iesalbarregas.txt │ │ ├── iesalbujaira.txt │ │ ├── iesandorra.txt │ │ ├── iesbenigaslo.txt │ │ ├── iescamas.txt │ │ ├── iescamp.txt │ │ ├── ieselrincon/ │ │ │ └── alumno.txt │ │ ├── ieselrincon.txt │ │ ├── iesfranciscodelosrios.txt │ │ ├── iesfuengirola1.txt │ │ ├── iesgalileo.txt │ │ ├── iesiniesta.txt │ │ ├── ieslavereda.txt │ │ ├── iesmartinezm.txt │ │ ├── iesnervion.txt │ │ ├── iesoleana.txt │ │ ├── iesoretania.txt │ │ ├── iespacomolla.txt │ │ ├── iesprofesormaximotrueba.txt │ │ ├── iespuertasdelcampo.txt │ │ ├── iessantaaurelia.txt │ │ ├── iessantairene.txt │ │ ├── iessoterohernandez.txt │ │ ├── iesteis.txt │ │ ├── iesvalledeljerteplasencia/ │ │ │ └── informatica.txt │ │ ├── iesvegademijas.txt │ │ ├── ifp/ │ │ │ └── student.txt │ │ ├── jcyl/ │ │ │ └── educa.txt │ │ ├── juntadeandalucia.txt │ │ ├── lesroches/ │ │ │ └── students.txt │ │ ├── linkiafp.txt │ │ ├── maristaslogrono.txt │ │ ├── medac/ │ │ │ └── alu.txt │ │ ├── medac.txt │ │ ├── monlau.txt │ │ ├── montessorischool.txt │ │ ├── muni.txt │ │ ├── murciaeduca/ │ │ │ └── alu.txt │ │ ├── murciaeduca.txt │ │ ├── navarra/ │ │ │ └── educacion.txt │ │ ├── nebrija.txt │ │ ├── opendeusto.txt │ │ ├── riberadeltajo.txt │ │ ├── roa.txt │ │ ├── rtve.txt │ │ ├── safanet/ │ │ │ └── hue.txt │ │ ├── safareyes.txt │ │ ├── salesianasnsp/ │ │ │ └── estudiantes.txt │ │ ├── solcnou.txt │ │ ├── tecnun.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uah.txt │ │ ├── ual.txt │ │ ├── ualm.txt │ │ ├── uam.txt │ │ ├── uao.txt │ │ ├── uax.txt │ │ ├── ub.txt │ │ ├── ubu.txt │ │ ├── uc3m/ │ │ │ └── alumnos.txt │ │ ├── uc3m.txt │ │ ├── uca.txt │ │ ├── ucavila.txt │ │ ├── uchceu.txt │ │ ├── uclm.txt │ │ ├── ucm.txt │ │ ├── uco.txt │ │ ├── ucv.txt │ │ ├── udc.txt │ │ ├── udg.txt │ │ ├── udit.txt │ │ ├── udl.txt │ │ ├── uem.txt │ │ ├── uemc.txt │ │ ├── ufv.txt │ │ ├── ugr.txt │ │ ├── uhu.txt │ │ ├── ui1.txt │ │ ├── uia.txt │ │ ├── uib.txt │ │ ├── uic.txt │ │ ├── uimp.txt │ │ ├── ujaen.txt │ │ ├── uji.txt │ │ ├── ull.txt │ │ ├── uloyola/ │ │ │ └── al.txt │ │ ├── ulpgc.txt │ │ ├── um.txt │ │ ├── uma.txt │ │ ├── umh.txt │ │ ├── unav.txt │ │ ├── unavarra.txt │ │ ├── uneatlantico.txt │ │ ├── uned.txt │ │ ├── unex.txt │ │ ├── unican.txt │ │ ├── unileon.txt │ │ ├── uniovi.txt │ │ ├── unirioja.txt │ │ ├── universidadeuropea.txt │ │ ├── unizar.txt │ │ ├── unnet.txt │ │ ├── uoc.txt │ │ ├── upco.txt │ │ ├── upcomillas.txt │ │ ├── upct.txt │ │ ├── upf.txt │ │ ├── upm.txt │ │ ├── upo.txt │ │ ├── upsa.txt │ │ ├── upv.txt │ │ ├── urjc.txt │ │ ├── url.txt │ │ ├── urv.txt │ │ ├── us/ │ │ │ └── alum.txt │ │ ├── us.txt │ │ ├── usal.txt │ │ ├── usc.txt │ │ ├── usj.txt │ │ ├── uv.txt │ │ ├── uva.txt │ │ ├── uvic.txt │ │ ├── uvigo.txt │ │ ├── viu/ │ │ │ └── alumnos.txt │ │ └── xuqueralumnat.txt │ ├── et/ │ │ └── edu/ │ │ ├── aait.txt │ │ ├── aastu.txt │ │ ├── aau.txt │ │ ├── ambou.txt │ │ ├── amu.txt │ │ ├── astu.txt │ │ ├── bdu.txt │ │ ├── bhu.txt │ │ ├── dillauniversity.txt │ │ ├── dtu.txt │ │ ├── haramaya.txt │ │ ├── hu.txt │ │ ├── jju.txt │ │ ├── ju.txt │ │ ├── mtu.txt │ │ ├── mu.txt │ │ ├── rayu.txt │ │ ├── uog.txt │ │ ├── wku.txt │ │ └── wu.txt │ ├── eu/ │ │ ├── ac-arcus.txt │ │ ├── aforp.txt │ │ ├── akademiasztuki.txt │ │ ├── altesgymnasium.txt │ │ ├── amgd.txt │ │ ├── apeiron-edu.txt │ │ ├── ash-berlin.txt │ │ ├── barcelonagse.txt │ │ ├── bbs-lingen-tg.txt │ │ ├── bbs-papenburg.txt │ │ ├── bbs2-aurich.txt │ │ ├── bbsam.txt │ │ ├── bk-beckum.txt │ │ ├── bkb-europaschule.txt │ │ ├── bkbocholt-west.txt │ │ ├── bottyan.txt │ │ ├── brexgata.txt │ │ ├── campusid.txt │ │ ├── citycollege/ │ │ │ └── york.txt │ │ ├── cnva.txt │ │ ├── coleurope.txt │ │ ├── cosmopolitanschool.txt │ │ ├── csvvg.txt │ │ ├── dallam.txt │ │ ├── dauphine.txt │ │ ├── dgkralupy.txt │ │ ├── eafcevere.txt │ │ ├── ecam-strasbourg.txt │ │ ├── ecm-meaux.txt │ │ ├── edu/ │ │ │ └── uitm.txt │ │ ├── educa-sos.txt │ │ ├── eisti.txt │ │ ├── ensam.txt │ │ ├── ensg.txt │ │ ├── ensiie.txt │ │ ├── ensup.txt │ │ ├── epfc.txt │ │ ├── epitech.txt │ │ ├── escp/ │ │ │ └── edu.txt │ │ ├── escpeurope.txt │ │ ├── esiee-amiens.txt │ │ ├── essca.txt │ │ ├── estaca.txt │ │ ├── eui.txt │ │ ├── eursc.txt │ │ ├── fh-dresden.txt │ │ ├── get-mail.txt │ │ ├── ggs-schenefeld.txt │ │ ├── gikn.txt │ │ ├── gym-old.txt │ │ ├── gymcadca.txt │ │ ├── gymkvary/ │ │ │ └── student.txt │ │ ├── gymnasium-ganderkesee.txt │ │ ├── gymnasium-rhauderfehn.txt │ │ ├── handlowa/ │ │ │ └── student.txt │ │ ├── handlowa.txt │ │ ├── hbbk.txt │ │ ├── hetic.txt │ │ ├── hfm.txt │ │ ├── horyzont.txt │ │ ├── hsrw.txt │ │ ├── ibss.txt │ │ ├── idsb/ │ │ │ └── student.txt │ │ ├── igs-kreyenbrueck.txt │ │ ├── igs-nienburg.txt │ │ ├── ihl.txt │ │ ├── iisgalilei.txt │ │ ├── imc-krems.txt │ │ ├── imt-bs.txt │ │ ├── internationalschoolofeurope.txt │ │ ├── itis-molinari.txt │ │ ├── itiscuneo.txt │ │ ├── julianum.txt │ │ ├── kgs-leeste.txt │ │ ├── kgs-rastede.txt │ │ ├── kgs-schneverdingen.txt │ │ ├── kgshemmingen.txt │ │ ├── kgslaatzen.txt │ │ ├── kielce/ │ │ │ ├── 4lo.txt │ │ │ ├── e-zsel.txt │ │ │ └── zsnr3.txt │ │ ├── kwr-hannover.txt │ │ ├── kwrg.txt │ │ ├── leafacademy.txt │ │ ├── leibnizschule-hannover.txt │ │ ├── lgs-hu.txt │ │ ├── liceocassini.txt │ │ ├── liceolussana.txt │ │ ├── liceosabin.txt │ │ ├── lublin/ │ │ │ ├── edu.txt │ │ │ └── zsel/ │ │ │ └── gsuite.txt │ │ ├── mruni.txt │ │ ├── mwsl/ │ │ │ └── student.txt │ │ ├── nvna.txt │ │ ├── obs-sottrum.txt │ │ ├── ozanam.txt │ │ ├── pacr.txt │ │ ├── psl/ │ │ │ └── chartes.txt │ │ ├── psl.txt │ │ ├── ptgtg.txt │ │ ├── pwsz.txt │ │ ├── reacollege.txt │ │ ├── rmbk.txt │ │ ├── schloss-online.txt │ │ ├── schoolmath.txt │ │ ├── sciencespo-lille.txt │ │ ├── sekundarschule-soest.txt │ │ ├── seuniversity.txt │ │ ├── sghm.txt │ │ ├── sgsintpaulus.txt │ │ ├── sheffield/ │ │ │ └── citycollege.txt │ │ ├── spsbj.txt │ │ ├── spsjm.txt │ │ ├── spst.txt │ │ ├── sstebrno.txt │ │ ├── steinbart-gym.txt │ │ ├── teb-eu.txt │ │ ├── telecom-bretagne.txt │ │ ├── telecom-em.txt │ │ ├── telecom-sudparis.txt │ │ ├── telecomnancy.txt │ │ ├── teleinformatika.txt │ │ ├── tismbree.txt │ │ ├── tls-giessen.txt │ │ ├── tmg-daun.txt │ │ ├── uib.txt │ │ ├── unifortunato.txt │ │ ├── unilodz.txt │ │ ├── uniroma2.txt │ │ ├── utad.txt │ │ ├── varosmajor.txt │ │ ├── vpsmb.txt │ │ ├── vumk.txt │ │ ├── wittenborg.txt │ │ ├── wsinf/ │ │ │ └── student.txt │ │ ├── yschools.txt │ │ ├── zielone.txt │ │ ├── zs710.txt │ │ ├── zsge.txt │ │ └── zszatopkovych.txt │ ├── eus/ │ │ ├── aeg/ │ │ │ └── ikasle.txt │ │ ├── birt.txt │ │ ├── doloresibarruribhi.txt │ │ ├── ehu.txt │ │ ├── irakasle.txt │ │ ├── maltuna.txt │ │ ├── mendizabala.txt │ │ ├── olabide.txt │ │ ├── plaiaundi.txt │ │ └── uni.txt │ ├── fi/ │ │ ├── Prakticum.txt │ │ ├── aalto.txt │ │ ├── abo.txt │ │ ├── arcada.txt │ │ ├── bc/ │ │ │ └── edu.txt │ │ ├── bc.txt │ │ ├── centria.txt │ │ ├── cou.txt │ │ ├── diak.txt │ │ ├── eduespoo.txt │ │ ├── eduhat/ │ │ │ └── oppilas.txt │ │ ├── eduouka.txt │ │ ├── eduvammalanlukio.txt │ │ ├── eduvantaa/ │ │ │ └── opp.txt │ │ ├── eduvantaa.txt │ │ ├── engs.txt │ │ ├── espoo/ │ │ │ └── edu.txt │ │ ├── evtek.txt │ │ ├── gradia.txt │ │ ├── haaga-helia.txt │ │ ├── hamk.txt │ │ ├── hanken.txt │ │ ├── hel/ │ │ │ └── edu.txt │ │ ├── helsinki.txt │ │ ├── hive.txt │ │ ├── hkkk.txt │ │ ├── hut.txt │ │ ├── hyria/ │ │ │ └── edu.txt │ │ ├── hyvinkaa/ │ │ │ └── oppilas.txt │ │ ├── jamk.txt │ │ ├── jarvenpaa/ │ │ │ └── edu.txt │ │ ├── jedu.txt │ │ ├── joensuu.txt │ │ ├── jyu.txt │ │ ├── kaarina/ │ │ │ └── koulut.txt │ │ ├── kalajoki/ │ │ │ └── edu.txt │ │ ├── kamk.txt │ │ ├── karelia.txt │ │ ├── kauniaistenlukio.txt │ │ ├── kempele/ │ │ │ └── edu.txt │ │ ├── kktavastia.txt │ │ ├── kokkola/ │ │ │ └── edu.txt │ │ ├── kotka/ │ │ │ └── edu.txt │ │ ├── koudata.txt │ │ ├── koulu-isk.txt │ │ ├── kpedu.txt │ │ ├── kuopio/ │ │ │ └── edu.txt │ │ ├── kuva.txt │ │ ├── kyamk.txt │ │ ├── lab/ │ │ │ └── student.txt │ │ ├── lahti/ │ │ │ └── edu.txt │ │ ├── lamk.txt │ │ ├── lao/ │ │ │ └── edu.txt │ │ ├── lapinamk.txt │ │ ├── lappee.txt │ │ ├── laurea.txt │ │ ├── lohja/ │ │ │ └── edu.txt │ │ ├── loimaa/ │ │ │ └── edu.txt │ │ ├── luksia/ │ │ │ └── edu.txt │ │ ├── lut.txt │ │ ├── lyk.txt │ │ ├── mamk.txt │ │ ├── mayk.txt │ │ ├── metropolia.txt │ │ ├── munkka.txt │ │ ├── nivala/ │ │ │ └── edu.txt │ │ ├── normaalilyseo.txt │ │ ├── novia/ │ │ │ └── edu.txt │ │ ├── oamk.txt │ │ ├── omnia.txt │ │ ├── oulu.txt │ │ ├── puv.txt │ │ ├── ramk.txt │ │ ├── raseko/ │ │ │ └── edu.txt │ │ ├── redu.txt │ │ ├── riveria/ │ │ │ └── edu.txt │ │ ├── roiedu.txt │ │ ├── saimia.txt │ │ ├── salpaus.txt │ │ ├── samk.txt │ │ ├── sasky.txt │ │ ├── savonia.txt │ │ ├── scp.txt │ │ ├── seamk.txt │ │ ├── shh.txt │ │ ├── siba.txt │ │ ├── siikalatva/ │ │ │ └── edu.txt │ │ ├── syk.txt │ │ ├── taitajantie.txt │ │ ├── tamk.txt │ │ ├── tampere/ │ │ │ └── edu.txt │ │ ├── teak.txt │ │ ├── tiedenorssi.txt │ │ ├── tpu.txt │ │ ├── tukkk.txt │ │ ├── tuni.txt │ │ ├── turku/ │ │ │ └── edu.txt │ │ ├── turkuamk.txt │ │ ├── tut.txt │ │ ├── tuusula/ │ │ │ └── edu.txt │ │ ├── tyk.txt │ │ ├── uef.txt │ │ ├── uku.txt │ │ ├── ulapland.txt │ │ ├── uniarts.txt │ │ ├── uta.txt │ │ ├── utu.txt │ │ ├── uwasa.txt │ │ ├── vaao/ │ │ │ └── edu.txt │ │ ├── vaasa/ │ │ │ └── student.txt │ │ ├── vamk.txt │ │ ├── xamk.txt │ │ └── ylojarvi/ │ │ └── edu.txt │ ├── fj/ │ │ └── ac/ │ │ ├── fnu.txt │ │ ├── fsm.txt │ │ ├── unifiji.txt │ │ └── usp.txt │ ├── fm/ │ │ └── comfsm.txt │ ├── fo/ │ │ ├── setur.txt │ │ └── tsk.txt │ ├── fr/ │ │ ├── 3il.txt │ │ ├── 42.txt │ │ ├── 42angouleme.txt │ │ ├── 42lehavre/ │ │ │ └── student.txt │ │ ├── 42lyon/ │ │ │ └── student.txt │ │ ├── 42mulhouse.txt │ │ ├── 42nice.txt │ │ ├── 42perpignan/ │ │ │ └── student.txt │ │ ├── ac-aix-marseille.txt │ │ ├── ac-amiens.txt │ │ ├── ac-besancon.txt │ │ ├── ac-bordeaux.txt │ │ ├── ac-caen.txt │ │ ├── ac-clermont.txt │ │ ├── ac-corse.txt │ │ ├── ac-creteil.txt │ │ ├── ac-dijon.txt │ │ ├── ac-grenoble.txt │ │ ├── ac-guadeloupe.txt │ │ ├── ac-guyane.txt │ │ ├── ac-lille.txt │ │ ├── ac-limoges.txt │ │ ├── ac-lyon.txt │ │ ├── ac-martinique.txt │ │ ├── ac-mayotte.txt │ │ ├── ac-montpellier.txt │ │ ├── ac-nancy-metz.txt │ │ ├── ac-nantes.txt │ │ ├── ac-nice.txt │ │ ├── ac-normandie.txt │ │ ├── ac-orleans-tours.txt │ │ ├── ac-paris.txt │ │ ├── ac-poitiers.txt │ │ ├── ac-reims.txt │ │ ├── ac-rennes.txt │ │ ├── ac-reunion.txt │ │ ├── ac-rouen.txt │ │ ├── ac-strasbourg.txt │ │ ├── ac-toulouse.txt │ │ ├── ac-versailles.txt │ │ ├── adatechschool/ │ │ │ └── student.txt │ │ ├── aege.txt │ │ ├── aformac.txt │ │ ├── afpa.txt │ │ ├── afpma/ │ │ │ └── app.txt │ │ ├── agro-bordeaux.txt │ │ ├── agrocampus-ouest.txt │ │ ├── agroparistech.txt │ │ ├── archi.txt │ │ ├── artfx.txt │ │ ├── asparis.txt │ │ ├── asso/ │ │ │ ├── aea.txt │ │ │ ├── arfp.txt │ │ │ ├── essca.txt │ │ │ ├── fupl.txt │ │ │ ├── ort/ │ │ │ │ └── lyon.txt │ │ │ └── toulouse-ort.txt │ │ ├── audencia.txt │ │ ├── aup.txt │ │ ├── auvergnerhonealpes/ │ │ │ └── ent.txt │ │ ├── bde-insa-lyon.txt │ │ ├── bordeaux-inp.txt │ │ ├── bts-lachartreuse.txt │ │ ├── bts-sio-eiffel.txt │ │ ├── campus-centre.txt │ │ ├── campus-eni.txt │ │ ├── campus-igs-toulouse.txt │ │ ├── cci/ │ │ │ ├── aveyron/ │ │ │ │ └── formation.txt │ │ │ └── sudformation.txt │ │ ├── ccicampus.txt │ │ ├── cciformation49.txt │ │ ├── centrale-marseille.txt │ │ ├── centralelille/ │ │ │ ├── centrale.txt │ │ │ └── ig2i.txt │ │ ├── centralelille.txt │ │ ├── centralesupelec.txt │ │ ├── cesi.txt │ │ ├── cfa-afti.txt │ │ ├── cfa-insta.txt │ │ ├── cfai-formation.txt │ │ ├── cfautec.txt │ │ ├── cfi-formations/ │ │ │ └── edu.txt │ │ ├── chu-bordeaux.txt │ │ ├── cnam-ara.txt │ │ ├── cnam-enjmin.txt │ │ ├── cnam-picardie.txt │ │ ├── cnam.txt │ │ ├── cnearc.txt │ │ ├── cnsmdp.txt │ │ ├── coding-academy.txt │ │ ├── cohl.txt │ │ ├── collegecharlespeguy.txt │ │ ├── collegekarr.txt │ │ ├── cpe.txt │ │ ├── cs2i-lorient.txt │ │ ├── csilyon.txt │ │ ├── curie.txt │ │ ├── cy-tech.txt │ │ ├── cyu/ │ │ │ └── etu.txt │ │ ├── cyu.txt │ │ ├── dauphine.txt │ │ ├── delorozoy/ │ │ │ └── ifa/ │ │ │ └── edu.txt │ │ ├── devinci.txt │ │ ├── diginamic.txt │ │ ├── e-lyco/ │ │ │ └── paysdelaloire/ │ │ │ └── malraux.txt │ │ ├── eap.txt │ │ ├── ec-lille.txt │ │ ├── ec-lyon.txt │ │ ├── ec-nantes.txt │ │ ├── ecam.txt │ │ ├── ece.txt │ │ ├── ecetech/ │ │ │ └── edu.txt │ │ ├── ecole-air.txt │ │ ├── ecole-isitech.txt │ │ ├── ecole-navale.txt │ │ ├── ecole-webstart.txt │ │ ├── ecole404.txt │ │ ├── ecoledulouvre.txt │ │ ├── ecolemelies/ │ │ │ └── etudiant.txt │ │ ├── ecp.txt │ │ ├── ecvdigital/ │ │ │ └── etu.txt │ │ ├── edenschool.txt │ │ ├── edmond-labbe.txt │ │ ├── edouardgand.txt │ │ ├── edu-groupesaintmichel.txt │ │ ├── eduhdf.txt │ │ ├── efficom-lille.txt │ │ ├── efrei.txt │ │ ├── ehesp/ │ │ │ └── eleve.txt │ │ ├── ehess.txt │ │ ├── eigsi.txt │ │ ├── eilco-ulco.txt │ │ ├── eisti.txt │ │ ├── eivp-paris.txt │ │ ├── emse.txt │ │ ├── emweb.txt │ │ ├── en3s.txt │ │ ├── ena.txt │ │ ├── enac.txt │ │ ├── enc-sorbonne.txt │ │ ├── enib.txt │ │ ├── enic.txt │ │ ├── enim.txt │ │ ├── enise.txt │ │ ├── enit.txt │ │ ├── enitab.txt │ │ ├── enitiaa-nantes.txt │ │ ├── enpc.txt │ │ ├── ens-cachan.txt │ │ ├── ens-fcl.txt │ │ ├── ens-lyon.txt │ │ ├── ens-paris-saclay.txt │ │ ├── ens-rennes.txt │ │ ├── ens.txt │ │ ├── ens2m.txt │ │ ├── ensae-paristech.txt │ │ ├── ensae.txt │ │ ├── ensai.txt │ │ ├── ensait.txt │ │ ├── ensam.txt │ │ ├── ensat.txt │ │ ├── ensc-lille.txt │ │ ├── ensc-rennes.txt │ │ ├── ensc.txt │ │ ├── enscm.txt │ │ ├── ensea.txt │ │ ├── enseeiht.txt │ │ ├── enseignement-catholique-ledonien.txt │ │ ├── enseirb-matmeca.txt │ │ ├── enserg.txt │ │ ├── ensiacet.txt │ │ ├── ensica.txt │ │ ├── ensicaen.txt │ │ ├── ensiie.txt │ │ ├── ensimag.txt │ │ ├── ensm-ales.txt │ │ ├── ensm-douai.txt │ │ ├── ensma.txt │ │ ├── ensmp.txt │ │ ├── enssat.txt │ │ ├── enssib.txt │ │ ├── enst-bretagne.txt │ │ ├── enst.txt │ │ ├── ensta-bretagne.txt │ │ ├── ensta-paris.txt │ │ ├── ensta-paristech.txt │ │ ├── ensta.txt │ │ ├── ent-st-joseph-hasparren.txt │ │ ├── entpe.txt │ │ ├── envt.txt │ │ ├── epf.txt │ │ ├── epfedu.txt │ │ ├── epita.txt │ │ ├── epitech.txt │ │ ├── epsi.txt │ │ ├── es-be.txt │ │ ├── esa-purpan.txt │ │ ├── esad-pyrenees.txt │ │ ├── esad-valenciennes.txt │ │ ├── esadd.txt │ │ ├── esc-bordeaux.txt │ │ ├── esc-brest.txt │ │ ├── esc-clermont.txt │ │ ├── esc-grenoble.txt │ │ ├── esc-lille.txt │ │ ├── esc-pau.txt │ │ ├── esc-rouen.txt │ │ ├── esc-toulouse.txt │ │ ├── escem.txt │ │ ├── escna.txt │ │ ├── escom.txt │ │ ├── escp.txt │ │ ├── eseo.txt │ │ ├── esg.txt │ │ ├── esgi.txt │ │ ├── esh64.txt │ │ ├── esi-metz.txt │ │ ├── esiae.txt │ │ ├── esiea/ │ │ │ └── et.txt │ │ ├── esiea.txt │ │ ├── esiee-amiens.txt │ │ ├── esiee-it/ │ │ │ └── edu.txt │ │ ├── esiee.txt │ │ ├── esigelec.txt │ │ ├── esigetel.txt │ │ ├── esimed.txt │ │ ├── esitc-paris.txt │ │ ├── esme.txt │ │ ├── espci.txt │ │ ├── esqese.txt │ │ ├── essb.txt │ │ ├── essec.txt │ │ ├── esta-belfort.txt │ │ ├── estei.txt │ │ ├── estia/ │ │ │ ├── etu.txt │ │ │ └── net.txt │ │ ├── estia.txt │ │ ├── estp.txt │ │ ├── etu-webschoolfactory.txt │ │ ├── etud-espas/ │ │ │ └── accueil.txt │ │ ├── etud-ices.txt │ │ ├── etudiant-sornas.txt │ │ ├── eudil.txt │ │ ├── eurecom.txt │ │ ├── fac-digital-campus.txt │ │ ├── fac-esarc-evolution.txt │ │ ├── fac-esg.txt │ │ ├── fblasalle.txt │ │ ├── flst.txt │ │ ├── formation-cci.txt │ │ ├── formation-cci12.txt │ │ ├── formation-industries-pdl/ │ │ │ └── cfai.txt │ │ ├── formation-technologique.txt │ │ ├── g-4.txt │ │ ├── gastonberger.txt │ │ ├── gobelins.txt │ │ ├── gouv/ │ │ │ └── defense/ │ │ │ └── terre-net/ │ │ │ └── st-cyr.txt │ │ ├── grenoble-em.txt │ │ ├── grenoble-inp/ │ │ │ ├── ensimag.txt │ │ │ ├── esisar/ │ │ │ │ └── etu.txt │ │ │ └── esisar.txt │ │ ├── grenoble-inp.txt │ │ ├── greta-formations.txt │ │ ├── greta-sud-aquitaine.txt │ │ ├── groupe-esigelec.txt │ │ ├── groupemontroland.txt │ │ ├── guardiaschool.txt │ │ ├── gustaveroussy.txt │ │ ├── h3hitema.txt │ │ ├── hec.txt │ │ ├── hei.txt │ │ ├── hetic.txt │ │ ├── iae-toulouse.txt │ │ ├── icam.txt │ │ ├── icea-edu.txt │ │ ├── ices.txt │ │ ├── icl-lille.txt │ │ ├── icof.txt │ │ ├── icp.txt │ │ ├── ict-edu.txt │ │ ├── ief2i/ │ │ │ └── etudiant.txt │ │ ├── ieseg.txt │ │ ├── ifma.txt │ │ ├── ifp.txt │ │ ├── ig2i.txt │ │ ├── ign.txt │ │ ├── iia-formation.txt │ │ ├── iia-laval.txt │ │ ├── imag.txt │ │ ├── imie-paris.txt │ │ ├── imj-prg.txt │ │ ├── imt-atlantique.txt │ │ ├── imt-lille-douai.txt │ │ ├── imt-mrs.txt │ │ ├── imt-nord-europe.txt │ │ ├── inalco.txt │ │ ├── inp-fc.txt │ │ ├── inp-toulouse.txt │ │ ├── inpg.txt │ │ ├── inpl-nancy.txt │ │ ├── inra.txt │ │ ├── inrae.txt │ │ ├── insa-cvl.txt │ │ ├── insa-lyon.txt │ │ ├── insa-rennes.txt │ │ ├── insa-rouen.txt │ │ ├── insa-strasbourg.txt │ │ ├── insa-toulouse.txt │ │ ├── insta.txt │ │ ├── institutdegenech.txt │ │ ├── int-evry.txt │ │ ├── intech-so.txt │ │ ├── intech-sud.txt │ │ ├── intechinfo/ │ │ │ └── et.txt │ │ ├── intechinfo.txt │ │ ├── ip-formation.txt │ │ ├── ip-paris.txt │ │ ├── ipag.txt │ │ ├── ipb.txt │ │ ├── ipgp.txt │ │ ├── ipsa.txt │ │ ├── ird.txt │ │ ├── irisa.txt │ │ ├── isae-ensma/ │ │ │ └── etu.txt │ │ ├── isae-supaero.txt │ │ ├── isae.txt │ │ ├── isara.txt │ │ ├── isefac.txt │ │ ├── isen-bretagne.txt │ │ ├── isen-lille.txt │ │ ├── isen.txt │ │ ├── isep.txt │ │ ├── isima.txt │ │ ├── ismcm-cesti.txt │ │ ├── istef.txt │ │ ├── it-akademy.txt │ │ ├── it-students.txt │ │ ├── itecboisfleury.txt │ │ ├── itech.txt │ │ ├── itescia.txt │ │ ├── iut-rodez.txt │ │ ├── iut-tlse3.txt │ │ ├── iut-valence.txt │ │ ├── jbrel.txt │ │ ├── jeanne-darc-vitre.txt │ │ ├── jussieu.txt │ │ ├── keyce-academy.txt │ │ ├── labom2iformation.txt │ │ ├── lacatholille.txt │ │ ├── lamanu-student.txt │ │ ├── lasalle-grenoble.txt │ │ ├── lasallepantin.txt │ │ ├── lbsi14.txt │ │ ├── le-101.txt │ │ ├── le-campus-numerique.txt │ │ ├── lgf09.txt │ │ ├── limayrac.txt │ │ ├── lip6.txt │ │ ├── lmdsio.txt │ │ ├── lprs.txt │ │ ├── lyc-bonaparte.txt │ │ ├── lycam.txt │ │ ├── lycee-basch.txt │ │ ├── lycee-cci-gard.txt │ │ ├── lycee-monge.txt │ │ ├── lycee-nevers.txt │ │ ├── lyceeconnecte.txt │ │ ├── lyceedelasalle.txt │ │ ├── lyceefulbert.txt │ │ ├── lyceegalilee.txt │ │ ├── lyceepergaud.txt │ │ ├── lyceesaintnicolas.txt │ │ ├── lyceesudmedoc.txt │ │ ├── lyon-epsi.txt │ │ ├── mail-ecv.txt │ │ ├── malrauxbethune.txt │ │ ├── master-developpement-logiciel.txt │ │ ├── master-stic.txt │ │ ├── mdnpedago.txt │ │ ├── meteo.txt │ │ ├── metznumericschool.txt │ │ ├── mewo-campus.txt │ │ ├── mewo.txt │ │ ├── miage/ │ │ │ └── toulouse.txt │ │ ├── mines-albi.txt │ │ ├── mines-ales.txt │ │ ├── mines-nantes.txt │ │ ├── mines-paristech.txt │ │ ├── minesdedouai.txt │ │ ├── mjm-design.txt │ │ ├── mnhn/ │ │ │ └── edu.txt │ │ ├── monbureaunumerique.txt │ │ ├── msw-lachartreuse.txt │ │ ├── myges.txt │ │ ├── neoma-bs.txt │ │ ├── nermont.txt │ │ ├── netocentre.txt │ │ ├── next-u.txt │ │ ├── normandiewebschool.txt │ │ ├── obspm.txt │ │ ├── oniris-nantes.txt │ │ ├── onlineformapro.txt │ │ ├── opensourceschool.txt │ │ ├── ort-france.txt │ │ ├── ortmontreuil.txt │ │ ├── oteria.txt │ │ ├── paris-saclay/ │ │ │ └── i2bc.txt │ │ ├── paris-sorbonne.txt │ │ ├── parisdescartes.txt │ │ ├── parisnanterre.txt │ │ ├── pasteur.txt │ │ ├── pole-lachartreuse.txt │ │ ├── polytech-lille.txt │ │ ├── polytechnique.txt │ │ ├── prof-webschoolfactory.txt │ │ ├── promeo-alternaute.txt │ │ ├── promeo-formation.txt │ │ ├── promeo365.txt │ │ ├── purpan.txt │ │ ├── ri7.txt │ │ ├── riviera.txt │ │ ├── rouenbs.txt │ │ ├── s-fx.txt │ │ ├── saintaubinlasalle.txt │ │ ├── saintcharles-laprovidence.txt │ │ ├── sciencespo-aix.txt │ │ ├── sciencespo-rennes.txt │ │ ├── sciencespo.txt │ │ ├── sciencesu-lyon.txt │ │ ├── sigma-clermont.txt │ │ ├── sivard.txt │ │ ├── sjc43.txt │ │ ├── sorbon.txt │ │ ├── sorbonne-nouvelle.txt │ │ ├── sorbonne-paris-nord/ │ │ │ └── edu.txt │ │ ├── sorbonne-universite.txt │ │ ├── sornas.txt │ │ ├── stagiairesifa.txt │ │ ├── stagiairesmns.txt │ │ ├── stanislas-paris.txt │ │ ├── stfelixlasalle.txt │ │ ├── stjolorient.txt │ │ ├── stu-digital-campus.txt │ │ ├── stu-esarc-evolution.txt │ │ ├── stu-esg.txt │ │ ├── student-cs.txt │ │ ├── studi.txt │ │ ├── supaero.txt │ │ ├── supagro.txt │ │ ├── supbiotech.txt │ │ ├── supco-amiens.txt │ │ ├── supco-montpellier.txt │ │ ├── supdevinci-edu.txt │ │ ├── supdevinci.txt │ │ ├── supelec.txt │ │ ├── supinternet.txt │ │ ├── supmeca.txt │ │ ├── supwallon.txt │ │ ├── tbs-education.txt │ │ ├── telecom-lille.txt │ │ ├── telecom-paris.txt │ │ ├── telecom-paristech.txt │ │ ├── telecom-st-etienne.txt │ │ ├── thenuumfactory.txt │ │ ├── toulouse-inp/ │ │ │ └── etu.txt │ │ ├── toulouse-inp.txt │ │ ├── u-3mrs.txt │ │ ├── u-bordeaux-montaigne/ │ │ │ ├── etu.txt │ │ │ └── iut.txt │ │ ├── u-bordeaux-montaigne.txt │ │ ├── u-bordeaux.txt │ │ ├── u-bordeaux2.txt │ │ ├── u-bordeaux3.txt │ │ ├── u-bourgogne/ │ │ │ └── etu.txt │ │ ├── u-bourgogne.txt │ │ ├── u-cergy.txt │ │ ├── u-clermont1.txt │ │ ├── u-grenoble3.txt │ │ ├── u-nancy.txt │ │ ├── u-paris/ │ │ │ └── etu.txt │ │ ├── u-paris.txt │ │ ├── u-paris10.txt │ │ ├── u-paris2.txt │ │ ├── u-pe.txt │ │ ├── u-pec.txt │ │ ├── u-pem.txt │ │ ├── u-picardie.txt │ │ ├── u-psud.txt │ │ ├── u-strasbg.txt │ │ ├── uca.txt │ │ ├── ucly.txt │ │ ├── uco.txt │ │ ├── udamail/ │ │ │ └── etu.txt │ │ ├── udamail.txt │ │ ├── uha.txt │ │ ├── uhb.txt │ │ ├── uhp-nancy.txt │ │ ├── ujf-grenoble.txt │ │ ├── umontpellier.txt │ │ ├── unicaen.txt │ │ ├── unice/ │ │ │ └── etu.txt │ │ ├── unice.txt │ │ ├── unilasalle/ │ │ │ └── etu.txt │ │ ├── unilasalle.txt │ │ ├── unilim.txt │ │ ├── unimes.txt │ │ ├── unistra.txt │ │ ├── univ-ag/ │ │ │ └── etu.txt │ │ ├── univ-ag.txt │ │ ├── univ-amu/ │ │ │ └── etu.txt │ │ ├── univ-amu.txt │ │ ├── univ-angers.txt │ │ ├── univ-antilles/ │ │ │ └── etu.txt │ │ ├── univ-antilles.txt │ │ ├── univ-artois.txt │ │ ├── univ-avignon.txt │ │ ├── univ-bpclermont.txt │ │ ├── univ-brest.txt │ │ ├── univ-catholille.txt │ │ ├── univ-catholyon.txt │ │ ├── univ-corse.txt │ │ ├── univ-cotedazur.txt │ │ ├── univ-eiffel.txt │ │ ├── univ-evry.txt │ │ ├── univ-fcomte.txt │ │ ├── univ-grenoble-alpes/ │ │ │ └── iut2.txt │ │ ├── univ-grenoble-alpes.txt │ │ ├── univ-inpt.txt │ │ ├── univ-jfc.txt │ │ ├── univ-lehavre.txt │ │ ├── univ-lemans.txt │ │ ├── univ-lille.txt │ │ ├── univ-lille1.txt │ │ ├── univ-lille2.txt │ │ ├── univ-lille3.txt │ │ ├── univ-littoral.txt │ │ ├── univ-lorraine.txt │ │ ├── univ-lr/ │ │ │ └── etudiant.txt │ │ ├── univ-lr.txt │ │ ├── univ-lyon1.txt │ │ ├── univ-lyon2.txt │ │ ├── univ-lyon3.txt │ │ ├── univ-metz.txt │ │ ├── univ-mlv.txt │ │ ├── univ-montp1.txt │ │ ├── univ-montp2.txt │ │ ├── univ-montp3.txt │ │ ├── univ-montpellier.txt │ │ ├── univ-mrs.txt │ │ ├── univ-mulhouse.txt │ │ ├── univ-nancy2.txt │ │ ├── univ-nantes.txt │ │ ├── univ-orleans.txt │ │ ├── univ-paris-diderot.txt │ │ ├── univ-paris-est.txt │ │ ├── univ-paris1.txt │ │ ├── univ-paris12.txt │ │ ├── univ-paris13.txt │ │ ├── univ-paris3.txt │ │ ├── univ-paris5.txt │ │ ├── univ-paris8.txt │ │ ├── univ-pau.txt │ │ ├── univ-perp.txt │ │ ├── univ-poitiers.txt │ │ ├── univ-reims.txt │ │ ├── univ-rennes/ │ │ │ └── etudiant.txt │ │ ├── univ-rennes1.txt │ │ ├── univ-rennes2.txt │ │ ├── univ-reunion.txt │ │ ├── univ-rouen.txt │ │ ├── univ-savoie.txt │ │ ├── univ-smb.txt │ │ ├── univ-st-etienne/ │ │ │ └── etu.txt │ │ ├── univ-st-etienne.txt │ │ ├── univ-tln.txt │ │ ├── univ-tlse1.txt │ │ ├── univ-tlse2.txt │ │ ├── univ-tlse3.txt │ │ ├── univ-toulouse.txt │ │ ├── univ-tours.txt │ │ ├── univ-ubs.txt │ │ ├── univ-valenciennes/ │ │ │ └── etu.txt │ │ ├── univ-valenciennes.txt │ │ ├── universite-lyon.txt │ │ ├── universite-paris-saclay.txt │ │ ├── univmed.txt │ │ ├── uphf/ │ │ │ └── etu.txt │ │ ├── uphf.txt │ │ ├── upmc.txt │ │ ├── upmf-grenoble.txt │ │ ├── ups-tlse.txt │ │ ├── ut-capitole.txt │ │ ├── utbm.txt │ │ ├── utc.txt │ │ ├── utt.txt │ │ ├── uvsq.txt │ │ ├── vatel.txt │ │ ├── vet-alfort.txt │ │ ├── vet-lyon.txt │ │ ├── vet-nantes.txt │ │ ├── viacesi.txt │ │ ├── webschoolfactory.txt │ │ ├── yncrea/ │ │ │ ├── hei.txt │ │ │ ├── isen-ouest.txt │ │ │ ├── isen.txt │ │ │ └── student.txt │ │ ├── yncrea.txt │ │ └── yschools.txt │ ├── gal/ │ │ ├── iesrodeira.txt │ │ ├── udc.txt │ │ └── xunta/ │ │ └── edu.txt │ ├── ge/ │ │ ├── bsu.txt │ │ ├── edu/ │ │ │ ├── agruni.txt │ │ │ ├── alte.txt │ │ │ ├── atsu.txt │ │ │ ├── bsu.txt │ │ │ ├── btu.txt │ │ │ ├── ciu.txt │ │ │ ├── cu.txt │ │ │ ├── efc.txt │ │ │ ├── eu.txt │ │ │ ├── fesvebi.txt │ │ │ ├── freeuni.txt │ │ │ ├── gau.txt │ │ │ ├── gruni.txt │ │ │ ├── gsau.txt │ │ │ ├── gtu.txt │ │ │ ├── gu.txt │ │ │ ├── ibsu.txt │ │ │ ├── iliauni.txt │ │ │ ├── kiu.txt │ │ │ ├── newton.txt │ │ │ ├── sangu.txt │ │ │ ├── sdasu.txt │ │ │ ├── seu.txt │ │ │ ├── ssu.txt │ │ │ ├── tesau.txt │ │ │ ├── tmk.txt │ │ │ ├── tsu.txt │ │ │ ├── ug.txt │ │ │ └── unik.txt │ │ ├── gipa.txt │ │ ├── gov/ │ │ │ └── students.txt │ │ ├── gtu.txt │ │ ├── iset.txt │ │ ├── itvet.txt │ │ ├── mziuri.txt │ │ ├── newvision.txt │ │ └── tsu.txt │ ├── gh/ │ │ └── edu/ │ │ ├── abs.txt │ │ ├── accrapolytechnic.txt │ │ ├── ait.txt │ │ ├── anuc.txt │ │ ├── ashesi.txt │ │ ├── central.txt │ │ ├── cug.txt │ │ ├── datalink.txt │ │ ├── gcuc.txt │ │ ├── gimpa.txt │ │ ├── gtuc.txt │ │ ├── knust.txt │ │ ├── kpoly.txt │ │ ├── mucg.txt │ │ ├── pentvars.txt │ │ ├── presbyuniversity.txt │ │ ├── regent.txt │ │ ├── rmu.txt │ │ ├── tpoly.txt │ │ ├── ucc.txt │ │ ├── uds.txt │ │ ├── uew.txt │ │ ├── ug.txt │ │ ├── umat.txt │ │ ├── upsamail.txt │ │ ├── vvu.txt │ │ └── wiuc-ghana.txt │ ├── gl/ │ │ └── ilisimatusarfik.txt │ ├── global/ │ │ └── dwight.txt │ ├── gm/ │ │ └── edu/ │ │ ├── aiu.txt │ │ ├── iou.txt │ │ └── utg.txt │ ├── gov/ │ │ └── nyc/ │ │ └── schools.txt │ ├── gr/ │ │ ├── acg.txt │ │ ├── aeath.txt │ │ ├── aegean.txt │ │ ├── agsm.txt │ │ ├── aktocollege.txt │ │ ├── asfa.txt │ │ ├── aspete/ │ │ │ ├── elec.txt │ │ │ ├── mec.txt │ │ │ └── ta.txt │ │ ├── aspete.txt │ │ ├── athtech.txt │ │ ├── aua.txt │ │ ├── aueb.txt │ │ ├── auth/ │ │ │ ├── csd.txt │ │ │ └── math.txt │ │ ├── auth.txt │ │ ├── cityu.txt │ │ ├── demokritos.txt │ │ ├── duth.txt │ │ ├── eap.txt │ │ ├── edu/ │ │ │ ├── alba.txt │ │ │ ├── amcstudent.txt │ │ │ ├── anatolia.txt │ │ │ ├── athenscollege.txt │ │ │ ├── campion.txt │ │ │ ├── dei.txt │ │ │ ├── iceberg.txt │ │ │ ├── iekdelta360.txt │ │ │ ├── ihu.txt │ │ │ ├── imd.txt │ │ │ ├── ist.txt │ │ │ ├── medcollege.txt │ │ │ ├── mitropolitiko.txt │ │ │ ├── sivitanidios.txt │ │ │ ├── teikav.txt │ │ │ ├── uindy.txt │ │ │ └── uom.txt │ │ ├── forthnet.txt │ │ ├── grbc.txt │ │ ├── hmu.txt │ │ ├── hua.txt │ │ ├── ihu.txt │ │ ├── imese.txt │ │ ├── ionio.txt │ │ ├── labaki.txt │ │ ├── mc-class.txt │ │ ├── ntua.txt │ │ ├── nyc.txt │ │ ├── panteion.txt │ │ ├── pinewood-school.txt │ │ ├── puas/ │ │ │ └── students.txt │ │ ├── puas.txt │ │ ├── sse.txt │ │ ├── ssl-unipi.txt │ │ ├── teiath.txt │ │ ├── teicm.txt │ │ ├── teicrete.txt │ │ ├── teiemt.txt │ │ ├── teiep.txt │ │ ├── teiher.txt │ │ ├── teikal.txt │ │ ├── teikoz.txt │ │ ├── teilam.txt │ │ ├── teilar.txt │ │ ├── teimes.txt │ │ ├── teipat.txt │ │ ├── teipir.txt │ │ ├── teiser.txt │ │ ├── teiste.txt │ │ ├── teithe.txt │ │ ├── teiwest.txt │ │ ├── teiwm/ │ │ │ └── kastoria/ │ │ │ └── students.txt │ │ ├── tuc.txt │ │ ├── ucg.txt │ │ ├── unipi.txt │ │ ├── uniwa.txt │ │ ├── uoa.txt │ │ ├── uoc.txt │ │ ├── uoi.txt │ │ ├── uom.txt │ │ ├── uop.txt │ │ ├── uowm/ │ │ │ └── icte.txt │ │ ├── uowm.txt │ │ ├── upatras.txt │ │ ├── upnet.txt │ │ └── uth.txt │ ├── gt/ │ │ └── edu/ │ │ ├── cucv.txt │ │ ├── cunoc.txt │ │ ├── intecap.txt │ │ ├── itics.txt │ │ ├── junkabal.txt │ │ ├── kinal.txt │ │ ├── lasallesantiago/ │ │ │ └── campusvirtual.txt │ │ ├── mesoamericana.txt │ │ ├── miumg.txt │ │ ├── udeo.txt │ │ ├── ufm.txt │ │ ├── umg.txt │ │ ├── unis.txt │ │ ├── upana.txt │ │ ├── url.txt │ │ ├── urural.txt │ │ ├── usac.txt │ │ ├── uspg/ │ │ │ └── alumno.txt │ │ └── uvg.txt │ ├── gy/ │ │ └── edu.txt │ ├── hamburg/ │ │ ├── avh.txt │ │ └── bs-citynord.txt │ ├── hk/ │ │ ├── cuhk.txt │ │ ├── edu/ │ │ │ ├── bhjs.txt │ │ │ ├── bhscmc.txt │ │ │ ├── caisbv.txt │ │ │ ├── cccmmwc.txt │ │ │ ├── cccmyc.txt │ │ │ ├── chuhai.txt │ │ │ ├── cihe.txt │ │ │ ├── cis/ │ │ │ │ └── student.txt │ │ │ ├── cis.txt │ │ │ ├── cityu/ │ │ │ │ └── my.txt │ │ │ ├── cityu.txt │ │ │ ├── clsmss.txt │ │ │ ├── cpce-polyu/ │ │ │ │ └── common.txt │ │ │ ├── cpce-polyu.txt │ │ │ ├── cuhk/ │ │ │ │ └── link.txt │ │ │ ├── cuhk.txt │ │ │ ├── cwgc/ │ │ │ │ └── student.txt │ │ │ ├── elegantia/ │ │ │ │ ├── cloud.txt │ │ │ │ └── stu.txt │ │ │ ├── fkyc/ │ │ │ │ └── ms.txt │ │ │ ├── flss.txt │ │ │ ├── gsas.txt │ │ │ ├── gsis/ │ │ │ │ └── learning.txt │ │ │ ├── hkbu.txt │ │ │ ├── hkct.txt │ │ │ ├── hkis.txt │ │ │ ├── hkmakslo.txt │ │ │ ├── hkmu.txt │ │ │ ├── hksyu.txt │ │ │ ├── hsu.txt │ │ │ ├── ied.txt │ │ │ ├── isf.txt │ │ │ ├── island.txt │ │ │ ├── kis/ │ │ │ │ └── is.txt │ │ │ ├── ktklgss.txt │ │ │ ├── la-salle.txt │ │ │ ├── lkpfc.txt │ │ │ ├── ln.txt │ │ │ ├── ouhk.txt │ │ │ ├── polyu.txt │ │ │ ├── pyc.txt │ │ │ ├── qes/ │ │ │ │ └── cloud.txt │ │ │ ├── sais.txt │ │ │ ├── sfxc.txt │ │ │ ├── sjc.txt │ │ │ ├── speed-polyu/ │ │ │ │ └── student.txt │ │ │ ├── stc.txt │ │ │ ├── tanghin.txt │ │ │ ├── tkhc.txt │ │ │ ├── tkogss.txt │ │ │ ├── tmk.txt │ │ │ ├── twc.txt │ │ │ ├── twghlkss.txt │ │ │ ├── ucc/ │ │ │ │ └── student.txt │ │ │ ├── uic/ │ │ │ │ └── mail.txt │ │ │ ├── vtc/ │ │ │ │ └── stu.txt │ │ │ ├── vtc.txt │ │ │ ├── wahyan.txt │ │ │ ├── waying.txt │ │ │ └── wis.txt │ │ ├── eduhk.txt │ │ ├── hkit/ │ │ │ └── student.txt │ │ ├── hku/ │ │ │ └── hkuspace/ │ │ │ └── learner.txt │ │ ├── hku.txt │ │ ├── kgv.txt │ │ ├── ln.txt │ │ ├── polyu/ │ │ │ └── connect.txt │ │ └── ust.txt │ ├── hn/ │ │ ├── edu/ │ │ │ ├── ujcv.txt │ │ │ ├── unah.txt │ │ │ ├── unimetro.txt │ │ │ └── upnfm.txt │ │ ├── unah.txt │ │ └── uth.txt │ ├── house/ │ │ └── reddam.txt │ ├── hr/ │ │ ├── algebra.txt │ │ ├── aspira.txt │ │ ├── bak.txt │ │ ├── doba/ │ │ │ └── net.txt │ │ ├── efos.txt │ │ ├── efri.txt │ │ ├── efst.txt │ │ ├── efzg/ │ │ │ └── net.txt │ │ ├── etfos.txt │ │ ├── fer.txt │ │ ├── ferit.txt │ │ ├── fesb.txt │ │ ├── ffos.txt │ │ ├── ffri.txt │ │ ├── ffst.txt │ │ ├── ffzg.txt │ │ ├── foi.txt │ │ ├── fpz.txt │ │ ├── fsb.txt │ │ ├── geof.txt │ │ ├── gfos.txt │ │ ├── gfz.txt │ │ ├── grad.txt │ │ ├── gradst.txt │ │ ├── hrstud.txt │ │ ├── math.txt │ │ ├── mathos.txt │ │ ├── mef.txt │ │ ├── mefst.txt │ │ ├── mev.txt │ │ ├── pbf.txt │ │ ├── phy.txt │ │ ├── pmf.txt │ │ ├── pmfst.txt │ │ ├── pou.txt │ │ ├── pravo/ │ │ │ └── student.txt │ │ ├── pravos.txt │ │ ├── racunarstvo.txt │ │ ├── riteh.txt │ │ ├── skole.txt │ │ ├── srce.txt │ │ ├── sumfak.txt │ │ ├── tvz.txt │ │ ├── ufzg.txt │ │ ├── unidu.txt │ │ ├── unin.txt │ │ ├── unios.txt │ │ ├── unipu.txt │ │ ├── uniri.txt │ │ ├── unist.txt │ │ ├── unizd.txt │ │ ├── unizg.txt │ │ ├── veleri.txt │ │ ├── vern.txt │ │ ├── vernnet.txt │ │ ├── vevu.txt │ │ ├── vsite.txt │ │ ├── vsmti.txt │ │ ├── vub.txt │ │ ├── vuv.txt │ │ ├── vvg.txt │ │ └── zsem.txt │ ├── ht/ │ │ └── edu/ │ │ ├── inuka.txt │ │ └── ueh.txt │ ├── hu/ │ │ ├── aisb/ │ │ │ └── student.txt │ │ ├── andrassyuni.txt │ │ ├── arts7.txt │ │ ├── aszevgim.txt │ │ ├── avicenna.txt │ │ ├── bdtf.txt │ │ ├── benkoiskola.txt │ │ ├── berzsenyi.txt │ │ ├── bjg.txt │ │ ├── bke.txt │ │ ├── bme.txt │ │ ├── bolyai-szakkozep.txt │ │ ├── boronkay.txt │ │ ├── ceu.txt │ │ ├── dote.txt │ │ ├── drk.txt │ │ ├── dszcberegszaszi.txt │ │ ├── duf.txt │ │ ├── efe.txt │ │ ├── ehf.txt │ │ ├── elte.txt │ │ ├── filmacademy.txt │ │ ├── gde.txt │ │ ├── gdf/ │ │ │ └── neptun.txt │ │ ├── gdf.txt │ │ ├── hengersor.txt │ │ ├── hiete.txt │ │ ├── hupe.txt │ │ ├── ibs-b.txt │ │ ├── jpte.txt │ │ ├── ke.txt │ │ ├── kee.txt │ │ ├── kefo.txt │ │ ├── kgre.txt │ │ ├── kkszki.txt │ │ ├── klte.txt │ │ ├── kodolanyi.txt │ │ ├── kre/ │ │ │ └── cloud.txt │ │ ├── kre.txt │ │ ├── kulkergimi.txt │ │ ├── kulkertechnikum.txt │ │ ├── lauder.txt │ │ ├── levaygimnazium.txt │ │ ├── lfze.txt │ │ ├── lonyayrefi.txt │ │ ├── lovassy/ │ │ │ └── mail.txt │ │ ├── mathiasz/ │ │ │ └── liveedu.txt │ │ ├── mcdaniel.txt │ │ ├── metropolitan/ │ │ │ └── student.txt │ │ ├── mif.txt │ │ ├── mke.txt │ │ ├── mome.txt │ │ ├── moriczref.txt │ │ ├── mta/ │ │ │ └── nytud.txt │ │ ├── mtf.txt │ │ ├── mzsg.txt │ │ ├── nejanet.txt │ │ ├── nje.txt │ │ ├── njszg.txt │ │ ├── nye.txt │ │ ├── nyfbox.txt │ │ ├── nyme.txt │ │ ├── pataky.txt │ │ ├── petrik.txt │ │ ├── pote.txt │ │ ├── ppke.txt │ │ ├── pte.txt │ │ ├── scheiber.txt │ │ ├── semmelweis/ │ │ │ └── stud.txt │ │ ├── semmelweis-univ.txt │ │ ├── somer.txt │ │ ├── sote.txt │ │ ├── sulinet/ │ │ │ └── blathy-bp.txt │ │ ├── szamalk-szalezi/ │ │ │ └── diak.txt │ │ ├── szamalk-szalezi.txt │ │ ├── szbi.txt │ │ ├── sze.txt │ │ ├── szegbp.txt │ │ ├── szentgyorgyi-nmszc.txt │ │ ├── szigbp/ │ │ │ └── diak.txt │ │ ├── szilagyi-eger.txt │ │ ├── szjgdebrecen.txt │ │ ├── szlgbp.txt │ │ ├── szrg.txt │ │ ├── sztaki.txt │ │ ├── taszi.txt │ │ ├── tkbf.txt │ │ ├── u-szeged.txt │ │ ├── umszki.txt │ │ ├── uni-bge.txt │ │ ├── uni-corvinus.txt │ │ ├── uni-eszterhazy.txt │ │ ├── uni-mate/ │ │ │ ├── phd.txt │ │ │ └── stud.txt │ │ ├── uni-mate.txt │ │ ├── uni-miskolc.txt │ │ ├── uni-neumann.txt │ │ ├── uni-nke.txt │ │ ├── uni-obuda.txt │ │ ├── uni-pannon.txt │ │ ├── uni-sopron.txt │ │ ├── uni-szie/ │ │ │ └── hallgato.txt │ │ ├── unibge.txt │ │ ├── unideb.txt │ │ ├── uniduna.txt │ │ ├── unithe.txt │ │ ├── univet.txt │ │ ├── vargaszolnok.txt │ │ ├── verebelyszki.txt │ │ ├── vhf.txt │ │ └── zipernowsky.txt │ ├── id/ │ │ ├── ac/ │ │ │ ├── abulyatama.txt │ │ │ ├── aisyahuniversity.txt │ │ │ ├── akakom.txt │ │ │ ├── akb.txt │ │ │ ├── akba/ │ │ │ │ └── mhs.txt │ │ │ ├── aknpacitan.txt │ │ │ ├── aknsumenep.txt │ │ │ ├── akprind.txt │ │ │ ├── alfath.txt │ │ │ ├── almaata.txt │ │ │ ├── amikmahaputra.txt │ │ │ ├── amikom.txt │ │ │ ├── amikompurwokerto/ │ │ │ │ ├── mhs.txt │ │ │ │ └── students.txt │ │ │ ├── ar-raniry.txt │ │ │ ├── ars.txt │ │ │ ├── astra/ │ │ │ │ ├── polman.txt │ │ │ │ └── polytechnic.txt │ │ │ ├── atmajaya.txt │ │ │ ├── atmaluhur.txt │ │ │ ├── atmi.txt │ │ │ ├── bakrie.txt │ │ │ ├── banisaleh/ │ │ │ │ └── stmik.txt │ │ │ ├── binadarma.txt │ │ │ ├── binawan.txt │ │ │ ├── binus.txt │ │ │ ├── borobudur.txt │ │ │ ├── bsi.txt │ │ │ ├── budiluhur.txt │ │ │ ├── bunghatta.txt │ │ │ ├── calvin.txt │ │ │ ├── cendekia.txt │ │ │ ├── ciputra.txt │ │ │ ├── darmajaya.txt │ │ │ ├── del.txt │ │ │ ├── dinamika.txt │ │ │ ├── dinus.txt │ │ │ ├── dipanegara.txt │ │ │ ├── driyarkara.txt │ │ │ ├── esaunggul.txt │ │ │ ├── esqbs/ │ │ │ │ └── students.txt │ │ │ ├── fisip-untirta.txt │ │ │ ├── ft-umt.txt │ │ │ ├── ftumj.txt │ │ │ ├── global.txt │ │ │ ├── gontor/ │ │ │ │ └── unida/ │ │ │ │ └── mhs.txt │ │ │ ├── gunadarma.txt │ │ │ ├── hamzanwadi.txt │ │ │ ├── handayani/ │ │ │ │ └── student.txt │ │ │ ├── handayani.txt │ │ │ ├── horizon/ │ │ │ │ └── krw.txt │ │ │ ├── htp.txt │ │ │ ├── iailm.txt │ │ │ ├── ibik.txt │ │ │ ├── icpa-banyuwangi.txt │ │ │ ├── ids.txt │ │ │ ├── ipb.txt │ │ │ ├── ipem.txt │ │ │ ├── isi.txt │ │ │ ├── ista.txt │ │ │ ├── istts.txt │ │ │ ├── itats.txt │ │ │ ├── itb.txt │ │ │ ├── itbss.txt │ │ │ ├── iteba.txt │ │ │ ├── itenas.txt │ │ │ ├── itera.txt │ │ │ ├── itg.txt │ │ │ ├── ithb.txt │ │ │ ├── iti/ │ │ │ │ └── student.txt │ │ │ ├── itk.txt │ │ │ ├── itn/ │ │ │ │ └── scholar.txt │ │ │ ├── itn.txt │ │ │ ├── itnb.txt │ │ │ ├── itp.txt │ │ │ ├── itpln.txt │ │ │ ├── its.txt │ │ │ ├── itspku.txt │ │ │ ├── ittelkom-pwt.txt │ │ │ ├── ittelkom-sby/ │ │ │ │ ├── if/ │ │ │ │ │ └── student.txt │ │ │ │ └── student.txt │ │ │ ├── iuli.txt │ │ │ ├── jak-stik.txt │ │ │ ├── jakstik.txt │ │ │ ├── janabadra.txt │ │ │ ├── jayabaya.txt │ │ │ ├── kalbis.txt │ │ │ ├── kallabs.txt │ │ │ ├── kharisma.txt │ │ │ ├── kwikkiangie.txt │ │ │ ├── likmi.txt │ │ │ ├── lpkia/ │ │ │ │ └── fellow.txt │ │ │ ├── machung.txt │ │ │ ├── maranatha.txt │ │ │ ├── matanauniversity.txt │ │ │ ├── mdp.txt │ │ │ ├── mercubuana-yogya.txt │ │ │ ├── mercubuana.txt │ │ │ ├── metrouniv.txt │ │ │ ├── mikroskil.txt │ │ │ ├── mmtc.txt │ │ │ ├── moestopo.txt │ │ │ ├── narotama.txt │ │ │ ├── nurulfikri.txt │ │ │ ├── nusamandiri.txt │ │ │ ├── nusaputra.txt │ │ │ ├── pancabudi.txt │ │ │ ├── paramadina.txt │ │ │ ├── pcr/ │ │ │ │ └── mahasiswa.txt │ │ │ ├── pdbi.txt │ │ │ ├── pelitabangsa/ │ │ │ │ └── mhs.txt │ │ │ ├── pelitabangsa.txt │ │ │ ├── pelitaindonesia/ │ │ │ │ └── student.txt │ │ │ ├── pens.txt │ │ │ ├── peradaban/ │ │ │ │ └── mt.txt │ │ │ ├── perbanas.txt │ │ │ ├── perbanasinstitute.txt │ │ │ ├── permataindonesia.txt │ │ │ ├── petra.txt │ │ │ ├── piksi.txt │ │ │ ├── pknstan.txt │ │ │ ├── plb.txt │ │ │ ├── pmbs.txt │ │ │ ├── pmsbe.txt │ │ │ ├── pnb.txt │ │ │ ├── pnc.txt │ │ │ ├── pnj.txt │ │ │ ├── pnk.txt │ │ │ ├── pnl.txt │ │ │ ├── pnm.txt │ │ │ ├── polban.txt │ │ │ ├── poliban/ │ │ │ │ ├── mahasiswa.txt │ │ │ │ └── mhs.txt │ │ │ ├── polibatam/ │ │ │ │ └── students.txt │ │ │ ├── polihasnur.txt │ │ │ ├── polije.txt │ │ │ ├── polimdo.txt │ │ │ ├── polindra/ │ │ │ │ └── student.txt │ │ │ ├── polinema.txt │ │ │ ├── polines.txt │ │ │ ├── polinpdg.txt │ │ │ ├── politala.txt │ │ │ ├── politanipyk.txt │ │ │ ├── politap.txt │ │ │ ├── poliupg.txt │ │ │ ├── polka.txt │ │ │ ├── polman-bandung/ │ │ │ │ └── mhs.txt │ │ │ ├── polmed.txt │ │ │ ├── polnep.txt │ │ │ ├── polsky.txt │ │ │ ├── polsri.txt │ │ │ ├── polsub/ │ │ │ │ └── student.txt │ │ │ ├── poltek-furnitur.txt │ │ │ ├── poltek-kampar.txt │ │ │ ├── poltekbangsby.txt │ │ │ ├── poltekkesbandung.txt │ │ │ ├── poltekkesjkt2.txt │ │ │ ├── poltekpos.txt │ │ │ ├── poltekssn.txt │ │ │ ├── poltektedc.txt │ │ │ ├── poltektegal.txt │ │ │ ├── potensi-utama.txt │ │ │ ├── pradita/ │ │ │ │ └── student.txt │ │ │ ├── prasetiyamulya.txt │ │ │ ├── president.txt │ │ │ ├── puterabatam.txt │ │ │ ├── radenfatah.txt │ │ │ ├── radenintan.txt │ │ │ ├── sbm-itb.txt │ │ │ ├── sgu.txt │ │ │ ├── sibermu.txt │ │ │ ├── sinus.txt │ │ │ ├── staindirundeng.txt │ │ │ ├── stan.txt │ │ │ ├── stiebankbpdjateng/ │ │ │ │ └── learning.txt │ │ │ ├── stiegici.txt │ │ │ ├── stiemj.txt │ │ │ ├── stiki-indonesia.txt │ │ │ ├── stiki.txt │ │ │ ├── stikom-bali.txt │ │ │ ├── stimata.txt │ │ │ ├── stimednp.txt │ │ │ ├── stis.txt │ │ │ ├── stiteknas.txt │ │ │ ├── stkip-pgri-sumbar.txt │ │ │ ├── stkipahsingaraja.txt │ │ │ ├── stmik-amikbandung.txt │ │ │ ├── stmik-indonesia-banjarmasin.txt │ │ │ ├── stmik-mi.txt │ │ │ ├── stmik-sumedang/ │ │ │ │ └── mhs.txt │ │ │ ├── stmik-tasikmalaya.txt │ │ │ ├── stmik-time.txt │ │ │ ├── stmikbumigora.txt │ │ │ ├── stmikibbi.txt │ │ │ ├── stmikjabar.txt │ │ │ ├── stmkg.txt │ │ │ ├── stp-bandung.txt │ │ │ ├── stpi-pajak.txt │ │ │ ├── stptrisakti.txt │ │ │ ├── sttbandung.txt │ │ │ ├── sttdumai.txt │ │ │ ├── sttgarut.txt │ │ │ ├── sttpln.txt │ │ │ ├── surya.txt │ │ │ ├── tau/ │ │ │ │ └── student.txt │ │ │ ├── tazkia.txt │ │ │ ├── teknokrat.txt │ │ │ ├── telkomuniversity.txt │ │ │ ├── triatmamulya.txt │ │ │ ├── trigunadharma.txt │ │ │ ├── trilogi.txt │ │ │ ├── trisakti.txt │ │ │ ├── trisaktimultimedia.txt │ │ │ ├── trunojoyo/ │ │ │ │ └── student.txt │ │ │ ├── uad.txt │ │ │ ├── uai/ │ │ │ │ └── if.txt │ │ │ ├── uajy.txt │ │ │ ├── ub.txt │ │ │ ├── ubaya.txt │ │ │ ├── ubhara.txt │ │ │ ├── ubharajaya.txt │ │ │ ├── ubl.txt │ │ │ ├── ubm.txt │ │ │ ├── ubpkarawang.txt │ │ │ ├── uc.txt │ │ │ ├── udb.txt │ │ │ ├── ugm.txt │ │ │ ├── uhamka.txt │ │ │ ├── uhb.txt │ │ │ ├── uho.txt │ │ │ ├── ui.txt │ │ │ ├── uici.txt │ │ │ ├── uid.txt │ │ │ ├── uigm/ │ │ │ │ └── students.txt │ │ │ ├── uii.txt │ │ │ ├── uim.txt │ │ │ ├── uin-alauddin.txt │ │ │ ├── uin-malang.txt │ │ │ ├── uin-suka/ │ │ │ │ └── student.txt │ │ │ ├── uin-suska.txt │ │ │ ├── uinjkt.txt │ │ │ ├── uinmataram.txt │ │ │ ├── uinsby/ │ │ │ │ └── student.txt │ │ │ ├── uinsgd.txt │ │ │ ├── uinsu.txt │ │ │ ├── uir.txt │ │ │ ├── uisi/ │ │ │ │ └── student.txt │ │ │ ├── uisi.txt │ │ │ ├── uisu.txt │ │ │ ├── ukdc.txt │ │ │ ├── ukdw.txt │ │ │ ├── uki.txt │ │ │ ├── ukim.txt │ │ │ ├── ukrida.txt │ │ │ ├── ukrim.txt │ │ │ ├── ukrimuniversity.txt │ │ │ ├── ukwms.txt │ │ │ ├── ulbi.txt │ │ │ ├── ulm.txt │ │ │ ├── um.txt │ │ │ ├── uma/ │ │ │ │ └── staff.txt │ │ │ ├── umaha.txt │ │ │ ├── umc.txt │ │ │ ├── umg.txt │ │ │ ├── umi.txt │ │ │ ├── umj.txt │ │ │ ├── umk.txt │ │ │ ├── umkt.txt │ │ │ ├── umm.txt │ │ │ ├── ummgl.txt │ │ │ ├── ummi.txt │ │ │ ├── umn.txt │ │ │ ├── ump.txt │ │ │ ├── umrah/ │ │ │ │ └── student.txt │ │ │ ├── umri/ │ │ │ │ └── student.txt │ │ │ ├── umri.txt │ │ │ ├── ums.txt │ │ │ ├── umsida.txt │ │ │ ├── umsu.txt │ │ │ ├── umy.txt │ │ │ ├── unair.txt │ │ │ ├── unama.txt │ │ │ ├── unand.txt │ │ │ ├── unas.txt │ │ │ ├── unbaja.txt │ │ │ ├── undana.txt │ │ │ ├── undiknas.txt │ │ │ ├── undiksha.txt │ │ │ ├── undip.txt │ │ │ ├── undira.txt │ │ │ ├── unej.txt │ │ │ ├── unesa.txt │ │ │ ├── ung.txt │ │ │ ├── unhamzah.txt │ │ │ ├── unhas.txt │ │ │ ├── unib.txt │ │ │ ├── unibamadura.txt │ │ │ ├── unibi/ │ │ │ │ └── mhs.txt │ │ │ ├── unigamalang.txt │ │ │ ├── unigoro.txt │ │ │ ├── unik-kediri.txt │ │ │ ├── unika.txt │ │ │ ├── unikadelasalle.txt │ │ │ ├── unikal.txt │ │ │ ├── unikom.txt │ │ │ ├── uniku.txt │ │ │ ├── unila.txt │ │ │ ├── unilak.txt │ │ │ ├── unima.txt │ │ │ ├── unimal/ │ │ │ │ └── mhs.txt │ │ │ ├── unimed.txt │ │ │ ├── unimerz.txt │ │ │ ├── unimma.txt │ │ │ ├── unindra.txt │ │ │ ├── uninus.txt │ │ │ ├── unipasby.txt │ │ │ ├── unipdu.txt │ │ │ ├── unira.txt │ │ │ ├── unirow.txt │ │ │ ├── unis.txt │ │ │ ├── unisayogya.txt │ │ │ ├── unisba.txt │ │ │ ├── unisbank.txt │ │ │ ├── uniska-bjm.txt │ │ │ ├── unisma.txt │ │ │ ├── unismuh.txt │ │ │ ├── unisnu.txt │ │ │ ├── unisri.txt │ │ │ ├── unissula.txt │ │ │ ├── unitomo.txt │ │ │ ├── universitasbumigora.txt │ │ │ ├── universitasmulia.txt │ │ │ ├── universitaspahlawan.txt │ │ │ ├── universitaspertamina.txt │ │ │ ├── univpancasila.txt │ │ │ ├── unj.txt │ │ │ ├── unja.txt │ │ │ ├── unjani.txt │ │ │ ├── unjaya/ │ │ │ │ └── ftti.txt │ │ │ ├── unkhair.txt │ │ │ ├── unklab/ │ │ │ │ └── student.txt │ │ │ ├── unkris.txt │ │ │ ├── unla.txt │ │ │ ├── unm.txt │ │ │ ├── unmer-madiun.txt │ │ │ ├── unmer.txt │ │ │ ├── unmermadiun.txt │ │ │ ├── unmuhjember.txt │ │ │ ├── unmuhpnk.txt │ │ │ ├── unmul.txt │ │ │ ├── unmus.txt │ │ │ ├── unnes.txt │ │ │ ├── unp.txt │ │ │ ├── unpacti.txt │ │ │ ├── unpad.txt │ │ │ ├── unpak.txt │ │ │ ├── unpam.txt │ │ │ ├── unpar.txt │ │ │ ├── unpas.txt │ │ │ ├── unpatti.txt │ │ │ ├── unper.txt │ │ │ ├── unr.txt │ │ │ ├── unram.txt │ │ │ ├── unri/ │ │ │ │ ├── lecturer.txt │ │ │ │ └── student.txt │ │ │ ├── uns.txt │ │ │ ├── unsada.txt │ │ │ ├── unsap.txt │ │ │ ├── unsera.txt │ │ │ ├── unsia.txt │ │ │ ├── unsika.txt │ │ │ ├── unsil.txt │ │ │ ├── unsiq/ │ │ │ │ └── mhs.txt │ │ │ ├── unsoed.txt │ │ │ ├── unsrat.txt │ │ │ ├── unsri.txt │ │ │ ├── unswagati.txt │ │ │ ├── unsyiah.txt │ │ │ ├── untad.txt │ │ │ ├── untag-banyuwangi.txt │ │ │ ├── untag-sby.txt │ │ │ ├── untag-smd.txt │ │ │ ├── untagsmg.txt │ │ │ ├── untan.txt │ │ │ ├── untar.txt │ │ │ ├── untidar/ │ │ │ │ └── students.txt │ │ │ ├── untirta.txt │ │ │ ├── unu-jogja.txt │ │ │ ├── unud.txt │ │ │ ├── unusa/ │ │ │ │ └── student.txt │ │ │ ├── unwahas.txt │ │ │ ├── unwiku.txt │ │ │ ├── uny.txt │ │ │ ├── up45.txt │ │ │ ├── upbatam.txt │ │ │ ├── upgris.txt │ │ │ ├── upgrisba.txt │ │ │ ├── upi-yai.txt │ │ │ ├── upj/ │ │ │ │ └── student.txt │ │ │ ├── upnjatim.txt │ │ │ ├── upnvj.txt │ │ │ ├── upnyk.txt │ │ │ ├── upr.txt │ │ │ ├── upri.txt │ │ │ ├── upstegal.txt │ │ │ ├── usahid.txt │ │ │ ├── usd.txt │ │ │ ├── usi.txt │ │ │ ├── usm.txt │ │ │ ├── ustjogja.txt │ │ │ ├── usu.txt │ │ │ ├── ut.txt │ │ │ ├── utdi/ │ │ │ │ ├── mti.txt │ │ │ │ └── students.txt │ │ │ ├── utm.txt │ │ │ ├── utp.txt │ │ │ ├── utsmakassar.txt │ │ │ ├── uty.txt │ │ │ ├── uwks.txt │ │ │ ├── uwp.txt │ │ │ ├── walisongo/ │ │ │ │ └── student.txt │ │ │ ├── walisongo.txt │ │ │ ├── wastukancana.txt │ │ │ ├── wicida.txt │ │ │ ├── widyadharma.txt │ │ │ ├── widyagama.txt │ │ │ ├── widyakarya.txt │ │ │ ├── widyamataram/ │ │ │ │ └── simak.txt │ │ │ ├── widyatama.txt │ │ │ ├── wima.txt │ │ │ ├── wisnuwardhana.txt │ │ │ ├── yai.txt │ │ │ └── yarsi.txt │ │ ├── alqudwah.txt │ │ ├── belajar.txt │ │ ├── or/ │ │ │ ├── alghifaribatanghari.txt │ │ │ ├── bisedu.txt │ │ │ ├── bpkpenaburjakarta.txt │ │ │ └── jisedu.txt │ │ ├── perbanas.txt │ │ └── sch/ │ │ ├── al-mizan.txt │ │ ├── citraberkat.txt │ │ ├── citrakasih.txt │ │ ├── darul-hikmah.txt │ │ ├── diandidaktika.txt │ │ ├── mankotategal.txt │ │ ├── nurulfikri.txt │ │ ├── penabur/ │ │ │ └── smpsipbpk.txt │ │ ├── pppkpetra/ │ │ │ └── student.txt │ │ ├── praditadirgantara.txt │ │ ├── sekolahathalia.txt │ │ ├── sekolahciputra.txt │ │ ├── ski.txt │ │ ├── skkkslp.txt │ │ ├── smaasbsolo.txt │ │ ├── smafg.txt │ │ ├── smamuhammadiyah1jkt/ │ │ │ └── student.txt │ │ ├── smamuhammadiyah1jkt.txt │ │ ├── sman1kendal.txt │ │ ├── sman1liwa.txt │ │ ├── sman1samarinda.txt │ │ ├── sman1serangbarujuara.txt │ │ ├── sman1tegal.txt │ │ ├── sman24jakarta.txt │ │ ├── sman2balige.txt │ │ ├── sman4tegal.txt │ │ ├── sman5kotategal.txt │ │ ├── smanmba.txt │ │ ├── smansajulok.txt │ │ ├── smkalbaisuny.txt │ │ ├── smkbinaessa.txt │ │ ├── smkbwutalaga.txt │ │ ├── smkihsaniyahtegal.txt │ │ ├── smkitglobalmadani.txt │ │ ├── smkmaliga.txt │ │ ├── smkmtsm.txt │ │ ├── smkmuhkarangmojo.txt │ │ ├── smkmussi.txt │ │ ├── smkn1-cirebon.txt │ │ ├── smkn10jakarta.txt │ │ ├── smkn1subang.txt │ │ ├── smkn2banjarbaru.txt │ │ ├── smkn2malang/ │ │ │ └── trust.txt │ │ ├── smkn4bjm.txt │ │ ├── smkn4bogor.txt │ │ ├── smkn6malang.txt │ │ ├── smkn7-smr.txt │ │ ├── smknegeri1garut.txt │ │ ├── smkpasirian-lmj.txt │ │ ├── smkpelitamadani.txt │ │ ├── smkpgripekanbaru.txt │ │ ├── smkpusdikpal.txt │ │ ├── smktelkommedan.txt │ │ ├── smktiannajiyah/ │ │ │ └── siswa.txt │ │ ├── smktiannajiyah.txt │ │ ├── smkwikrama.txt │ │ ├── smm.txt │ │ ├── utschool.txt │ │ └── ypnbrigjendkatamso.txt │ ├── ie/ │ │ ├── ait.txt │ │ ├── atu.txt │ │ ├── bfei.txt │ │ ├── carndonaghcs.txt │ │ ├── cavaninstitute.txt │ │ ├── cbcg.txt │ │ ├── ccathlone/ │ │ │ └── student.txt │ │ ├── cct.txt │ │ ├── cdcfe.txt │ │ ├── cdetb/ │ │ │ └── whitehallcfe.txt │ │ ├── chanelcollege.txt │ │ ├── cit.txt │ │ ├── clonkeencollege.txt │ │ ├── cmetb.txt │ │ ├── coccork.txt │ │ ├── corketb.txt │ │ ├── creaghcollege.txt │ │ ├── dbs.txt │ │ ├── dcu.txt │ │ ├── dfei.txt │ │ ├── dias.txt │ │ ├── dit.txt │ │ ├── dkit.txt │ │ ├── dorset-college/ │ │ │ └── student.txt │ │ ├── fingalcc.txt │ │ ├── gcd.txt │ │ ├── gmit.txt │ │ ├── gretb.txt │ │ ├── griffith.txt │ │ ├── iadt.txt │ │ ├── itb.txt │ │ ├── itcarlow.txt │ │ ├── itsligo.txt │ │ ├── ittd.txt │ │ ├── ittdublin.txt │ │ ├── ittralee.txt │ │ ├── kerrycollege.txt │ │ ├── lit.txt │ │ ├── lmetb.txt │ │ ├── loretoletterkenny.txt │ │ ├── lsb.txt │ │ ├── lyit.txt │ │ ├── may.txt │ │ ├── mtu.txt │ │ ├── mu.txt │ │ ├── mumail.txt │ │ ├── myccs.txt │ │ ├── mycit.txt │ │ ├── mydbs.txt │ │ ├── mydit.txt │ │ ├── mytudublin.txt │ │ ├── naascbs/ │ │ │ └── student.txt │ │ ├── ncad.txt │ │ ├── ncirl.txt │ │ ├── nui.txt │ │ ├── nuigalway.txt │ │ ├── nuim.txt │ │ ├── palmerstowncs.txt │ │ ├── pearsecollege.txt │ │ ├── rathminescollege.txt │ │ ├── rcpi.txt │ │ ├── rcsi.txt │ │ ├── ricecollege/ │ │ │ └── student.txt │ │ ├── sanctamaria.txt │ │ ├── setu.txt │ │ ├── st-andrews/ │ │ │ └── students.txt │ │ ├── stconleths.txt │ │ ├── stepasideetss.txt │ │ ├── stfinianscc.txt │ │ ├── stjohnscollege.txt │ │ ├── stlouishighschool.txt │ │ ├── stmc.txt │ │ ├── stmunchinscollege.txt │ │ ├── tcd.txt │ │ ├── tcfe/ │ │ │ └── student.txt │ │ ├── tcfe.txt │ │ ├── terenurecollege.txt │ │ ├── tudublin.txt │ │ ├── tus.txt │ │ ├── tyndall.txt │ │ ├── ucc.txt │ │ ├── ucd.txt │ │ ├── ucdconnect.txt │ │ ├── ucg.txt │ │ ├── ul.txt │ │ ├── universityofgalway.txt │ │ └── wit.txt │ ├── il/ │ │ ├── ac/ │ │ │ ├── afeka.txt │ │ │ ├── ariel.txt │ │ │ ├── bezalel.txt │ │ │ ├── bgu.txt │ │ │ ├── biu.txt │ │ │ ├── braude.txt │ │ │ ├── colman/ │ │ │ │ └── cs.txt │ │ │ ├── colman.txt │ │ │ ├── galilcol.txt │ │ │ ├── haifa.txt │ │ │ ├── hit.txt │ │ │ ├── huji.txt │ │ │ ├── idc.txt │ │ │ ├── jce/ │ │ │ │ └── post.txt │ │ │ ├── jce.txt │ │ │ ├── jct.txt │ │ │ ├── mta.txt │ │ │ ├── ono.txt │ │ │ ├── openu.txt │ │ │ ├── sce.txt │ │ │ ├── shenkar.txt │ │ │ ├── tau/ │ │ │ │ └── mail.txt │ │ │ ├── tau.txt │ │ │ ├── technion/ │ │ │ │ └── campus.txt │ │ │ ├── technion.txt │ │ │ ├── weizmann.txt │ │ │ ├── wgalil.txt │ │ │ └── yvc.txt │ │ ├── co/ │ │ │ ├── gymnasia.txt │ │ │ ├── kdror.txt │ │ │ ├── misgavhs.txt │ │ │ ├── nahalal.txt │ │ │ └── nhs.txt │ │ ├── gov/ │ │ │ └── agri/ │ │ │ └── volcani.txt │ │ ├── k12/ │ │ │ └── amalnet/ │ │ │ ├── hd.txt │ │ │ ├── ld.txt │ │ │ ├── na.txt │ │ │ └── nb.txt │ │ └── org/ │ │ ├── a-y.txt │ │ ├── amirimvrd.txt │ │ ├── amit365.txt │ │ ├── atid/ │ │ │ └── big.txt │ │ ├── cts.txt │ │ ├── edu-haifa.txt │ │ ├── educ.txt │ │ ├── edum/ │ │ │ ├── amirim.txt │ │ │ ├── gsh.txt │ │ │ └── mekifh.txt │ │ ├── emek-school.txt │ │ ├── hadash-holon.txt │ │ ├── hayovel.txt │ │ ├── iasa-school.txt │ │ ├── ironialef.txt │ │ ├── jerusalem365.txt │ │ ├── ort/ │ │ │ ├── bialik.txt │ │ │ ├── ebin.txt │ │ │ ├── guttman.txt │ │ │ ├── holon.txt │ │ │ ├── kramim.txt │ │ │ ├── kshapira.txt │ │ │ ├── ortarad.txt │ │ │ ├── rehovot.txt │ │ │ ├── shapira.txt │ │ │ └── yalon.txt │ │ ├── rhedu.txt │ │ ├── tad/ │ │ │ ├── eylon.txt │ │ │ ├── ironihei.txt │ │ │ └── thadash.txt │ │ ├── taded.txt │ │ ├── tlvedu.txt │ │ ├── tzfonet.txt │ │ └── zzv.txt │ ├── im/ │ │ ├── ac/ │ │ │ ├── iomc.txt │ │ │ └── ucm.txt │ │ ├── sch/ │ │ │ └── online.txt │ │ └── zjj.txt │ ├── in/ │ │ ├── abesit.txt │ │ ├── ac/ │ │ │ ├── UPES/ │ │ │ │ └── stu.txt │ │ │ ├── abes.txt │ │ │ ├── acharya.txt │ │ │ ├── allenhouse.txt │ │ │ ├── amu.txt │ │ │ ├── apsshankarvihar.txt │ │ │ ├── bbit.txt │ │ │ ├── becs.txt │ │ │ ├── bitmesra.txt │ │ │ ├── bits-pilani/ │ │ │ │ ├── dubai.txt │ │ │ │ ├── goa.txt │ │ │ │ ├── hyderabad.txt │ │ │ │ ├── pilani.txt │ │ │ │ └── wilp.txt │ │ │ ├── bmsce.txt │ │ │ ├── bvrit.txt │ │ │ ├── cet.txt │ │ │ ├── charusat.txt │ │ │ ├── ciem.txt │ │ │ ├── cmi.txt │ │ │ ├── cns.txt │ │ │ ├── coer.txt │ │ │ ├── continental.txt │ │ │ ├── daiict.txt │ │ │ ├── djsce.txt │ │ │ ├── dsvv.txt │ │ │ ├── dtu.txt │ │ │ ├── dypiemr.txt │ │ │ ├── ganpatuniversity.txt │ │ │ ├── gat.txt │ │ │ ├── gauhati.txt │ │ │ ├── gcek.txt │ │ │ ├── gcoeara.txt │ │ │ ├── gecbh.txt │ │ │ ├── gecskp.txt │ │ │ ├── gectcr.txt │ │ │ ├── gehu.txt │ │ │ ├── gkv.txt │ │ │ ├── gmit.txt │ │ │ ├── gtu.txt │ │ │ ├── iare.txt │ │ │ ├── iiit-bh.txt │ │ │ ├── iiit.txt │ │ │ ├── iiita.txt │ │ │ ├── iiitb.txt │ │ │ ├── iiitd.txt │ │ │ ├── iiitdmj.txt │ │ │ ├── iiitdwd.txt │ │ │ ├── iiitg.txt │ │ │ ├── iiitp.txt │ │ │ ├── iima.txt │ │ │ ├── iiml.txt │ │ │ ├── iiserkol.txt │ │ │ ├── iiserpune.txt │ │ │ ├── iitb.txt │ │ │ ├── iitbbs.txt │ │ │ ├── iitbhu.txt │ │ │ ├── iitd.txt │ │ │ ├── iitg.txt │ │ │ ├── iitgn.txt │ │ │ ├── iith.txt │ │ │ ├── iiti.txt │ │ │ ├── iitj.txt │ │ │ ├── iitjammu.txt │ │ │ ├── iitk.txt │ │ │ ├── iitkgp.txt │ │ │ ├── iitm.txt │ │ │ ├── iitmandi.txt │ │ │ ├── iitp.txt │ │ │ ├── iitpkd.txt │ │ │ ├── iitr.txt │ │ │ ├── iitrpr.txt │ │ │ ├── iittp.txt │ │ │ ├── ipu.txt │ │ │ ├── isical.txt │ │ │ ├── ismdhanbad.txt │ │ │ ├── itbhu.txt │ │ │ ├── jgec.txt │ │ │ ├── jiit.txt │ │ │ ├── jmi.txt │ │ │ ├── jssaten.txt │ │ │ ├── kce.txt │ │ │ ├── kct.txt │ │ │ ├── kgkite.txt │ │ │ ├── kiit.txt │ │ │ ├── knit.txt │ │ │ ├── kongu.txt │ │ │ ├── kuk.txt │ │ │ ├── lnmiit.txt │ │ │ ├── mace.txt │ │ │ ├── mait.txt │ │ │ ├── manit.txt │ │ │ ├── mctrgit.txt │ │ │ ├── mec.txt │ │ │ ├── mgit.txt │ │ │ ├── mitaoe.txt │ │ │ ├── mnit.txt │ │ │ ├── mnmjec.txt │ │ │ ├── mnnit.txt │ │ │ ├── mrcet.txt │ │ │ ├── myamu.txt │ │ │ ├── niecdelhi.txt │ │ │ ├── nirmauni.txt │ │ │ ├── nita.txt │ │ │ ├── nitandhra.txt │ │ │ ├── nitc.txt │ │ │ ├── nitdelhi.txt │ │ │ ├── nith.txt │ │ │ ├── nitj.txt │ │ │ ├── nitjsr.txt │ │ │ ├── nitkkr.txt │ │ │ ├── nitm.txt │ │ │ ├── nitp.txt │ │ │ ├── nitrkl.txt │ │ │ ├── nitrr.txt │ │ │ ├── nitsikkim.txt │ │ │ ├── nitsri.txt │ │ │ ├── nitw.txt │ │ │ ├── nmit.txt │ │ │ ├── nsit.txt │ │ │ ├── panimalar.txt │ │ │ ├── psgitech.txt │ │ │ ├── psgtech.txt │ │ │ ├── ptu.txt │ │ │ ├── royalschool.txt │ │ │ ├── sastra.txt │ │ │ ├── sathyabama.txt │ │ │ ├── sicsr.txt │ │ │ ├── silveroakuni.txt │ │ │ ├── sit.txt │ │ │ ├── sjc.txt │ │ │ ├── sjce.txt │ │ │ ├── smvdu.txt │ │ │ ├── spit.txt │ │ │ ├── srec.txt │ │ │ ├── srmuniv.txt │ │ │ ├── srmuniversity.txt │ │ │ ├── tkmce.txt │ │ │ ├── uktech.txt │ │ │ ├── unipune.txt │ │ │ ├── utu.txt │ │ │ ├── velsuniv.txt │ │ │ ├── ves.txt │ │ │ ├── vit.txt │ │ │ ├── vitap.txt │ │ │ ├── vitbhopal.txt │ │ │ ├── vitstudent.txt │ │ │ ├── vjti.txt │ │ │ ├── vnsgu.txt │ │ │ ├── vvpedulink.txt │ │ │ └── walchandsangli.txt │ │ ├── acropolis.txt │ │ ├── adcet.txt │ │ ├── adhiyamaan.txt │ │ ├── adypsoe.txt │ │ ├── aesl.txt │ │ ├── ajce.txt │ │ ├── alpha-cet.txt │ │ ├── amceducation.txt │ │ ├── aryacollege.txt │ │ ├── aryagurukul.txt │ │ ├── axiscolleges.txt │ │ ├── banasthali.txt │ │ ├── bmsit.txt │ │ ├── bnmit.txt │ │ ├── bvicam.txt │ │ ├── bvmcollege.txt │ │ ├── campusuvce.txt │ │ ├── christuniversity.txt │ │ ├── co/ │ │ │ ├── backstagepass.txt │ │ │ ├── bibs.txt │ │ │ ├── birlainstitute.txt │ │ │ ├── cdckids.txt │ │ │ ├── dpsnoida.txt │ │ │ ├── ggct.txt │ │ │ ├── lpu.txt │ │ │ ├── niet.txt │ │ │ ├── nttf.txt │ │ │ ├── piet.txt │ │ │ ├── silveroaks/ │ │ │ │ ├── blr.txt │ │ │ │ └── hyd.txt │ │ │ ├── sjcet.txt │ │ │ └── wmoenglishacademy.txt │ │ ├── coet.txt │ │ ├── csiriicb.txt │ │ ├── csitgeu.txt │ │ ├── ctuniversity.txt │ │ ├── cuchd.txt │ │ ├── cumail.txt │ │ ├── cumminscollege.txt │ │ ├── davvscsit.txt │ │ ├── dbit.txt │ │ ├── dypic.txt │ │ ├── e-p-s.txt │ │ ├── edu/ │ │ │ ├── annauniv.txt │ │ │ ├── aot.txt │ │ │ ├── cambridge.txt │ │ │ ├── cet.txt │ │ │ ├── cgrinternationalschool.txt │ │ │ ├── charusat.txt │ │ │ ├── cit.txt │ │ │ ├── dituniversity.txt │ │ │ ├── djsce.txt │ │ │ ├── flame.txt │ │ │ ├── gtu.txt │ │ │ ├── haps.txt │ │ │ ├── isquareit.txt │ │ │ ├── karunya.txt │ │ │ ├── mandsauruniversity.txt │ │ │ ├── mitwpu.txt │ │ │ ├── mmit.txt │ │ │ ├── mujonline.txt │ │ │ ├── mvn.txt │ │ │ ├── nitk.txt │ │ │ ├── niu.txt │ │ │ ├── pccegoa.txt │ │ │ ├── rajagiri.txt │ │ │ ├── rvce.txt │ │ │ ├── sbjit.txt │ │ │ ├── sies/ │ │ │ │ └── gst.txt │ │ │ ├── skpec.txt │ │ │ ├── socet.txt │ │ │ ├── sowdambikaengg.txt │ │ │ ├── srmap.txt │ │ │ ├── srmist.txt │ │ │ ├── srmuniv.txt │ │ │ ├── sushantuniversity.txt │ │ │ ├── svvv.txt │ │ │ └── sxcce.txt │ │ ├── ernet/ │ │ │ ├── iimahd.txt │ │ │ ├── iimb.txt │ │ │ ├── iisc.txt │ │ │ ├── iitd.txt │ │ │ ├── iitg.txt │ │ │ ├── iitkgp.txt │ │ │ ├── iitr.txt │ │ │ └── tezu.txt │ │ ├── gitam.txt │ │ ├── hetic.txt │ │ ├── hindustanschools.txt │ │ ├── igib.txt │ │ ├── iiits.txt │ │ ├── indusuniversity/ │ │ │ ├── iict.txt │ │ │ └── iite.txt │ │ ├── itmvu.txt │ │ ├── jadavpuruniversity.txt │ │ ├── jssstuniv.txt │ │ ├── juetguna.txt │ │ ├── juitsolan.txt │ │ ├── jyotinivas.txt │ │ ├── kazirangauniversity.txt │ │ ├── kluniversity.txt │ │ ├── kmmc.txt │ │ ├── kvberhampur.txt │ │ ├── kvsroguwahati.txt │ │ ├── lpu.txt │ │ ├── ltce.txt │ │ ├── mcet.txt │ │ ├── mcka.txt │ │ ├── mespune.txt │ │ ├── micamail.txt │ │ ├── mietjammu.txt │ │ ├── mitmysore.txt │ │ ├── mrce.txt │ │ ├── msajce-edu.txt │ │ ├── msit.txt │ │ ├── mspvl.txt │ │ ├── mtmcollege.txt │ │ ├── net/ │ │ │ ├── gkmims.txt │ │ │ ├── iimtindia.txt │ │ │ ├── nsit.txt │ │ │ └── saicloudschool.txt │ │ ├── niituniversity.txt │ │ ├── nmamit.txt │ │ ├── nsitonline.txt │ │ ├── org/ │ │ │ ├── cbit.txt │ │ │ ├── dpsn.txt │ │ │ ├── git.txt │ │ │ ├── global.txt │ │ │ ├── hsct.txt │ │ │ ├── ipec.txt │ │ │ ├── pravaraengg.txt │ │ │ ├── rcciit.txt │ │ │ ├── sanjivanicoe.txt │ │ │ ├── sce.txt │ │ │ ├── siem.txt │ │ │ ├── sitcoe.txt │ │ │ └── svhce.txt │ │ ├── pathways.txt │ │ ├── pccoer.txt │ │ ├── presidencyuniversity.txt │ │ ├── puibm.txt │ │ ├── res/ │ │ │ ├── csiriicb.txt │ │ │ ├── dcb.txt │ │ │ ├── hri.txt │ │ │ ├── iiap.txt │ │ │ ├── iicb.txt │ │ │ ├── ils.txt │ │ │ ├── imsc.txt │ │ │ ├── ncbs.txt │ │ │ └── tifr.txt │ │ ├── sageuniversity.txt │ │ ├── satiengg.txt │ │ ├── sdmit.txt │ │ ├── sgsitsindore.txt │ │ ├── siom.txt │ │ ├── sjissonipat.txt │ │ ├── sjmsom.txt │ │ ├── slrtce.txt │ │ ├── snuindia.txt │ │ ├── sode-edu.txt │ │ ├── sxconlineclass.txt │ │ ├── tcetmumbai.txt │ │ ├── teamfuture.txt │ │ ├── terii.txt │ │ ├── theglocaluniversity.txt │ │ ├── timscdrmumbai.txt │ │ ├── tnu.txt │ │ ├── veckavali.txt │ │ ├── vnrvjiet.txt │ │ └── ycce.txt │ ├── info/ │ │ ├── 128sou-sofia.txt │ │ ├── blathy.txt │ │ ├── cfvw-gymnasium.txt │ │ ├── diit.txt │ │ ├── dronacharya.txt │ │ ├── egressy.txt │ │ ├── fshnstudent.txt │ │ ├── glenrosetigers.txt │ │ ├── groupe-aen.txt │ │ ├── gyfa.txt │ │ ├── gymsob.txt │ │ ├── gymviechtach.txt │ │ ├── hf-ict.txt │ │ ├── infomila.txt │ │ ├── mksumdu.txt │ │ ├── oldcolony.txt │ │ ├── phw.txt │ │ ├── pmit.txt │ │ ├── raharja.txt │ │ ├── rswol-iserv.txt │ │ ├── sgma.txt │ │ ├── southern-bd.txt │ │ ├── turgot-paris.txt │ │ ├── ucrso.txt │ │ ├── unisilvaner.txt │ │ ├── untagcirebon.txt │ │ ├── usfx.txt │ │ ├── vsma.txt │ │ └── whsg.txt │ ├── institute/ │ │ ├── dsti/ │ │ │ └── edu.txt │ │ └── ispring.txt │ ├── io/ │ │ ├── 3wa.txt │ │ ├── itgen.txt │ │ ├── laplateforme.txt │ │ ├── oclock.txt │ │ └── qwasar.txt │ ├── iq/ │ │ └── edu/ │ │ ├── albayan.txt │ │ ├── alfarabiuc.txt │ │ ├── alkafeel.txt │ │ ├── alrasheedcol.txt │ │ ├── alsafwa.txt │ │ ├── alshaab.txt │ │ ├── atu.txt │ │ ├── baghdadcollege.txt │ │ ├── cihanuniversity.txt │ │ ├── coie-nahrain.txt │ │ ├── duc.txt │ │ ├── epu.txt │ │ ├── esraa.txt │ │ ├── huc.txt │ │ ├── knu.txt │ │ ├── komar.txt │ │ ├── muc.txt │ │ ├── mustaqbal-college.txt │ │ ├── nahrainuniv.txt │ │ ├── ntu.txt │ │ ├── nuc.txt │ │ ├── qu.txt │ │ ├── soran.txt │ │ ├── spu.txt │ │ ├── tiu.txt │ │ ├── uhd.txt │ │ ├── uniq.txt │ │ ├── univsul.txt │ │ ├── uoanbar.txt │ │ ├── uob.txt │ │ ├── uobabylon.txt │ │ ├── uobaghdad.txt │ │ ├── uobasrah.txt │ │ ├── uodiyala.txt │ │ ├── uog.txt │ │ ├── uoh.txt │ │ ├── uoitc.txt │ │ ├── uokerbala.txt │ │ ├── uokirkuk.txt │ │ ├── uokufa.txt │ │ ├── uomisan.txt │ │ ├── uomosul.txt │ │ ├── uomustansiriyah.txt │ │ ├── uoninevah/ │ │ │ └── stu.txt │ │ ├── uotechnology.txt │ │ ├── uowa.txt │ │ ├── uowasit.txt │ │ ├── uruk.txt │ │ └── utq.txt │ ├── ir/ │ │ ├── ac/ │ │ │ ├── acmt.txt │ │ │ ├── adiban.txt │ │ │ ├── ajums.txt │ │ │ ├── aliabadiau.txt │ │ │ ├── arakmu.txt │ │ │ ├── araku.txt │ │ │ ├── art.txt │ │ │ ├── arums.txt │ │ │ ├── atu.txt │ │ │ ├── aut.txt │ │ │ ├── azad.txt │ │ │ ├── basu.txt │ │ │ ├── birjand.txt │ │ │ ├── bmsu.txt │ │ │ ├── bojnourdiau.txt │ │ │ ├── bpums.txt │ │ │ ├── bums.txt │ │ │ ├── fasau.txt │ │ │ ├── fums.txt │ │ │ ├── gau.txt │ │ │ ├── gmu.txt │ │ │ ├── goums.txt │ │ │ ├── guilan.txt │ │ │ ├── gums.txt │ │ │ ├── hormozgan.txt │ │ │ ├── hums.txt │ │ │ ├── iasbs.txt │ │ │ ├── iau-ahar.txt │ │ │ ├── iau-arak.txt │ │ │ ├── iau-boukan.txt │ │ │ ├── iau-garmsar.txt │ │ │ ├── iau-saveh.txt │ │ │ ├── iau-shahrood.txt │ │ │ ├── iau-shirvan.txt │ │ │ ├── iau-tnb.txt │ │ │ ├── iauardabil.txt │ │ │ ├── iauba.txt │ │ │ ├── iaubos.txt │ │ │ ├── iauctb.txt │ │ │ ├── iauh.txt │ │ │ ├── iauk.txt │ │ │ ├── iaumajlesi.txt │ │ │ ├── iaun.txt │ │ │ ├── iauq.txt │ │ │ ├── iausdj.txt │ │ │ ├── iaushab.txt │ │ │ ├── iaushiraz.txt │ │ │ ├── iausr.txt │ │ │ ├── iaut.txt │ │ │ ├── iautb.txt │ │ │ ├── iautmu.txt │ │ │ ├── iauvaramin.txt │ │ │ ├── iauyazd.txt │ │ │ ├── ikiu.txt │ │ │ ├── ilam.txt │ │ │ ├── imamreza.txt │ │ │ ├── isu.txt │ │ │ ├── iums.txt │ │ │ ├── iut.txt │ │ │ ├── jami.txt │ │ │ ├── jums.txt │ │ │ ├── kashanu.txt │ │ │ ├── kau.txt │ │ │ ├── khu.txt │ │ │ ├── khuisf.txt │ │ │ ├── kiau.txt │ │ │ ├── kish.txt │ │ │ ├── kmu.txt │ │ │ ├── kntu.txt │ │ │ ├── kums.txt │ │ │ ├── lu.txt │ │ │ ├── lums.txt │ │ │ ├── malayeru.txt │ │ │ ├── mamasaniiau.txt │ │ │ ├── mau.txt │ │ │ ├── medsab.txt │ │ │ ├── miu.txt │ │ │ ├── modares.txt │ │ │ ├── mofidu.txt │ │ │ ├── mshdiau.txt │ │ │ ├── mubabol.txt │ │ │ ├── mui.txt │ │ │ ├── muk.txt │ │ │ ├── mums.txt │ │ │ ├── nit.txt │ │ │ ├── pgu.txt │ │ │ ├── piau.txt │ │ │ ├── pnu.txt │ │ │ ├── pnum.txt │ │ │ ├── put.txt │ │ │ ├── qom.txt │ │ │ ├── qums.txt │ │ │ ├── razi.txt │ │ │ ├── rums.txt │ │ │ ├── sadjad.txt │ │ │ ├── sadra.txt │ │ │ ├── sbmu.txt │ │ │ ├── sbu.txt │ │ │ ├── semnan.txt │ │ │ ├── semnaniau.txt │ │ │ ├── shahed.txt │ │ │ ├── shahroodut.txt │ │ │ ├── shahryariau.txt │ │ │ ├── shbu.txt │ │ │ ├── shirazu.txt │ │ │ ├── shomal.txt │ │ │ ├── sku.txt │ │ │ ├── skums.txt │ │ │ ├── spnu.txt │ │ │ ├── srbiau.txt │ │ │ ├── ssu.txt │ │ │ ├── sums.txt │ │ │ ├── sut.txt │ │ │ ├── sutech.txt │ │ │ ├── tabriziau.txt │ │ │ ├── tabrizu.txt │ │ │ ├── tbzmed.txt │ │ │ ├── tct.txt │ │ │ ├── tiau.txt │ │ │ ├── tums.txt │ │ │ ├── uast.txt │ │ │ ├── ui.txt │ │ │ ├── uk.txt │ │ │ ├── um.txt │ │ │ ├── uma.txt │ │ │ ├── umsha.txt │ │ │ ├── umsu.txt │ │ │ ├── umz.txt │ │ │ ├── uok.txt │ │ │ ├── uoz.txt │ │ │ ├── urmia.txt │ │ │ ├── usb.txt │ │ │ ├── usc.txt │ │ │ ├── ustmb.txt │ │ │ ├── uswr.txt │ │ │ ├── ut.txt │ │ │ ├── uut.txt │ │ │ ├── vru.txt │ │ │ ├── yu.txt │ │ │ ├── yums.txt │ │ │ ├── znu.txt │ │ │ └── zums.txt │ │ ├── hbi.txt │ │ └── mrl-spl.txt │ ├── is/ │ │ ├── bifrost.txt │ │ ├── fnv.txt │ │ ├── fss.txt │ │ ├── hi.txt │ │ ├── holar.txt │ │ ├── hsvest.txt │ │ ├── hvanneyri.txt │ │ ├── iti.txt │ │ ├── khi.txt │ │ ├── lhi.txt │ │ ├── ru.txt │ │ ├── tskoli.txt │ │ └── unak.txt │ ├── it/ │ │ ├── 42firenze.txt │ │ ├── 42roma.txt │ │ ├── ababrera.txt │ │ ├── abaroma/ │ │ │ └── studenti.txt │ │ ├── accademiabari.txt │ │ ├── accademiasantagiulia.txt │ │ ├── alberghetti/ │ │ │ └── studenti.txt │ │ ├── alcampus.txt │ │ ├── apuliadigitalmaker/ │ │ │ └── studenti.txt │ │ ├── avbo.txt │ │ ├── bearzi.txt │ │ ├── belluzzifioravanti.txt │ │ ├── bertacchi.txt │ │ ├── biella/ │ │ │ └── itis.txt │ │ ├── bo/ │ │ │ └── luxemburg.txt │ │ ├── chilesotti.txt │ │ ├── ciusa.txt │ │ ├── cnr.txt │ │ ├── cobianchi.txt │ │ ├── consalerno.txt │ │ ├── consaq.txt │ │ ├── consfi.txt │ │ ├── copernicopasoli.txt │ │ ├── curiepergine.txt │ │ ├── davincifascetti.txt │ │ ├── dbgameacademy.txt │ │ ├── didamatteifortunato.txt │ │ ├── donboscoborgo.txt │ │ ├── donboscosandona.txt │ │ ├── edu/ │ │ │ ├── 1circolopozzuoli.txt │ │ │ ├── alessandrinimainardi.txt │ │ │ ├── archimede.txt │ │ │ ├── avoltapg.txt │ │ │ ├── bacheleteinstein.txt │ │ │ ├── barsanti.txt │ │ │ ├── battaglini.txt │ │ │ ├── branchina.txt │ │ │ ├── calvino.txt │ │ │ ├── capellinisauro.txt │ │ │ ├── cesaris.txt │ │ │ ├── corridoni-campana.txt │ │ │ ├── davinciliceo.txt │ │ │ ├── davincimilazzo.txt │ │ │ ├── deliguori.txt │ │ │ ├── fermibassano.txt │ │ │ ├── fermilecce.txt │ │ │ ├── fermimn.txt │ │ │ ├── galileilivorno.txt │ │ │ ├── galileimondragone.txt │ │ │ ├── giua.txt │ │ │ ├── gobettivolta/ │ │ │ │ └── studenti.txt │ │ │ ├── ic-rosmini.txt │ │ │ ├── icantenoreguaccero.txt │ │ │ ├── icmolassanaeprato.txt │ │ │ ├── icpieroangela.txt │ │ │ ├── icsavona3.txt │ │ │ ├── icsmarconipalermo.txt │ │ │ ├── icstoppaniseregno.txt │ │ │ ├── ictassolatina.txt │ │ │ ├── iis-silva-ricci.txt │ │ │ ├── iisbadoni.txt │ │ │ ├── iisbassi.txt │ │ │ ├── iiseinaudiscarpa.txt │ │ │ ├── iiseuclide.txt │ │ │ ├── iisgalileivetrone.txt │ │ │ ├── iisgaribaldi.txt │ │ │ ├── iislagrange.txt │ │ │ ├── iismajoranamoncalieri.txt │ │ │ ├── iispaciolobracciano.txt │ │ │ ├── iisscalamandrei.txt │ │ │ ├── iissgiuliocesare.txt │ │ │ ├── iissvoltadegemmis.txt │ │ │ ├── iisteramo.txt │ │ │ ├── iisvicodevivo.txt │ │ │ ├── iisvoltapescara.txt │ │ │ ├── ilpitagora.txt │ │ │ ├── isfalcone/ │ │ │ │ └── alu.txt │ │ │ ├── isfermiguttuso.txt │ │ │ ├── isfrancescoredi.txt │ │ │ ├── isisbernocchi.txt │ │ │ ├── isiscorbino.txt │ │ │ ├── isisfacchinetti.txt │ │ │ ├── isissacilebrugnera.txt │ │ │ ├── isisvarchi.txt │ │ │ ├── isisvarese.txt │ │ │ ├── isisvirgilio.txt │ │ │ ├── isradice.txt │ │ │ ├── isrosselliaprilia.txt │ │ │ ├── istituto8marzo.txt │ │ │ ├── istitutobalducci.txt │ │ │ ├── istitutoeuropaunita.txt │ │ │ ├── istitutofortuny.txt │ │ │ ├── istitutoinsolera.txt │ │ │ ├── istitutolevi.txt │ │ │ ├── istitutomontani.txt │ │ │ ├── istitutomoreschi.txt │ │ │ ├── itepiovene.txt │ │ │ ├── iti-marconi.txt │ │ │ ├── itifaraday.txt │ │ │ ├── itisarmellini.txt │ │ │ ├── itiscannizzaro.txt │ │ │ ├── itisdalmine.txt │ │ │ ├── itiseveripadova.txt │ │ │ ├── itisgrassi.txt │ │ │ ├── itisothoca.txt │ │ │ ├── itisravenna.txt │ │ │ ├── itisriva.txt │ │ │ ├── itisvallauri.txt │ │ │ ├── itiszuccante.txt │ │ │ ├── itive3pa.txt │ │ │ ├── itivolta.txt │ │ │ ├── ittfedifermi.txt │ │ │ ├── ittgiorgi.txt │ │ │ ├── ittsrimini.txt │ │ │ ├── ittsscalfaro.txt │ │ │ ├── ittvt.txt │ │ │ ├── liceo-severi.txt │ │ │ ├── liceoalbertinapoli.txt │ │ │ ├── liceoamaldi.txt │ │ │ ├── liceoaselli.txt │ │ │ ├── liceochinimichelangelo.txt │ │ │ ├── liceodesio.txt │ │ │ ├── liceoeinsteinmilano.txt │ │ │ ├── liceofardellaximenes.txt │ │ │ ├── liceofedericoquercia.txt │ │ │ ├── liceofermiaversa.txt │ │ │ ├── liceofermibo/ │ │ │ │ └── stu.txt │ │ │ ├── liceogalileicatania.txt │ │ │ ├── liceoischia.txt │ │ │ ├── liceomonti.txt │ │ │ ├── liceopaleocapa.txt │ │ │ ├── liceopepecalamo.txt │ │ │ ├── liceosocrate.txt │ │ │ ├── liceovailatigenzano.txt │ │ │ ├── lsdonegani.txt │ │ │ ├── luigidellerba.txt │ │ │ ├── magistricumacini.txt │ │ │ ├── maironidaponte.txt │ │ │ ├── marconibari.txt │ │ │ ├── marconiverona/ │ │ │ │ └── studenti.txt │ │ │ ├── matteirho.txt │ │ │ ├── maxplanck.txt │ │ │ ├── messedaglia.txt │ │ │ ├── nerviferrari.txt │ │ │ ├── newtonpertini.txt │ │ │ ├── pacinottiarchimede.txt │ │ │ ├── pacinottitaranto.txt │ │ │ ├── panettipitagora.txt │ │ │ ├── paolosarpi.txt │ │ │ ├── paschinilinussio.txt │ │ │ ├── poloagroindustriale.txt │ │ │ ├── roccati/ │ │ │ │ └── baldessano.txt │ │ │ ├── scuolesuperioridizagarolo.txt │ │ │ ├── silvioceccato.txt │ │ │ ├── studenti-ittfedifermi.txt │ │ │ ├── studenti8marzo.txt │ │ │ ├── terradilavoro.txt │ │ │ ├── tulliobuzzi.txt │ │ │ └── voltafr.txt │ │ ├── einaudicorreggio.txt │ │ ├── embl.txt │ │ ├── fermielearning.txt │ │ ├── fi/ │ │ │ ├── cellini.txt │ │ │ └── isiadesign.txt │ │ ├── fossatidapassano.txt │ │ ├── fr/ │ │ │ └── accademiabellearti.txt │ │ ├── galileicrema/ │ │ │ └── galileo.txt │ │ ├── galileimirandola.txt │ │ ├── ge/ │ │ │ └── calvino.txt │ │ ├── giovannixxiiicosentino.txt │ │ ├── gov/ │ │ │ ├── barsanti.txt │ │ │ ├── fossatidapassano.txt │ │ │ ├── gobettivolta/ │ │ │ │ └── studenti.txt │ │ │ ├── icstoppaniseregno.txt │ │ │ ├── iisgiorgimilano.txt │ │ │ ├── isisfacchinetti.txt │ │ │ ├── ispascalcomandini.txt │ │ │ ├── issgreppi.txt │ │ │ ├── itiszuccante.txt │ │ │ ├── liceovinci.txt │ │ │ ├── paciolo-dannunzio.txt │ │ │ ├── poloagroindustriale.txt │ │ │ └── racchettidavinci.txt │ │ ├── gssi.txt │ │ ├── iaad.txt │ │ ├── icatt.txt │ │ ├── ictp.txt │ │ ├── iisaltierospinelli.txt │ │ ├── iiscuriesraffa.txt │ │ ├── iisenzoferrari.txt │ │ ├── iissgravina.txt │ │ ├── iisstecnicomonopoli.txt │ │ ├── iistorriani.txt │ │ ├── iisvaldagno.txt │ │ ├── iisve.txt │ │ ├── iit.txt │ │ ├── imiberg.txt │ │ ├── imperia/ │ │ │ └── marconi.txt │ │ ├── imtlucca.txt │ │ ├── isii.txt │ │ ├── isiltp.txt │ │ ├── isissacilebrugnera.txt │ │ ├── ispascalcomandini.txt │ │ ├── issgreppi.txt │ │ ├── istitutoacerbo.txt │ │ ├── istitutocorni.txt │ │ ├── istitutofortuny.txt │ │ ├── istitutofreud.txt │ │ ├── istitutolevi.txt │ │ ├── istitutomasterform.txt │ │ ├── istitutopilati.txt │ │ ├── istitutoscolasticomoravia.txt │ │ ├── istruzione/ │ │ │ └── posta.txt │ │ ├── istruzioneer/ │ │ │ ├── aldini.txt │ │ │ ├── berenini.txt │ │ │ ├── cattaneodallaglio.txt │ │ │ ├── iccodigoro.txt │ │ │ ├── lsoriani.txt │ │ │ ├── paciunzio.txt │ │ │ └── roiti.txt │ │ ├── itarchimede.txt │ │ ├── itbramantegenga.txt │ │ ├── itclevi.txt │ │ ├── itczappa.txt │ │ ├── itimedi.txt │ │ ├── itimonaco.txt │ │ ├── itisandria.txt │ │ ├── itisavogadro/ │ │ │ └── studenti.txt │ │ ├── itiscastelli.txt │ │ ├── itisff.txt │ │ ├── itisgalileiroma.txt │ │ ├── itisguidodorso.txt │ │ ├── itispaleocapa.txt │ │ ├── itispascal.txt │ │ ├── itispininfarina.txt │ │ ├── itisravenna.txt │ │ ├── itisurbino.txt │ │ ├── its-ictpiemonte.txt │ │ ├── itsaltoadriatico/ │ │ │ └── stud.txt │ │ ├── itsincom.txt │ │ ├── itsjobs.txt │ │ ├── itsos-mariecurie.txt │ │ ├── itspiemonte/ │ │ │ └── edu.txt │ │ ├── itsrizzoli.txt │ │ ├── itstechtalentfactory.txt │ │ ├── iuav.txt │ │ ├── iue.txt │ │ ├── iulm.txt │ │ ├── iuo.txt │ │ ├── iusspavia.txt │ │ ├── jhubc.txt │ │ ├── liceoariosto.txt │ │ ├── liceocaronapoli.txt │ │ ├── liceoconegliano.txt │ │ ├── liceofermipadova/ │ │ │ └── studenti.txt │ │ ├── liceokennedy.txt │ │ ├── liceolugo.txt │ │ ├── liceomelipalermo.txt │ │ ├── liceorighi.txt │ │ ├── liceosabin.txt │ │ ├── liceoscacchibari.txt │ │ ├── linkstudents.txt │ │ ├── liuc.txt │ │ ├── lsamaldi.txt │ │ ├── luiss.txt │ │ ├── lum/ │ │ │ └── studenti.txt │ │ ├── lum.txt │ │ ├── lumsa.txt │ │ ├── lumsastud.txt │ │ ├── magistricumacini.txt │ │ ├── marconicloud.txt │ │ ├── marconigorgonzola.txt │ │ ├── marconirovereto.txt │ │ ├── mcurie.txt │ │ ├── mi/ │ │ │ └── maxwell.txt │ │ ├── mo/ │ │ │ ├── fermi.txt │ │ │ └── itivinci.txt │ │ ├── na/ │ │ │ └── unisob.txt │ │ ├── naba.txt │ │ ├── olivelliputelli.txt │ │ ├── parma/ │ │ │ └── liceomarconi.txt │ │ ├── peano.txt │ │ ├── poliba.txt │ │ ├── polimi.txt │ │ ├── polito.txt │ │ ├── polotecnologicoimperiese.txt │ │ ├── pr/ │ │ │ └── itis.txt │ │ ├── pul.txt │ │ ├── pusc.txt │ │ ├── rgtfo-me.txt │ │ ├── risikamente.txt │ │ ├── santannapisa.txt │ │ ├── sissa.txt │ │ ├── snets.txt │ │ ├── sns.txt │ │ ├── sssrome.txt │ │ ├── sssup.txt │ │ ├── studbocconi.txt │ │ ├── studenti/ │ │ │ └── unibs.txt │ │ ├── studentipinin.txt │ │ ├── suedtirol/ │ │ │ └── schule.txt │ │ ├── tecnicosuperiorekennedy.txt │ │ ├── tn/ │ │ │ ├── artigianelli.txt │ │ │ ├── buonarroti.txt │ │ │ └── mat.txt │ │ ├── trieste/ │ │ │ ├── ictp.txt │ │ │ └── univ.txt │ │ ├── tuascuola.txt │ │ ├── ud/ │ │ │ ├── malignani/ │ │ │ │ └── studenti.txt │ │ │ └── malignani.txt │ │ ├── unian.txt │ │ ├── uniba.txt │ │ ├── unibas.txt │ │ ├── unibg.txt │ │ ├── unibo.txt │ │ ├── unibocconi.txt │ │ ├── unibs.txt │ │ ├── unibz.txt │ │ ├── unica.txt │ │ ├── unical.txt │ │ ├── unicam.txt │ │ ├── unicampania.txt │ │ ├── unicampus.txt │ │ ├── unicas.txt │ │ ├── unicatt.txt │ │ ├── unich.txt │ │ ├── unict.txt │ │ ├── unicz.txt │ │ ├── uniecampus/ │ │ │ └── studenti.txt │ │ ├── uniecampus.txt │ │ ├── unier.txt │ │ ├── uniese.txt │ │ ├── unife.txt │ │ ├── unifg.txt │ │ ├── unifi.txt │ │ ├── unige.txt │ │ ├── unigre.txt │ │ ├── unikore.txt │ │ ├── unikorestudent.txt │ │ ├── unile.txt │ │ ├── unilink.txt │ │ ├── unimarconi.txt │ │ ├── unimc.txt │ │ ├── unime.txt │ │ ├── unimercatorum.txt │ │ ├── unimi.txt │ │ ├── unimib.txt │ │ ├── unimo.txt │ │ ├── unimol.txt │ │ ├── unimore.txt │ │ ├── unina.txt │ │ ├── unina2.txt │ │ ├── uninav.txt │ │ ├── uninsubria.txt │ │ ├── unipa.txt │ │ ├── uniparthenope.txt │ │ ├── unipd.txt │ │ ├── unipegaso/ │ │ │ └── studenti.txt │ │ ├── unipg.txt │ │ ├── unipi/ │ │ │ └── studenti.txt │ │ ├── unipi.txt │ │ ├── unipmn.txt │ │ ├── unipr.txt │ │ ├── unipv.txt │ │ ├── unirc.txt │ │ ├── uniroma1.txt │ │ ├── uniroma2.txt │ │ ├── uniroma3.txt │ │ ├── uniroma5.txt │ │ ├── unisa.txt │ │ ├── unisal.txt │ │ ├── unisalento.txt │ │ ├── unisannio.txt │ │ ├── unisg.txt │ │ ├── unisi.txt │ │ ├── unisr/ │ │ │ └── studenti.txt │ │ ├── uniss.txt │ │ ├── unistrapg.txt │ │ ├── unistrasi.txt │ │ ├── unite.txt │ │ ├── unitelmasapienza/ │ │ │ └── studenti.txt │ │ ├── unitn.txt │ │ ├── unito.txt │ │ ├── units.txt │ │ ├── unitus.txt │ │ ├── uniud/ │ │ │ └── spes.txt │ │ ├── uniud.txt │ │ ├── uniupo/ │ │ │ └── studenti.txt │ │ ├── uniupo.txt │ │ ├── uniurb.txt │ │ ├── univaq.txt │ │ ├── univda.txt │ │ ├── unive/ │ │ │ └── stud.txt │ │ ├── unive.txt │ │ ├── universitadipavia.txt │ │ ├── univpm.txt │ │ ├── univr.txt │ │ ├── urbe.txt │ │ ├── veronatrento.txt │ │ ├── vi/ │ │ │ └── itisrossi.txt │ │ └── voltaweb.txt │ ├── jm/ │ │ └── edu/ │ │ ├── ncu.txt │ │ ├── utech.txt │ │ └── uwimona.txt │ ├── jo/ │ │ └── edu/ │ │ ├── aabu.txt │ │ ├── aau.txt │ │ ├── ahu.txt │ │ ├── anu.txt │ │ ├── aou.txt │ │ ├── asu.txt │ │ ├── aum/ │ │ │ └── std.txt │ │ ├── bau.txt │ │ ├── gju.txt │ │ ├── htu.txt │ │ ├── hu.txt │ │ ├── inu.txt │ │ ├── jadara.txt │ │ ├── jam.txt │ │ ├── jpu/ │ │ │ └── stu.txt │ │ ├── jpu.txt │ │ ├── jss.txt │ │ ├── ju.txt │ │ ├── just.txt │ │ ├── meu.txt │ │ ├── mutah.txt │ │ ├── philadelphia.txt │ │ ├── psut.txt │ │ ├── std-zuj.txt │ │ ├── ttu.txt │ │ ├── uop.txt │ │ ├── uopstd.txt │ │ ├── wise.txt │ │ ├── yu.txt │ │ ├── zpu.txt │ │ └── zuj.txt │ ├── jp/ │ │ ├── 42tokyo/ │ │ │ └── student.txt │ │ ├── ac/ │ │ │ ├── aasa.txt │ │ │ ├── abu.txt │ │ │ ├── aichi-edu.txt │ │ │ ├── aichi-fam-u.txt │ │ │ ├── aichi-gakuin.txt │ │ │ ├── aichi-med-u.txt │ │ │ ├── aichi-pu.txt │ │ │ ├── aichi-u.txt │ │ │ ├── aiit.txt │ │ │ ├── aikoku-u.txt │ │ │ ├── aitech.txt │ │ │ ├── akita-u.txt │ │ │ ├── aomori-u.txt │ │ │ ├── aomoricgu.txt │ │ │ ├── aoyama.txt │ │ │ ├── asahi-u.txt │ │ │ ├── asahikawa-med.txt │ │ │ ├── asahikawa-u.txt │ │ │ ├── ashitech.txt │ │ │ ├── ashiya-u.txt │ │ │ ├── asia-u.txt │ │ │ ├── asu.txt │ │ │ ├── atomi.txt │ │ │ ├── auhw.txt │ │ │ ├── azabu-u.txt │ │ │ ├── baika.txt │ │ │ ├── baiko.txt │ │ │ ├── beppu-u.txt │ │ │ ├── budo-u.txt │ │ │ ├── bukkyo-u.txt │ │ │ ├── bunka-wu.txt │ │ │ ├── bunkyo.txt │ │ │ ├── cgu.txt │ │ │ ├── chiba-u.txt │ │ │ ├── chikushi.txt │ │ │ ├── chubu-gu.txt │ │ │ ├── chubu.txt │ │ │ ├── chukyo-u.txt │ │ │ ├── chukyogakuin-u.txt │ │ │ ├── chuo-u/ │ │ │ │ └── g.txt │ │ │ ├── chuo-u.txt │ │ │ ├── cku.txt │ │ │ ├── cuc.txt │ │ │ ├── daido-it.txt │ │ │ ├── daiichi-cps.txt │ │ │ ├── daiichi-koudai.txt │ │ │ ├── daito.txt │ │ │ ├── dendai.txt │ │ │ ├── do-johodai.txt │ │ │ ├── doho.txt │ │ │ ├── dohto.txt │ │ │ ├── dokkyo.txt │ │ │ ├── dokkyomed.txt │ │ │ ├── doshisha.txt │ │ │ ├── edogawa-u.txt │ │ │ ├── ehime-u.txt │ │ │ ├── eiyo.txt │ │ │ ├── eum.txt │ │ │ ├── fdcnet.txt │ │ │ ├── ferris.txt │ │ │ ├── fit.txt │ │ │ ├── fmu.txt │ │ │ ├── fpu.txt │ │ │ ├── fujijoshi.txt │ │ │ ├── fujita-hu.txt │ │ │ ├── fukui-med.txt │ │ │ ├── fukui-ut.txt │ │ │ ├── fukuoka-edu.txt │ │ │ ├── fukuoka-int-u.txt │ │ │ ├── fukuoka-pu.txt │ │ │ ├── fukuoka-u.txt │ │ │ ├── fukushima-u.txt │ │ │ ├── fukuyama-u.txt │ │ │ ├── fwu.txt │ │ │ ├── gakusen.txt │ │ │ ├── gakushuin.txt │ │ │ ├── gifu-keizai.txt │ │ │ ├── gifu-pu.txt │ │ │ ├── gifu-u.txt │ │ │ ├── gijodai.txt │ │ │ ├── gpwu.txt │ │ │ ├── gunma-u.txt │ │ │ ├── h-bunkyo.txt │ │ │ ├── hachinohe-u.txt │ │ │ ├── hakodate-u.txt │ │ │ ├── hakuoh.txt │ │ │ ├── hal.txt │ │ │ ├── hama-med.txt │ │ │ ├── hanazono.txt │ │ │ ├── hannan-u.txt │ │ │ ├── harada-gakuen/ │ │ │ │ └── ca.txt │ │ │ ├── heisei-u.txt │ │ │ ├── hi-tech.txt │ │ │ ├── hijiyama-u.txt │ │ │ ├── himeji-du.txt │ │ │ ├── hirogaku-u.txt │ │ │ ├── hirokoku-u.txt │ │ │ ├── hirosaki-u.txt │ │ │ ├── hiroshima-cu.txt │ │ │ ├── hiroshima-u.txt │ │ │ ├── hit-u.txt │ │ │ ├── hit.txt │ │ │ ├── hiu.txt │ │ │ ├── hju.txt │ │ │ ├── hkg.txt │ │ │ ├── hokkai-s-u.txt │ │ │ ├── hokkyodai.txt │ │ │ ├── hoku-iryo-u.txt │ │ │ ├── hokudai.txt │ │ │ ├── hokuriku-u.txt │ │ │ ├── hokusei.txt │ │ │ ├── hokuyakudai.txt │ │ │ ├── hosei.txt │ │ │ ├── hoshi.txt │ │ │ ├── hue.txt │ │ │ ├── hus.txt │ │ │ ├── hyo-med.txt │ │ │ ├── hyogo-dai.txt │ │ │ ├── hyogo-u.txt │ │ │ ├── ibaraki.txt │ │ │ ├── icc.txt │ │ │ ├── icu.txt │ │ │ ├── internet.txt │ │ │ ├── ipu.txt │ │ │ ├── isenshu-u.txt │ │ │ ├── it-chiba.txt │ │ │ ├── it-hiroshima.txt │ │ │ ├── iuhw.txt │ │ │ ├── iuj.txt │ │ │ ├── iuk.txt │ │ │ ├── iwakimu.txt │ │ │ ├── iwate-med.txt │ │ │ ├── iwate-pu.txt │ │ │ ├── iwate-u.txt │ │ │ ├── jaist.txt │ │ │ ├── jichi.txt │ │ │ ├── jikei.txt │ │ │ ├── jissen.txt │ │ │ ├── jiu.txt │ │ │ ├── jobu.txt │ │ │ ├── josai.txt │ │ │ ├── juen.txt │ │ │ ├── juntendo.txt │ │ │ ├── jwu.txt │ │ │ ├── k-junshin.txt │ │ │ ├── kagawa-u.txt │ │ │ ├── kagoshima-u.txt │ │ │ ├── kamakura-u.txt │ │ │ ├── kanagawa-it.txt │ │ │ ├── kanazawa-bidai.txt │ │ │ ├── kanazawa-gu.txt │ │ │ ├── kanazawa-it.txt │ │ │ ├── kanazawa-med.txt │ │ │ ├── kanazawa-u.txt │ │ │ ├── kansai-u.txt │ │ │ ├── kanto-gakuen.txt │ │ │ ├── kanto-gakuin.txt │ │ │ ├── kawasaki-m.txt │ │ │ ├── kbc/ │ │ │ │ └── stu.txt │ │ │ ├── kbu.txt │ │ │ ├── kcua.txt │ │ │ ├── keio.txt │ │ │ ├── keisen.txt │ │ │ ├── keiwa-c.txt │ │ │ ├── kgwu.txt │ │ │ ├── kindai.txt │ │ │ ├── kinjo-u.txt │ │ │ ├── kit.txt │ │ │ ├── kitakyu-u.txt │ │ │ ├── kitami-it.txt │ │ │ ├── kitasato-u.txt │ │ │ ├── kiu.txt │ │ │ ├── kiui.txt │ │ │ ├── kms.txt │ │ │ ├── kmu.txt │ │ │ ├── kobe-c.txt │ │ │ ├── kobe-cufs.txt │ │ │ ├── kobe-du.txt │ │ │ ├── kobe-kiu.txt │ │ │ ├── kobe-shinwa.txt │ │ │ ├── kobe-u.txt │ │ │ ├── kobe-wu.txt │ │ │ ├── kobedenshi.txt │ │ │ ├── kobegakuin.txt │ │ │ ├── kobepharma-u.txt │ │ │ ├── kochi-ms.txt │ │ │ ├── kochi-tech.txt │ │ │ ├── kochi-u.txt │ │ │ ├── kogakkan-u.txt │ │ │ ├── kogakuin.txt │ │ │ ├── koka.txt │ │ │ ├── kokugakuin.txt │ │ │ ├── kokushikan.txt │ │ │ ├── komazawa-u.txt │ │ │ ├── konan-u.txt │ │ │ ├── konan-wu.txt │ │ │ ├── korea-u.txt │ │ │ ├── koriyama-kgc.txt │ │ │ ├── koshien.txt │ │ │ ├── koyasan-u.txt │ │ │ ├── kpu-m.txt │ │ │ ├── kpu.txt │ │ │ ├── ksu.txt │ │ │ ├── kufs.txt │ │ │ ├── kuins.txt │ │ │ ├── kuis.txt │ │ │ ├── kumagaku.txt │ │ │ ├── kumamoto-u.txt │ │ │ ├── kunitachi.txt │ │ │ ├── kurume-it.txt │ │ │ ├── kurume-u.txt │ │ │ ├── kusa.txt │ │ │ ├── kushiro-pu.txt │ │ │ ├── kusw.txt │ │ │ ├── kwansei.txt │ │ │ ├── kwassui.txt │ │ │ ├── kwuc.txt │ │ │ ├── kyokyo-u.txt │ │ │ ├── kyorin-u.txt │ │ │ ├── kyoritsu-wu.txt │ │ │ ├── kyoto-art.txt │ │ │ ├── kyoto-phu.txt │ │ │ ├── kyoto-seika.txt │ │ │ ├── kyoto-su.txt │ │ │ ├── kyoto-u.txt │ │ │ ├── kyoto-wu.txt │ │ │ ├── kyotogakuen-u.txt │ │ │ ├── kyu-dent.txt │ │ │ ├── kyukyo-u.txt │ │ │ ├── kyusan-u.txt │ │ │ ├── kyushu-ns.txt │ │ │ ├── kyushu-u.txt │ │ │ ├── kyutech.txt │ │ │ ├── matsuyama-u.txt │ │ │ ├── mdu.txt │ │ │ ├── meiji-u.txt │ │ │ ├── meiji.txt │ │ │ ├── meijo-u.txt │ │ │ ├── meikai.txt │ │ │ ├── meikei.txt │ │ │ ├── meio-u.txt │ │ │ ├── meisei-u.txt │ │ │ ├── mejiro.txt │ │ │ ├── metro-cit.txt │ │ │ ├── mgu.txt │ │ │ ├── mie-u.txt │ │ │ ├── mimasaka.txt │ │ │ ├── miyakyo-u.txt │ │ │ ├── miyazaki-med.txt │ │ │ ├── miyazaki-mu.txt │ │ │ ├── miyazaki-u.txt │ │ │ ├── morioka-u.txt │ │ │ ├── mpu.txt │ │ │ ├── mukogawa-u.txt │ │ │ ├── muroran-it.txt │ │ │ ├── musabi.txt │ │ │ ├── musashi.txt │ │ │ ├── musashino-music.txt │ │ │ ├── musashino-u.txt │ │ │ ├── my-pharm.txt │ │ │ ├── myu.txt │ │ │ ├── nagano.txt │ │ │ ├── nagaokaut.txt │ │ │ ├── nagasaki-u.txt │ │ │ ├── nagasakipu.txt │ │ │ ├── nagoya-cu.txt │ │ │ ├── nankyudai.txt │ │ │ ├── nebuta.txt │ │ │ ├── nias.txt │ │ │ ├── numazu-vtc.txt │ │ │ ├── osaka-cu.txt │ │ │ ├── osaka-u.txt │ │ │ ├── ouj.txt │ │ │ ├── pu-kumamoto.txt │ │ │ ├── redcross.txt │ │ │ ├── seijo/ │ │ │ │ └── y.txt │ │ │ ├── shibaura-it.txt │ │ │ ├── shinshu-u.txt │ │ │ ├── shitennoji.txt │ │ │ ├── shoin.txt │ │ │ ├── shotoku.txt │ │ │ ├── shudo-u.txt │ │ │ ├── soken.txt │ │ │ ├── sophia.txt │ │ │ ├── tachibana-u.txt │ │ │ ├── tdj.txt │ │ │ ├── titech.txt │ │ │ ├── tmu.txt │ │ │ ├── tohoku.txt │ │ │ ├── tokuyama.txt │ │ │ ├── tonichi-kokusai-u.txt │ │ │ ├── tsukuba.txt │ │ │ ├── tut.txt │ │ │ ├── u-gakugei.txt │ │ │ ├── u-keiai.txt │ │ │ ├── u-tokai.txt │ │ │ ├── u-tokyo.txt │ │ │ ├── uec.txt │ │ │ ├── yamaguchi-u.txt │ │ │ └── ynu.txt │ │ ├── aoyama.txt │ │ ├── c-league.txt │ │ ├── chiba-u.txt │ │ ├── chibakoudai/ │ │ │ ├── p.txt │ │ │ └── s.txt │ │ ├── co/ │ │ │ └── termnet.txt │ │ ├── denpa.txt │ │ ├── ed/ │ │ │ ├── pen-kanagawa/ │ │ │ │ └── gl.txt │ │ │ └── spec.txt │ │ ├── fsgcl.txt │ │ ├── hgu.txt │ │ ├── it-neec.txt │ │ ├── jc-21.txt │ │ ├── jindai.txt │ │ ├── kadai.txt │ │ ├── kaiseigakuen.txt │ │ ├── kait.txt │ │ ├── kansaigaidai.txt │ │ ├── keio.txt │ │ ├── kosen-ac/ │ │ │ ├── fukui.txt │ │ │ ├── fukushima.txt │ │ │ ├── gunma.txt │ │ │ ├── hachinohe.txt │ │ │ ├── hakodate.txt │ │ │ ├── kagawa.txt │ │ │ ├── kisarazu.txt │ │ │ ├── kumamoto.txt │ │ │ ├── kurume.txt │ │ │ ├── kushiro.txt │ │ │ ├── nara.txt │ │ │ ├── niihama.txt │ │ │ ├── numazu.txt │ │ │ ├── oita.txt │ │ │ ├── oyama.txt │ │ │ ├── toba.txt │ │ │ ├── tokuyama.txt │ │ │ ├── tokyo.txt │ │ │ ├── tomakomai.txt │ │ │ ├── toyota.txt │ │ │ ├── tsuyama.txt │ │ │ └── yuge.txt │ │ ├── kyoto-msc.txt │ │ ├── kyoto-u.txt │ │ ├── kyudai.txt │ │ ├── kyutech/ │ │ │ └── mail.txt │ │ ├── n-jr.txt │ │ ├── nagoya-u.txt │ │ ├── naist.txt │ │ ├── nitech.txt │ │ ├── npoksk-nagano.txt │ │ ├── oecu.txt │ │ ├── oic.txt │ │ ├── oist.txt │ │ ├── oiu.txt │ │ ├── ous.txt │ │ ├── reitaku.txt │ │ ├── seian.txt │ │ ├── seig-boys.txt │ │ ├── sendai-nct.txt │ │ ├── senshu-u.txt │ │ ├── soka-u.txt │ │ ├── sophia.txt │ │ ├── suntech.txt │ │ ├── tokai-u/ │ │ │ └── mail.txt │ │ ├── tokai-u.txt │ │ ├── tokai.txt │ │ ├── toyo.txt │ │ ├── tut.txt │ │ ├── uwcisak.txt │ │ ├── waseda.txt │ │ └── ynu.txt │ ├── ke/ │ │ ├── ac/ │ │ │ ├── amref/ │ │ │ │ └── mcampus.txt │ │ │ ├── anu.txt │ │ │ ├── chuka.txt │ │ │ ├── cuk/ │ │ │ │ └── student.txt │ │ │ ├── daystar.txt │ │ │ ├── dkut.txt │ │ │ ├── egerton.txt │ │ │ ├── embuni/ │ │ │ │ └── student.txt │ │ │ ├── gau.txt │ │ │ ├── gretsauniversity.txt │ │ │ ├── inteluni.txt │ │ │ ├── jkuat.txt │ │ │ ├── jooust.txt │ │ │ ├── kabarak.txt │ │ │ ├── kabianga/ │ │ │ │ └── students.txt │ │ │ ├── karu/ │ │ │ │ └── s.txt │ │ │ ├── kcau.txt │ │ │ ├── kemu.txt │ │ │ ├── kibu.txt │ │ │ ├── kisiiuniversity/ │ │ │ │ └── students.txt │ │ │ ├── kisiiuniversity.txt │ │ │ ├── kmtc.txt │ │ │ ├── ku.txt │ │ │ ├── kwust.txt │ │ │ ├── kyu/ │ │ │ │ └── students.txt │ │ │ ├── laikipia/ │ │ │ │ └── student.txt │ │ │ ├── laikipia.txt │ │ │ ├── maseno.txt │ │ │ ├── mksu.txt │ │ │ ├── mku/ │ │ │ │ └── mylife.txt │ │ │ ├── mku.txt │ │ │ ├── mmarau.txt │ │ │ ├── mmu.txt │ │ │ ├── mmust.txt │ │ │ ├── mnp.txt │ │ │ ├── mnu/ │ │ │ │ └── students.txt │ │ │ ├── mpesafoundationacademy.txt │ │ │ ├── mu.txt │ │ │ ├── must/ │ │ │ │ └── students.txt │ │ │ ├── must.txt │ │ │ ├── mut/ │ │ │ │ └── student.txt │ │ │ ├── nibs.txt │ │ │ ├── pu.txt │ │ │ ├── puea/ │ │ │ │ └── students.txt │ │ │ ├── riarauniversity.txt │ │ │ ├── scott/ │ │ │ │ └── students.txt │ │ │ ├── seku.txt │ │ │ ├── spu.txt │ │ │ ├── teau/ │ │ │ │ └── students.txt │ │ │ ├── tharaka/ │ │ │ │ └── student.txt │ │ │ ├── thenyeripoly.txt │ │ │ ├── ttu/ │ │ │ │ └── students.txt │ │ │ ├── tukenya/ │ │ │ │ └── students.txt │ │ │ ├── tum/ │ │ │ │ └── students.txt │ │ │ ├── ueab.txt │ │ │ ├── umma/ │ │ │ │ └── students.txt │ │ │ ├── uoeld.txt │ │ │ ├── uonbi.txt │ │ │ └── usiu.txt │ │ └── or/ │ │ └── kism.txt │ ├── kg/ │ │ ├── auca.txt │ │ ├── btk.txt │ │ ├── edu/ │ │ │ ├── adam.txt │ │ │ ├── alatoo.txt │ │ │ ├── asmi.txt │ │ │ ├── bafe.txt │ │ │ ├── iaau.txt │ │ │ ├── insan.txt │ │ │ ├── krsu.txt │ │ │ ├── manas.txt │ │ │ ├── pk.txt │ │ │ └── sapat.txt │ │ ├── inai.txt │ │ ├── intuit.txt │ │ ├── iuca.txt │ │ ├── iuk.txt │ │ ├── kiu.txt │ │ ├── knau.txt │ │ ├── knu.txt │ │ ├── ksmu.txt │ │ ├── kstu.txt │ │ ├── ksucta.txt │ │ ├── manas.txt │ │ ├── oshsu.txt │ │ └── university.txt │ ├── kh/ │ │ └── edu/ │ │ ├── aeu.txt │ │ ├── angkor.txt │ │ ├── aupp.txt │ │ ├── bbu.txt │ │ ├── cadt.txt │ │ ├── ciaschool.txt │ │ ├── cisp.txt │ │ ├── cup.txt │ │ ├── cus.txt │ │ ├── itc.txt │ │ ├── iu.txt │ │ ├── kit.txt │ │ ├── mekong.txt │ │ ├── num.txt │ │ ├── paragoniu.txt │ │ ├── puc.txt │ │ ├── puthisastra.txt │ │ ├── rua.txt │ │ ├── rufa.txt │ │ ├── rule.txt │ │ ├── rupp.txt │ │ ├── sru.txt │ │ ├── uc.txt │ │ └── western.txt │ ├── kn/ │ │ └── uni.txt │ ├── koeln/ │ │ └── schule.txt │ ├── kr/ │ │ ├── 42seoul/ │ │ │ └── student.txt │ │ ├── ac/ │ │ │ ├── ajou.txt │ │ │ ├── andong.txt │ │ │ ├── ansan.txt │ │ │ ├── cataegu.txt │ │ │ ├── cau.txt │ │ │ ├── changwon.txt │ │ │ ├── cheju.txt │ │ │ ├── chodang.txt │ │ │ ├── chonbuk.txt │ │ │ ├── chongju.txt │ │ │ ├── chonnam.txt │ │ │ ├── chosun.txt │ │ │ ├── chungbuk.txt │ │ │ ├── chungnam.txt │ │ │ ├── cnu/ │ │ │ │ ├── g.txt │ │ │ │ ├── mail.txt │ │ │ │ └── o.txt │ │ │ ├── cnu.txt │ │ │ ├── cu.txt │ │ │ ├── cuk.txt │ │ │ ├── daegu.txt │ │ │ ├── dankook.txt │ │ │ ├── deu.txt │ │ │ ├── dhu.txt │ │ │ ├── dju.txt │ │ │ ├── donga.txt │ │ │ ├── dongduk.txt │ │ │ ├── dongeui.txt │ │ │ ├── dongguk.txt │ │ │ ├── dongseo.txt │ │ │ ├── dongshinu.txt │ │ │ ├── dongyang.txt │ │ │ ├── duksung.txt │ │ │ ├── dytc.txt │ │ │ ├── ewha.txt │ │ │ ├── gachon.txt │ │ │ ├── gsnu.txt │ │ │ ├── gwnu.txt │ │ │ ├── hallym.txt │ │ │ ├── hanbat.txt │ │ │ ├── hangkong.txt │ │ │ ├── hannam.txt │ │ │ ├── hansei.txt │ │ │ ├── hanseo.txt │ │ │ ├── hanshin.txt │ │ │ ├── hansung.txt │ │ │ ├── hanyang.txt │ │ │ ├── honam.txt │ │ │ ├── hongik.txt │ │ │ ├── hoseo.txt │ │ │ ├── howon.txt │ │ │ ├── hufs.txt │ │ │ ├── hycu.txt │ │ │ ├── hyupsung.txt │ │ │ ├── icu.txt │ │ │ ├── incheon.txt │ │ │ ├── inha.txt │ │ │ ├── inje/ │ │ │ │ └── oasis.txt │ │ │ ├── inje.txt │ │ │ ├── inu.txt │ │ │ ├── jeonju.txt │ │ │ ├── jnu.txt │ │ │ ├── kaist.txt │ │ │ ├── kangnam.txt │ │ │ ├── kangnung.txt │ │ │ ├── kangwon.txt │ │ │ ├── kaya.txt │ │ │ ├── kdischool.txt │ │ │ ├── keimyung.txt │ │ │ ├── khu.txt │ │ │ ├── kimpo.txt │ │ │ ├── kku.txt │ │ │ ├── kmaritime.txt │ │ │ ├── knou.txt │ │ │ ├── knu.txt │ │ │ ├── knua.txt │ │ │ ├── knue.txt │ │ │ ├── knupe.txt │ │ │ ├── kongju-e.txt │ │ │ ├── konkuk.txt │ │ │ ├── konyang.txt │ │ │ ├── kookmin.txt │ │ │ ├── korea.txt │ │ │ ├── kosin.txt │ │ │ ├── kpu.txt │ │ │ ├── kumoh.txt │ │ │ ├── kunsan.txt │ │ │ ├── kwangju.txt │ │ │ ├── kwangwoon.txt │ │ │ ├── kyonggi.txt │ │ │ ├── kyunghee.txt │ │ │ ├── kyungnam.txt │ │ │ ├── kyungpook.txt │ │ │ ├── kyungsung.txt │ │ │ ├── kyungwon.txt │ │ │ ├── mmu.txt │ │ │ ├── mokpo.txt │ │ │ ├── mokwon.txt │ │ │ ├── myongji.txt │ │ │ ├── paichai.txt │ │ │ ├── pknu.txt │ │ │ ├── postech.txt │ │ │ ├── pufs.txt │ │ │ ├── pusan.txt │ │ │ ├── sangji.txt │ │ │ ├── sch.txt │ │ │ ├── sejong.txt │ │ │ ├── semyung.txt │ │ │ ├── seoultech.txt │ │ │ ├── seowon.txt │ │ │ ├── silla.txt │ │ │ ├── skhu.txt │ │ │ ├── skku.txt │ │ │ ├── skuniv.txt │ │ │ ├── snu.txt │ │ │ ├── snut.txt │ │ │ ├── sogang.txt │ │ │ ├── sookmyung.txt │ │ │ ├── soongsil.txt │ │ │ ├── ssu.txt │ │ │ ├── stu.txt │ │ │ ├── sungkyul.txt │ │ │ ├── sungshin.txt │ │ │ ├── sunmoon.txt │ │ │ ├── suwon.txt │ │ │ ├── swu.txt │ │ │ ├── syu.txt │ │ │ ├── taegu.txt │ │ │ ├── ulsan.txt │ │ │ ├── unist.txt │ │ │ ├── uos.txt │ │ │ ├── wonkwang.txt │ │ │ ├── woosuk.txt │ │ │ ├── yeungnam.txt │ │ │ └── yonsei.txt │ │ ├── chosun.txt │ │ ├── cneo365/ │ │ │ └── djwondang.txt │ │ ├── cnu.txt │ │ ├── dje365/ │ │ │ ├── ddsciencehs.txt │ │ │ └── gpms.txt │ │ ├── djsch/ │ │ │ ├── dyshs.txt │ │ │ └── jeonminhs.txt │ │ ├── dshs.txt │ │ ├── dsu.txt │ │ ├── dulwich-seoul.txt │ │ ├── go/ │ │ │ ├── cbe/ │ │ │ │ ├── cbs-h.txt │ │ │ │ └── sangdang-h.txt │ │ │ ├── dge.txt │ │ │ ├── gne/ │ │ │ │ └── haman-h.txt │ │ │ ├── gne.txt │ │ │ ├── goe/ │ │ │ │ ├── aybuheungm.txt │ │ │ │ ├── bojeongh.txt │ │ │ │ ├── changhyunh.txt │ │ │ │ ├── daepyonge.txt │ │ │ │ ├── daepyongm.txt │ │ │ │ ├── dshangangm.txt │ │ │ │ ├── ggh.txt │ │ │ │ ├── gghsm.txt │ │ │ │ ├── ggm.txt │ │ │ │ ├── gokjeongh.txt │ │ │ │ ├── haesolm.txt │ │ │ │ ├── hanambizh.txt │ │ │ │ ├── ilsanh.txt │ │ │ │ ├── mae-wone.txt │ │ │ │ ├── pjwadonge.txt │ │ │ │ ├── shinbongm.txt │ │ │ │ ├── shth.txt │ │ │ │ ├── suwondasanm.txt │ │ │ │ ├── woosungh.txt │ │ │ │ └── yshinchonm.txt │ │ │ ├── hifive.txt │ │ │ ├── ice/ │ │ │ │ └── gclass.txt │ │ │ ├── ice.txt │ │ │ ├── jje/ │ │ │ │ └── onedu.txt │ │ │ ├── pen/ │ │ │ │ └── o365.txt │ │ │ └── sen.txt │ │ ├── goesn/ │ │ │ └── seohyeon-m.txt │ │ ├── hanma.txt │ │ ├── hnu.txt │ │ ├── hs/ │ │ │ ├── dimigo.txt │ │ │ ├── dolma.txt │ │ │ ├── dsm.txt │ │ │ ├── e-mirim.txt │ │ │ ├── hana.txt │ │ │ ├── jeonghyeon.txt │ │ │ ├── ksa.txt │ │ │ ├── sen/ │ │ │ │ └── gyeongseong.txt │ │ │ ├── shinsung.txt │ │ │ └── sshs.txt │ │ ├── icehs/ │ │ │ └── iasa.txt │ │ ├── innoaca.txt │ │ ├── innovationacademy.txt │ │ ├── jne/ │ │ │ └── hs/ │ │ │ └── muan.txt │ │ ├── kau.txt │ │ ├── kiu.txt │ │ ├── kmu.txt │ │ ├── kookmin.txt │ │ ├── liveuou.txt │ │ ├── ms/ │ │ │ └── bakhyun.txt │ │ ├── or/ │ │ │ ├── ksdream.txt │ │ │ ├── socialwork.txt │ │ │ └── ymgh.txt │ │ ├── re/ │ │ │ └── kist.txt │ │ ├── sangmyung.txt │ │ ├── sc/ │ │ │ ├── sen/ │ │ │ │ └── ahyeon.txt │ │ │ └── xavier.txt │ │ ├── sjedums/ │ │ │ └── boram.txt │ │ ├── skhu.txt │ │ ├── smit.txt │ │ ├── sungil-i.txt │ │ ├── sunmoon.txt │ │ └── ynu.txt │ ├── krd/ │ │ └── edu/ │ │ ├── auis.txt │ │ ├── dpu.txt │ │ ├── duhokcihan.txt │ │ ├── hmu.txt │ │ ├── hsti.txt │ │ ├── kissr.txt │ │ ├── kti.txt │ │ ├── nawroz.txt │ │ ├── pti.txt │ │ ├── su.txt │ │ ├── ue.txt │ │ ├── ukh.txt │ │ ├── uor.txt │ │ └── uoz.txt │ ├── kw/ │ │ └── edu/ │ │ ├── aou.txt │ │ ├── auk.txt │ │ ├── gust.txt │ │ ├── ku.txt │ │ ├── kuniv.txt │ │ └── paaet.txt │ ├── ky/ │ │ └── edu/ │ │ ├── apsb.txt │ │ └── icci.txt │ ├── kz/ │ │ ├── 60edu.txt │ │ ├── adilet.txt │ │ ├── almaty.txt │ │ ├── amu.txt │ │ ├── apk-edu.txt │ │ ├── aues.txt │ │ ├── catec.txt │ │ ├── dku.txt │ │ ├── dulaty.txt │ │ ├── edu/ │ │ │ ├── amu.txt │ │ │ ├── kkat.txt │ │ │ ├── mok.txt │ │ │ ├── nu.txt │ │ │ ├── sdu.txt │ │ │ └── shokan.txt │ │ ├── ektu.txt │ │ ├── enu.txt │ │ ├── etonhouse.txt │ │ ├── eurazir.txt │ │ ├── fizmat.txt │ │ ├── iitu.txt │ │ ├── intc.txt │ │ ├── itstep.txt │ │ ├── jihc.txt │ │ ├── kau.txt │ │ ├── kazatu.txt │ │ ├── kazguu.txt │ │ ├── kazntu.txt │ │ ├── kaznu.txt │ │ ├── kbtu.txt │ │ ├── keu.txt │ │ ├── kgmu.txt │ │ ├── kgu.txt │ │ ├── kimep.txt │ │ ├── kst.txt │ │ ├── kstu.txt │ │ ├── ksu.txt │ │ ├── kuef.txt │ │ ├── mok.txt │ │ ├── narxoz.txt │ │ ├── nkzu.txt │ │ ├── okmpu.txt │ │ ├── polytech.txt │ │ ├── psu.txt │ │ ├── qmu.txt │ │ ├── sci.txt │ │ ├── semgu.txt │ │ ├── sfek.txt │ │ ├── tarsu.txt │ │ ├── turan-edu.txt │ │ ├── uib.txt │ │ ├── vkgu.txt │ │ ├── wkau.txt │ │ ├── zhez.txt │ │ └── zti.txt │ ├── la/ │ │ └── edu/ │ │ ├── fe-nuol.txt │ │ └── nuol.txt │ ├── lb/ │ │ └── edu/ │ │ ├── aou.txt │ │ ├── arabou-lb.txt │ │ ├── aub.txt │ │ ├── aul.txt │ │ ├── aust.txt │ │ ├── b-iu/ │ │ │ └── students.txt │ │ ├── balamand.txt │ │ ├── bau.txt │ │ ├── cut.txt │ │ ├── gu.txt │ │ ├── haigazian.txt │ │ ├── isae.txt │ │ ├── iul.txt │ │ ├── jinan.txt │ │ ├── lau.txt │ │ ├── liu.txt │ │ ├── matnu.txt │ │ ├── mu.txt │ │ ├── mubs.txt │ │ ├── muc.txt │ │ ├── mut.txt │ │ ├── ndu.txt │ │ ├── pu.txt │ │ ├── rhu.txt │ │ ├── theonest.txt │ │ ├── ua.txt │ │ ├── ul.txt │ │ ├── uls/ │ │ │ └── student.txt │ │ ├── usal.txt │ │ ├── usek.txt │ │ └── usj.txt │ ├── lc/ │ │ └── edu/ │ │ └── salcc/ │ │ └── apps.txt │ ├── li/ │ │ ├── iap.txt │ │ ├── schulen.txt │ │ └── uni.txt │ ├── lk/ │ │ ├── ac/ │ │ │ ├── accimt.txt │ │ │ ├── bpu.txt │ │ │ ├── busl.txt │ │ │ ├── cmb.txt │ │ │ ├── esn.txt │ │ │ ├── iit.txt │ │ │ ├── jfn.txt │ │ │ ├── kdu.txt │ │ │ ├── kln.txt │ │ │ ├── mrt.txt │ │ │ ├── nsbm.txt │ │ │ ├── ou.txt │ │ │ ├── pdn.txt │ │ │ ├── pgia.txt │ │ │ ├── rjt.txt │ │ │ ├── ruh.txt │ │ │ ├── sab.txt │ │ │ ├── saegis.txt │ │ │ ├── seu.txt │ │ │ ├── sjp.txt │ │ │ ├── slgti.txt │ │ │ ├── sliate.txt │ │ │ ├── sltc.txt │ │ │ ├── uovt.txt │ │ │ ├── uwu.txt │ │ │ ├── vau.txt │ │ │ ├── vpa.txt │ │ │ └── wyb.txt │ │ ├── acbt.txt │ │ ├── apiit.txt │ │ ├── bcas.txt │ │ ├── cclacademy.txt │ │ ├── edu/ │ │ │ ├── csacolombo.txt │ │ │ ├── hardyati.txt │ │ │ ├── horizoncampus.txt │ │ │ ├── icbtcampus/ │ │ │ │ └── student.txt │ │ │ ├── javainstitute.txt │ │ │ ├── sack.txt │ │ │ ├── saegis.txt │ │ │ └── sltc.txt │ │ ├── esoft.txt │ │ ├── gov/ │ │ │ └── dtet.txt │ │ ├── ijse.txt │ │ ├── kingscollege.txt │ │ ├── lnbti.txt │ │ ├── lyceum.txt │ │ ├── nibm.txt │ │ ├── nsbm.txt │ │ ├── ousl.txt │ │ ├── sliit.txt │ │ ├── ucl.txt │ │ ├── ucsc/ │ │ │ └── stu.txt │ │ ├── uom.txt │ │ └── wesleycollege.txt │ ├── london/ │ │ ├── saintcecilias.txt │ │ └── sthelens.txt │ ├── ls/ │ │ ├── ac/ │ │ │ └── limkokwing.txt │ │ └── nule.txt │ ├── lt/ │ │ ├── asu.txt │ │ ├── azuolo.txt │ │ ├── azuolynogimnazija.txt │ │ ├── ehu/ │ │ │ └── student.txt │ │ ├── ehu.txt │ │ ├── erudito.txt │ │ ├── ftmc.txt │ │ ├── ism.txt │ │ ├── jp2gimnazija.txt │ │ ├── kauko.txt │ │ ├── kitm.txt │ │ ├── klpvm.txt │ │ ├── kma.txt │ │ ├── kmmokykla.txt │ │ ├── ktmc.txt │ │ ├── ktu.txt │ │ ├── ku.txt │ │ ├── kvk.txt │ │ ├── kvkedu.txt │ │ ├── lcc.txt │ │ ├── leu.txt │ │ ├── licejus.txt │ │ ├── lka.txt │ │ ├── lkka.txt │ │ ├── lmta.txt │ │ ├── lsmuni.txt │ │ ├── lva.txt │ │ ├── lzua.txt │ │ ├── mii.txt │ │ ├── mmgimnazija.txt │ │ ├── panko.txt │ │ ├── rackauskas.txt │ │ ├── smarttech.txt │ │ ├── smk.txt │ │ ├── spindulioprogimnazija.txt │ │ ├── su.txt │ │ ├── svako.txt │ │ ├── techin.txt │ │ ├── vdu.txt │ │ ├── vgtu.txt │ │ ├── viko.txt │ │ ├── vilniustech/ │ │ │ └── stud.txt │ │ ├── vilniustech.txt │ │ ├── vpu.txt │ │ ├── vtdko.txt │ │ ├── vu.txt │ │ ├── vvk.txt │ │ └── vydmantugimnazija.txt │ ├── lu/ │ │ ├── btsgp.txt │ │ ├── btsi.txt │ │ ├── education.txt │ │ ├── iuil.txt │ │ ├── school.txt │ │ └── uni.txt │ ├── lv/ │ │ ├── alberta-koledza.txt │ │ ├── aml.txt │ │ ├── citadaskola.txt │ │ ├── du.txt │ │ ├── edu/ │ │ │ ├── bsa.txt │ │ │ ├── eka.txt │ │ │ ├── liepa6vsk.txt │ │ │ ├── liepu.txt │ │ │ ├── lka.txt │ │ │ ├── polak.txt │ │ │ ├── rsu.txt │ │ │ ├── sseriga.txt │ │ │ └── vtdt.txt │ │ ├── isriga.txt │ │ ├── lama.txt │ │ ├── lanet.txt │ │ ├── liepu.txt │ │ ├── llu.txt │ │ ├── lma.txt │ │ ├── lmuza.txt │ │ ├── lpu.txt │ │ ├── lu.txt │ │ ├── lumii.txt │ │ ├── mil/ │ │ │ └── www.txt │ │ ├── ozolniekuvsk.txt │ │ ├── psy.txt │ │ ├── rau.txt │ │ ├── rezeknestehnikums.txt │ │ ├── riga/ │ │ │ └── edu.txt │ │ ├── riseba.txt │ │ ├── rpiva.txt │ │ ├── rta.txt │ │ ├── rtu.txt │ │ ├── ru.txt │ │ ├── rvt.txt │ │ ├── s1vsk.txt │ │ ├── tsi.txt │ │ ├── turiba.txt │ │ ├── va.txt │ │ ├── valmierastehnikums.txt │ │ └── venta.txt │ ├── ly/ │ │ └── edu/ │ │ ├── academy.txt │ │ ├── alacademia.txt │ │ ├── asmarya.txt │ │ ├── elmergib.txt │ │ ├── jgu.txt │ │ ├── limu.txt │ │ ├── omu.txt │ │ └── sebhau.txt │ ├── ma/ │ │ ├── 1337/ │ │ │ └── student.txt │ │ ├── ac/ │ │ │ ├── archi.txt │ │ │ ├── efet.txt │ │ │ ├── ehtp.txt │ │ │ ├── emi.txt │ │ │ ├── enameknes.txt │ │ │ ├── enim.txt │ │ │ ├── ensat.txt │ │ │ ├── enset-media/ │ │ │ │ └── etu.txt │ │ │ ├── esi.txt │ │ │ ├── esta.txt │ │ │ ├── fstm.txt │ │ │ ├── hec.txt │ │ │ ├── hem.txt │ │ │ ├── iga/ │ │ │ │ └── etud.txt │ │ │ ├── iihem.txt │ │ │ ├── inpt.txt │ │ │ ├── isfort.txt │ │ │ ├── matci.txt │ │ │ ├── supmtimeknes.txt │ │ │ ├── uae.txt │ │ │ ├── uca.txt │ │ │ ├── ucam.txt │ │ │ ├── ucd.txt │ │ │ ├── uhp.txt │ │ │ ├── uic.txt │ │ │ ├── uir.txt │ │ │ ├── uit.txt │ │ │ ├── uiz/ │ │ │ │ └── edu.txt │ │ │ ├── uiz.txt │ │ │ ├── um5.txt │ │ │ ├── um5a.txt │ │ │ ├── um5r.txt │ │ │ ├── um5s.txt │ │ │ ├── umi.txt │ │ │ ├── ump.txt │ │ │ ├── univ-ibntofail.txt │ │ │ ├── univ-oujda.txt │ │ │ └── usmba.txt │ │ ├── aiac.txt │ │ ├── aiacingenieur.txt │ │ ├── aui.txt │ │ ├── centrale-casablanca.txt │ │ ├── cesa.txt │ │ ├── e-polytechnique.txt │ │ ├── emsi-edu.txt │ │ ├── emsi.txt │ │ ├── ensam-casa.txt │ │ ├── enstetouan.txt │ │ ├── iga-marrakech.txt │ │ ├── imbt.txt │ │ ├── inpt/ │ │ │ └── ine.txt │ │ ├── isga/ │ │ │ └── edu.txt │ │ ├── isiam.txt │ │ ├── lm6e.txt │ │ ├── mundiapolis.txt │ │ ├── net/ │ │ │ └── um5s.txt │ │ ├── ofppt-edu.txt │ │ ├── ofppt.txt │ │ ├── ordiciel.txt │ │ ├── uca/ │ │ │ └── edu.txt │ │ ├── uca.txt │ │ ├── ucd.txt │ │ ├── uiass.txt │ │ ├── um6p/ │ │ │ └── emines.txt │ │ ├── um6p.txt │ │ ├── ump/ │ │ │ └── ensao.txt │ │ ├── ump.txt │ │ ├── univcasa.txt │ │ ├── univh2c.txt │ │ ├── usms.txt │ │ └── youcode/ │ │ └── student.txt │ ├── md/ │ │ ├── ase.txt │ │ ├── ceef.txt │ │ ├── ceiti.txt │ │ ├── kdu.txt │ │ ├── ltpetrestefanuca.txt │ │ ├── moldnet.txt │ │ ├── orizont.txt │ │ ├── prometeu.txt │ │ ├── uasm.txt │ │ ├── uccm.txt │ │ ├── ulim.txt │ │ ├── upsc.txt │ │ ├── usarb.txt │ │ ├── usm.txt │ │ ├── usmf.txt │ │ ├── ust.txt │ │ ├── utm/ │ │ │ └── ia.txt │ │ └── utm.txt │ ├── me/ │ │ ├── edu/ │ │ │ └── udg.txt │ │ ├── mediaschool.txt │ │ ├── q3academy.txt │ │ ├── urfu.txt │ │ └── uspu.txt │ ├── mg/ │ │ ├── emit.txt │ │ ├── esti.txt │ │ ├── univ-antananarivo.txt │ │ ├── univ-fianar.txt │ │ ├── univ-mahajanga.txt │ │ ├── univ-toamasina.txt │ │ └── univ-toliara.txt │ ├── mil/ │ │ ├── af.txt │ │ ├── navy.txt │ │ └── usuhs.txt │ ├── mk/ │ │ ├── edu/ │ │ │ ├── eccfp.txt │ │ │ ├── eust.txt │ │ │ ├── fon.txt │ │ │ ├── ibu.txt │ │ │ ├── next.txt │ │ │ ├── seeu.txt │ │ │ ├── uacs.txt │ │ │ ├── ugd.txt │ │ │ ├── uist.txt │ │ │ ├── ukim.txt │ │ │ ├── uklo.txt │ │ │ ├── unite.txt │ │ │ └── unt.txt │ │ ├── fon.txt │ │ └── ukim.txt │ ├── mm/ │ │ ├── edu/ │ │ │ ├── hbtu.txt │ │ │ ├── kbtc.txt │ │ │ ├── kmd.txt │ │ │ ├── kyauksetu.txt │ │ │ ├── maeu.txt │ │ │ ├── miit.txt │ │ │ ├── mtu.txt │ │ │ ├── mu.txt │ │ │ ├── parami.txt │ │ │ ├── strategyfirst.txt │ │ │ ├── tukalay.txt │ │ │ ├── tumlm.txt │ │ │ ├── tumonywa.txt │ │ │ ├── tupku.txt │ │ │ ├── tutoungoo.txt │ │ │ ├── ucsdawei.txt │ │ │ ├── ucsh.txt │ │ │ ├── ucskalay.txt │ │ │ ├── ucsm.txt │ │ │ ├── ucsmgy.txt │ │ │ ├── ucspkku.txt │ │ │ ├── ucstaungoo.txt │ │ │ ├── ucstt.txt │ │ │ ├── ucsy.txt │ │ │ ├── uit.txt │ │ │ ├── um1ygn.txt │ │ │ ├── ummg.txt │ │ │ ├── utycc.txt │ │ │ ├── uy.txt │ │ │ └── ytu.txt │ │ ├── gov/ │ │ │ └── most.txt │ │ └── org/ │ │ └── itbmu.txt │ ├── mn/ │ │ ├── edu/ │ │ │ ├── csms.txt │ │ │ ├── dornod.txt │ │ │ ├── icb.txt │ │ │ ├── management.txt │ │ │ ├── mandakh.txt │ │ │ ├── miu.txt │ │ │ ├── mnums.txt │ │ │ ├── mnun.txt │ │ │ ├── msue.txt │ │ │ ├── must.txt │ │ │ ├── nmct.txt │ │ │ ├── nmit.txt │ │ │ ├── num.txt │ │ │ ├── orkhon.txt │ │ │ ├── orkhonschool.txt │ │ │ ├── shineue.txt │ │ │ ├── tomyo.txt │ │ │ ├── ufe.txt │ │ │ └── ulaanbaatar.txt │ │ ├── humanities.txt │ │ └── khan-uul.txt │ ├── mo/ │ │ ├── cityu.txt │ │ ├── edu/ │ │ │ ├── ipm.txt │ │ │ ├── mpu.txt │ │ │ ├── must/ │ │ │ │ └── student.txt │ │ │ ├── must.txt │ │ │ ├── puiching/ │ │ │ │ └── g.txt │ │ │ ├── um.txt │ │ │ └── usj.txt │ │ └── umac.txt │ ├── mobi/ │ │ ├── clrchs.txt │ │ └── jamsa.txt │ ├── moscow/ │ │ └── mcag.txt │ ├── mr/ │ │ ├── e-una/ │ │ │ └── iup.txt │ │ ├── esp.txt │ │ ├── iscae.txt │ │ ├── supnum.txt │ │ └── univ-nkc.txt │ ├── mt/ │ │ └── edu/ │ │ ├── aum.txt │ │ ├── mcast.txt │ │ ├── stedwards.txt │ │ └── um.txt │ ├── mu/ │ │ └── ac/ │ │ ├── mccibs/ │ │ │ └── student.txt │ │ ├── mccibs.txt │ │ ├── mdx.txt │ │ ├── open.txt │ │ ├── poly.txt │ │ ├── udm/ │ │ │ └── student.txt │ │ ├── uom.txt │ │ └── utm.txt │ ├── mw/ │ │ ├── ac/ │ │ │ └── mzuni.txt │ │ ├── icam.txt │ │ ├── medcol/ │ │ │ └── stud.txt │ │ └── unima.txt │ ├── mx/ │ │ ├── Inecol.txt │ │ ├── anahuac.txt │ │ ├── anahuacmayab.txt │ │ ├── aulamexiquense.txt │ │ ├── buap.txt │ │ ├── ceti.txt │ │ ├── cetys.txt │ │ ├── ceux.txt │ │ ├── chapingo.txt │ │ ├── cicese.txt │ │ ├── cimat.txt │ │ ├── cinvestav.txt │ │ ├── cio.txt │ │ ├── ciqa.txt │ │ ├── cncivirtual.txt │ │ ├── colmex.txt │ │ ├── colpos.txt │ │ ├── com/ │ │ │ ├── ceunix.txt │ │ │ ├── motolinia.txt │ │ │ ├── myunitec.txt │ │ │ ├── prepacusac.txt │ │ │ └── umma.txt │ │ ├── ebc.txt │ │ ├── edu/ │ │ │ ├── amerike.txt │ │ │ ├── bab.txt │ │ │ ├── cbtis013.txt │ │ │ ├── cbtis217.txt │ │ │ ├── cbtis278.txt │ │ │ ├── cbtis71.txt │ │ │ ├── cecati19.txt │ │ │ ├── cecytebc.txt │ │ │ ├── cecytec.txt │ │ │ ├── cecytechihuahua.txt │ │ │ ├── cecyteg.txt │ │ │ ├── cecytem.txt │ │ │ ├── cecytezac.txt │ │ │ ├── ceesanet.txt │ │ │ ├── cenidet.txt │ │ │ ├── centrogeo.txt │ │ │ ├── cenyca.txt │ │ │ ├── cesun.txt │ │ │ ├── cesunbc.txt │ │ │ ├── cetis108.txt │ │ │ ├── cetys.txt │ │ │ ├── ceu.txt │ │ │ ├── cgcarmen.txt │ │ │ ├── champagnat.txt │ │ │ ├── cicese.txt │ │ │ ├── cidesi.txt │ │ │ ├── cimav.txt │ │ │ ├── cinvestav/ │ │ │ │ └── math.txt │ │ │ ├── clavijero/ │ │ │ │ ├── alumno.txt │ │ │ │ └── icc.txt │ │ │ ├── cobachbc.txt │ │ │ ├── cobaej.txt │ │ │ ├── colegiodelmayab.txt │ │ │ ├── colegioespanoldemorelos.txt │ │ │ ├── colegiomodernohumanista.txt │ │ │ ├── conalep.txt │ │ │ ├── conalepmex.txt │ │ │ ├── cpds.txt │ │ │ ├── cuauhtemoc.txt │ │ │ ├── cumbrestoluca.txt │ │ │ ├── dasc.txt │ │ │ ├── delasalle.txt │ │ │ ├── e-itesca.txt │ │ │ ├── escihupuebla.txt │ │ │ ├── est177.txt │ │ │ ├── frayluca.txt │ │ │ ├── i.txt │ │ │ ├── iberoleon.txt │ │ │ ├── icel/ │ │ │ │ └── alumnos.txt │ │ │ ├── iclasalle.txt │ │ │ ├── ict.txt │ │ │ ├── idec.txt │ │ │ ├── ieso.txt │ │ │ ├── iest.txt │ │ │ ├── ieu/ │ │ │ │ └── alumno.txt │ │ │ ├── ijm.txt │ │ │ ├── ilce.txt │ │ │ ├── institutooviedo.txt │ │ │ ├── ipefh.txt │ │ │ ├── ipn.txt │ │ │ ├── ircumbres.txt │ │ │ ├── itcancun.txt │ │ │ ├── itcelaya.txt │ │ │ ├── itculiacan.txt │ │ │ ├── itdurango.txt │ │ │ ├── ite.txt │ │ │ ├── itesa.txt │ │ │ ├── itescam.txt │ │ │ ├── itiguala.txt │ │ │ ├── itlp.txt │ │ │ ├── itmatamoros.txt │ │ │ ├── itmerida.txt │ │ │ ├── itmexicali.txt │ │ │ ├── itmina.txt │ │ │ ├── itmorelia.txt │ │ │ ├── ito-depi.txt │ │ │ ├── itoaxaca.txt │ │ │ ├── itq.txt │ │ │ ├── itsa.txt │ │ │ ├── itsanjuan.txt │ │ │ ├── itscarrillopuerto.txt │ │ │ ├── itses.txt │ │ │ ├── itslp.txt │ │ │ ├── itsmante.txt │ │ │ ├── itsmotul.txt │ │ │ ├── itson.txt │ │ │ ├── itsperote.txt │ │ │ ├── itspozarica.txt │ │ │ ├── itsta.txt │ │ │ ├── itsur.txt │ │ │ ├── itsuruapan.txt │ │ │ ├── itsva.txt │ │ │ ├── ittepic.txt │ │ │ ├── itvy.txt │ │ │ ├── itzacatepec.txt │ │ │ ├── iunis.txt │ │ │ ├── iuv.txt │ │ │ ├── ives.txt │ │ │ ├── lamar.txt │ │ │ ├── lania.txt │ │ │ ├── lasallebajio.txt │ │ │ ├── lasallecancun.txt │ │ │ ├── liceoloscabos.txt │ │ │ ├── maristas/ │ │ │ │ └── umq.txt │ │ │ ├── miutt.txt │ │ │ ├── modelo.txt │ │ │ ├── novauniversitas.txt │ │ │ ├── olmeca.txt │ │ │ ├── s-anahuac.txt │ │ │ ├── seiem.txt │ │ │ ├── tecdecintalapa.txt │ │ │ ├── tecmm/ │ │ │ │ ├── vallarta.txt │ │ │ │ └── zapopan.txt │ │ │ ├── tecmuzquiz.txt │ │ │ ├── tecsanpedro.txt │ │ │ ├── tectijuana.txt │ │ │ ├── tepeyac.txt │ │ │ ├── tesch.txt │ │ │ ├── tesco.txt │ │ │ ├── tesjo.txt │ │ │ ├── tua.txt │ │ │ ├── uabc.txt │ │ │ ├── uacm.txt │ │ │ ├── uad.txt │ │ │ ├── uaed.txt │ │ │ ├── uaeh.txt │ │ │ ├── uaem.txt │ │ │ ├── uais.txt │ │ │ ├── ual.txt │ │ │ ├── uan.txt │ │ │ ├── uane.txt │ │ │ ├── uanl.txt │ │ │ ├── uartesdigitales.txt │ │ │ ├── uas.txt │ │ │ ├── uaslp/ │ │ │ │ └── alumnos.txt │ │ │ ├── uat.txt │ │ │ ├── uaz.txt │ │ │ ├── ubac.txt │ │ │ ├── ucad.txt │ │ │ ├── ucaribe.txt │ │ │ ├── ucem.txt │ │ │ ├── ucienega.txt │ │ │ ├── uclah.txt │ │ │ ├── ucma.txt │ │ │ ├── ucq.txt │ │ │ ├── udavinci.txt │ │ │ ├── udec.txt │ │ │ ├── udeh.txt │ │ │ ├── udem.txt │ │ │ ├── udv.txt │ │ │ ├── uflp.txt │ │ │ ├── ufram.txt │ │ │ ├── uhipocrates.txt │ │ │ ├── uic.txt │ │ │ ├── ula.txt │ │ │ ├── ulsa-noroeste.txt │ │ │ ├── ulsa.txt │ │ │ ├── ulsab.txt │ │ │ ├── ulsac.txt │ │ │ ├── ulsachihuahua.txt │ │ │ ├── ulsavictoria.txt │ │ │ ├── um.txt │ │ │ ├── umad.txt │ │ │ ├── uman.txt │ │ │ ├── umg.txt │ │ │ ├── umi.txt │ │ │ ├── umla.txt │ │ │ ├── umm.txt │ │ │ ├── umontemorelos.txt │ │ │ ├── umsa.txt │ │ │ ├── un.txt │ │ │ ├── unade.txt │ │ │ ├── unav.txt │ │ │ ├── une.txt │ │ │ ├── unes.txt │ │ │ ├── uniat.txt │ │ │ ├── unica.txt │ │ │ ├── unicla.txt │ │ │ ├── unidem.txt │ │ │ ├── unikino.txt │ │ │ ├── unimayab.txt │ │ │ ├── unimex.txt │ │ │ ├── unipolidgo.txt │ │ │ ├── unisierra.txt │ │ │ ├── univas.txt │ │ │ ├── univer-gdl/ │ │ │ │ └── alumnos.txt │ │ │ ├── univermilenium.txt │ │ │ ├── universidaddeleon.txt │ │ │ ├── universidadlaconcordia.txt │ │ │ ├── universidadlatino/ │ │ │ │ └── alumno.txt │ │ │ ├── universidadmotolinia.txt │ │ │ ├── universidadmundomaya.txt │ │ │ ├── universidadsalesiana.txt │ │ │ ├── universidadupp.txt │ │ │ ├── univo-gdl.txt │ │ │ ├── univo.txt │ │ │ ├── unla.txt │ │ │ ├── unpa.txt │ │ │ ├── unsij.txt │ │ │ ├── uom.txt │ │ │ ├── up.txt │ │ │ ├── upa.txt │ │ │ ├── upaep.txt │ │ │ ├── upalt.txt │ │ │ ├── upam.txt │ │ │ ├── upchiapas.txt │ │ │ ├── upemor.txt │ │ │ ├── upgto.txt │ │ │ ├── upjr.txt │ │ │ ├── upmf.txt │ │ │ ├── upmh.txt │ │ │ ├── upnay.txt │ │ │ ├── upp.txt │ │ │ ├── uppuebla.txt │ │ │ ├── upq.txt │ │ │ ├── upqroo.txt │ │ │ ├── upsin.txt │ │ │ ├── upslp.txt │ │ │ ├── upsrj.txt │ │ │ ├── upt.txt │ │ │ ├── uptecamac.txt │ │ │ ├── uptlax.txt │ │ │ ├── uptlaxponiente/ │ │ │ │ └── sise.txt │ │ │ ├── upv.txt │ │ │ ├── upvm.txt │ │ │ ├── upy.txt │ │ │ ├── upzmg.txt │ │ │ ├── urmh.txt │ │ │ ├── urse.txt │ │ │ ├── usac.txt │ │ │ ├── usb.txt │ │ │ ├── ut-morelia.txt │ │ │ ├── ut-tijuana.txt │ │ │ ├── utags.txt │ │ │ ├── utcancun.txt │ │ │ ├── utcgg.txt │ │ │ ├── utch.txt │ │ │ ├── utcv.txt │ │ │ ├── utectulancingo.txt │ │ │ ├── uteg.txt │ │ │ ├── utel.txt │ │ │ ├── utem.txt │ │ │ ├── uteq.txt │ │ │ ├── utez.txt │ │ │ ├── utfv.txt │ │ │ ├── utgz.txt │ │ │ ├── uthermosillo.txt │ │ │ ├── utj.txt │ │ │ ├── utlaguna.txt │ │ │ ├── utleon/ │ │ │ │ └── alumnos.txt │ │ │ ├── utmatamoros.txt │ │ │ ├── utmetropolitana/ │ │ │ │ └── alumno.txt │ │ │ ├── utmir.txt │ │ │ ├── utn/ │ │ │ │ └── alumnos.txt │ │ │ ├── utneza.txt │ │ │ ├── utng.txt │ │ │ ├── utnuevolaredo.txt │ │ │ ├── utpuebla/ │ │ │ │ └── alumno.txt │ │ │ ├── utrivieramaya.txt │ │ │ ├── utrng.txt │ │ │ ├── utsalamanca.txt │ │ │ ├── utsjr.txt │ │ │ ├── uttc.txt │ │ │ ├── uttcampus.txt │ │ │ ├── uttehuacan.txt │ │ │ ├── uttt.txt │ │ │ ├── utxicotepec.txt │ │ │ ├── utzmg.txt │ │ │ ├── uvaq.txt │ │ │ ├── uvb.txt │ │ │ ├── uveg/ │ │ │ │ └── es.txt │ │ │ ├── uveg.txt │ │ │ ├── uvm/ │ │ │ │ └── my.txt │ │ │ ├── uvt.txt │ │ │ ├── ux.txt │ │ │ ├── uxac.txt │ │ │ ├── westhill.txt │ │ │ └── yavne.txt │ │ ├── educem.txt │ │ ├── esimez.txt │ │ ├── ibero.txt │ │ ├── iberopuebla.txt │ │ ├── ifp.txt │ │ ├── inaoep.txt │ │ ├── infotec.txt │ │ ├── ipn.txt │ │ ├── ita.txt │ │ ├── itam.txt │ │ ├── itc.txt │ │ ├── itesm.txt │ │ ├── iteso.txt │ │ ├── ith.txt │ │ ├── itson.txt │ │ ├── lasallep.txt │ │ ├── org/ │ │ │ ├── lamar.txt │ │ │ └── lasallistas.txt │ │ ├── reduaeh.txt │ │ ├── reduaz.txt │ │ ├── saei.txt │ │ ├── tec.txt │ │ ├── tecbc.txt │ │ ├── tecmilenio.txt │ │ ├── tecmor.txt │ │ ├── tecnm/ │ │ │ ├── chetumal.txt │ │ │ ├── nlaredo.txt │ │ │ ├── nogales.txt │ │ │ ├── piedad.txt │ │ │ ├── surguanajuato.txt │ │ │ └── toluca.txt │ │ ├── tecnm.txt │ │ ├── tecvalles.txt │ │ ├── teczamora.txt │ │ ├── u-erre.txt │ │ ├── uaa/ │ │ │ ├── correo.txt │ │ │ └── edu.txt │ │ ├── uaaan.txt │ │ ├── uabc.txt │ │ ├── uabcs.txt │ │ ├── uabjo.txt │ │ ├── uacam.txt │ │ ├── uach.txt │ │ ├── uacj.txt │ │ ├── uadec.txt │ │ ├── uadeo.txt │ │ ├── uady.txt │ │ ├── uaem.txt │ │ ├── uaemex.txt │ │ ├── uaf.txt │ │ ├── uag.txt │ │ ├── uagro.txt │ │ ├── ual.txt │ │ ├── uam.txt │ │ ├── uanl.txt │ │ ├── uaq.txt │ │ ├── uas.txt │ │ ├── uaslp.txt │ │ ├── uasnet.txt │ │ ├── uat.txt │ │ ├── uatx.txt │ │ ├── ucc.txt │ │ ├── ucol.txt │ │ ├── udg.txt │ │ ├── udladf.txt │ │ ├── udlap.txt │ │ ├── udo.txt │ │ ├── ues.txt │ │ ├── ugto.txt │ │ ├── uia.txt │ │ ├── uinenlinea.txt │ │ ├── ujat.txt │ │ ├── ujed.txt │ │ ├── ujsierra.txt │ │ ├── umar.txt │ │ ├── umich.txt │ │ ├── un.txt │ │ ├── unacar.txt │ │ ├── unach.txt │ │ ├── unadmexico/ │ │ │ └── nube.txt │ │ ├── unadmexico.txt │ │ ├── unam.txt │ │ ├── unicaribe.txt │ │ ├── unicuc.txt │ │ ├── unid/ │ │ │ └── red.txt │ │ ├── unikino.txt │ │ ├── unison.txt │ │ ├── unitec.txt │ │ ├── univa.txt │ │ ├── univillarica.txt │ │ ├── up.txt │ │ ├── upaep.txt │ │ ├── upgch.txt │ │ ├── upn.txt │ │ ├── upq.txt │ │ ├── uqroo.txt │ │ ├── ur.txt │ │ ├── uson.txt │ │ ├── utc/ │ │ │ ├── doc.txt │ │ │ └── edu.txt │ │ ├── utcancun.txt │ │ ├── utm.txt │ │ ├── uttn.txt │ │ └── uv.txt │ ├── my/ │ │ ├── 1utar.txt │ │ ├── edu/ │ │ │ ├── aeu.txt │ │ │ ├── aimst.txt │ │ │ ├── aiu.txt │ │ │ ├── apiit.txt │ │ │ ├── apu.txt │ │ │ ├── asb.txt │ │ │ ├── aswara.txt │ │ │ ├── atc2u.txt │ │ │ ├── bac.txt │ │ │ ├── binary.txt │ │ │ ├── britishschool.txt │ │ │ ├── cempaka.txt │ │ │ ├── chonghwa-kuantan.txt │ │ │ ├── city.txt │ │ │ ├── cosmopointcollege.txt │ │ │ ├── curtin.txt │ │ │ ├── cybermed.txt │ │ │ ├── disted/ │ │ │ │ └── dmail.txt │ │ │ ├── djzhlc.txt │ │ │ ├── firstcity.txt │ │ │ ├── foonyew.txt │ │ │ ├── gmi/ │ │ │ │ └── student.txt │ │ │ ├── help.txt │ │ │ ├── helplive.txt │ │ │ ├── hikmah.txt │ │ │ ├── hinhua.txt │ │ │ ├── iact.txt │ │ │ ├── iic.txt │ │ │ ├── iiu.txt │ │ │ ├── iium.txt │ │ │ ├── imas.txt │ │ │ ├── imu.txt │ │ │ ├── inhouse.txt │ │ │ ├── instedt.txt │ │ │ ├── intec.txt │ │ │ ├── ipb.txt │ │ │ ├── ipbl.txt │ │ │ ├── ipda.txt │ │ │ ├── ipgkrajang.txt │ │ │ ├── ipgkti.txt │ │ │ ├── ipgmksm.txt │ │ │ ├── ipik.txt │ │ │ ├── ipislam.txt │ │ │ ├── ipkent.txt │ │ │ ├── ipsah.txt │ │ │ ├── iptho.txt │ │ │ ├── iptips.txt │ │ │ ├── isp.txt │ │ │ ├── iuctt.txt │ │ │ ├── iukl/ │ │ │ │ └── s.txt │ │ │ ├── iumw.txt │ │ │ ├── kbu.txt │ │ │ ├── kdu.txt │ │ │ ├── kdupg/ │ │ │ │ └── student.txt │ │ │ ├── kias.txt │ │ │ ├── kist.txt │ │ │ ├── kitab.txt │ │ │ ├── kktm/ │ │ │ │ └── mjii.txt │ │ │ ├── klmu.txt │ │ │ ├── kolejypc.txt │ │ │ ├── kptm.txt │ │ │ ├── ktd.txt │ │ │ ├── kuim.txt │ │ │ ├── kuin.txt │ │ │ ├── kuis.txt │ │ │ ├── kuptm.txt │ │ │ ├── limkokwing.txt │ │ │ ├── linton.txt │ │ │ ├── mahsa.txt │ │ │ ├── mahsastudent.txt │ │ │ ├── mazinternational.txt │ │ │ ├── mckl.txt │ │ │ ├── mckl2.txt │ │ │ ├── mdis.txt │ │ │ ├── mediu.txt │ │ │ ├── mmu.txt │ │ │ ├── moe-dl.txt │ │ │ ├── monash.txt │ │ │ ├── msu.txt │ │ │ ├── murni.txt │ │ │ ├── must.txt │ │ │ ├── mykwanghua.txt │ │ │ ├── neivce.txt │ │ │ ├── newera.txt │ │ │ ├── newinti.txt │ │ │ ├── nilai.txt │ │ │ ├── nottingham.txt │ │ │ ├── olympia.txt │ │ │ ├── oum.txt │ │ │ ├── oxburgh.txt │ │ │ ├── pbu.txt │ │ │ ├── perdanauniversity.txt │ │ │ ├── pidc.txt │ │ │ ├── pine.txt │ │ │ ├── pkb.txt │ │ │ ├── pmj.txt │ │ │ ├── pmm.txt │ │ │ ├── pmu.txt │ │ │ ├── poliku.txt │ │ │ ├── polimas.txt │ │ │ ├── polimelaka.txt │ │ │ ├── polipd.txt │ │ │ ├── polisas.txt │ │ │ ├── psa.txt │ │ │ ├── psas.txt │ │ │ ├── psis.txt │ │ │ ├── psp.txt │ │ │ ├── ptpl.txt │ │ │ ├── ptsb.txt │ │ │ ├── ptss.txt │ │ │ ├── puo.txt │ │ │ ├── qiu.txt │ │ │ ├── qiup.txt │ │ │ ├── saito.txt │ │ │ ├── sc.txt │ │ │ ├── segi.txt │ │ │ ├── sunway.txt │ │ │ ├── swinburne.txt │ │ │ ├── taj.txt │ │ │ ├── tarc.txt │ │ │ ├── taylors.txt │ │ │ ├── tenby/ │ │ │ │ └── student.txt │ │ │ ├── toa.txt │ │ │ ├── tpmcollege.txt │ │ │ ├── ucsiuniversity.txt │ │ │ ├── ucti.txt │ │ │ ├── ucts.txt │ │ │ ├── uitm.txt │ │ │ ├── ukm.txt │ │ │ ├── um.txt │ │ │ ├── umk.txt │ │ │ ├── ump.txt │ │ │ ├── ums.txt │ │ │ ├── umt.txt │ │ │ ├── unikl.txt │ │ │ ├── unimap.txt │ │ │ ├── unimy/ │ │ │ │ └── student.txt │ │ │ ├── unirazak.txt │ │ │ ├── unisel.txt │ │ │ ├── unishams.txt │ │ │ ├── unisza/ │ │ │ │ └── putra.txt │ │ │ ├── uniten.txt │ │ │ ├── uow/ │ │ │ │ └── student.txt │ │ │ ├── upm.txt │ │ │ ├── upnm.txt │ │ │ ├── upsi.txt │ │ │ ├── usim.txt │ │ │ ├── utar.txt │ │ │ ├── utem.txt │ │ │ ├── uthm.txt │ │ │ ├── utmspace.txt │ │ │ ├── utn.txt │ │ │ ├── utp.txt │ │ │ ├── uts.txt │ │ │ ├── uum.txt │ │ │ ├── westminster.txt │ │ │ ├── wou.txt │ │ │ └── xmu.txt │ │ ├── marlboroughcollege.txt │ │ ├── segi4u.txt │ │ ├── ukm.txt │ │ ├── unimas.txt │ │ ├── unisza.txt │ │ ├── usm.txt │ │ └── utm.txt │ ├── mz/ │ │ ├── ac/ │ │ │ ├── isctem.txt │ │ │ ├── ismonitor.txt │ │ │ ├── isri.txt │ │ │ ├── isutc.txt │ │ │ ├── ucm.txt │ │ │ ├── uem.txt │ │ │ └── up.txt │ │ ├── co/ │ │ │ └── transcom/ │ │ │ └── isutc.txt │ │ └── uem/ │ │ └── www.txt │ ├── na/ │ │ ├── edu.txt │ │ ├── nust.txt │ │ └── unam.txt │ ├── name/ │ │ └── ftl.txt │ ├── nc/ │ │ └── unc.txt │ ├── ne/ │ │ └── refer.txt │ ├── net/ │ │ ├── C2KNI.txt │ │ ├── aab-edu.txt │ │ ├── accadis.txt │ │ ├── achievementtraining.txt │ │ ├── afftonschools.txt │ │ ├── aischool.txt │ │ ├── aisschool.txt │ │ ├── alighieripascoli.txt │ │ ├── allhallows.txt │ │ ├── alvinisd/ │ │ │ └── students.txt │ │ ├── ansford.txt │ │ ├── antigua-luberri.txt │ │ ├── aptechsite.txt │ │ ├── aries-esi.txt │ │ ├── auamed.txt │ │ ├── avccengg.txt │ │ ├── backwellschool.txt │ │ ├── barnim-gymnasium.txt │ │ ├── baypath.txt │ │ ├── bbs2leer.txt │ │ ├── bcpsk12.txt │ │ ├── bcsdschools.txt │ │ ├── bedfordnhk12.txt │ │ ├── berkeley/ │ │ │ └── students.txt │ │ ├── bhbl.txt │ │ ├── bilgiedu.txt │ │ ├── birdvilleschools.txt │ │ ├── bishanoi.txt │ │ ├── bisvietnam.txt │ │ ├── bluevalleyk12.txt │ │ ├── bmiet.txt │ │ ├── bmstu.txt │ │ ├── boiseschools.txt │ │ ├── bracuniversity.txt │ │ ├── brightoncollege.txt │ │ ├── bsd-ri/ │ │ │ └── students.txt │ │ ├── bssdstd.txt │ │ ├── bts-malraux.txt │ │ ├── bumail.txt │ │ ├── bvishanoi.txt │ │ ├── bvisvietnam.txt │ │ ├── byu.txt │ │ ├── c2ken.txt │ │ ├── carlsbadusd.txt │ │ ├── catholiccentral.txt │ │ ├── ccboe/ │ │ │ └── student.txt │ │ ├── ccisd.txt │ │ ├── ccsacademy.txt │ │ ├── ccsd/ │ │ │ └── nv.txt │ │ ├── cendrassos.txt │ │ ├── cepnet.txt │ │ ├── cesde.txt │ │ ├── cfisd/ │ │ │ └── stu.txt │ │ ├── cicracampus.txt │ │ ├── cipsa.txt │ │ ├── citchennai.txt │ │ ├── ckziu/ │ │ │ └── uczen.txt │ │ ├── claytonschools.txt │ │ ├── colegiomaanaim/ │ │ │ └── aluno.txt │ │ ├── comunidadunir.txt │ │ ├── conejousd/ │ │ │ └── learn.txt │ │ ├── conroeisd/ │ │ │ └── studentmail.txt │ │ ├── courtmoorschool.txt │ │ ├── crcmail.txt │ │ ├── csustudent.txt │ │ ├── ct-college.txt │ │ ├── ctide.txt │ │ ├── cuhk/ │ │ │ └── alumni.txt │ │ ├── cvsd.txt │ │ ├── dadeschools.txt │ │ ├── dallastownsd.txt │ │ ├── darzo.txt │ │ ├── deegfeld.txt │ │ ├── deerparkschool.txt │ │ ├── denbigh.txt │ │ ├── depinfonancy.txt │ │ ├── digital-campus.txt │ │ ├── dpsk12.txt │ │ ├── dpsnc.txt │ │ ├── dpsrkp.txt │ │ ├── dsdmail/ │ │ │ └── go.txt │ │ ├── dublinusd.txt │ │ ├── dzrtvu.txt │ │ ├── e-artsup.txt │ │ ├── eanesisd.txt │ │ ├── eartvic.txt │ │ ├── eclisboa.txt │ │ ├── ecole-ipssi.txt │ │ ├── ecoles-epsi-wis.txt │ │ ├── ecoles-epsi.txt │ │ ├── ecoles-wis.txt │ │ ├── efrei.txt │ │ ├── eichendorffschule.txt │ │ ├── elisava.txt │ │ ├── emvs/ │ │ │ └── live.txt │ │ ├── engimtorino.txt │ │ ├── epita.txt │ │ ├── epmistes.txt │ │ ├── es-be.txt │ │ ├── es-rm.txt │ │ ├── esarc-evolution.txt │ │ ├── esigetel.txt │ │ ├── esrp.txt │ │ ├── etna-alternance.txt │ │ ├── etsmtl.txt │ │ ├── ewhain.txt │ │ ├── fapsnewdelhi.txt │ │ ├── fcpsschools.txt │ │ ├── fevaq.txt │ │ ├── flvs/ │ │ │ ├── flvsft912.txt │ │ │ └── learn.txt │ │ ├── fosbos.txt │ │ ├── franklinps.txt │ │ ├── fusdk12.txt │ │ ├── garfieldre2.txt │ │ ├── garlandisd.txt │ │ ├── gcisdstudents.txt │ │ ├── gdcvi.txt │ │ ├── gdst/ │ │ │ ├── oxf.txt │ │ │ ├── por.txt │ │ │ ├── shr.txt │ │ │ └── wim.txt │ │ ├── gemsdaa.txt │ │ ├── ggits.txt │ │ ├── ggusd.txt │ │ ├── gitis.txt │ │ ├── golosal.txt │ │ ├── gomalle.txt │ │ ├── graphische.txt │ │ ├── grb-online.txt │ │ ├── guhsd.txt │ │ ├── guilderlandschools.txt │ │ ├── gulfuniversity.txt │ │ ├── gym-leoben.txt │ │ ├── gymbay.txt │ │ ├── gymkatzelsdorf/ │ │ │ └── student.txt │ │ ├── gymmar.txt │ │ ├── gymott.txt │ │ ├── gyo6.txt │ │ ├── gzkjxy.txt │ │ ├── hadleighhigh.txt │ │ ├── hayscisd/ │ │ │ └── g.txt │ │ ├── hcps.txt │ │ ├── helmholtzschule-ffm.txt │ │ ├── hetic.txt │ │ ├── hetperspectief.txt │ │ ├── hhdc/ │ │ │ └── apps.txt │ │ ├── hillsideschool.txt │ │ ├── hinchingbrookeschool.txt │ │ ├── hindusthan.txt │ │ ├── hneu.txt │ │ ├── horrycountyschools/ │ │ │ └── g.txt │ │ ├── humbleisd.txt │ │ ├── hunau.txt │ │ ├── hvf-bs.txt │ │ ├── hwbcymru.txt │ │ ├── hwps.txt │ │ ├── hwschools.txt │ │ ├── iaac.txt │ │ ├── ict-campus.txt │ │ ├── icuzambia.txt │ │ ├── iedib.txt │ │ ├── iedparis8.txt │ │ ├── ies9023.txt │ │ ├── iesdamiahuguet.txt │ │ ├── iese.txt │ │ ├── iesjuandeherrera.txt │ │ ├── iesportocristo.txt │ │ ├── iessanclemente.txt │ │ ├── iessarenal.txt │ │ ├── iesunamuno.txt │ │ ├── igs-rodenberg.txt │ │ ├── iiitb.txt │ │ ├── iimtindia.txt │ │ ├── impscet.txt │ │ ├── imt-atlantique.txt │ │ ├── indianatech.txt │ │ ├── infobosccoma.txt │ │ ├── ip-formation.txt │ │ ├── ipilyon.txt │ │ ├── ipsas-ens.txt │ │ ├── irakasle.txt │ │ ├── iraquniversity.txt │ │ ├── iscpalyon.txt │ │ ├── ism-sabis.txt │ │ ├── ismreves.txt │ │ ├── ispaj.txt │ │ ├── itiomar.txt │ │ ├── itivoltativoliguidonia.txt │ │ ├── jamesrumsey.txt │ │ ├── jarrellisd.txt │ │ ├── jaumebalmes.txt │ │ ├── jhs.txt │ │ ├── jirovcovka.txt │ │ ├── jlhs.txt │ │ ├── johnabbottcollege.txt │ │ ├── juanxxiii.txt │ │ ├── kalamazoopublicschools.txt │ │ ├── kashmiruniversity.txt │ │ ├── kellerisd.txt │ │ ├── kes.txt │ │ ├── kingsmeadschool.txt │ │ ├── kingstirana.txt │ │ ├── krotoszyn/ │ │ │ └── zsp2.txt │ │ ├── kumsa.txt │ │ ├── kvschools.txt │ │ ├── kwantlen.txt │ │ ├── ladueschools.txt │ │ ├── lammersvilleusd.txt │ │ ├── lasalleuniversities.txt │ │ ├── laschools.txt │ │ ├── lausd.txt │ │ ├── lbschools.txt │ │ ├── lcieducation.txt │ │ ├── lcisd.txt │ │ ├── lecnam.txt │ │ ├── leeschools.txt │ │ ├── leobaeck.txt │ │ ├── leonschools/ │ │ │ └── edu.txt │ │ ├── leschartreux/ │ │ │ └── eleve.txt │ │ ├── leyada.txt │ │ ├── lgflmail.txt │ │ ├── liceolapaz.txt │ │ ├── lisd.txt │ │ ├── liskeard.txt │ │ ├── litech.txt │ │ ├── livenau.txt │ │ ├── livingstonschools.txt │ │ ├── lsr7.txt │ │ ├── lsrhs.txt │ │ ├── lths/ │ │ │ └── d204.txt │ │ ├── lubbockisd.txt │ │ ├── lyndhurstschools.txt │ │ ├── lz95.txt │ │ ├── madisonk12.txt │ │ ├── manavrachna.txt │ │ ├── marionstudents.txt │ │ ├── matc.txt │ │ ├── max-emden.txt │ │ ├── mayfieldschool.txt │ │ ├── mba-esg.txt │ │ ├── mbs.txt │ │ ├── mckinneyisd.txt │ │ ├── mcmsnj.txt │ │ ├── mcpsmd.txt │ │ ├── mgschools.txt │ │ ├── misdmail.txt │ │ ├── monlycee.txt │ │ ├── monroeps.txt │ │ ├── msitprogram.txt │ │ ├── msjnet.txt │ │ ├── muwci.txt │ │ ├── mvla.txt │ │ ├── mvwsd.txt │ │ ├── myecran.txt │ │ ├── myesg.txt │ │ ├── mymdc.txt │ │ ├── myoneclay.txt │ │ ├── mypisd.txt │ │ ├── nashobatech.txt │ │ ├── ncvt.txt │ │ ├── ndoverneuil.txt │ │ ├── neisd/ │ │ │ └── stu.txt │ │ ├── nicevillehighschool.txt │ │ ├── nisd.txt │ │ ├── nitsri.txt │ │ ├── nsboroschools.txt │ │ ├── nsd42.txt │ │ ├── nspu.txt │ │ ├── ntai.txt │ │ ├── nths/ │ │ │ └── student.txt │ │ ├── ntschools.txt │ │ ├── nycstudents.txt │ │ ├── oak-hill.txt │ │ ├── ocps.txt │ │ ├── ofcs.txt │ │ ├── oisbd.txt │ │ ├── ontariotechu.txt │ │ ├── oregonk-12/ │ │ │ └── msd.txt │ │ ├── oregonsd.txt │ │ ├── osceolaschools/ │ │ │ └── student.txt │ │ ├── palisadessd.txt │ │ ├── parkschool.txt │ │ ├── parkwayschools.txt │ │ ├── pdsb.txt │ │ ├── pennmanor.txt │ │ ├── pfisd/ │ │ │ └── stu.txt │ │ ├── pghs.txt │ │ ├── pimajted.txt │ │ ├── pimunn.txt │ │ ├── pinescharter.txt │ │ ├── pittsgrove.txt │ │ ├── plaiaundi.txt │ │ ├── plainville270.txt │ │ ├── pleasantonusd.txt │ │ ├── plus4u.txt │ │ ├── polytech-lille.txt │ │ ├── pps/ │ │ │ └── student.txt │ │ ├── pps.txt │ │ ├── ppsstudents.txt │ │ ├── promsocatc.txt │ │ ├── prosper-isd/ │ │ │ └── k12.txt │ │ ├── raabeschule.txt │ │ ├── radyr.txt │ │ ├── raisoni.txt │ │ ├── rascol.txt │ │ ├── rcschools/ │ │ │ └── student.txt │ │ ├── regentghana.txt │ │ ├── rgsu.txt │ │ ├── rgtu.txt │ │ ├── riinvest.txt │ │ ├── ruppin365.txt │ │ ├── rusoil.txt │ │ ├── sabauni.txt │ │ ├── sabis/ │ │ │ └── aisriyadh.txt │ │ ├── saint-louis29.txt │ │ ├── saintdominique.txt │ │ ├── saintolaves.txt │ │ ├── saisd.txt │ │ ├── saltashcloud.txt │ │ ├── sandi.txt │ │ ├── sarasotacountyschools.txt │ │ ├── sccs-stu.txt │ │ ├── school4games.txt │ │ ├── scusd.txt │ │ ├── sd27j.txt │ │ ├── sduhsd/ │ │ │ └── my.txt │ │ ├── shermanisd/ │ │ │ └── stumail.txt │ │ ├── shermanisd.txt │ │ ├── shu-bg.txt │ │ ├── sio-mermoz.txt │ │ ├── sisd/ │ │ │ └── student.txt │ │ ├── solskicenter.txt │ │ ├── solvaypostgrad.txt │ │ ├── spulive.txt │ │ ├── spumail.txt │ │ ├── srvusd.txt │ │ ├── st-chris/ │ │ │ └── student.txt │ │ ├── stanislascollege.txt │ │ ├── starkstate.txt │ │ ├── stjameslc.txt │ │ ├── stmcougars.txt │ │ ├── student-jcboe.txt │ │ ├── studentlaschools.txt │ │ ├── suhsd.txt │ │ ├── suumail.txt │ │ ├── swchs.txt │ │ ├── swcta.txt │ │ ├── talaiabhi.txt │ │ ├── tesdk12.txt │ │ ├── tfobz.txt │ │ ├── thammasat.txt │ │ ├── thestudio-liverpool.txt │ │ ├── tomballschools/ │ │ │ └── sec.txt │ │ ├── trentcollege.txt │ │ ├── tretherras.txt │ │ ├── trinityhigh.txt │ │ ├── tscstudents.txt │ │ ├── tusd/ │ │ │ └── student.txt │ │ ├── tversu/ │ │ │ └── edu.txt │ │ ├── uamcr.txt │ │ ├── uantonine.txt │ │ ├── ubboemmius.txt │ │ ├── ubt-uni.txt │ │ ├── ubuea.txt │ │ ├── ucasal.txt │ │ ├── ucfsd.txt │ │ ├── ugtu.txt │ │ ├── ulatina.txt │ │ ├── ulpgl.txt │ │ ├── umasd.txt │ │ ├── unadeca.txt │ │ ├── unesc.txt │ │ ├── uni-gjilan.txt │ │ ├── uni-plovdiv.txt │ │ ├── unibave.txt │ │ ├── unicornuniversity.txt │ │ ├── unimediteran.txt │ │ ├── uninettunouniversity.txt │ │ ├── unir.txt │ │ ├── univ-mngb.txt │ │ ├── universityofsomalia.txt │ │ ├── uoit.txt │ │ ├── usd259.txt │ │ ├── vcpusd.txt │ │ ├── vidalibarraquer.txt │ │ ├── videndjurs.txt │ │ ├── vizja.txt │ │ ├── vntu.txt │ │ ├── volgatech.txt │ │ ├── vossie.txt │ │ ├── vvit.txt │ │ ├── wakecoll.txt │ │ ├── wcpss.txt │ │ ├── westminster.txt │ │ ├── westottawa.txt │ │ ├── whistlingwoods.txt │ │ ├── wilhelm-gym.txt │ │ ├── willitscharter.txt │ │ ├── woldgate.txt │ │ ├── wra.txt │ │ ├── wsfcsstudents.txt │ │ ├── wths.txt │ │ ├── wylieisd.txt │ │ ├── xbhs.txt │ │ ├── zeppelin-university.txt │ │ ├── zjnu.txt │ │ ├── zjtcm.txt │ │ ├── zsnr4.txt │ │ └── zszwolsztyn.txt │ ├── network/ │ │ └── zib.txt │ ├── ng/ │ │ ├── edu/ │ │ │ ├── aaua.txt │ │ │ ├── aauekpoma.txt │ │ │ ├── abu.txt │ │ │ ├── achievers.txt │ │ │ ├── adelekeuniversity/ │ │ │ │ └── student.txt │ │ │ ├── afit.txt │ │ │ ├── alhikmah.txt │ │ │ ├── aquatechcollege.txt │ │ │ ├── atbu.txt │ │ │ ├── auk.txt │ │ │ ├── aul/ │ │ │ │ └── student.txt │ │ │ ├── aul.txt │ │ │ ├── aun.txt │ │ │ ├── aust.txt │ │ │ ├── babcock/ │ │ │ │ ├── pg.txt │ │ │ │ └── student.txt │ │ │ ├── basug.txt │ │ │ ├── bazeuniversity.txt │ │ │ ├── bellsuniversity.txt │ │ │ ├── binghamuni.txt │ │ │ ├── bouesti.txt │ │ │ ├── bowen.txt │ │ │ ├── bsum.txt │ │ │ ├── buk.txt │ │ │ ├── calebuniversity.txt │ │ │ ├── ccu.txt │ │ │ ├── coedarazo.txt │ │ │ ├── covenantuniversity.txt │ │ │ ├── crs-coeakamkpa.txt │ │ │ ├── crutech.txt │ │ │ ├── cu/ │ │ │ │ └── stu.txt │ │ │ ├── cuab.txt │ │ │ ├── dui.txt │ │ │ ├── edouniversity.txt │ │ │ ├── eit.txt │ │ │ ├── eksu.txt │ │ │ ├── elizadeuniversity.txt │ │ │ ├── fcahptib.txt │ │ │ ├── fcepankshin.txt │ │ │ ├── fcepkn.txt │ │ │ ├── federalpolyilaro.txt │ │ │ ├── fideipoly.txt │ │ │ ├── flyingdoveinstitute.txt │ │ │ ├── fptb.txt │ │ │ ├── fud.txt │ │ │ ├── fudutsinma.txt │ │ │ ├── fugusau.txt │ │ │ ├── fukashere.txt │ │ │ ├── fulafia/ │ │ │ │ └── student.txt │ │ │ ├── fulokoja.txt │ │ │ ├── funaab/ │ │ │ │ ├── pg.txt │ │ │ │ └── student.txt │ │ │ ├── funaab.txt │ │ │ ├── funai.txt │ │ │ ├── fuoye.txt │ │ │ ├── fupre.txt │ │ │ ├── futa.txt │ │ │ ├── futminna/ │ │ │ │ └── st.txt │ │ │ ├── futo.txt │ │ │ ├── fuwukari.txt │ │ │ ├── gsu.txt │ │ │ ├── imsu.txt │ │ │ ├── interlinkpolytechnic.txt │ │ │ ├── kasu.txt │ │ │ ├── kwarastatepolytechnic.txt │ │ │ ├── kwasu.txt │ │ │ ├── lasu.txt │ │ │ ├── lautech.txt │ │ │ ├── lmu.txt │ │ │ ├── mau.txt │ │ │ ├── mautech.txt │ │ │ ├── mcu.txt │ │ │ ├── miu/ │ │ │ │ └── std.txt │ │ │ ├── miva.txt │ │ │ ├── mouau.txt │ │ │ ├── mtu.txt │ │ │ ├── naub.txt │ │ │ ├── nda.txt │ │ │ ├── ndu.txt │ │ │ ├── nileuniversity.txt │ │ │ ├── nou.txt │ │ │ ├── noun.txt │ │ │ ├── ntnu.txt │ │ │ ├── oauife.txt │ │ │ ├── oouagoiwoye.txt │ │ │ ├── osustech.txt │ │ │ ├── pau.txt │ │ │ ├── plapoly.txt │ │ │ ├── run.txt │ │ │ ├── slu.txt │ │ │ ├── tasued.txt │ │ │ ├── tech-u.txt │ │ │ ├── tsuniversity.txt │ │ │ ├── ui/ │ │ │ │ ├── dlc.txt │ │ │ │ └── stu.txt │ │ │ ├── umyu.txt │ │ │ ├── uniabuja.txt │ │ │ ├── unical.txt │ │ │ ├── unijos.txt │ │ │ ├── unilag.txt │ │ │ ├── unilorin.txt │ │ │ ├── unimaid.txt │ │ │ ├── uniosun.txt │ │ │ ├── uniport.txt │ │ │ ├── uniuyo.txt │ │ │ ├── unizik.txt │ │ │ ├── unn.txt │ │ │ ├── ust.txt │ │ │ ├── yabatech.txt │ │ │ └── yumsuk.txt │ │ └── net/ │ │ └── lbs.txt │ ├── ni/ │ │ ├── edu/ │ │ │ ├── uam.txt │ │ │ ├── uca.txt │ │ │ ├── ucc.txt │ │ │ ├── ucem.txt │ │ │ ├── ucyt.txt │ │ │ ├── udem.txt │ │ │ ├── uhispam.txt │ │ │ ├── ulam.txt │ │ │ ├── una.txt │ │ │ ├── unan.txt │ │ │ ├── uni.txt │ │ │ ├── unica.txt │ │ │ ├── unicit.txt │ │ │ ├── upoli.txt │ │ │ ├── uponic.txt │ │ │ ├── uraccan.txt │ │ │ └── utc.txt │ │ └── net/ │ │ └── uam.txt │ ├── nl/ │ │ ├── a12/ │ │ │ └── roc/ │ │ │ └── st.txt │ │ ├── a12.txt │ │ ├── ad-academie.txt │ │ ├── ade-buas.txt │ │ ├── ahk/ │ │ │ └── student.txt │ │ ├── ahk.txt │ │ ├── albeda/ │ │ │ └── student.txt │ │ ├── albeda.txt │ │ ├── aletta.txt │ │ ├── alfa-college/ │ │ │ └── student.txt │ │ ├── alfa-college.txt │ │ ├── amadeuslyceum.txt │ │ ├── ambelt.txt │ │ ├── amstelveencollege.txt │ │ ├── amsterdamumc.txt │ │ ├── arcuscollege.txt │ │ ├── arentheemcollege.txt │ │ ├── artez/ │ │ │ └── student.txt │ │ ├── artez.txt │ │ ├── ash.txt │ │ ├── atchilversum/ │ │ │ └── edu.txt │ │ ├── auc.txt │ │ ├── avans.txt │ │ ├── aventus.txt │ │ ├── barlaeus.txt │ │ ├── bartimeus/ │ │ │ └── edu.txt │ │ ├── bc-enschede.txt │ │ ├── beekdallyceum.txt │ │ ├── bernardinuscollege.txt │ │ ├── bit-academy/ │ │ │ └── student.txt │ │ ├── bit-academy.txt │ │ ├── bonhoeffer.txt │ │ ├── bsnstudent.txt │ │ ├── buas.txt │ │ ├── cals/ │ │ │ └── leerling.txt │ │ ├── calvijn.txt │ │ ├── calvijncollege.txt │ │ ├── candea.txt │ │ ├── capellen.txt │ │ ├── carolus.txt │ │ ├── cartesius2.txt │ │ ├── celeanum.txt │ │ ├── cgu/ │ │ │ └── leerling.txt │ │ ├── cgu.txt │ │ ├── che.txt │ │ ├── cibap/ │ │ │ └── student.txt │ │ ├── clv.txt │ │ ├── clz.txt │ │ ├── codam/ │ │ │ └── student.txt │ │ ├── commanderijcollege.txt │ │ ├── corlaercollege.txt │ │ ├── csgaugustinus.txt │ │ ├── csgdgw.txt │ │ ├── curio.txt │ │ ├── davinci-leiden.txt │ │ ├── davinci.txt │ │ ├── ddu.txt │ │ ├── degoudsewaarden.txt │ │ ├── deltion.txt │ │ ├── denassau.txt │ │ ├── develsteincollege.txt │ │ ├── dewillem.txt │ │ ├── dominicuscollege.txt │ │ ├── drenthecollege.txt │ │ ├── driestarcollege.txt │ │ ├── driestarleerling.txt │ │ ├── edu-kw1c.txt │ │ ├── elu.txt │ │ ├── emelwerda.txt │ │ ├── erasmuscollege.txt │ │ ├── erasmusmc.txt │ │ ├── eur.txt │ │ ├── fclive.txt │ │ ├── fcroc.txt │ │ ├── fonsvitae.txt │ │ ├── fontys.txt │ │ ├── gentiaancollege.txt │ │ ├── gerritrietveldcollege.txt │ │ ├── ghc.txt │ │ ├── gildeopleidingen/ │ │ │ └── student.txt │ │ ├── glr.txt │ │ ├── glu.txt │ │ ├── graafschapcollege.txt │ │ ├── greijdanus.txt │ │ ├── guido.txt │ │ ├── gymnasiumarnhem.txt │ │ ├── gymnasiumbeekvliet.txt │ │ ├── gymnasiumhilversum.txt │ │ ├── gymnasiumnovum.txt │ │ ├── haarlemmermeerlyceum.txt │ │ ├── hageveld.txt │ │ ├── han.txt │ │ ├── hanze.txt │ │ ├── has.txt │ │ ├── helicon.txt │ │ ├── hetbaarnschlyceum.txt │ │ ├── hetbaken/ │ │ │ └── student.txt │ │ ├── hethooghuis.txt │ │ ├── hetnieuwelyceum.txt │ │ ├── hetstreek.txt │ │ ├── hetwesteraam.txt │ │ ├── hhs.txt │ │ ├── hku.txt │ │ ├── hlz.txt │ │ ├── hondsrugcollege.txt │ │ ├── hoornbeeck.txt │ │ ├── horizoncollege.txt │ │ ├── hr.txt │ │ ├── hro.txt │ │ ├── hsleiden.txt │ │ ├── hsmarnix.txt │ │ ├── hu.txt │ │ ├── hva.txt │ │ ├── hvhl.txt │ │ ├── hyperionlyceum.txt │ │ ├── hz.txt │ │ ├── ichthuskampen/ │ │ │ └── leerling.txt │ │ ├── ichthuslyceum.txt │ │ ├── ictmbo.txt │ │ ├── idcollege.txt │ │ ├── ijburgcollege.txt │ │ ├── inholland.txt │ │ ├── insulacollege.txt │ │ ├── ishilversum/ │ │ │ └── edu.txt │ │ ├── islamicuniversity.txt │ │ ├── iss.txt │ │ ├── itc.txt │ │ ├── jtc-roosendaal.txt │ │ ├── kabk/ │ │ │ └── student.txt │ │ ├── kabk.txt │ │ ├── kajmunk/ │ │ │ └── leerling.txt │ │ ├── kalsbeek.txt │ │ ├── kandinskycollege/ │ │ │ └── leerling.txt │ │ ├── kennemerlyceum.txt │ │ ├── kw1c.txt │ │ ├── kwcollege.txt │ │ ├── landstede.txt │ │ ├── laurenslyceum.txt │ │ ├── leeuwenborgh.txt │ │ ├── leidenuniv.txt │ │ ├── leijgraaf.txt │ │ ├── lekenlinge.txt │ │ ├── liacs.txt │ │ ├── liemerscollege.txt │ │ ├── lindecollege.txt │ │ ├── lmc-vo/ │ │ │ └── student.txt │ │ ├── loi.txt │ │ ├── lorentzlyceum.txt │ │ ├── lumc.txt │ │ ├── luzac.txt │ │ ├── lyceumelst.txt │ │ ├── ma-web.txt │ │ ├── maartenvanrossem.txt │ │ ├── maastrichtuniversity.txt │ │ ├── markland.txt │ │ ├── martinuscollege.txt │ │ ├── mboamersfoort.txt │ │ ├── mborijnland.txt │ │ ├── mboutrecht.txt │ │ ├── mijncarmelhengelo.txt │ │ ├── mondia.txt │ │ ├── mondriaanict.txt │ │ ├── montessoriarnhem.txt │ │ ├── msa.txt │ │ ├── mydavinci.txt │ │ ├── myloketzwijndrecht.txt │ │ ├── nassaucollege/ │ │ │ └── dr.txt │ │ ├── newman.txt │ │ ├── nhl.txt │ │ ├── nijenrode.txt │ │ ├── nikhef.txt │ │ ├── nki.txt │ │ ├── noorderpoort.txt │ │ ├── noordgouw.txt │ │ ├── novacollege.txt │ │ ├── novi-education.txt │ │ ├── novi-youngcapital.txt │ │ ├── nyenrode.txt │ │ ├── obcnet.txt │ │ ├── ogvo.txt │ │ ├── olympuscollege.txt │ │ ├── olz.txt │ │ ├── omosghelmond.txt │ │ ├── ooz.txt │ │ ├── os3.txt │ │ ├── osgh.txt │ │ ├── ou.txt │ │ ├── over-y/ │ │ │ └── leerling.txt │ │ ├── pallasathenecollege.txt │ │ ├── pantarijn/ │ │ │ └── live.txt │ │ ├── parmantscholen/ │ │ │ └── leerling.txt │ │ ├── pieterzandt/ │ │ │ └── leerling.txt │ │ ├── pleysier.txt │ │ ├── politieacademie.txt │ │ ├── pontes.txt │ │ ├── portamosana/ │ │ │ └── leerling.txt │ │ ├── praedinius.txt │ │ ├── produsarnhem.txt │ │ ├── psg.txt │ │ ├── pvanhorne/ │ │ │ └── leerling.txt │ │ ├── quadraam.txt │ │ ├── radboudumc.txt │ │ ├── reggesteyn.txt │ │ ├── regiocollege.txt │ │ ├── reviusdoorn.txt │ │ ├── rijnijssel.txt │ │ ├── rijnlandslyceum-rlo.txt │ │ ├── roac.txt │ │ ├── roc-nijmegen/ │ │ │ └── student.txt │ │ ├── roc-nijmegen.txt │ │ ├── roc-teraa.txt │ │ ├── roca12.txt │ │ ├── rocdeleijgraaf.txt │ │ ├── roceindhoven.txt │ │ ├── rocfriesepoort/ │ │ │ └── edu.txt │ │ ├── rocfriesepoort.txt │ │ ├── rocgilde.txt │ │ ├── rockopnh.txt │ │ ├── rocleiden.txt │ │ ├── rocmn/ │ │ │ └── edu.txt │ │ ├── rocmn.txt │ │ ├── rocmondriaan.txt │ │ ├── rocnijmegen.txt │ │ ├── rocrivor/ │ │ │ └── edu.txt │ │ ├── rocteraa-student.txt │ │ ├── roctilburg.txt │ │ ├── rocva.txt │ │ ├── rocvantwente.txt │ │ ├── rocvf.txt │ │ ├── rocwb.txt │ │ ├── rsg-sneek.txt │ │ ├── rsm.txt │ │ ├── ru.txt │ │ ├── rug.txt │ │ ├── rythovius.txt │ │ ├── sandberg.txt │ │ ├── saxion/ │ │ │ └── student.txt │ │ ├── saxion.txt │ │ ├── scalda.txt │ │ ├── segbroek/ │ │ │ └── student.txt │ │ ├── simonvestdijk.txt │ │ ├── sintlucas.txt │ │ ├── sintlucasedu.txt │ │ ├── sondervick.txt │ │ ├── spinozalyceum.txt │ │ ├── stadenesch/ │ │ │ └── leerling.txt │ │ ├── stedelijkgymnijmegen.txt │ │ ├── stenden.txt │ │ ├── stgs.txt │ │ ├── summacollege.txt │ │ ├── svpo/ │ │ │ └── ut.txt │ │ ├── symbion-vo.txt │ │ ├── talnet.txt │ │ ├── tcrmbo.txt │ │ ├── teylingen-college.txt │ │ ├── tilburguniversity.txt │ │ ├── tio.txt │ │ ├── trevianum/ │ │ │ └── leerling.txt │ │ ├── tsgzwolle.txt │ │ ├── tudelft.txt │ │ ├── tue.txt │ │ ├── tukampen.txt │ │ ├── ubboemmius.txt │ │ ├── umcutrecht.txt │ │ ├── unimaas.txt │ │ ├── utwente.txt │ │ ├── uu.txt │ │ ├── uva.txt │ │ ├── uvh.txt │ │ ├── uvt.txt │ │ ├── uwcmaastricht.txt │ │ ├── vathorstcollege.txt │ │ ├── veluwscollege/ │ │ │ └── leerling.txt │ │ ├── vestdijk.txt │ │ ├── vistacollege.txt │ │ ├── vituscollege.txt │ │ ├── vmbo-venster.txt │ │ ├── vova/ │ │ │ └── leerling.txt │ │ ├── vozaanstad.txt │ │ ├── vu.txt │ │ ├── vumc.txt │ │ ├── waerdenborch.txt │ │ ├── wageningenuniversity.txt │ │ ├── wartburg.txt │ │ ├── windesheim.txt │ │ ├── windesheimflevoland.txt │ │ ├── wlg.txt │ │ ├── wolfert.txt │ │ ├── wur.txt │ │ ├── youscope.txt │ │ ├── zadkine.txt │ │ ├── zuyd.txt │ │ └── zwijsencollege.txt │ ├── no/ │ │ ├── agderskolen/ │ │ │ ├── agderskolen.txt │ │ │ └── elev.txt │ │ ├── agderskolen.txt │ │ ├── aho.txt │ │ ├── akademiet.txt │ │ ├── akershus-fk.txt │ │ ├── askerskolen.txt │ │ ├── asvg.txt │ │ ├── bergensskolen.txt │ │ ├── bfk/ │ │ │ └── vgs.txt │ │ ├── bi.txt │ │ ├── getacademy.txt │ │ ├── gokstadakademiet.txt │ │ ├── hbv.txt │ │ ├── hia.txt │ │ ├── hials.txt │ │ ├── hib.txt │ │ ├── hibo.txt │ │ ├── hifm.txt │ │ ├── hig.txt │ │ ├── hihm.txt │ │ ├── hil.txt │ │ ├── himolde.txt │ │ ├── hin.txt │ │ ├── hint.txt │ │ ├── hioa/ │ │ │ └── stud.txt │ │ ├── hioa.txt │ │ ├── hiof.txt │ │ ├── hist.txt │ │ ├── hit.txt │ │ ├── hive.txt │ │ ├── hivolda.txt │ │ ├── hvl.txt │ │ ├── ikrs.txt │ │ ├── inn.txt │ │ ├── innlandetfylke.txt │ │ ├── iskule.txt │ │ ├── karmoyskolen.txt │ │ ├── khio.txt │ │ ├── kommune/ │ │ │ └── trondheim/ │ │ │ └── skole.txt │ │ ├── kristiania.txt │ │ ├── larvikskolen.txt │ │ ├── mil/ │ │ │ └── sksk.txt │ │ ├── nfk/ │ │ │ └── vgs.txt │ │ ├── nhh.txt │ │ ├── nih.txt │ │ ├── nith.txt │ │ ├── nittedalsskolen.txt │ │ ├── nla.txt │ │ ├── nlh.txt │ │ ├── nmbu.txt │ │ ├── nmh.txt │ │ ├── nord.txt │ │ ├── noroff.txt │ │ ├── ntfk/ │ │ │ └── elev.txt │ │ ├── ntnu.txt │ │ ├── oslomet.txt │ │ ├── osloskolen.txt │ │ ├── ostfoldfk.txt │ │ ├── ous-hf.txt │ │ ├── oygardenskule.txt │ │ ├── rogfk/ │ │ │ ├── elev.txt │ │ │ └── skole.txt │ │ ├── sfj/ │ │ │ └── skule.txt │ │ ├── simula.txt │ │ ├── skapfhs.txt │ │ ├── sunnfolk.txt │ │ ├── tffk/ │ │ │ └── elev.txt │ │ ├── tffk.txt │ │ ├── tisipfagskole.txt │ │ ├── trondelagfylke/ │ │ │ └── elev.txt │ │ ├── trondelagfylke.txt │ │ ├── tysverelev.txt │ │ ├── uia.txt │ │ ├── uib.txt │ │ ├── uin.txt │ │ ├── uio.txt │ │ ├── uis.txt │ │ ├── uit.txt │ │ ├── usn.txt │ │ ├── vaf.txt │ │ ├── veths.txt │ │ ├── vfk/ │ │ │ └── skole.txt │ │ ├── vgs/ │ │ │ ├── Asker.txt │ │ │ ├── Verdal.txt │ │ │ ├── eid.txt │ │ │ ├── krokeide.txt │ │ │ ├── kvadraturen.txt │ │ │ ├── sameyde.txt │ │ │ └── tangen.txt │ │ ├── viken.txt │ │ ├── vtfk.txt │ │ ├── westerdals/ │ │ │ └── student.txt │ │ └── westerdals.txt │ ├── np/ │ │ └── edu/ │ │ ├── aasthacollege.txt │ │ ├── academiacollege.txt │ │ ├── acem.txt │ │ ├── achsnepal.txt │ │ ├── acme.txt │ │ ├── acmecollege.txt │ │ ├── ambition.txt │ │ ├── apexcollege.txt │ │ ├── arniko.txt │ │ ├── asm.txt │ │ ├── balbikas.txt │ │ ├── balkumaricollege.txt │ │ ├── baneshworcampus.txt │ │ ├── banshagopal.txt │ │ ├── bhagawatischool.txt │ │ ├── bkvm.txt │ │ ├── bmcdharan.txt │ │ ├── cab.txt │ │ ├── cdcsit.txt │ │ ├── cit.txt │ │ ├── cosmoscollege.txt │ │ ├── deerwalk.txt │ │ ├── eastpoleschool.txt │ │ ├── eemc.txt │ │ ├── emileacademy.txt │ │ ├── excelsior.txt │ │ ├── gces.txt │ │ ├── gomendracollege.txt │ │ ├── hcoe.txt │ │ ├── heraldcollege.txt │ │ ├── heraldintlcollege.txt │ │ ├── hetaudacitycollege.txt │ │ ├── himalayacollege.txt │ │ ├── hist.txt │ │ ├── hsm.txt │ │ ├── ica/ │ │ │ └── s.txt │ │ ├── icp.txt │ │ ├── iic.txt │ │ ├── iimscollege.txt │ │ ├── ims.txt │ │ ├── indrenicollege.txt │ │ ├── infomaxcollege.txt │ │ ├── ioe.txt │ │ ├── ioepc.txt │ │ ├── islingtoncollege.txt │ │ ├── ismt.txt │ │ ├── jamc.txt │ │ ├── janapriya.txt │ │ ├── kaasthamandap.txt │ │ ├── kathford.txt │ │ ├── kathmandumodelschool.txt │ │ ├── kbc.txt │ │ ├── kcc.txt │ │ ├── kec.txt │ │ ├── keckist.txt │ │ ├── kecktm.txt │ │ ├── khec.txt │ │ ├── khwopa.txt │ │ ├── kist.txt │ │ ├── kistcollege.txt │ │ ├── ku.txt │ │ ├── kusom.txt │ │ ├── lbc.txt │ │ ├── lbef/ │ │ │ └── study.txt │ │ ├── lcc.txt │ │ ├── lfes.txt │ │ ├── licnepal.txt │ │ ├── lict.txt │ │ ├── littleangelsrapti.txt │ │ ├── lumbini.txt │ │ ├── mahakavi.txt │ │ ├── mbman.txt │ │ ├── mbmc.txt │ │ ├── mbmcsit.txt │ │ ├── medhavicollege.txt │ │ ├── nagarjunacollege.txt │ │ ├── nami.txt │ │ ├── nce.txt │ │ ├── ncit.txt │ │ ├── ncmt.txt │ │ ├── nec.txt │ │ ├── nepalaya.txt │ │ ├── newsummit.txt │ │ ├── nihareekacollege.txt │ │ ├── nou.txt │ │ ├── oic.txt │ │ ├── oxfordcollege.txt │ │ ├── paramountpublicschool.txt │ │ ├── pascalcollege.txt │ │ ├── pcampus.txt │ │ ├── pcmgmt.txt │ │ ├── pec.txt │ │ ├── peoplescampus.txt │ │ ├── pmc.txt │ │ ├── prime.txt │ │ ├── pu.txt │ │ ├── pufost.txt │ │ ├── purbuniv.txt │ │ ├── pushas.txt │ │ ├── pusob.txt │ │ ├── sagarmatha.txt │ │ ├── saipal.txt │ │ ├── samriddhicollege.txt │ │ ├── scst.txt │ │ ├── shivajanschool.txt │ │ ├── sitarameshcampus.txt │ │ ├── sochcollege.txt │ │ ├── softwarica.txt │ │ ├── sos.txt │ │ ├── spictevt.txt │ │ ├── ssha.txt │ │ ├── standardinstitute.txt │ │ ├── sunway.txt │ │ ├── swastikcollege.txt │ │ ├── swetasadanschool.txt │ │ ├── sxc.txt │ │ ├── tbc.txt │ │ ├── tcioe.txt │ │ ├── tcmit.txt │ │ ├── texasintl.txt │ │ ├── thamescollege.txt │ │ ├── thearyanschool.txt │ │ ├── tribhuvan-university.txt │ │ ├── trinity.txt │ │ ├── tu/ │ │ │ ├── ac.txt │ │ │ ├── bumc.txt │ │ │ ├── cct.txt │ │ │ ├── cdcsit.txt │ │ │ ├── mahemc.txt │ │ │ ├── memc.txt │ │ │ ├── mmamc.txt │ │ │ ├── pmc.txt │ │ │ ├── prnc.txt │ │ │ ├── rrlc.txt │ │ │ ├── sdc.txt │ │ │ └── trc.txt │ │ ├── tuicms.txt │ │ ├── uesc.txt │ │ ├── unitedtechnicalcollege.txt │ │ ├── vac.txt │ │ ├── valmiki.txt │ │ ├── vedascollege.txt │ │ ├── wrc.txt │ │ └── xavier.txt │ ├── nrw/ │ │ └── tsst/ │ │ └── schueler.txt │ ├── nu/ │ │ ├── aug.txt │ │ ├── edu.txt │ │ ├── folkuniversitetet.txt │ │ ├── futuregames.txt │ │ ├── reggesteyn.txt │ │ ├── tibble/ │ │ │ └── edu.txt │ │ └── tibble.txt │ ├── nz/ │ │ ├── ac/ │ │ │ ├── agi.txt │ │ │ ├── ais.txt │ │ │ ├── ames.txt │ │ │ ├── amesstudent.txt │ │ │ ├── ara.txt │ │ │ ├── arastudent.txt │ │ │ ├── aspire2student.txt │ │ │ ├── auckland/ │ │ │ │ └── ec.txt │ │ │ ├── auckland.txt │ │ │ ├── aucklanduni.txt │ │ │ ├── aut.txt │ │ │ ├── autuni.txt │ │ │ ├── canterbury.txt │ │ │ ├── computerpower/ │ │ │ │ └── mail.txt │ │ │ ├── developers.txt │ │ │ ├── developersinstitute.txt │ │ │ ├── eit.txt │ │ │ ├── garincollege.txt │ │ │ ├── lincoln.txt │ │ │ ├── lincolnuni.txt │ │ │ ├── massey.txt │ │ │ ├── mds.txt │ │ │ ├── myop.txt │ │ │ ├── myopenpolytechnic.txt │ │ │ ├── myunitec.txt │ │ │ ├── myvuw.txt │ │ │ ├── nmit/ │ │ │ │ └── live.txt │ │ │ ├── nmit.txt │ │ │ ├── op/ │ │ │ │ └── student.txt │ │ │ ├── op.txt │ │ │ ├── openpolytechnic.txt │ │ │ ├── otago.txt │ │ │ ├── sit.txt │ │ │ ├── techtorium.txt │ │ │ ├── tnt.txt │ │ │ ├── toiohomai.txt │ │ │ ├── uclive.txt │ │ │ ├── ucol.txt │ │ │ ├── unitec.txt │ │ │ ├── uotago.txt │ │ │ ├── visioncollege.txt │ │ │ ├── vuw.txt │ │ │ ├── waikato.txt │ │ │ ├── weltec/ │ │ │ │ └── student.txt │ │ │ ├── whitecliffe.txt │ │ │ ├── whitireianz.txt │ │ │ ├── wintec/ │ │ │ │ └── student.txt │ │ │ ├── wintec.txt │ │ │ └── yoobeestudent.txt │ │ ├── co/ │ │ │ ├── animationcollege.txt │ │ │ ├── aucklanduni.txt │ │ │ ├── autuni.txt │ │ │ └── whs/ │ │ │ └── students.txt │ │ ├── karamu.txt │ │ ├── net/ │ │ │ └── grammar.txt │ │ ├── onelearn.txt │ │ ├── rollestoncollege.txt │ │ └── school/ │ │ ├── aotawhiti.txt │ │ ├── bdsc.txt │ │ ├── burnside.txt │ │ ├── cashmere.txt │ │ ├── chilton.txt │ │ ├── hillcrest-high.txt │ │ ├── kc.txt │ │ ├── kingshigh.txt │ │ ├── kristin.txt │ │ ├── lbc.txt │ │ ├── lincoln.txt │ │ ├── liston.txt │ │ ├── lynfield.txt │ │ ├── mairehau.txt │ │ ├── marsden.txt │ │ ├── mcglashan.txt │ │ ├── mtaspiring.txt │ │ ├── ohs.txt │ │ ├── ormiston.txt │ │ ├── pakuranga/ │ │ │ └── student.txt │ │ ├── scotscollege.txt │ │ ├── selwyn.txt │ │ ├── storans.txt │ │ ├── stpeterspn.txt │ │ ├── taieri.txt │ │ ├── waimea.txt │ │ ├── wakatipu.txt │ │ ├── wc.txt │ │ ├── westlandhigh.txt │ │ ├── wgc.txt │ │ ├── wgpcollege.txt │ │ ├── whangamata.txt │ │ └── wsc.txt │ ├── om/ │ │ ├── edu/ │ │ │ ├── aou.txt │ │ │ ├── buc.txt │ │ │ ├── du.txt │ │ │ ├── gutech/ │ │ │ │ └── student.txt │ │ │ ├── ibrict.txt │ │ │ ├── ict.txt │ │ │ ├── majancollege.txt │ │ │ ├── mcbs.txt │ │ │ ├── mec.txt │ │ │ ├── mtc.txt │ │ │ ├── muscatcollege.txt │ │ │ ├── nct.txt │ │ │ ├── nu.txt │ │ │ ├── omancollege.txt │ │ │ ├── shct.txt │ │ │ ├── soharuni.txt │ │ │ ├── squ.txt │ │ │ ├── suc.txt │ │ │ ├── unizwa.txt │ │ │ ├── uob.txt │ │ │ └── vibrantprivateschool.txt │ │ └── moe.txt │ ├── one/ │ │ └── nmu.txt │ ├── onl/ │ │ └── gmiv.txt │ ├── online/ │ │ ├── hgs-singen.txt │ │ ├── linkiafp.txt │ │ └── scholastica.txt │ ├── org/ │ │ ├── 21cccs.txt │ │ ├── 2isa.txt │ │ ├── 42network.txt │ │ ├── NeighborhoodMusicSchool.txt │ │ ├── OFY.txt │ │ ├── aabfs.txt │ │ ├── aacps.txt │ │ ├── abschools.txt │ │ ├── acarcs.txt │ │ ├── acitech.txt │ │ ├── acwhcc.txt │ │ ├── adams-central.txt │ │ ├── adams12.txt │ │ ├── africanleadershipacademy.txt │ │ ├── afundacion/ │ │ │ └── fpcoruna.txt │ │ ├── agora.txt │ │ ├── aims-senegal.txt │ │ ├── aimsammi.txt │ │ ├── aischool.txt │ │ ├── aissmsioit.txt │ │ ├── akfauniversity.txt │ │ ├── akiva.txt │ │ ├── alamedaunified.txt │ │ ├── alastudents.txt │ │ ├── alleneastschools.txt │ │ ├── allenisd.txt │ │ ├── alpinesd.txt │ │ ├── alsionschool.txt │ │ ├── altamontschool.txt │ │ ├── amalnet.txt │ │ ├── amccollege.txt │ │ ├── amityschools.txt │ │ ├── amouduniversity.txt │ │ ├── anjaconline.txt │ │ ├── aoiths.txt │ │ ├── apollocc.txt │ │ ├── apschools.txt │ │ ├── apsk12.txt │ │ ├── archwood.txt │ │ ├── ardsleyschools.txt │ │ ├── argenta-oreana.txt │ │ ├── arnoldcentralschool.txt │ │ ├── arps.txt │ │ ├── asbindia.txt │ │ ├── ascensionacademy.txt │ │ ├── ascte.txt │ │ ├── asd20.txt │ │ ├── asdlopes.txt │ │ ├── asdnh.txt │ │ ├── ashevilleschool.txt │ │ ├── asl.txt │ │ ├── asmadrid.txt │ │ ├── asmsa.txt │ │ ├── association-esi.txt │ │ ├── astu.txt │ │ ├── asvalencia.txt │ │ ├── aswarsaw.txt │ │ ├── athenian.txt │ │ ├── atlanticcollege.txt │ │ ├── atljewishacademy.txt │ │ ├── auamed.txt │ │ ├── augustachristian.txt │ │ ├── auhsdschools.txt │ │ ├── auk.txt │ │ ├── aurorak12.txt │ │ ├── ausdk12.txt │ │ ├── austinisd.txt │ │ ├── avcoe.txt │ │ ├── avenues.txt │ │ ├── avhsd.txt │ │ ├── avon-schools/ │ │ │ └── students.txt │ │ ├── avu.txt │ │ ├── baisedu.txt │ │ ├── bangorschools.txt │ │ ├── barnsley-academy.txt │ │ ├── barstowschool.txt │ │ ├── bartoncougars.txt │ │ ├── basdschools.txt │ │ ├── bathwildcats.txt │ │ ├── bayschoolsohio.txt │ │ ├── bbs-me.txt │ │ ├── bcp.txt │ │ ├── bcps.txt │ │ ├── bearzi.txt │ │ ├── beckfoot.txt │ │ ├── beckfootoakbank.txt │ │ ├── bedfordps.txt │ │ ├── beehiveacademy/ │ │ │ └── student.txt │ │ ├── bellinghamschools.txt │ │ ├── belmonthill.txt │ │ ├── bentonvillek12.txt │ │ ├── bergen.txt │ │ ├── berwickacademy.txt │ │ ├── bethanyschoolsheffield.txt │ │ ├── bethlehemschools.txt │ │ ├── bfhsla.txt │ │ ├── bhrsd.txt │ │ ├── bhrsdonline.txt │ │ ├── bhsconnect.txt │ │ ├── bihe.txt │ │ ├── binusian.txt │ │ ├── bischicagosl.txt │ │ ├── bishopireton.txt │ │ ├── bkwschools.txt │ │ ├── blakeschool.txt │ │ ├── blindbrook.txt │ │ ├── bloomfield.txt │ │ ├── bluedemons.txt │ │ ├── bluevalleyk12.txt │ │ ├── blufftonschools.txt │ │ ├── bmsastem.txt │ │ ├── boiseschools.txt │ │ ├── bolashak.txt │ │ ├── bolles.txt │ │ ├── bostonk12.txt │ │ ├── bostonpublicschools.txt │ │ ├── bostontrinity.txt │ │ ├── bournemouth-school/ │ │ │ └── student.txt │ │ ├── bownet/ │ │ │ ├── bhs.txt │ │ │ └── bms.txt │ │ ├── bphawks.txt │ │ ├── bps121.txt │ │ ├── branson.txt │ │ ├── brebeuf.txt │ │ ├── brevardschools/ │ │ │ └── learn.txt │ │ ├── brevardschools.txt │ │ ├── bridgeacademy.txt │ │ ├── bridgtonacademy.txt │ │ ├── brightstarschools.txt │ │ ├── brightstarstudents.txt │ │ ├── britishschoolmanila.txt │ │ ├── bronxvilleschool.txt │ │ ├── brookeweston.txt │ │ ├── brookfieldps/ │ │ │ └── student.txt │ │ ├── brooklinek12.txt │ │ ├── brophybroncos.txt │ │ ├── brunswickschool.txt │ │ ├── brunswicksd.txt │ │ ├── bruntsacademy.txt │ │ ├── bsacet.txt │ │ ├── bsd220.txt │ │ ├── bsd405.txt │ │ ├── bsd48.txt │ │ ├── bsdi-bd.txt │ │ ├── bsdvt.txt │ │ ├── bsu-edu.txt │ │ ├── btfiloh.txt │ │ ├── budapestschool.txt │ │ ├── burlcoschools.txt │ │ ├── burltwpsch.txt │ │ ├── bvhs.txt │ │ ├── bvsd.txt │ │ ├── byerach.txt │ │ ├── c-dh.txt │ │ ├── caddoschools/ │ │ │ └── my.txt │ │ ├── calallen.txt │ │ ├── calbrightcollege.txt │ │ ├── caliva.txt │ │ ├── cambournevc.txt │ │ ├── camelotacademy.txt │ │ ├── campbellhall.txt │ │ ├── campus-la-chataigneraie.txt │ │ ├── canisiushigh.txt │ │ ├── cannonschool.txt │ │ ├── canyonsdistrict/ │ │ │ └── ctec.txt │ │ ├── capitalcityacademy.txt │ │ ├── capousd.txt │ │ ├── caravel.txt │ │ ├── cavendishza.txt │ │ ├── cbaalbany.txt │ │ ├── cbchs.txt │ │ ├── cbsd/ │ │ │ └── student.txt │ │ ├── ccaschools.txt │ │ ├── ccchs.txt │ │ ├── ccsdut/ │ │ │ └── stu.txt │ │ ├── ccsdut.txt │ │ ├── cdaschools/ │ │ │ └── students.txt │ │ ├── ceaprc.txt │ │ ├── centraliens-lille.txt │ │ ├── centraluniversity.txt │ │ ├── cesjds.txt │ │ ├── cfsd16.txt │ │ ├── cgps.txt │ │ ├── chadwickschool.txt │ │ ├── challoners.txt │ │ ├── chaminade.txt │ │ ├── chaminet.txt │ │ ├── charlottelatin.txt │ │ ├── charlottesvilleschools.txt │ │ ├── charmouniversity.txt │ │ ├── charterarts/ │ │ │ └── student.txt │ │ ├── charterschool.txt │ │ ├── chatham-nj.txt │ │ ├── chclc.txt │ │ ├── cherrycreekschools.txt │ │ ├── cheshireacademy.txt │ │ ├── chettinadvidyashram.txt │ │ ├── chewonki.txt │ │ ├── chigwell-school.txt │ │ ├── chorustrust/ │ │ │ └── silverdale.txt │ │ ├── cihanuniversity.txt │ │ ├── clearlakeschools.txt │ │ ├── clevelandmetroschools.txt │ │ ├── cmasas.txt │ │ ├── cmseducation.txt │ │ ├── cmselearning.txt │ │ ├── cns-school.txt │ │ ├── cobbk12.txt │ │ ├── coderva/ │ │ │ └── students.txt │ │ ├── coleacademy.txt │ │ ├── colegia/ │ │ │ └── doral.txt │ │ ├── collegiateacademies.txt │ │ ├── colonialsd.txt │ │ ├── columbusacademy.txt │ │ ├── comalisd/ │ │ │ └── g.txt │ │ ├── combertonvc.txt │ │ ├── commschool.txt │ │ ├── concordcarlisle.txt │ │ ├── concordiashanghai.txt │ │ ├── conejousd.txt │ │ ├── cornwallhill.txt │ │ ├── corsigaldus.txt │ │ ├── cossali.txt │ │ ├── countyupper.txt │ │ ├── cowesec.txt │ │ ├── cpgoenka.txt │ │ ├── cpsk12.txt │ │ ├── cravenk12.txt │ │ ├── creanlutheran.txt │ │ ├── cri-paris.txt │ │ ├── cromptonhouse.txt │ │ ├── crosspointacademy.txt │ │ ├── csd117.txt │ │ ├── csddocs.txt │ │ ├── csj-rpi.txt │ │ ├── ctasd/ │ │ │ └── students.txt │ │ ├── ctechigh.txt │ │ ├── cuhsd.txt │ │ ├── cummingtamilschool.txt │ │ ├── cusd200.txt │ │ ├── cusdk8.txt │ │ ├── cushingisd.txt │ │ ├── cvcolonials.txt │ │ ├── cvoantwerpen.txt │ │ ├── cvsd356.txt │ │ ├── cvsdstudents.txt │ │ ├── cvsdvt.txt │ │ ├── cymcass.txt │ │ ├── d-e.txt │ │ ├── d125.txt │ │ ├── d155.txt │ │ ├── d211/ │ │ │ └── students.txt │ │ ├── d211.txt │ │ ├── d214/ │ │ │ └── stu.txt │ │ ├── d219.txt │ │ ├── d230.txt │ │ ├── d303/ │ │ │ └── students.txt │ │ ├── da.txt │ │ ├── dallasisd.txt │ │ ├── dalton.txt │ │ ├── danielcastelao.txt │ │ ├── darienps.txt │ │ ├── darlingtonschool.txt │ │ ├── dasd/ │ │ │ └── student.txt │ │ ├── davenportschools.txt │ │ ├── davietjal.txt │ │ ├── davincischools.txt │ │ ├── davisonschools.txt │ │ ├── daystarus.txt │ │ ├── dc-tech.txt │ │ ├── dcp.txt │ │ ├── dcrustm.txt │ │ ├── dcsdk12/ │ │ │ └── s.txt │ │ ├── dcsdk12.txt │ │ ├── dcsok/ │ │ │ └── student.txt │ │ ├── ddecnc.txt │ │ ├── deensacademy.txt │ │ ├── dekalbschoolsga.txt │ │ ├── delphoscityschools.txt │ │ ├── delphosstjohns.txt │ │ ├── denmarkroad.txt │ │ ├── desmet.txt │ │ ├── diderot.txt │ │ ├── dietms.txt │ │ ├── diiage.txt │ │ ├── dimanregional/ │ │ │ └── student.txt │ │ ├── dimanregional.txt │ │ ├── dist113.txt │ │ ├── district112.txt │ │ ├── district196.txt │ │ ├── district833/ │ │ │ └── apps.txt │ │ ├── divini.txt │ │ ├── dld.txt │ │ ├── dlshs.txt │ │ ├── dmschools/ │ │ │ └── student.txt │ │ ├── donboscocairo.txt │ │ ├── donntu.txt │ │ ├── doversherborn.txt │ │ ├── dpcdsb/ │ │ │ └── educ.txt │ │ ├── dpengineering.txt │ │ ├── dpisd.txt │ │ ├── dragonschool.txt │ │ ├── dtechhs.txt │ │ ├── dubaicollege.txt │ │ ├── dupage88.txt │ │ ├── duvalschools.txt │ │ ├── dyker201.txt │ │ ├── eastbrookschool.txt │ │ ├── eastsidecatholic.txt │ │ ├── eastsidecatholicschool.txt │ │ ├── ebnet.txt │ │ ├── ebrschools.txt │ │ ├── ecfs.txt │ │ ├── ecscollege.txt │ │ ├── edmonds15.txt │ │ ├── edubuzz.txt │ │ ├── educadventista.txt │ │ ├── educastur.txt │ │ ├── eduil/ │ │ │ ├── kfaryarok.txt │ │ │ ├── modiin.txt │ │ │ ├── raanana.txt │ │ │ └── shoham.txt │ │ ├── edumschool/ │ │ │ └── rabinks.txt │ │ ├── edupage/ │ │ │ └── info-spsepn.txt │ │ ├── eduservices.txt │ │ ├── egcsd.txt │ │ ├── egibide.txt │ │ ├── einsteinmed.txt │ │ ├── elcachargers.txt │ │ ├── elcampico.txt │ │ ├── elis.txt │ │ ├── elmbrookstudents.txt │ │ ├── elsys-bg.txt │ │ ├── em-is.txt │ │ ├── enfieldgrammar.txt │ │ ├── ens2m.txt │ │ ├── ensta-bretagne.txt │ │ ├── ep-student.txt │ │ ├── epatt.txt │ │ ├── epcarvalhais.txt │ │ ├── er9.txt │ │ ├── erpsk12.txt │ │ ├── esaip.txt │ │ ├── escacilhastejo.txt │ │ ├── escolapiasvalencia.txt │ │ ├── esgis.txt │ │ ├── esicad.txt │ │ ├── esisalama.txt │ │ ├── esmonline/ │ │ │ └── student.txt │ │ ├── esmonline.txt │ │ ├── esuhsd.txt │ │ ├── euss/ │ │ │ └── campus.txt │ │ ├── evergreenps/ │ │ │ └── student.txt │ │ ├── evolvetrust/ │ │ │ └── brunts.txt │ │ ├── exploris.txt │ │ ├── fa.txt │ │ ├── fairlawnsds.txt │ │ ├── farberhds.txt │ │ ├── fayacademy.txt │ │ ├── fayerweather.txt │ │ ├── fcboe.txt │ │ ├── fccps.txt │ │ ├── fchampalimaud/ │ │ │ └── research.txt │ │ ├── fcoe.txt │ │ ├── fcstu.txt │ │ ├── fcusd/ │ │ │ └── student.txt │ │ ├── felsted.txt │ │ ├── fergflor.txt │ │ ├── ferraris.txt │ │ ├── ffc8.txt │ │ ├── fhsdschools.txt │ │ ├── fjuhsd.txt │ │ ├── flaglercps.txt │ │ ├── flatbush.txt │ │ ├── florencek12.txt │ │ ├── flpoly.txt │ │ ├── fmcsd/ │ │ │ └── students.txt │ │ ├── fondazionejobsacademy/ │ │ │ └── stu.txt │ │ ├── foresthillshs.txt │ │ ├── forestinstitute.txt │ │ ├── forpro-creteil.txt │ │ ├── forsythk12.txt │ │ ├── foxc6.txt │ │ ├── fpsct.txt │ │ ├── fpsed.txt │ │ ├── fracademy.txt │ │ ├── francisparker.txt │ │ ├── franklinsabers.txt │ │ ├── fresnoccs.txt │ │ ├── fresnou.txt │ │ ├── fresnounified.txt │ │ ├── friendsbalt.txt │ │ ├── friendscentral.txt │ │ ├── frisch.txt │ │ ├── friscoisd.txt │ │ ├── fromecollege.txt │ │ ├── fryeburgacademy.txt │ │ ├── fsbwit.txt │ │ ├── fuchsmizrachi/ │ │ │ └── g.txt │ │ ├── fuhsd/ │ │ │ └── student.txt │ │ ├── fuhsd.txt │ │ ├── fulton58.txt │ │ ├── fultonschools.txt │ │ ├── fuma.txt │ │ ├── fundacion-jala.txt │ │ ├── fwastudents.txt │ │ ├── fwisd/ │ │ │ └── students.txt │ │ ├── fwparker.txt │ │ ├── gannacademy.txt │ │ ├── garnetvalley.txt │ │ ├── gbwl.txt │ │ ├── gcccharters.txt │ │ ├── gcelabschool.txt │ │ ├── gcpsk12.txt │ │ ├── gdgu.txt │ │ ├── gds.txt │ │ ├── geneva304.txt │ │ ├── georgiacyber.txt │ │ ├── germantownfriends.txt │ │ ├── ges-coengg.txt │ │ ├── gfacademy.txt │ │ ├── ggpi.txt │ │ ├── gimb/ │ │ │ └── dijaki.txt │ │ ├── gipplab.txt │ │ ├── gissv.txt │ │ ├── gjust.txt │ │ ├── glenbrook225.txt │ │ ├── gltech.txt │ │ ├── gmsdk12/ │ │ │ └── students.txt │ │ ├── gniindia.txt │ │ ├── gocommodores.txt │ │ ├── gouldacademy.txt │ │ ├── gpranchi.txt │ │ ├── gpsne.txt │ │ ├── graniteschools.txt │ │ ├── granitesd.txt │ │ ├── greenhillsschool.txt │ │ ├── greenwichschools.txt │ │ ├── grenoble-inp.txt │ │ ├── gretnadragons/ │ │ │ └── mail.txt │ │ ├── groupe-esigelec.txt │ │ ├── gsastl.txt │ │ ├── gsdwi.txt │ │ ├── gtzfonet.txt │ │ ├── guhsdaz/ │ │ │ └── student.txt │ │ ├── guhsdaz.txt │ │ ├── gvsd/ │ │ │ └── student.txt │ │ ├── gvvit.txt │ │ ├── gw-hs.txt │ │ ├── gymkro.txt │ │ ├── haashall.txt │ │ ├── hacollege.txt │ │ ├── haklaiph.txt │ │ ├── hanovernorwichschools.txt │ │ ├── harker.txt │ │ ├── harmonytx/ │ │ │ └── student.txt │ │ ├── harrisonschools/ │ │ │ └── students.txt │ │ ├── hartdistrict/ │ │ │ └── my.txt │ │ ├── hartselletigers.txt │ │ ├── hatboro-horsham.txt │ │ ├── haverford.txt │ │ ├── hawbridgeschool.txt │ │ ├── hawbridgeschoolstudent.txt │ │ ├── hawlermu.txt │ │ ├── hazelwick.txt │ │ ├── hazlet.txt │ │ ├── hcdsb.txt │ │ ├── hcesonepat.txt │ │ ├── hcisd.txt │ │ ├── hcps/ │ │ │ └── student.txt │ │ ├── hcpss/ │ │ │ └── inst.txt │ │ ├── hcpss.txt │ │ ├── hdch.txt │ │ ├── hdsd.txt │ │ ├── hedmark.txt │ │ ├── heilwig-gymnasium.txt │ │ ├── henricostudents.txt │ │ ├── hermits.txt │ │ ├── hertie-school.txt │ │ ├── heschel.txt │ │ ├── hg47.txt │ │ ├── hgce.txt │ │ ├── hhschools.txt │ │ ├── hickmank12.txt │ │ ├── highlandsschool.txt │ │ ├── hillers.txt │ │ ├── hitam.txt │ │ ├── hmhn.txt │ │ ├── hnulinton.txt │ │ ├── hockaday.txt │ │ ├── hohschools/ │ │ │ └── learn.txt │ │ ├── holychild.txt │ │ ├── holyghostprep.txt │ │ ├── holynames-sea.txt │ │ ├── holyredeemerhs.txt │ │ ├── hopedaleschools.txt │ │ ├── horacemann.txt │ │ ├── horizonclc.txt │ │ ├── horizoncolumbus.txt │ │ ├── houstonisd.txt │ │ ├── hpisd/ │ │ │ └── stu.txt │ │ ├── hpisd.txt │ │ ├── hprmail.txt │ │ ├── hsestudents.txt │ │ ├── hspu.txt │ │ ├── hsrw.txt │ │ ├── hunschool.txt │ │ ├── hvs.txt │ │ ├── iaisiege.txt │ │ ├── ibsindia.txt │ │ ├── ichsstudent.txt │ │ ├── icstudents.txt │ │ ├── ictuniversity.txt │ │ ├── ideaventionsacademy.txt │ │ ├── ies1xabia.txt │ │ ├── iesabastos.txt │ │ ├── iesalandalus.txt │ │ ├── iescelia.txt │ │ ├── ieschabas.txt │ │ ├── iesdonana.txt │ │ ├── ieselcaminas.txt │ │ ├── ieselescorial.txt │ │ ├── iesevalorpego.txt │ │ ├── iesfbmoll.txt │ │ ├── iesgrancapitan.txt │ │ ├── ieshnosmachado.txt │ │ ├── iesjoandaustria.txt │ │ ├── iesjoanramis.txt │ │ ├── iesllucmajor.txt │ │ ├── ieslluissimarro.txt │ │ ├── iesmarquesdecomares.txt │ │ ├── iesmiralcamp.txt │ │ ├── iesmontsia.txt │ │ ├── iespoblenou.txt │ │ ├── iespoligonosur.txt │ │ ├── iesportada.txt │ │ ├── iessampedro.txt │ │ ├── ieszaidinvergeles.txt │ │ ├── ifheindia.txt │ │ ├── ifnti.txt │ │ ├── ihmc.txt │ │ ├── ihsdubai.txt │ │ ├── iiitb.txt │ │ ├── iisbianchi.txt │ │ ├── iitbombay.txt │ │ ├── imdea.txt │ │ ├── imt-atlantique.txt │ │ ├── incoslapaz.txt │ │ ├── infai.txt │ │ ├── inghamisd/ │ │ │ └── students.txt │ │ ├── inghamisd.txt │ │ ├── iniad.txt │ │ ├── insa-lyon.txt │ │ ├── insideranken.txt │ │ ├── institutoserpis.txt │ │ ├── intechchs.txt │ │ ├── interlakes.txt │ │ ├── interlochen.txt │ │ ├── internationaluniversity-schoolofmedicine.txt │ │ ├── invenio.txt │ │ ├── invertis.txt │ │ ├── invictushigh.txt │ │ ├── ipeindia.txt │ │ ├── ipiaget.txt │ │ ├── ipsd.txt │ │ ├── iqraeducation.txt │ │ ├── irvingtonschools.txt │ │ ├── isd112.txt │ │ ├── isd181.txt │ │ ├── isd194.txt │ │ ├── isd361.txt │ │ ├── isd535.txt │ │ ├── isefac.txt │ │ ├── isfce.txt │ │ ├── ishahomeschool.txt │ │ ├── islahonline.txt │ │ ├── islqatar.txt │ │ ├── ismanila.txt │ │ ├── isneu.txt │ │ ├── istemghs.txt │ │ ├── isticbc.txt │ │ ├── isyedu.txt │ │ ├── itiangioy.txt │ │ ├── itlearning-settat.txt │ │ ├── itstep.txt │ │ ├── iu-study.txt │ │ ├── iu.txt │ │ ├── ivesheadschool.txt │ │ ├── jamesirwin.txt │ │ ├── jankollar.txt │ │ ├── jarrellisd.txt │ │ ├── jburroughs.txt │ │ ├── jcpsnj.txt │ │ ├── jec-jabalpur.txt │ │ ├── jeffcopublicschools.txt │ │ ├── jefftwp.txt │ │ ├── jenaplangymnasium.txt │ │ ├── jeppiaarinstitute.txt │ │ ├── jerichoapps.txt │ │ ├── jesuitmail.txt │ │ ├── jhncc.txt │ │ ├── jmieti.txt │ │ ├── jmlschool.txt │ │ ├── johnadamsacademy.txt │ │ ├── jordandistrict.txt │ │ ├── jpgacademy.txt │ │ ├── jpsstudents.txt │ │ ├── jrischools.txt │ │ ├── js-student.txt │ │ ├── jsd117.txt │ │ ├── k12albemarle.txt │ │ ├── k12louisa.txt │ │ ├── katyisd/ │ │ │ └── students.txt │ │ ├── kcpupils.txt │ │ ├── kearsarge.txt │ │ ├── kentdenver.txt │ │ ├── kernhigh.txt │ │ ├── kesw.txt │ │ ├── kew.txt │ │ ├── khazar.txt │ │ ├── kinkaid.txt │ │ ├── kirtlandhornet.txt │ │ ├── kjit.txt │ │ ├── klschools.txt │ │ ├── knoxschools.txt │ │ ├── koyauniversity.txt │ │ ├── ksd.txt │ │ ├── kua.txt │ │ ├── la-pmn.txt │ │ ├── lakeflyers.txt │ │ ├── lakesideschool.txt │ │ ├── lamache.txt │ │ ├── lancastercountryday.txt │ │ ├── lancastermennonite.txt │ │ ├── landmarkschool.txt │ │ ├── laredoisd.txt │ │ ├── lasalle-douala.txt │ │ ├── lavelleprep/ │ │ │ └── student.txt │ │ ├── lavelleprep.txt │ │ ├── lawnmanor.txt │ │ ├── lawrenceville.txt │ │ ├── lc-ps.txt │ │ ├── lccsnj.txt │ │ ├── lcisd/ │ │ │ └── students.txt │ │ ├── lcps.txt │ │ ├── lcucauquenes.txt │ │ ├── leanderisd.txt │ │ ├── learnatwren.txt │ │ ├── learningplanetinstitute.txt │ │ ├── leffellschool/ │ │ │ └── student.txt │ │ ├── lemanmanhattan.txt │ │ ├── lendi.txt │ │ ├── leominsterschools.txt │ │ ├── lerebours.txt │ │ ├── lewiscentral.txt │ │ ├── lexingtonma.txt │ │ ├── lgsstudent.txt │ │ ├── lhprep.txt │ │ ├── lhps.txt │ │ ├── libertyunion.txt │ │ ├── libopenuniv-edu.txt │ │ ├── liebenzell.txt │ │ ├── lighthousecoolbridge.txt │ │ ├── limacityschools.txt │ │ ├── lincolncharter.txt │ │ ├── lincolnps.txt │ │ ├── lincolnschool.txt │ │ ├── lindenps/ │ │ │ └── students.txt │ │ ├── lios.txt │ │ ├── lisd.txt │ │ ├── littletonps.txt │ │ ├── llanoisd.txt │ │ ├── llwarriors.txt │ │ ├── lmghs.txt │ │ ├── lmsd.txt │ │ ├── locustvalleyschools.txt │ │ ├── loganschools.txt │ │ ├── lok12/ │ │ │ └── stu.txt │ │ ├── longtrailschool.txt │ │ ├── loomis.txt │ │ ├── lordwandsworth.txt │ │ ├── lposd.txt │ │ ├── lpsk12.txt │ │ ├── lrsd/ │ │ │ └── students.txt │ │ ├── lrsd.txt │ │ ├── lrstudents.txt │ │ ├── lschs.txt │ │ ├── lsf.txt │ │ ├── lshigh.txt │ │ ├── lsrhs.txt │ │ ├── lubbockisd.txt │ │ ├── lusherschool.txt │ │ ├── lvjusd.txt │ │ ├── lvusd/ │ │ │ └── student.txt │ │ ├── lw210.txt │ │ ├── lwsd/ │ │ │ └── tesla.txt │ │ ├── lwsd.txt │ │ ├── lyceelyautey.txt │ │ ├── lyceenoaillesevian.txt │ │ ├── lyceexavierseoul.txt │ │ ├── lz95.txt │ │ ├── macintyreacademies.txt │ │ ├── madeira.txt │ │ ├── madeiracityschools.txt │ │ ├── madrid/ │ │ │ └── educa.txt │ │ ├── maldenps.txt │ │ ├── maltingsacademy.txt │ │ ├── maltonschool.txt │ │ ├── mariancollege.txt │ │ ├── marista-carcavelos.txt │ │ ├── marlboroughcollege.txt │ │ ├── marsd.txt │ │ ├── marsk12.txt │ │ ├── maruapula.txt │ │ ├── marymathacollege.txt │ │ ├── mauryk12/ │ │ │ └── student.txt │ │ ├── mayatanfoundation.txt │ │ ├── mbway.txt │ │ ├── mcdonogh.txt │ │ ├── mcps.txt │ │ ├── mcqstudent.txt │ │ ├── mcquaid.txt │ │ ├── mcsoxford.txt │ │ ├── mcvts.txt │ │ ├── mdanderson.txt │ │ ├── medinabees.txt │ │ ├── meltwater.txt │ │ ├── menloschool.txt │ │ ├── mesaschool.txt │ │ ├── mfriends.txt │ │ ├── mgs.txt │ │ ├── mhrd.txt │ │ ├── mhusd.txt │ │ ├── mibdu.txt │ │ ├── michaelhouse.txt │ │ ├── midlandps.txt │ │ ├── milkenschool.txt │ │ ├── millardps.txt │ │ ├── millaschool.txt │ │ ├── millasd.txt │ │ ├── millburn.txt │ │ ├── mines-ales.txt │ │ ├── mines-douai.txt │ │ ├── mines-nancy.txt │ │ ├── mines-saint-etienne.txt │ │ ├── misd400.txt │ │ ├── missionacademy.txt │ │ ├── mitmuzaffarpur.txt │ │ ├── miu.txt │ │ ├── mka.txt │ │ ├── mkuniversity.txt │ │ ├── mlschools.txt │ │ ├── mmumullana.txt │ │ ├── mmuusd.txt │ │ ├── monroeps.txt │ │ ├── moorheadschools.txt │ │ ├── moreland.txt │ │ ├── morgank12.txt │ │ ├── morganparkacademy.txt │ │ ├── morrishs.txt │ │ ├── motsd.txt │ │ ├── motthallcs.txt │ │ ├── moundsviewschools.txt │ │ ├── mountainheightsacademy.txt │ │ ├── mpi-sws.txt │ │ ├── mpsaz/ │ │ │ └── students.txt │ │ ├── mpspride.txt │ │ ├── mrc-academy.txt │ │ ├── ms447.txt │ │ ├── msad11.txt │ │ ├── msad49.txt │ │ ├── msi-ggsip.txt │ │ ├── mssm.txt │ │ ├── mtka.txt │ │ ├── mtsm.txt │ │ ├── mtvidyapeeth.txt │ │ ├── mursd.txt │ │ ├── mvsd21.txt │ │ ├── mwschool.txt │ │ ├── my-digital-school.txt │ │ ├── mycommodores.txt │ │ ├── mycva.txt │ │ ├── mycw.txt │ │ ├── mydusd.txt │ │ ├── myimmaculatehs.txt │ │ ├── mynbps.txt │ │ ├── mysandstorm.txt │ │ ├── mysbisd.txt │ │ ├── mysummitps.txt │ │ ├── mytusd.txt │ │ ├── myunit5.txt │ │ ├── nandhaengg.txt │ │ ├── naperville203/ │ │ │ └── stu.txt │ │ ├── nasdstudents.txt │ │ ├── natickps/ │ │ │ └── students.txt │ │ ├── nbexcellence/ │ │ │ └── stu.txt │ │ ├── nbexcellence.txt │ │ ├── nbkrist.txt │ │ ├── nbnet.txt │ │ ├── nbps.txt │ │ ├── ncclschool.txt │ │ ├── nccsk12.txt │ │ ├── ncps-k12.txt │ │ ├── ndfrance.txt │ │ ├── ndpma.txt │ │ ├── neevacademy.txt │ │ ├── nehrucolleges.txt │ │ ├── netherhall.txt │ │ ├── newforestacademy.txt │ │ ├── newmanboston.txt │ │ ├── newmanstudents.txt │ │ ├── newtonsh.txt │ │ ├── nhnnext.txt │ │ ├── nimsuniversity.txt │ │ ├── nkcschools.txt │ │ ├── nlpanthers.txt │ │ ├── nonsuchschool.txt │ │ ├── nordakademie.txt │ │ ├── norfolkacademy.txt │ │ ├── northcross.txt │ │ ├── northeastacademy.txt │ │ ├── northoxfordshire-academy.txt │ │ ├── novaandradina.txt │ │ ├── npenn.txt │ │ ├── npmg.txt │ │ ├── nredlearn.txt │ │ ├── nsbindia.txt │ │ ├── nscsd.txt │ │ ├── nsd.txt │ │ ├── nsd131.txt │ │ ├── nuast.txt │ │ ├── nuevaschool.txt │ │ ├── nusd/ │ │ │ └── students.txt │ │ ├── nusdk12.txt │ │ ├── nutleyschools.txt │ │ ├── nycischool.txt │ │ ├── nyulangone.txt │ │ ├── oakwoodschool/ │ │ │ └── students.txt │ │ ├── oasisarena.txt │ │ ├── obps.txt │ │ ├── oceanoatlantico/ │ │ │ └── fp.txt │ │ ├── ocsi.txt │ │ ├── olatheschools.txt │ │ ├── oldrochester.txt │ │ ├── olgchs.txt │ │ ├── omgau.txt │ │ ├── opgs.txt │ │ ├── oprfhs/ │ │ │ └── student.txt │ │ ├── ops.txt │ │ ├── optima-osvita.txt │ │ ├── orangecsd.txt │ │ ├── orangeusd.txt │ │ ├── orchardview/ │ │ │ └── students.txt │ │ ├── oregoncs.txt │ │ ├── ousd.txt │ │ ├── ovidunivconstanta-edu.txt │ │ ├── owis.txt │ │ ├── oxfordpublicschools/ │ │ │ └── apps.txt │ │ ├── oxfordspiresacademy.txt │ │ ├── paadultschool.txt │ │ ├── pacificcoastacademy.txt │ │ ├── pafa.txt │ │ ├── paideiaschool.txt │ │ ├── palcsmail/ │ │ │ └── stu.txt │ │ ├── palihigh/ │ │ │ └── pchs.txt │ │ ├── palisadessd.txt │ │ ├── palmbeachschools/ │ │ │ └── stu.txt │ │ ├── palmbeachschools.txt │ │ ├── parishepiscopal.txt │ │ ├── park6.txt │ │ ├── parmacityschools.txt │ │ ├── passerellesnumeriques/ │ │ │ └── student.txt │ │ ├── pathfinderstudents.txt │ │ ├── pathfindertech.txt │ │ ├── pawneeschools.txt │ │ ├── pcastudentemail.txt │ │ ├── pccoepune.txt │ │ ├── pcia.txt │ │ ├── pcsb/ │ │ │ └── cat.txt │ │ ├── pcsb.txt │ │ ├── pcscharter.txt │ │ ├── pdsb.txt │ │ ├── pearlandisd.txt │ │ ├── peddie.txt │ │ ├── pennington.txt │ │ ├── perryschools/ │ │ │ └── student.txt │ │ ├── pgcps.txt │ │ ├── philasd.txt │ │ ├── phoenixunion/ │ │ │ └── student.txt │ │ ├── piedmontschools.txt │ │ ├── piggottschool.txt │ │ ├── pingree.txt │ │ ├── pingry.txt │ │ ├── pionir.txt │ │ ├── pisgahpats.txt │ │ ├── plps-k12.txt │ │ ├── plsas.txt │ │ ├── pmlrru.txt │ │ ├── pmsd/ │ │ │ └── students.txt │ │ ├── polandschools/ │ │ │ └── student.txt │ │ ├── polesworthstudents.txt │ │ ├── polyprep.txt │ │ ├── polytechnic-kabul.txt │ │ ├── polytechnique.txt │ │ ├── poornima.txt │ │ ├── popeprep.txt │ │ ├── portnet.txt │ │ ├── potomacschool.txt │ │ ├── pottsboroisd.txt │ │ ├── prospectschools.txt │ │ ├── providenceday.txt │ │ ├── prsd.txt │ │ ├── prsdnj.txt │ │ ├── psdr3/ │ │ │ └── student.txt │ │ ├── psdr3.txt │ │ ├── psdschools.txt │ │ ├── pusdk12.txt │ │ ├── puyallupsd.txt │ │ ├── pvsd.txt │ │ ├── pwcs-edu.txt │ │ ├── qe.txt │ │ ├── qibaodwight.txt │ │ ├── qsi/ │ │ │ └── malta.txt │ │ ├── ransomeverglades.txt │ │ ├── rawsonsaunders.txt │ │ ├── rdale.txt │ │ ├── redcad.txt │ │ ├── redlandschristian.txt │ │ ├── redmondschools.txt │ │ ├── region16ct.txt │ │ ├── regis.txt │ │ ├── renaissanceschool.txt │ │ ├── rhsfultonschools.txt │ │ ├── richland2.txt │ │ ├── rightchoice.txt │ │ ├── risd.txt │ │ ├── riverdell.txt │ │ ├── riversideunified.txt │ │ ├── rjit.txt │ │ ├── rkmshome.txt │ │ ├── rochester-college.txt │ │ ├── rochesterschools.txt │ │ ├── rockwallisd/ │ │ │ └── stu.txt │ │ ├── roeper.txt │ │ ├── roslynschools.txt │ │ ├── roundrockisd.txt │ │ ├── roxburylatin.txt │ │ ├── rozascs.txt │ │ ├── rpufsd.txt │ │ ├── rrce.txt │ │ ├── rtnj.txt │ │ ├── rungta.txt │ │ ├── rutgersprep.txt │ │ ├── rvcschools.txt │ │ ├── rvilleschools.txt │ │ ├── ryecountryday.txt │ │ ├── rzjhs.txt │ │ ├── sageintl.txt │ │ ├── sageschool.txt │ │ ├── saintgits.txt │ │ ├── saintjo.txt │ │ ├── saintjosephregional.txt │ │ ├── saintpaulsrajkot.txt │ │ ├── saintstephens.txt │ │ ├── saitm.txt │ │ ├── salemkeizer.txt │ │ ├── sandbachschool.txt │ │ ├── sany.txt │ │ ├── saratogausd.txt │ │ ├── sasaustin.txt │ │ ├── saschina.txt │ │ ├── sau16.txt │ │ ├── sau26.txt │ │ ├── sau41.txt │ │ ├── sau57.txt │ │ ├── saviochs.txt │ │ ├── sawstonvc.txt │ │ ├── sbcfamily.txt │ │ ├── sboajc.txt │ │ ├── sbs.txt │ │ ├── sbstudents.txt │ │ ├── scarsdaleschools.txt │ │ ├── sccstudents.txt │ │ ├── sch.txt │ │ ├── schs/ │ │ │ └── student.txt │ │ ├── scicu.txt │ │ ├── sciencescom.txt │ │ ├── scls-sh.txt │ │ ├── scmsgroup.txt │ │ ├── scsdb.txt │ │ ├── scsk12/ │ │ │ └── student.txt │ │ ├── sd62learns.txt │ │ ├── seafordhead.txt │ │ ├── seaprep.txt │ │ ├── seattlegirlsschool.txt │ │ ├── seattleschools.txt │ │ ├── sebrsd.txt │ │ ├── secuso.txt │ │ ├── seq.txt │ │ ├── sesd.txt │ │ ├── sfstoledo.txt │ │ ├── sfuhs.txt │ │ ├── sgei.txt │ │ ├── sgs-wa.txt │ │ ├── sh44.txt │ │ ├── shaker/ │ │ │ └── stu.txt │ │ ├── shenschools.txt │ │ ├── shipleyschool.txt │ │ ├── shriswaminarayanmission.txt │ │ ├── shschools.txt │ │ ├── shsd/ │ │ │ └── student.txt │ │ ├── siai.txt │ │ ├── siasindia.txt │ │ ├── sibadi.txt │ │ ├── sineast.txt │ │ ├── sisschools.txt │ │ ├── sjb-liege.txt │ │ ├── sjnacademies.txt │ │ ├── sjsm.txt │ │ ├── sjusd.txt │ │ ├── sluh.txt │ │ ├── smmk12.txt │ │ ├── smolny.txt │ │ ├── smtexas.txt │ │ ├── smuedu.txt │ │ ├── smuhsd.txt │ │ ├── snsct.txt │ │ ├── sonomaacademy.txt │ │ ├── southasia-uni.txt │ │ ├── southwestcoloradoeschool.txt │ │ ├── spartandocs.txt │ │ ├── spartanmed.txt │ │ ├── spencerportschools.txt │ │ ├── spjain.txt │ │ ├── spjimr.txt │ │ ├── splendoraisd.txt │ │ ├── sprucestreetnyc.txt │ │ ├── sps81.txt │ │ ├── spschools.txt │ │ ├── spxabq.txt │ │ ├── srastudents.txt │ │ ├── srcolleges.txt │ │ ├── srcs.txt │ │ ├── srit.txt │ │ ├── ssdmo.txt │ │ ├── ssrvm.txt │ │ ├── sstx.txt │ │ ├── ssvotech.txt │ │ ├── st-andrews/ │ │ │ └── students.txt │ │ ├── st-christophers.txt │ │ ├── st-columbas.txt │ │ ├── staracademies/ │ │ │ └── ebpreston.txt │ │ ├── stbernards.txt │ │ ├── stcharles-stecroix.txt │ │ ├── stcolumbscollege.txt │ │ ├── stcva.txt │ │ ├── stedmundscollege.txt │ │ ├── stemhigh.txt │ │ ├── stevensonschool.txt │ │ ├── stjacademy.txt │ │ ├── stjohnschs.txt │ │ ├── stjohnshigh.txt │ │ ├── stjohnsprep.txt │ │ ├── stjschools.txt │ │ ├── stluc-esa-bxl.txt │ │ ├── stmarksschool.txt │ │ ├── stmarysdelhi.txt │ │ ├── stpaulseoul.txt │ │ ├── stpbb.txt │ │ ├── stpetershuntingdon.txt │ │ ├── stringtheoryschools.txt │ │ ├── strosaire95.txt │ │ ├── stsebs/ │ │ │ └── students.txt │ │ ├── student158.txt │ │ ├── studentasvalencia.txt │ │ ├── stuttgartschools.txt │ │ ├── summitps.txt │ │ ├── sumnersd/ │ │ │ └── stu.txt │ │ ├── sumnersd.txt │ │ ├── sun-tech.txt │ │ ├── sunprairieschools.txt │ │ ├── suttonmail.txt │ │ ├── svak12.txt │ │ ├── svaschool.txt │ │ ├── svcschools.txt │ │ ├── svsd410/ │ │ │ └── students.txt │ │ ├── svvsd.txt │ │ ├── swceschool.txt │ │ ├── sylvaniastudents.txt │ │ ├── syossetschools.txt │ │ ├── taboracademy.txt │ │ ├── tamdistrict/ │ │ │ └── student.txt │ │ ├── tampaprep.txt │ │ ├── tanenbaumchat.txt │ │ ├── tbs-education.txt │ │ ├── tbshs.txt │ │ ├── tcdsb.txt │ │ ├── tcdupage.txt │ │ ├── tcspioneers.txt │ │ ├── tcstudents.txt │ │ ├── technonjr.txt │ │ ├── techvalleyhigh.txt │ │ ├── tehcoll.txt │ │ ├── teriinc.txt │ │ ├── texasonlineprep.txt │ │ ├── tggs-bangkok.txt │ │ ├── thakureducation.txt │ │ ├── thayer.txt │ │ ├── the-klu/ │ │ │ └── stud.txt │ │ ├── the-klu.txt │ │ ├── thecoleshillschool.txt │ │ ├── thedeantrustmoodle.txt │ │ ├── thegraysonschool.txt │ │ ├── thehill.txt │ │ ├── thekaustschool.txt │ │ ├── themountbattenschool.txt │ │ ├── theoakwoodschool.txt │ │ ├── thesummitprep.txt │ │ ├── thiqaruni.txt │ │ ├── ticollege.txt │ │ ├── times2.txt │ │ ├── tka/ │ │ │ └── students.txt │ │ ├── tms-hl.txt │ │ ├── tmsacademy.txt │ │ ├── tonbridge-school.txt │ │ ├── tooeleschools.txt │ │ ├── toulouse-bs.txt │ │ ├── toutlesd.txt │ │ ├── trainatfcoe.txt │ │ ├── tranemo/ │ │ │ └── edu.txt │ │ ├── tremontschool.txt │ │ ├── trinityschoolnyc.txt │ │ ├── trinityvalleyschool/ │ │ │ └── student.txt │ │ ├── trinityvalleyschool.txt │ │ ├── triumemba.txt │ │ ├── tsrs.txt │ │ ├── ttsdstudents.txt │ │ ├── tumo.txt │ │ ├── tusol.txt │ │ ├── tusom.txt │ │ ├── twain239.txt │ │ ├── u-46.txt │ │ ├── ubdtce.txt │ │ ├── ucapanama.txt │ │ ├── ucentralasia.txt │ │ ├── ucnh.txt │ │ ├── udesmontagnes.txt │ │ ├── udsd/ │ │ │ └── stu.txt │ │ ├── ueuromed/ │ │ │ ├── eidia.txt │ │ │ ├── insa.txt │ │ │ └── vac.txt │ │ ├── ufa47.txt │ │ ├── ugmit.txt │ │ ├── uha-ky.txt │ │ ├── umasd.txt │ │ ├── un-ihe.txt │ │ ├── unesco-ihe.txt │ │ ├── unibl.txt │ │ ├── unicaf.txt │ │ ├── unipiaget/ │ │ │ └── cv/ │ │ │ └── alunos.txt │ │ ├── unis.txt │ │ ├── unishanoi.txt │ │ ├── univ-dschang.txt │ │ ├── univ-lyon.txt │ │ ├── universityliberia.txt │ │ ├── universum-ks.txt │ │ ├── uofdjesuit.txt │ │ ├── upeace.txt │ │ ├── upou.txt │ │ ├── upra.txt │ │ ├── urbanschool.txt │ │ ├── us/ │ │ │ └── 42.txt │ │ ├── usd497/ │ │ │ └── students.txt │ │ ├── usenghor-francophonie.txt │ │ ├── ushschool/ │ │ │ └── student.txt │ │ ├── utahmilitaryacademy.txt │ │ ├── utcncst.txt │ │ ├── utcportsmouth.txt │ │ ├── utcwarrington.txt │ │ ├── uwcchina.txt │ │ ├── vailstudents.txt │ │ ├── vansd/ │ │ │ └── student.txt │ │ ├── vardhaman.txt │ │ ├── vcpusd.txt │ │ ├── vcuhealth.txt │ │ ├── veltechmultitech.txt │ │ ├── vidyavihar.txt │ │ ├── vigoschools/ │ │ │ └── student.txt │ │ ├── viitindia.txt │ │ ├── visocloud.txt │ │ ├── vistausd.txt │ │ ├── viva-technology.txt │ │ ├── vjcet.txt │ │ ├── vschsd.txt │ │ ├── vumc.txt │ │ ├── vvsaz.txt │ │ ├── wagonerps.txt │ │ ├── wakefieldschool.txt │ │ ├── walkerschools.txt │ │ ├── walworthacademy.txt │ │ ├── waprep.txt │ │ ├── warnefordschool.txt │ │ ├── warwickschool.txt │ │ ├── washk12.txt │ │ ├── wataugaschools.txt │ │ ├── watershedschool.txt │ │ ├── waukeeschools.txt │ │ ├── waylandps.txt │ │ ├── waysideschools.txt │ │ ├── wbactc.txt │ │ ├── wcboe.txt │ │ ├── wctech.txt │ │ ├── weldre4.txt │ │ ├── welingkar.txt │ │ ├── westada.txt │ │ ├── westboroughk12/ │ │ │ └── student.txt │ │ ├── westerncenter.txt │ │ ├── westex.txt │ │ ├── westportps.txt │ │ ├── wgs.txt │ │ ├── wheatleypark.txt │ │ ├── wheelerschool.txt │ │ ├── whittiertech/ │ │ │ └── student.txt │ │ ├── whpfederation/ │ │ │ └── students.txt │ │ ├── whpfederation.txt │ │ ├── whps.txt │ │ ├── whrhs-stu.txt │ │ ├── williamsvillek12.txt │ │ ├── winchendon.txt │ │ ├── winchesterps.txt │ │ ├── wivcs.txt │ │ ├── wlsv.txt │ │ ├── woodlandstarschool.txt │ │ ├── woodstockacademy.txt │ │ ├── wpsstudent.txt │ │ ├── wpsstudents.txt │ │ ├── wscswarriors.txt │ │ ├── wsd1/ │ │ │ └── live.txt │ │ ├── wsdr4.txt │ │ ├── wsspartans.txt │ │ ├── wusd.txt │ │ ├── wvusd/ │ │ │ └── stu.txt │ │ ├── wvwsd.txt │ │ ├── wwcsd.txt │ │ ├── wwprsd.txt │ │ ├── wychwoodschool.txt │ │ ├── wymondhamcollege.txt │ │ ├── xrds.txt │ │ ├── y115.txt │ │ ├── yarmouthschools.txt │ │ ├── yellowwoodacademy.txt │ │ ├── yhsmonsey.txt │ │ ├── yisseoul.txt │ │ ├── ymtkfas.txt │ │ ├── yorktown.txt │ │ ├── yumingschool.txt │ │ ├── zabalburu.txt │ │ └── zenithuniversitycollege.txt │ ├── pa/ │ │ └── ac/ │ │ ├── oteima.txt │ │ ├── udelas.txt │ │ ├── ulat.txt │ │ ├── unachi.txt │ │ ├── unadp.txt │ │ ├── up.txt │ │ ├── usma.txt │ │ └── utp.txt │ ├── paris/ │ │ ├── etu-digitalschool.txt │ │ └── stu-psbedu.txt │ ├── pe/ │ │ ├── SENATI.txt │ │ ├── edu/ │ │ │ ├── autonoma.txt │ │ │ ├── certus.txt │ │ │ ├── ceticoempresarios.txt │ │ │ ├── champagnat.txt │ │ │ ├── ci.txt │ │ │ ├── cibertec.txt │ │ │ ├── continental.txt │ │ │ ├── drelm/ │ │ │ │ └── iestpmrap.txt │ │ │ ├── epgunheval.txt │ │ │ ├── esan.txt │ │ │ ├── fhpa.txt │ │ │ ├── idat.txt │ │ │ ├── iestpantenororrego.txt │ │ │ ├── iestphuanta.txt │ │ │ ├── istpargentina.txt │ │ │ ├── istrfa.txt │ │ │ ├── isur.txt │ │ │ ├── jpardo.txt │ │ │ ├── khipu.txt │ │ │ ├── lamolina.txt │ │ │ ├── newton.txt │ │ │ ├── pucp.txt │ │ │ ├── salazarbondy.txt │ │ │ ├── sam.txt │ │ │ ├── sil.txt │ │ │ ├── sistemasunica.txt │ │ │ ├── tecsup.txt │ │ │ ├── trentino.txt │ │ │ ├── uancv.txt │ │ │ ├── uandina.txt │ │ │ ├── uap.txt │ │ │ ├── ucsm.txt │ │ │ ├── ucsp.txt │ │ │ ├── ucsur.txt │ │ │ ├── ucv.txt │ │ │ ├── ucvvirtual.txt │ │ │ ├── udch.txt │ │ │ ├── udep.txt │ │ │ ├── udh.txt │ │ │ ├── ue.txt │ │ │ ├── uigv.txt │ │ │ ├── uladech.txt │ │ │ ├── ulasalle.txt │ │ │ ├── ulasamericas.txt │ │ │ ├── ulima.txt │ │ │ ├── umch.txt │ │ │ ├── unac.txt │ │ │ ├── unaj.txt │ │ │ ├── unajma.txt │ │ │ ├── unam.txt │ │ │ ├── unamba.txt │ │ │ ├── unap.txt │ │ │ ├── unas.txt │ │ │ ├── unasam.txt │ │ │ ├── unc.txt │ │ │ ├── uncp.txt │ │ │ ├── undac.txt │ │ │ ├── undc.txt │ │ │ ├── une.txt │ │ │ ├── unfv.txt │ │ │ ├── unh.txt │ │ │ ├── unheval.txt │ │ │ ├── uni.txt │ │ │ ├── unica.txt │ │ │ ├── unife.txt │ │ │ ├── unitek.txt │ │ │ ├── unitru.txt │ │ │ ├── unjbg.txt │ │ │ ├── unjfsc.txt │ │ │ ├── unmsm.txt │ │ │ ├── unp.txt │ │ │ ├── unprg.txt │ │ │ ├── uns.txt │ │ │ ├── unsa.txt │ │ │ ├── unsaac.txt │ │ │ ├── unsch.txt │ │ │ ├── unsm.txt │ │ │ ├── untels.txt │ │ │ ├── untrm.txt │ │ │ ├── untumbes.txt │ │ │ ├── unu.txt │ │ │ ├── up.txt │ │ │ ├── upagu.txt │ │ │ ├── upao.txt │ │ │ ├── upc.txt │ │ │ ├── upch.txt │ │ │ ├── upci.txt │ │ │ ├── upeu.txt │ │ │ ├── upla.txt │ │ │ ├── upsjb.txt │ │ │ ├── upt.txt │ │ │ ├── urp.txt │ │ │ ├── usat/ │ │ │ │ └── estudiante.txt │ │ │ ├── usat.txt │ │ │ ├── usil.txt │ │ │ ├── usmp.txt │ │ │ ├── usp.txt │ │ │ ├── uss/ │ │ │ │ └── crece.txt │ │ │ ├── utea.txt │ │ │ ├── utec.txt │ │ │ ├── utp.txt │ │ │ ├── uwiener.txt │ │ │ └── vallegrande.txt │ │ ├── isil.txt │ │ ├── net/ │ │ │ └── rcp.txt │ │ ├── newton.txt │ │ ├── pucp.txt │ │ ├── uarm.txt │ │ ├── uch.txt │ │ ├── ucss.txt │ │ ├── udep.txt │ │ ├── uladech.txt │ │ ├── unac.txt │ │ ├── uni.txt │ │ ├── unsa.txt │ │ ├── upch.txt │ │ ├── upn.txt │ │ ├── upt.txt │ │ ├── urp.txt │ │ ├── usil.txt │ │ ├── usmp.txt │ │ └── zegelipae.txt │ ├── pf/ │ │ ├── ac-polynesie.txt │ │ ├── ddec/ │ │ │ └── clm.txt │ │ ├── edu/ │ │ │ └── ddec/ │ │ │ └── clm.txt │ │ └── upf.txt │ ├── pg/ │ │ └── ac/ │ │ ├── dwu.txt │ │ ├── pau.txt │ │ ├── unitech.txt │ │ ├── uog.txt │ │ └── upng.txt │ ├── ph/ │ │ ├── com/ │ │ │ └── globe.txt │ │ ├── depedmarikina.txt │ │ ├── dlsu.txt │ │ ├── edu/ │ │ │ ├── access.txt │ │ │ ├── aclcbutuan.txt │ │ │ ├── adamson.txt │ │ │ ├── addu.txt │ │ │ ├── admu.txt │ │ │ ├── adnu.txt │ │ │ ├── adzu.txt │ │ │ ├── aes.txt │ │ │ ├── ama.txt │ │ │ ├── apc.txt │ │ │ ├── arellano.txt │ │ │ ├── asiancollege.txt │ │ │ ├── auf.txt │ │ │ ├── aup.txt │ │ │ ├── batstate-u.txt │ │ │ ├── benilde.txt │ │ │ ├── bicol-u.txt │ │ │ ├── bpsu.txt │ │ │ ├── bsu.txt │ │ │ ├── buksu.txt │ │ │ ├── bulsu.txt │ │ │ ├── capsu.txt │ │ │ ├── carsu.txt │ │ │ ├── cbsua.txt │ │ │ ├── cca.txt │ │ │ ├── ceu.txt │ │ │ ├── ciit.txt │ │ │ ├── cksc.txt │ │ │ ├── cmu.txt │ │ │ ├── cpu.txt │ │ │ ├── csav.txt │ │ │ ├── cspc.txt │ │ │ ├── csucarig.txt │ │ │ ├── csucc.txt │ │ │ ├── ctu.txt │ │ │ ├── cu.txt │ │ │ ├── cvsu.txt │ │ │ ├── davaodoctors.txt │ │ │ ├── dlsl.txt │ │ │ ├── dlsu.txt │ │ │ ├── dlsud.txt │ │ │ ├── dmmmsu.txt │ │ │ ├── dnsc.txt │ │ │ ├── dorsu.txt │ │ │ ├── eac.txt │ │ │ ├── eclaro.txt │ │ │ ├── evsu.txt │ │ │ ├── fatima/ │ │ │ │ └── student.txt │ │ │ ├── featiu.txt │ │ │ ├── feu.txt │ │ │ ├── feualabang.txt │ │ │ ├── feutech.txt │ │ │ ├── fit.txt │ │ │ ├── gordoncollege.txt │ │ │ ├── hau.txt │ │ │ ├── hcdc.txt │ │ │ ├── heroes1979.txt │ │ │ ├── holycrosscollegepampanga.txt │ │ │ ├── holyspirit.txt │ │ │ ├── htcgsc/ │ │ │ │ └── online.txt │ │ │ ├── iacademy.txt │ │ │ ├── informatics.txt │ │ │ ├── isatu/ │ │ │ │ └── students.txt │ │ │ ├── isu.txt │ │ │ ├── ksu.txt │ │ │ ├── lcup.txt │ │ │ ├── liceo.txt │ │ │ ├── lpubatangas.txt │ │ │ ├── lpunetwork.txt │ │ │ ├── mapua.txt │ │ │ ├── mcm.txt │ │ │ ├── mcu.txt │ │ │ ├── mintcollege.txt │ │ │ ├── mlqu.txt │ │ │ ├── mmsu.txt │ │ │ ├── mscmarinduque.txt │ │ │ ├── mseuf.txt │ │ │ ├── msuiit.txt │ │ │ ├── msumain.txt │ │ │ ├── mvc.txt │ │ │ ├── national-u/ │ │ │ │ └── students.txt │ │ │ ├── ncf.txt │ │ │ ├── ncst.txt │ │ │ ├── ndmu.txt │ │ │ ├── nemsu.txt │ │ │ ├── neu.txt │ │ │ ├── newbrighton.txt │ │ │ ├── nonescost.txt │ │ │ ├── norsu.txt │ │ │ ├── ntc.txt │ │ │ ├── nu-fairview/ │ │ │ │ └── students.txt │ │ │ ├── nu-lipa/ │ │ │ │ └── students.txt │ │ │ ├── nu.txt │ │ │ ├── nvsu.txt │ │ │ ├── palawan/ │ │ │ │ └── psu.txt │ │ │ ├── paterostechnologicalcollege.txt │ │ │ ├── pcu.txt │ │ │ ├── phinma.txt │ │ │ ├── plm.txt │ │ │ ├── plmun.txt │ │ │ ├── pnunl.txt │ │ │ ├── psu.txt │ │ │ ├── pup.txt │ │ │ ├── purisima.txt │ │ │ ├── rtu.txt │ │ │ ├── sanbeda.txt │ │ │ ├── sccpag.txt │ │ │ ├── sdssu.txt │ │ │ ├── sgen.txt │ │ │ ├── shc.txt │ │ │ ├── sjcs.txt │ │ │ ├── sjit.txt │ │ │ ├── slsu.txt │ │ │ ├── slu.txt │ │ │ ├── smciligan/ │ │ │ │ └── my.txt │ │ │ ├── smu.txt │ │ │ ├── sorsu.txt │ │ │ ├── spcba.txt │ │ │ ├── ssct.txt │ │ │ ├── ssu.txt │ │ │ ├── stellamarisdavao.txt │ │ │ ├── stjude.txt │ │ │ ├── su.txt │ │ │ ├── swu.txt │ │ │ ├── tau.txt │ │ │ ├── thelewiscollege.txt │ │ │ ├── tip.txt │ │ │ ├── trimexcolleges.txt │ │ │ ├── tsu/ │ │ │ │ └── student.txt │ │ │ ├── tup.txt │ │ │ ├── ua.txt │ │ │ ├── ub.txt │ │ │ ├── udm.txt │ │ │ ├── ue.txt │ │ │ ├── uerm.txt │ │ │ ├── uic.txt │ │ │ ├── umak.txt │ │ │ ├── umindanao.txt │ │ │ ├── unc.txt │ │ │ ├── unep.txt │ │ │ ├── uno-r.txt │ │ │ ├── unp.txt │ │ │ ├── up.txt │ │ │ ├── upb.txt │ │ │ ├── upd.txt │ │ │ ├── uplb.txt │ │ │ ├── upm.txt │ │ │ ├── upmin.txt │ │ │ ├── upv.txt │ │ │ ├── usa.txt │ │ │ ├── usc.txt │ │ │ ├── usep.txt │ │ │ ├── usjr.txt │ │ │ ├── usls.txt │ │ │ ├── usm.txt │ │ │ ├── ust-legazpi.txt │ │ │ ├── ust.txt │ │ │ ├── ustp.txt │ │ │ ├── uv.txt │ │ │ ├── vmuf.txt │ │ │ ├── vsu.txt │ │ │ ├── wesleyan.txt │ │ │ ├── wmsu.txt │ │ │ ├── wvsu.txt │ │ │ └── xu.txt │ │ ├── educ.txt │ │ ├── gov/ │ │ │ └── deped.txt │ │ ├── iacademy.txt │ │ ├── net/ │ │ │ └── evis.txt │ │ ├── org/ │ │ │ └── mfi.txt │ │ ├── pma.txt │ │ ├── sti/ │ │ │ ├── fairview.txt │ │ │ └── novaliches.txt │ │ └── usp.txt │ ├── pk/ │ │ ├── cust.txt │ │ ├── edu/ │ │ │ ├── abasyn.txt │ │ │ ├── abasynisb.txt │ │ │ ├── acecollege.txt │ │ │ ├── agc.txt │ │ │ ├── aiou.txt │ │ │ ├── aitchison.txt │ │ │ ├── ajku.txt │ │ │ ├── aldirasat.txt │ │ │ ├── alkhair.txt │ │ │ ├── ami.txt │ │ │ ├── angelscollege.txt │ │ │ ├── apiit.txt │ │ │ ├── au.txt │ │ │ ├── aup.txt │ │ │ ├── bahria.txt │ │ │ ├── bbsul.txt │ │ │ ├── bh.txt │ │ │ ├── bnu.txt │ │ │ ├── buetk.txt │ │ │ ├── buitms.txt │ │ │ ├── bzu.txt │ │ │ ├── case.txt │ │ │ ├── cecos.txt │ │ │ ├── cedar.txt │ │ │ ├── ceme/ │ │ │ │ └── ce.txt │ │ │ ├── ciit-attock.txt │ │ │ ├── ciitlahore.txt │ │ │ ├── ciitwah.txt │ │ │ ├── comsats/ │ │ │ │ ├── isbstudent.txt │ │ │ │ └── student.txt │ │ │ ├── concordia.txt │ │ │ ├── cosmiq.txt │ │ │ ├── crescentschool.txt │ │ │ ├── csn.txt │ │ │ ├── cuiatd.txt │ │ │ ├── cuiatk.txt │ │ │ ├── cuilahore.txt │ │ │ ├── cuivehari.txt │ │ │ ├── cuiwah.txt │ │ │ ├── dadabhoy.txt │ │ │ ├── dsu.txt │ │ │ ├── duhs.txt │ │ │ ├── fast.txt │ │ │ ├── fccollege/ │ │ │ │ └── formanite.txt │ │ │ ├── fccollege.txt │ │ │ ├── fjwu/ │ │ │ │ └── se.txt │ │ │ ├── fps.txt │ │ │ ├── fu.txt │ │ │ ├── fuuast.txt │ │ │ ├── gandhara.txt │ │ │ ├── gcslahore.txt │ │ │ ├── gcu.txt │ │ │ ├── gcuf.txt │ │ │ ├── gcwuf.txt │ │ │ ├── gift.txt │ │ │ ├── giki.txt │ │ │ ├── gist.txt │ │ │ ├── global.txt │ │ │ ├── gu.txt │ │ │ ├── habib/ │ │ │ │ ├── sse.txt │ │ │ │ └── st.txt │ │ │ ├── habibschools.txt │ │ │ ├── hamdard.txt │ │ │ ├── hitecuni.txt │ │ │ ├── hu.txt │ │ │ ├── iba-suk.txt │ │ │ ├── iba.txt │ │ │ ├── ibacc.txt │ │ │ ├── ibitpu.txt │ │ │ ├── ifs.txt │ │ │ ├── iiee.txt │ │ │ ├── iiu.txt │ │ │ ├── imsciences.txt │ │ │ ├── indus.txt │ │ │ ├── inuswat.txt │ │ │ ├── iobm.txt │ │ │ ├── iqra.txt │ │ │ ├── iqraisb.txt │ │ │ ├── isra.txt │ │ │ ├── ist.txt │ │ │ ├── itu.txt │ │ │ ├── iub.txt │ │ │ ├── iunc.txt │ │ │ ├── jinnah.txt │ │ │ ├── juw.txt │ │ │ ├── kasbit.txt │ │ │ ├── kfueit.txt │ │ │ ├── kite.txt │ │ │ ├── kiu.txt │ │ │ ├── kmdc.txt │ │ │ ├── ksa.txt │ │ │ ├── kust.txt │ │ │ ├── lcwu.txt │ │ │ ├── leads.txt │ │ │ ├── lgu.txt │ │ │ ├── luawms.txt │ │ │ ├── lumhs.txt │ │ │ ├── lums.txt │ │ │ ├── maju.txt │ │ │ ├── mcs/ │ │ │ │ └── students.txt │ │ │ ├── mehrancolleges.txt │ │ │ ├── miu.txt │ │ │ ├── mnsuam.txt │ │ │ ├── mnsuet.txt │ │ │ ├── muet.txt │ │ │ ├── mul.txt │ │ │ ├── myers.txt │ │ │ ├── namal.txt │ │ │ ├── nca.txt │ │ │ ├── neduet.txt │ │ │ ├── nfciet.txt │ │ │ ├── nhu.txt │ │ │ ├── nu/ │ │ │ │ └── student.txt │ │ │ ├── nu.txt │ │ │ ├── numl.txt │ │ │ ├── numls.txt │ │ │ ├── nust.txt │ │ │ ├── nutech.txt │ │ │ ├── nwfpuet.txt │ │ │ ├── paf-iast/ │ │ │ │ └── fecid.txt │ │ │ ├── pafkiet.txt │ │ │ ├── pakaims.txt │ │ │ ├── pics.txt │ │ │ ├── pieas.txt │ │ │ ├── pu.txt │ │ │ ├── pucit.txt │ │ │ ├── pugc.txt │ │ │ ├── qau.txt │ │ │ ├── qu.txt │ │ │ ├── quest.txt │ │ │ ├── qurtuba.txt │ │ │ ├── riphah.txt │ │ │ ├── salu.txt │ │ │ ├── sau.txt │ │ │ ├── scarsdale.txt │ │ │ ├── seecs.txt │ │ │ ├── shu.txt │ │ │ ├── smiu.txt │ │ │ ├── smme.txt │ │ │ ├── ssuet.txt │ │ │ ├── suit.txt │ │ │ ├── superior.txt │ │ │ ├── szabist.txt │ │ │ ├── tip.txt │ │ │ ├── tuf.txt │ │ │ ├── uaar.txt │ │ │ ├── uaf.txt │ │ │ ├── ucp.txt │ │ │ ├── ue.txt │ │ │ ├── uet/ │ │ │ │ └── student.txt │ │ │ ├── uet.txt │ │ │ ├── uetmardan.txt │ │ │ ├── uetpeshawar.txt │ │ │ ├── uettaxila.txt │ │ │ ├── umt.txt │ │ │ ├── unw.txt │ │ │ ├── uoe.txt │ │ │ ├── uog.txt │ │ │ ├── uok.txt │ │ │ ├── uol.txt │ │ │ ├── uom.txt │ │ │ ├── uop.txt │ │ │ ├── uos.txt │ │ │ ├── uosahiwal.txt │ │ │ ├── uot.txt │ │ │ ├── uow/ │ │ │ │ └── student.txt │ │ │ ├── usa.txt │ │ │ ├── usindh.txt │ │ │ ├── uskt.txt │ │ │ ├── ustb.txt │ │ │ ├── uvas.txt │ │ │ ├── vcomsats.txt │ │ │ ├── vu.txt │ │ │ ├── wahmedicalcollege.txt │ │ │ ├── wisdomhouse.txt │ │ │ └── zawiya.txt │ │ ├── org/ │ │ │ └── niab.txt │ │ ├── szabist-isb.txt │ │ └── szabist.txt │ ├── pl/ │ │ ├── 2lo.txt │ │ ├── 2lopoznan.txt │ │ ├── akademiabialska/ │ │ │ ├── dyd.txt │ │ │ └── stud.txt │ │ ├── akademiaslaska/ │ │ │ └── student.txt │ │ ├── aktywnaedukacja.txt │ │ ├── ans-elblag.txt │ │ ├── ansleszno/ │ │ │ └── student.txt │ │ ├── bialystok/ │ │ │ └── pb.txt │ │ ├── bielsko/ │ │ │ ├── ath.txt │ │ │ ├── lo5.txt │ │ │ └── wsa.txt │ │ ├── biskupiak.txt │ │ ├── bochnia/ │ │ │ └── zs1.txt │ │ ├── bydgoszcz/ │ │ │ ├── amuz.txt │ │ │ └── wsb/ │ │ │ └── student.txt │ │ ├── bytom/ │ │ │ └── 4lo.txt │ │ ├── cdv.txt │ │ ├── cedim.txt │ │ ├── chelm/ │ │ │ └── pwsz.txt │ │ ├── ciezkowice/ │ │ │ └── zsoiz.txt │ │ ├── collegiumwitelona/ │ │ │ └── studenci.txt │ │ ├── collegiumwitelona.txt │ │ ├── com/ │ │ │ ├── onlineszkolafilmowa.txt │ │ │ ├── primus.txt │ │ │ ├── skawina/ │ │ │ │ └── sp1.txt │ │ │ ├── spoleczna.txt │ │ │ ├── technikumlodz.txt │ │ │ └── wst.txt │ │ ├── cyfroweszkoly.txt │ │ ├── czest/ │ │ │ ├── ajd.txt │ │ │ ├── lo3msz.txt │ │ │ └── pcz.txt │ │ ├── debinka.txt │ │ ├── domeyko.txt │ │ ├── edja/ │ │ │ └── live.txt │ │ ├── edu/ │ │ │ ├── 3lo.txt │ │ │ ├── afm.txt │ │ │ ├── agh/ │ │ │ │ └── student.txt │ │ │ ├── agh.txt │ │ │ ├── ajp/ │ │ │ │ └── student.txt │ │ │ ├── ajp.txt │ │ │ ├── akademeia.txt │ │ │ ├── akademiakaliska.txt │ │ │ ├── aksim.txt │ │ │ ├── al/ │ │ │ │ └── stu.txt │ │ │ ├── alestaszic.txt │ │ │ ├── amb.txt │ │ │ ├── amu.txt │ │ │ ├── amwaw.txt │ │ │ ├── anstar/ │ │ │ │ └── student.txt │ │ │ ├── ap.txt │ │ │ ├── aps.txt │ │ │ ├── aspkat.txt │ │ │ ├── at.txt │ │ │ ├── ath.txt │ │ │ ├── awf.txt │ │ │ ├── awl.txt │ │ │ ├── batory.txt │ │ │ ├── brzozowa5.txt │ │ │ ├── bsr.txt │ │ │ ├── camk.txt │ │ │ ├── cft.txt │ │ │ ├── chopin.txt │ │ │ ├── civitas.txt │ │ │ ├── collegium.txt │ │ │ ├── dsw/ │ │ │ │ └── student.txt │ │ │ ├── dsw.txt │ │ │ ├── eas.txt │ │ │ ├── effekt/ │ │ │ │ └── sluchacz.txt │ │ │ ├── elektryk.txt │ │ │ ├── elodz/ │ │ │ │ ├── lo1.txt │ │ │ │ ├── lo12.txt │ │ │ │ ├── lo25.txt │ │ │ │ ├── lo26.txt │ │ │ │ ├── lo31.txt │ │ │ │ ├── zsp5.txt │ │ │ │ ├── zsp9.txt │ │ │ │ └── zsti.txt │ │ │ ├── eppuz.txt │ │ │ ├── europejskauczelnia.txt │ │ │ ├── ewsie.txt │ │ │ ├── ezn.txt │ │ │ ├── fsdm.txt │ │ │ ├── fundacjaszkolna.txt │ │ │ ├── fuw.txt │ │ │ ├── gssr.txt │ │ │ ├── gumed.txt │ │ │ ├── gwsp.txt │ │ │ ├── herbert99lo.txt │ │ │ ├── humanitas365.txt │ │ │ ├── icm.txt │ │ │ ├── ifj.txt │ │ │ ├── igf.txt │ │ │ ├── ignatianum/ │ │ │ │ └── student.txt │ │ │ ├── ikifp.txt │ │ │ ├── infotech.txt │ │ │ ├── ios.txt │ │ │ ├── kasprzak.txt │ │ │ ├── kopernik.txt │ │ │ ├── kozminski.txt │ │ │ ├── ksw.txt │ │ │ ├── kul/ │ │ │ │ └── student.txt │ │ │ ├── kwspz.txt │ │ │ ├── law.txt │ │ │ ├── lazarski.txt │ │ │ ├── lckziu.txt │ │ │ ├── legnica/ │ │ │ │ ├── pwsz/ │ │ │ │ │ ├── gsuite.txt │ │ │ │ │ ├── stud.txt │ │ │ │ │ └── studenci.txt │ │ │ │ ├── pwsz.txt │ │ │ │ ├── wa.txt │ │ │ │ └── zsa.txt │ │ │ ├── liceum-andrychow/ │ │ │ │ └── uczen.txt │ │ │ ├── liceum-wolsztyn.txt │ │ │ ├── liceum3-konin.txt │ │ │ ├── lo2kk/ │ │ │ │ └── uczen.txt │ │ │ ├── lo49.txt │ │ │ ├── malachowianka.txt │ │ │ ├── mateja.txt │ │ │ ├── mickiewicz.txt │ │ │ ├── mimuw.txt │ │ │ ├── mup/ │ │ │ │ └── student.txt │ │ │ ├── mup.txt │ │ │ ├── narwik.txt │ │ │ ├── nencki.txt │ │ │ ├── nobell.txt │ │ │ ├── osw.txt │ │ │ ├── pack.txt │ │ │ ├── pb.txt │ │ │ ├── pbs.txt │ │ │ ├── pg.txt │ │ │ ├── pio.txt │ │ │ ├── pja.txt │ │ │ ├── pjwstk.txt │ │ │ ├── pk.txt │ │ │ ├── po/ │ │ │ │ └── student.txt │ │ │ ├── pollub.txt │ │ │ ├── prz.txt │ │ │ ├── pspo.txt │ │ │ ├── pswbp/ │ │ │ │ └── student.txt │ │ │ ├── ptz.txt │ │ │ ├── puls.txt │ │ │ ├── pum.txt │ │ │ ├── put.txt │ │ │ ├── puzim.txt │ │ │ ├── pw.txt │ │ │ ├── pwr.txt │ │ │ ├── pwsip.txt │ │ │ ├── pwste.txt │ │ │ ├── pwsz/ │ │ │ │ ├── student/ │ │ │ │ │ └── m.txt │ │ │ │ └── student.txt │ │ │ ├── pwsz-gniezno/ │ │ │ │ └── studenci.txt │ │ │ ├── pwsz-kalisz.txt │ │ │ ├── pwsz-ns.txt │ │ │ ├── pwszchelm.txt │ │ │ ├── pwsztar/ │ │ │ │ └── student.txt │ │ │ ├── pwsztar.txt │ │ │ ├── pzslopuszno.txt │ │ │ ├── raciborz/ │ │ │ │ ├── pwsz/ │ │ │ │ │ └── student.txt │ │ │ │ └── zsm.txt │ │ │ ├── realizacjadzwieku.txt │ │ │ ├── san.txt │ │ │ ├── sci.txt │ │ │ ├── sggw.txt │ │ │ ├── skarga.txt │ │ │ ├── smcebi.txt │ │ │ ├── sp12w.txt │ │ │ ├── sp341.txt │ │ │ ├── sp6rumia.txt │ │ │ ├── spark.txt │ │ │ ├── sredniawski.txt │ │ │ ├── stonabemowie.txt │ │ │ ├── student-afm.txt │ │ │ ├── sum.txt │ │ │ ├── swps.txt │ │ │ ├── szkola8.txt │ │ │ ├── szkolakolumba.txt │ │ │ ├── teb.txt │ │ │ ├── technikum19.txt │ │ │ ├── tis.txt │ │ │ ├── tm1.txt │ │ │ ├── to.txt │ │ │ ├── tychy/ │ │ │ │ └── zs4.txt │ │ │ ├── tyszkiewicz.txt │ │ │ ├── tzn.txt │ │ │ ├── tzndg/ │ │ │ │ └── student.txt │ │ │ ├── uap.txt │ │ │ ├── ubb/ │ │ │ │ └── student.txt │ │ │ ├── uczelniaoswiecim/ │ │ │ │ └── student.txt │ │ │ ├── uekat.txt │ │ │ ├── ug.txt │ │ │ ├── uj.txt │ │ │ ├── ujd.txt │ │ │ ├── ujk/ │ │ │ │ └── student.txt │ │ │ ├── ujk.txt │ │ │ ├── uksw.txt │ │ │ ├── ukw.txt │ │ │ ├── umb.txt │ │ │ ├── umcs/ │ │ │ │ └── live.txt │ │ │ ├── umg.txt │ │ │ ├── ump.txt │ │ │ ├── umw/ │ │ │ │ └── student.txt │ │ │ ├── uniwersytetkaliski.txt │ │ │ ├── up/ │ │ │ │ └── student.txt │ │ │ ├── uph.txt │ │ │ ├── upjp2.txt │ │ │ ├── upwr/ │ │ │ │ └── student.txt │ │ │ ├── upwr.txt │ │ │ ├── ur.txt │ │ │ ├── urk.txt │ │ │ ├── us.txt │ │ │ ├── usz.txt │ │ │ ├── uth.txt │ │ │ ├── utp.txt │ │ │ ├── uw.txt │ │ │ ├── uwb.txt │ │ │ ├── uwm.txt │ │ │ ├── uwr.txt │ │ │ ├── viiipalo.txt │ │ │ ├── vilo.txt │ │ │ ├── vistula.txt │ │ │ ├── wab/ │ │ │ │ └── student.txt │ │ │ ├── wat/ │ │ │ │ └── woli.txt │ │ │ ├── wat.txt │ │ │ ├── wit.txt │ │ │ ├── woli.txt │ │ │ ├── wsb-nlu.txt │ │ │ ├── wsb.txt │ │ │ ├── wsei.txt │ │ │ ├── wseiz.txt │ │ │ ├── wsfip.txt │ │ │ ├── wsfiz.txt │ │ │ ├── wsge.txt │ │ │ ├── wsh.txt │ │ │ ├── wsi/ │ │ │ │ └── stud.txt │ │ │ ├── wsinf.txt │ │ │ ├── wsisiz.txt │ │ │ ├── wsiz.txt │ │ │ ├── wsksim.txt │ │ │ ├── wsosp.txt │ │ │ ├── wspa.txt │ │ │ ├── wspiz.txt │ │ │ ├── wsse.txt │ │ │ ├── wszib.txt │ │ │ ├── wszim.txt │ │ │ ├── wum/ │ │ │ │ └── student.txt │ │ │ ├── wum.txt │ │ │ ├── wumed.txt │ │ │ ├── wwsi.txt │ │ │ ├── zamoyski.txt │ │ │ ├── zs1piekary.txt │ │ │ ├── zs6sobieski.txt │ │ │ ├── zsart.txt │ │ │ ├── zschie/ │ │ │ │ └── student.txt │ │ │ ├── zseil.txt │ │ │ ├── zsel.txt │ │ │ ├── zsem/ │ │ │ │ └── ucn.txt │ │ │ ├── zsgdow.txt │ │ │ ├── zsgorzyce.txt │ │ │ ├── zsnr4.txt │ │ │ ├── zspwni.txt │ │ │ ├── zst-ostrow.txt │ │ │ ├── zst-sopot.txt │ │ │ ├── zstie.txt │ │ │ ├── zstio.txt │ │ │ ├── zsz1.txt │ │ │ ├── zsziok.txt │ │ │ ├── zszpultusk.txt │ │ │ ├── zut.txt │ │ │ └── zyrardow.txt │ │ ├── eduwarszawa/ │ │ │ └── uczen.txt │ │ ├── erzeszow/ │ │ │ └── edu.txt │ │ ├── ezse.txt │ │ ├── gda/ │ │ │ ├── amg.txt │ │ │ ├── amuz.txt │ │ │ ├── asp.txt │ │ │ ├── awf.txt │ │ │ ├── pg.txt │ │ │ ├── univ.txt │ │ │ └── wsb.txt │ │ ├── gdansk/ │ │ │ ├── edu/ │ │ │ │ └── sp61.txt │ │ │ └── edu.txt │ │ ├── gdynia/ │ │ │ ├── amw.txt │ │ │ ├── lo3.txt │ │ │ └── wsb.txt │ │ ├── gliwice/ │ │ │ ├── zsl.txt │ │ │ └── zsti.txt │ │ ├── gov/ │ │ │ ├── iimcb.txt │ │ │ ├── ippt.txt │ │ │ └── nencki.txt │ │ ├── gwsh.txt │ │ ├── ilo.txt │ │ ├── info/ │ │ │ └── lo1.txt │ │ ├── kalisz/ │ │ │ └── zste.txt │ │ ├── katowice/ │ │ │ ├── am.txt │ │ │ ├── awf.txt │ │ │ ├── slam.txt │ │ │ ├── sltzn.txt │ │ │ ├── ue.txt │ │ │ └── zdz/ │ │ │ ├── katowice.txt │ │ │ └── sosnowiec.txt │ │ ├── kielce/ │ │ │ ├── tu.txt │ │ │ └── zsi.txt │ │ ├── klucznet/ │ │ │ └── zslt.txt │ │ ├── kolbuszowa/ │ │ │ └── zst.txt │ │ ├── kopernikus.txt │ │ ├── koszalin/ │ │ │ └── tu.txt │ │ ├── krakow/ │ │ │ ├── ae.txt │ │ │ ├── amuz.txt │ │ │ ├── ar.txt │ │ │ ├── asp/ │ │ │ │ └── stud.txt │ │ │ ├── awf.txt │ │ │ ├── elektryk2/ │ │ │ │ └── gsuite.txt │ │ │ ├── lo31.txt │ │ │ ├── sobieski/ │ │ │ │ └── student.txt │ │ │ ├── tk.txt │ │ │ ├── tl.txt │ │ │ ├── uek.txt │ │ │ ├── up.txt │ │ │ ├── ur.txt │ │ │ ├── v-lo.txt │ │ │ ├── wse.txt │ │ │ ├── wsp.txt │ │ │ ├── wszib.txt │ │ │ ├── xlilo.txt │ │ │ ├── zse.txt │ │ │ └── zsel1.txt │ │ ├── krasiniak.txt │ │ ├── krosno/ │ │ │ └── kpu.txt │ │ ├── kul.txt │ │ ├── kwiatek365.txt │ │ ├── kwspz.txt │ │ ├── lazarski.txt │ │ ├── leszno/ │ │ │ └── zset.txt │ │ ├── liceum-davinci.txt │ │ ├── liceumwchmurze.txt │ │ ├── lo-niepolomice.txt │ │ ├── lo2gdynia.txt │ │ ├── lobiecz.txt │ │ ├── lodz/ │ │ │ ├── ahe.txt │ │ │ ├── asp/ │ │ │ │ ├── edu.txt │ │ │ │ └── mail.txt │ │ │ ├── p/ │ │ │ │ ├── edu.txt │ │ │ │ └── liceum.txt │ │ │ ├── p.txt │ │ │ ├── umed/ │ │ │ │ └── stud.txt │ │ │ ├── umed.txt │ │ │ ├── uni/ │ │ │ │ └── math.txt │ │ │ ├── uni.txt │ │ │ ├── uns.txt │ │ │ └── wsb/ │ │ │ └── student.txt │ │ ├── loilza.txt │ │ ├── loskawina.txt │ │ ├── lubartow/ │ │ │ └── zs2.txt │ │ ├── lublin/ │ │ │ ├── jadwiga.txt │ │ │ ├── kul.txt │ │ │ ├── paderewski.txt │ │ │ ├── umcs.txt │ │ │ └── wsei.txt │ │ ├── lukow/ │ │ │ └── zs3.txt │ │ ├── mechaniktg/ │ │ │ └── uczen.txt │ │ ├── merito/ │ │ │ ├── bydgoszcz/ │ │ │ │ └── student.txt │ │ │ ├── gdansk/ │ │ │ │ └── student.txt │ │ │ ├── gdynia/ │ │ │ │ └── student.txt │ │ │ ├── poznan/ │ │ │ │ └── student.txt │ │ │ ├── torun/ │ │ │ │ └── student.txt │ │ │ ├── warszawa/ │ │ │ │ └── student.txt │ │ │ └── wroclaw/ │ │ │ └── student.txt │ │ ├── merito.txt │ │ ├── mielec/ │ │ │ └── kopernik.txt │ │ ├── mil/ │ │ │ ├── akademia/ │ │ │ │ └── student.txt │ │ │ └── law.txt │ │ ├── mojasiodemka.txt │ │ ├── mojcosinus.txt │ │ ├── muzycznaradom.txt │ │ ├── net/ │ │ │ └── zst.txt │ │ ├── nysa/ │ │ │ └── pwsz/ │ │ │ └── st.txt │ │ ├── olsztyn/ │ │ │ └── zsek.txt │ │ ├── opole/ │ │ │ ├── po.txt │ │ │ ├── uni.txt │ │ │ ├── wsb/ │ │ │ │ └── student.txt │ │ │ └── wszia/ │ │ │ └── g.txt │ │ ├── opolskie/ │ │ │ └── eszkola.txt │ │ ├── pansp/ │ │ │ └── s.txt │ │ ├── pcz.txt │ │ ├── pijarzy/ │ │ │ └── liceum.txt │ │ ├── pila/ │ │ │ └── pwsz.txt │ │ ├── pollub.txt │ │ ├── polsl.txt │ │ ├── poznan/ │ │ │ ├── au.txt │ │ │ ├── awf.txt │ │ │ ├── ibch.txt │ │ │ ├── ilim.txt │ │ │ ├── put.txt │ │ │ ├── ue.txt │ │ │ ├── up.txt │ │ │ ├── usoms.txt │ │ │ ├── wsb.txt │ │ │ └── zsk.txt │ │ ├── pulawy/ │ │ │ └── 1lo.txt │ │ ├── pwste.txt │ │ ├── pwsz.txt │ │ ├── pwszchelm.txt │ │ ├── pzsbierun.txt │ │ ├── q4/ │ │ │ └── zss.txt │ │ ├── radom/ │ │ │ ├── 2lo.txt │ │ │ ├── czachowski.txt │ │ │ ├── man.txt │ │ │ └── zst.txt │ │ ├── rzeszow/ │ │ │ ├── 1lo.txt │ │ │ ├── prz.txt │ │ │ ├── urstud.txt │ │ │ ├── wsiz/ │ │ │ │ └── student.txt │ │ │ └── wsiz.txt │ │ ├── sggw.txt │ │ ├── siedlce/ │ │ │ └── ap.txt │ │ ├── slosw.txt │ │ ├── slupsk/ │ │ │ └── drzewniak.txt │ │ ├── sniadek/ │ │ │ └── sbs.txt │ │ ├── sp13bielsko.txt │ │ ├── sp2kroscienko.txt │ │ ├── spsk/ │ │ │ └── lodz.txt │ │ ├── spzoi151.txt │ │ ├── ssp26.txt │ │ ├── ssw-sopot.txt │ │ ├── stargard/ │ │ │ └── zs1/ │ │ │ └── u.txt │ │ ├── stipendium.txt │ │ ├── studentwsei.txt │ │ ├── suwalki/ │ │ │ └── zst.txt │ │ ├── szczecin/ │ │ │ ├── ar.txt │ │ │ ├── pm.txt │ │ │ ├── tuniv.txt │ │ │ ├── univ.txt │ │ │ ├── wsb/ │ │ │ │ └── student.txt │ │ │ └── zpsb.txt │ │ ├── szkola1.txt │ │ ├── tarnow/ │ │ │ ├── ii-lo.txt │ │ │ ├── iii-lo.txt │ │ │ └── zsme.txt │ │ ├── tarnowckz.txt │ │ ├── tech3malbork.txt │ │ ├── technikumkreatywne.txt │ │ ├── torun/ │ │ │ ├── gimakad.txt │ │ │ ├── loiv.txt │ │ │ ├── wsb/ │ │ │ │ └── student.txt │ │ │ └── zsmeie.txt │ │ ├── uekat.txt │ │ ├── ujw/ │ │ │ └── student.txt │ │ ├── umcs/ │ │ │ └── office.txt │ │ ├── umk.txt │ │ ├── umlub/ │ │ │ └── student.txt │ │ ├── umlub.txt │ │ ├── uth.txt │ │ ├── uthrad.txt │ │ ├── viiilo.txt │ │ ├── vizja.txt │ │ ├── warszawa/ │ │ │ ├── wsb/ │ │ │ │ └── student.txt │ │ │ └── wsm.txt │ │ ├── waw/ │ │ │ ├── asp.txt │ │ │ ├── cbk.txt │ │ │ ├── ibb.txt │ │ │ ├── ibspan.txt │ │ │ ├── ipipan.txt │ │ │ ├── lopiaseczno.txt │ │ │ ├── sggw.txt │ │ │ ├── sgh.txt │ │ │ └── staszic.txt │ │ ├── wloclawek/ │ │ │ ├── pans.txt │ │ │ ├── puz.txt │ │ │ └── pwsz.txt │ │ ├── wlodawa/ │ │ │ └── 2lo.txt │ │ ├── wlodkowic.txt │ │ ├── wroc/ │ │ │ ├── ZS1.txt │ │ │ ├── am.txt │ │ │ ├── amuz.txt │ │ │ ├── ar.txt │ │ │ ├── asp.txt │ │ │ ├── awf.txt │ │ │ ├── lo16.txt │ │ │ ├── lo2.txt │ │ │ ├── pwr.txt │ │ │ ├── ue.txt │ │ │ ├── umed.txt │ │ │ ├── uni.txt │ │ │ ├── up.txt │ │ │ └── wsiz.txt │ │ ├── wroclaw/ │ │ │ ├── edu.txt │ │ │ └── wsb.txt │ │ ├── wroclawskaedukacja.txt │ │ ├── wsb/ │ │ │ └── chorzow.txt │ │ ├── wseh.txt │ │ ├── wsg/ │ │ │ └── student.txt │ │ ├── wsiz.txt │ │ ├── wsnhid.txt │ │ ├── wsosp.txt │ │ ├── wspa.txt │ │ ├── wst/ │ │ │ ├── office.txt │ │ │ └── stud.txt │ │ ├── wst.txt │ │ ├── wsti.txt │ │ ├── wsz.txt │ │ ├── wwsse.txt │ │ ├── zgora/ │ │ │ ├── jedynka.txt │ │ │ └── uz.txt │ │ ├── zpsb.txt │ │ ├── zs1-swarzedz.txt │ │ ├── zs1piaseczno.txt │ │ ├── zsbrybnik.txt │ │ ├── zsdil.txt │ │ ├── zsegw.txt │ │ ├── zsel1.txt │ │ ├── zsepoznan.txt │ │ ├── zsgorowoil.txt │ │ ├── zsme.txt │ │ ├── zsmi.txt │ │ ├── zsosto.txt │ │ ├── zsp2garwolin.txt │ │ ├── zspwrzesnia.txt │ │ ├── zstchelm.txt │ │ ├── zstckziu.txt │ │ ├── zstz-radzymin.txt │ │ ├── zszakrzewo.txt │ │ ├── zszbd.txt │ │ └── zszglogow.txt │ ├── pr/ │ │ ├── edu/ │ │ │ └── ucb.txt │ │ └── ut.txt │ ├── ps/ │ │ └── edu/ │ │ ├── alaqsa.txt │ │ ├── alazhar.txt │ │ ├── iugaza.txt │ │ ├── ppu.txt │ │ ├── ptcdb.txt │ │ ├── ptuk.txt │ │ ├── rb.txt │ │ ├── ucas.txt │ │ ├── uou.txt │ │ └── up.txt │ ├── pt/ │ │ ├── abs.txt │ │ ├── aebenfica/ │ │ │ └── aluno.txt │ │ ├── aebentodacruz.txt │ │ ├── aedah.txt │ │ ├── aeds.txt │ │ ├── aeen.txt │ │ ├── aevf.txt │ │ ├── atec.txt │ │ ├── autonoma.txt │ │ ├── ccems/ │ │ │ └── aebatalha.txt │ │ ├── cesae/ │ │ │ └── msft.txt │ │ ├── cic.txt │ │ ├── cinel/ │ │ │ └── formandos.txt │ │ ├── colegiosaogoncalo.txt │ │ ├── colgaia.txt │ │ ├── cscm-lx/ │ │ │ └── in.txt │ │ ├── damiaodegoes.txt │ │ ├── edu/ │ │ │ ├── ael.txt │ │ │ └── espr.txt │ │ ├── enautica.txt │ │ ├── enta.txt │ │ ├── epg.txt │ │ ├── esad.txt │ │ ├── esarganil.txt │ │ ├── esdacsf/ │ │ │ └── alunos.txt │ │ ├── esec.txt │ │ ├── eshte.txt │ │ ├── esmaior.txt │ │ ├── etic/ │ │ │ └── professores.txt │ │ ├── etla.txt │ │ ├── etpsico.txt │ │ ├── europeia.txt │ │ ├── ferreiradias.txt │ │ ├── gov/ │ │ │ └── azores/ │ │ │ └── edu.txt │ │ ├── iade.txt │ │ ├── iefp/ │ │ │ └── formacao.txt │ │ ├── inp.txt │ │ ├── inuaf-studia.txt │ │ ├── ipb.txt │ │ ├── ipbeja.txt │ │ ├── ipc.txt │ │ ├── ipca.txt │ │ ├── ipcb.txt │ │ ├── ipcbcampus.txt │ │ ├── ipg.txt │ │ ├── ipiaget.txt │ │ ├── ipl/ │ │ │ └── isel.txt │ │ ├── ipl.txt │ │ ├── iplei.txt │ │ ├── ipleiria.txt │ │ ├── ipmaia.txt │ │ ├── ipp.txt │ │ ├── ipportalegre.txt │ │ ├── ips/ │ │ │ ├── estsetubal.txt │ │ │ └── estudantes.txt │ │ ├── ips.txt │ │ ├── ipsantarem.txt │ │ ├── ipt.txt │ │ ├── ipv/ │ │ │ └── estgv/ │ │ │ └── alunos.txt │ │ ├── ipv.txt │ │ ├── ipvc.txt │ │ ├── isai.txt │ │ ├── isbb.txt │ │ ├── iscac.txt │ │ ├── iscet.txt │ │ ├── iscte-iul.txt │ │ ├── iscte.txt │ │ ├── isec.txt │ │ ├── isel.txt │ │ ├── isg.txt │ │ ├── isla.txt │ │ ├── islagaia/ │ │ │ └── mail.txt │ │ ├── ismai.txt │ │ ├── ismat.txt │ │ ├── ismt.txt │ │ ├── ispa.txt │ │ ├── ispab.txt │ │ ├── ispgaya.txt │ │ ├── istec.txt │ │ ├── istp.txt │ │ ├── novasbe.txt │ │ ├── oml.txt │ │ ├── pedago.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uac.txt │ │ ├── ual/ │ │ │ └── students.txt │ │ ├── ual.txt │ │ ├── ualg.txt │ │ ├── uatlantica.txt │ │ ├── ubi.txt │ │ ├── uc.txt │ │ ├── ucp.txt │ │ ├── ucpcrp.txt │ │ ├── uevora.txt │ │ ├── ufp.txt │ │ ├── uinternacional.txt │ │ ├── ul.txt │ │ ├── ulht/ │ │ │ └── alunos.txt │ │ ├── ulht.txt │ │ ├── ulisboa.txt │ │ ├── ulp/ │ │ │ └── mso365.txt │ │ ├── ulusiada.txt │ │ ├── ulusofona.txt │ │ ├── uma/ │ │ │ └── student.txt │ │ ├── uma.txt │ │ ├── umaia.txt │ │ ├── uminho.txt │ │ ├── umoderna.txt │ │ ├── uni.txt │ │ ├── universidade-autonoma.txt │ │ ├── universidadeeuropeia.txt │ │ ├── unl.txt │ │ ├── up.txt │ │ ├── uportu.txt │ │ ├── upt/ │ │ │ └── alunos.txt │ │ ├── utad.txt │ │ └── utl.txt │ ├── py/ │ │ ├── edu/ │ │ │ ├── americana.txt │ │ │ ├── columbia.txt │ │ │ ├── desarrollo.txt │ │ │ ├── fctunca.txt │ │ │ ├── fiuna.txt │ │ │ ├── fiuni.txt │ │ │ ├── fpuna.txt │ │ │ ├── fpune.txt │ │ │ ├── sansebastian.txt │ │ │ ├── ua.txt │ │ │ ├── uaa.txt │ │ │ ├── uamericana.txt │ │ │ ├── uap.txt │ │ │ ├── uc.txt │ │ │ ├── uca.txt │ │ │ ├── ucom.txt │ │ │ ├── ucsa.txt │ │ │ ├── uds.txt │ │ │ ├── uma.txt │ │ │ ├── une.txt │ │ │ ├── uni.txt │ │ │ ├── unida.txt │ │ │ ├── unigran.txt │ │ │ ├── uninorte.txt │ │ │ ├── upe.txt │ │ │ └── uptp.txt │ │ └── una/ │ │ ├── ing.txt │ │ ├── pol.txt │ │ └── www.txt │ ├── qa/ │ │ └── edu/ │ │ ├── cna-qatar.txt │ │ └── qu.txt │ ├── quebec/ │ │ └── mila.txt │ ├── rio/ │ │ └── 42/ │ │ └── student.txt │ ├── ro/ │ │ ├── academiadepolitie.txt │ │ ├── academyplus.txt │ │ ├── aisb.txt │ │ ├── alazar.txt │ │ ├── alexandrucelbun.txt │ │ ├── anmb.txt │ │ ├── apizal.txt │ │ ├── armyacademy.txt │ │ ├── arteiasi.txt │ │ ├── ase.txt │ │ ├── avenor.txt │ │ ├── bphasdeu.txt │ │ ├── carabella.txt │ │ ├── cdloga.txt │ │ ├── cnaic.txt │ │ ├── cncv.txt │ │ ├── cndssm.txt │ │ ├── cnelenacuza.txt │ │ ├── cnfb.txt │ │ ├── cnghsincai.txt │ │ ├── cnhurmuzachi.txt │ │ ├── cni-sv.txt │ │ ├── cniasi.txt │ │ ├── cnilcb.txt │ │ ├── cnimateibasarab.txt │ │ ├── cnislavici.txt │ │ ├── cnivor.txt │ │ ├── cnmbct.txt │ │ ├── cnmv.txt │ │ ├── cnodobescu.txt │ │ ├── cnpcv.txt │ │ ├── cnrv.txt │ │ ├── cnsm.txt │ │ ├── cnstefancelmare.txt │ │ ├── cnszalau.txt │ │ ├── cnunirea.txt │ │ ├── cnvais.txt │ │ ├── cnvapedia.txt │ │ ├── cnvgarad.txt │ │ ├── cnvranceanu.txt │ │ ├── colegiulbaiulescu.txt │ │ ├── colegiulbanatean.txt │ │ ├── colegiulgib.txt │ │ ├── colegiultehnicmedia.txt │ │ ├── colpedms.txt │ │ ├── didatec/ │ │ │ └── utcluj.txt │ │ ├── e-cdloga.txt │ │ ├── e-racovita.txt │ │ ├── e-uvt.txt │ │ ├── ecotgm.txt │ │ ├── edu/ │ │ │ └── nt/ │ │ │ └── cni.txt │ │ ├── elenacuza.txt │ │ ├── emanuel.txt │ │ ├── eminescusm/ │ │ │ └── stu.txt │ │ ├── eminescusm.txt │ │ ├── faa/ │ │ │ └── student.txt │ │ ├── gimi.txt │ │ ├── hyperion/ │ │ │ └── informatica.txt │ │ ├── iaim.txt │ │ ├── ibsb/ │ │ │ └── go.txt │ │ ├── ibsb.txt │ │ ├── ichb.txt │ │ ├── idanubius.txt │ │ ├── kosiskola.txt │ │ ├── laurian/ │ │ │ └── elevi.txt │ │ ├── lbi.txt │ │ ├── ldv.txt │ │ ├── liceulangelescu.txt │ │ ├── liceulnicolaeoncescu.txt │ │ ├── liceulovidius.txt │ │ ├── liceulprodeo.txt │ │ ├── liceulsaligny-tr.txt │ │ ├── liceulunirea.txt │ │ ├── liceupetrila.txt │ │ ├── licsfsava.txt │ │ ├── liis.txt │ │ ├── lni.txt │ │ ├── ltamg.txt │ │ ├── ltib.txt │ │ ├── ltmcis.txt │ │ ├── ltsti.txt │ │ ├── managusamv/ │ │ │ └── stud.txt │ │ ├── moisenicoara.txt │ │ ├── moisil.txt │ │ ├── moisilbv.txt │ │ ├── moisiltm.txt │ │ ├── mta.txt │ │ ├── mviteazul.txt │ │ ├── ogoga.txt │ │ ├── onisifor-ghibu.txt │ │ ├── pedagogic.txt │ │ ├── pedaudv.txt │ │ ├── pub.txt │ │ ├── rau.txt │ │ ├── rdsor/ │ │ │ └── eminescu.txt │ │ ├── refkol.txt │ │ ├── romanvoda.txt │ │ ├── saguna.txt │ │ ├── sapientia.txt │ │ ├── scoala-afumati.txt │ │ ├── scoala-mihaieminescu.txt │ │ ├── scoala19avramiancu-tm.txt │ │ ├── scoala45.txt │ │ ├── scoala79.txt │ │ ├── scoalainformala.txt │ │ ├── scoalanr178.txt │ │ ├── scoalaprincipesamargareta.txt │ │ ├── sibiu.txt │ │ ├── sincaibm.txt │ │ ├── snspa.txt │ │ ├── spiruharet.txt │ │ ├── tpopoviciu.txt │ │ ├── traian-vuia.txt │ │ ├── tuiasi.txt │ │ ├── uab.txt │ │ ├── uaic.txt │ │ ├── uartdcluj.txt │ │ ├── uat.txt │ │ ├── uav.txt │ │ ├── ub.txt │ │ ├── ubbcluj.txt │ │ ├── ubm.txt │ │ ├── ucv.txt │ │ ├── uem.txt │ │ ├── ugal/ │ │ │ └── student.txt │ │ ├── ugal.txt │ │ ├── ulbsibiu.txt │ │ ├── umf.txt │ │ ├── umfcd.txt │ │ ├── umfcluj.txt │ │ ├── umfcv.txt │ │ ├── umfiasi.txt │ │ ├── umfst.txt │ │ ├── umft.txt │ │ ├── umftgm.txt │ │ ├── unarte.txt │ │ ├── unatc.txt │ │ ├── unibuc.txt │ │ ├── unitbv/ │ │ │ └── student.txt │ │ ├── unitbv.txt │ │ ├── univ-ovidius.txt │ │ ├── univagro-iasi.txt │ │ ├── univcb.txt │ │ ├── universitateamaritima.txt │ │ ├── univnt.txt │ │ ├── unmb.txt │ │ ├── uoradea.txt │ │ ├── upa.txt │ │ ├── upb.txt │ │ ├── upet.txt │ │ ├── upg-ploiesti.txt │ │ ├── upit.txt │ │ ├── upm.txt │ │ ├── upt.txt │ │ ├── usab-tm.txt │ │ ├── usab.txt │ │ ├── usamv/ │ │ │ └── agro.txt │ │ ├── usamvcluj.txt │ │ ├── usm.txt │ │ ├── usv.txt │ │ ├── utcb.txt │ │ ├── utcluj.txt │ │ ├── utgjiu.txt │ │ ├── utm.txt │ │ ├── utt.txt │ │ ├── uvt.txt │ │ ├── uvvg.txt │ │ ├── valahia.txt │ │ └── wurmbrand.txt │ ├── rs/ │ │ ├── ac/ │ │ │ ├── bg/ │ │ │ │ ├── etf.txt │ │ │ │ └── matf.txt │ │ │ ├── bg.txt │ │ │ ├── eu.txt │ │ │ ├── kg.txt │ │ │ ├── metropolitan.txt │ │ │ ├── ni.txt │ │ │ ├── np.txt │ │ │ ├── ns/ │ │ │ │ └── vps.txt │ │ │ ├── pr.txt │ │ │ ├── singidunum.txt │ │ │ ├── su/ │ │ │ │ └── vts.txt │ │ │ └── uns.txt │ │ ├── edu/ │ │ │ ├── akademijakm.txt │ │ │ ├── asss.txt │ │ │ ├── atssb.txt │ │ │ ├── atvsspirot.txt │ │ │ ├── bba.txt │ │ │ ├── borastankovic.txt │ │ │ ├── elitna.txt │ │ │ ├── fdb.txt │ │ │ ├── fimek.txt │ │ │ ├── fmk.txt │ │ │ ├── ftn.txt │ │ │ ├── gimnazijasm.txt │ │ │ ├── gimnazijatvrdjava.txt │ │ │ ├── ict.txt │ │ │ ├── iths.txt │ │ │ ├── its.txt │ │ │ ├── jjzmaj.txt │ │ │ ├── loznickagimnazija.txt │ │ │ ├── matgim.txt │ │ │ ├── mef.txt │ │ │ ├── metropolitan.txt │ │ │ ├── msstankovic.txt │ │ │ ├── osmagimnazija.txt │ │ │ ├── osmilandjmilicevic.txt │ │ │ ├── osvukkaradzic-krnjevo.txt │ │ │ ├── pmf.txt │ │ │ ├── privrednaakademija.txt │ │ │ ├── raf.txt │ │ │ ├── rg.txt │ │ │ ├── singidunum.txt │ │ │ ├── smart.txt │ │ │ ├── sveti-sava.txt │ │ │ ├── tehnickacacak.txt │ │ │ ├── teslabg.txt │ │ │ ├── tsp.txt │ │ │ ├── uninp.txt │ │ │ ├── vhts.txt │ │ │ ├── vigimnazija/ │ │ │ │ └── ucionica.txt │ │ │ ├── vipos.txt │ │ │ ├── viser/ │ │ │ │ └── gs.txt │ │ │ ├── viser.txt │ │ │ ├── vsar.txt │ │ │ ├── vtsnis.txt │ │ │ └── xiigimnazija.txt │ │ ├── elfak.txt │ │ ├── etf.txt │ │ ├── fink.txt │ │ ├── raf.txt │ │ ├── singimail.txt │ │ ├── tfzr.txt │ │ └── vtsnis.txt │ ├── ru/ │ │ ├── 1060.txt │ │ ├── 1514.txt │ │ ├── 1561.txt │ │ ├── 1580.txt │ │ ├── 1581mgtu.txt │ │ ├── 179.txt │ │ ├── 1msmu.txt │ │ ├── 21-school.txt │ │ ├── 2101sch.txt │ │ ├── 239.txt │ │ ├── Ioffe.txt │ │ ├── a-pet.txt │ │ ├── aanet.txt │ │ ├── aas.txt │ │ ├── ac/ │ │ │ ├── ivanovo.txt │ │ │ ├── mgul.txt │ │ │ ├── mpei.txt │ │ │ ├── novsu.txt │ │ │ ├── pspu.txt │ │ │ ├── pstu.txt │ │ │ ├── ugatu.txt │ │ │ ├── uni-vologda.txt │ │ │ ├── uniyar.txt │ │ │ ├── unn.txt │ │ │ ├── urc.txt │ │ │ ├── vspu.txt │ │ │ └── yma.txt │ │ ├── academicol.txt │ │ ├── achtng.txt │ │ ├── aclic.txt │ │ ├── acxk.txt │ │ ├── adygnet.txt │ │ ├── ael.txt │ │ ├── agatu.txt │ │ ├── agtu.txt │ │ ├── akvt.txt │ │ ├── almazovcentre.txt │ │ ├── altstu/ │ │ │ └── mail.txt │ │ ├── ame.txt │ │ ├── amursu.txt │ │ ├── angtu.txt │ │ ├── ap47.txt │ │ ├── aptu.txt │ │ ├── arcotel.txt │ │ ├── artcollege.txt │ │ ├── asau.txt │ │ ├── aserhovo.txt │ │ ├── asmu.txt │ │ ├── aspc-edu.txt │ │ ├── aspu.txt │ │ ├── astranet.txt │ │ ├── asu.txt │ │ ├── asugubkin.txt │ │ ├── aucu.txt │ │ ├── avtlg.txt │ │ ├── baikal/ │ │ │ └── ismu.txt │ │ ├── bashedu.txt │ │ ├── belevbolotoschool.txt │ │ ├── bfmiit.txt │ │ ├── bgpu.txt │ │ ├── bgu.txt │ │ ├── birsk.txt │ │ ├── biysk-liceum.txt │ │ ├── biysk.txt │ │ ├── bktis.txt │ │ ├── blpk-uu.txt │ │ ├── bmstu-kaluga.txt │ │ ├── bmstu.txt │ │ ├── britishdesign.txt │ │ ├── brstu.txt │ │ ├── bsaa.txt │ │ ├── bspu.txt │ │ ├── bstu.txt │ │ ├── bsu.txt │ │ ├── bukep.txt │ │ ├── burnet.txt │ │ ├── ccfebras.txt │ │ ├── cchgeu.txt │ │ ├── centro.txt │ │ ├── cfuv.txt │ │ ├── chat.txt │ │ ├── chesu.txt │ │ ├── chgaki.txt │ │ ├── chgik.txt │ │ ├── chsu.txt │ │ ├── chtptu.txt │ │ ├── chuvsu.txt │ │ ├── cit-psu.txt │ │ ├── ck41.txt │ │ ├── college57.txt │ │ ├── collegelan.txt │ │ ├── com/ │ │ │ └── drbit.txt │ │ ├── compscicenter.txt │ │ ├── conservatoire.txt │ │ ├── conservatory.txt │ │ ├── cspu.txt │ │ ├── csu.txt │ │ ├── da.txt │ │ ├── dakad.txt │ │ ├── dgu.txt │ │ ├── dgunh.txt │ │ ├── donstu.txt │ │ ├── dstu.txt │ │ ├── dvfu.txt │ │ ├── dvgu.txt │ │ ├── e-43.txt │ │ ├── eastsib.txt │ │ ├── ects.txt │ │ ├── edu/ │ │ │ ├── agp.txt │ │ │ ├── asu.txt │ │ │ ├── bsu.txt │ │ │ ├── dstu.txt │ │ │ ├── herzen.txt │ │ │ ├── ksaa.txt │ │ │ ├── kstu.txt │ │ │ ├── mstu.txt │ │ │ ├── muctr.txt │ │ │ ├── nsau.txt │ │ │ ├── pfu.txt │ │ │ ├── shgpi.txt │ │ │ ├── spmi.txt │ │ │ ├── technolog.txt │ │ │ └── tspu.txt │ │ ├── eduhouse.txt │ │ ├── eetk.txt │ │ ├── eimb.txt │ │ ├── ekvl.txt │ │ ├── eltech.txt │ │ ├── engec/ │ │ │ └── stud.txt │ │ ├── engec.txt │ │ ├── esstu.txt │ │ ├── etu.txt │ │ ├── externat1.txt │ │ ├── fa.txt │ │ ├── festu.txt │ │ ├── fevschool.txt │ │ ├── fml31.txt │ │ ├── fms2007.txt │ │ ├── fmschool72.txt │ │ ├── fta-mo.txt │ │ ├── ftacademy.txt │ │ ├── gasu.txt │ │ ├── gazsl.txt │ │ ├── gimnaziya-dzr.txt │ │ ├── gkl-kemerovo.txt │ │ ├── gma.txt │ │ ├── gnesin-academy.txt │ │ ├── gnt-oil.txt │ │ ├── gourpt.txt │ │ ├── goushet.txt │ │ ├── gpma.txt │ │ ├── gs8.txt │ │ ├── gstou.txt │ │ ├── guap.txt │ │ ├── gubkin.txt │ │ ├── gukit.txt │ │ ├── gumrf.txt │ │ ├── gup.txt │ │ ├── guu.txt │ │ ├── gym1505.txt │ │ ├── gym1517.txt │ │ ├── gymn1576.txt │ │ ├── hexly.txt │ │ ├── hiik.txt │ │ ├── hse.txt │ │ ├── hspm.txt │ │ ├── i-klgtu.txt │ │ ├── ibp-moscow.txt │ │ ├── icc.txt │ │ ├── icmm.txt │ │ ├── ieml.txt │ │ ├── iet.txt │ │ ├── ifaran.txt │ │ ├── ifmo.txt │ │ ├── igps.txt │ │ ├── iitp.txt │ │ ├── ime.txt │ │ ├── imi-samara.txt │ │ ├── imiit.txt │ │ ├── indi.txt │ │ ├── indsi.txt │ │ ├── informatics.txt │ │ ├── informika.txt │ │ ├── inggu.txt │ │ ├── innolyceum.txt │ │ ├── innopolis.txt │ │ ├── interun.txt │ │ ├── inueco.txt │ │ ├── iptmuran.txt │ │ ├── ipu.txt │ │ ├── irgups.txt │ │ ├── irk.txt │ │ ├── irkat.txt │ │ ├── isea.txt │ │ ├── ispras.txt │ │ ├── ispu.txt │ │ ├── istu.txt │ │ ├── isu.txt │ │ ├── isuct.txt │ │ ├── ithub.txt │ │ ├── itmo.txt │ │ ├── iwp.txt │ │ ├── jum.txt │ │ ├── kaf65.txt │ │ ├── kai.txt │ │ ├── kait20.txt │ │ ├── kalmsu.txt │ │ ├── kaluga/ │ │ │ └── kspu.txt │ │ ├── kamchatgtu.txt │ │ ├── kamgu.txt │ │ ├── kansk-tc.txt │ │ ├── kantiana.txt │ │ ├── karelia/ │ │ │ ├── cs.txt │ │ │ ├── dims.txt │ │ │ ├── psu.txt │ │ │ └── www.txt │ │ ├── kaviat.txt │ │ ├── kazanconservatory.txt │ │ ├── kbgtk07.txt │ │ ├── kbsu.txt │ │ ├── kcn.txt │ │ ├── kemerovorea.txt │ │ ├── kemsu.txt │ │ ├── kgasu.txt │ │ ├── kgau.txt │ │ ├── kgeu.txt │ │ ├── kgpu.txt │ │ ├── kgsha.txt │ │ ├── kgsu.txt │ │ ├── khpk.txt │ │ ├── khstu.txt │ │ ├── khsu.txt │ │ ├── khtk27.txt │ │ ├── khv/ │ │ │ └── festu.txt │ │ ├── kipu-rc.txt │ │ ├── kiu.txt │ │ ├── klgtu.txt │ │ ├── knastu.txt │ │ ├── knc/ │ │ │ └── kfti.txt │ │ ├── komitent.txt │ │ ├── koziz.txt │ │ ├── kp11/ │ │ │ └── corp.txt │ │ ├── kpfu.txt │ │ ├── krasgmu.txt │ │ ├── krasn/ │ │ │ └── icm.txt │ │ ├── krstc.txt │ │ ├── ksaba.txt │ │ ├── ksai.txt │ │ ├── ksfei.txt │ │ ├── kspeu.txt │ │ ├── kspu/ │ │ │ └── mail.txt │ │ ├── kspu.txt │ │ ├── kstu.txt │ │ ├── ksu.txt │ │ ├── kubagro.txt │ │ ├── kubannet/ │ │ │ └── tim.txt │ │ ├── kubsau.txt │ │ ├── kubstu.txt │ │ ├── kubsu.txt │ │ ├── kursk/ │ │ │ └── kstu.txt │ │ ├── kursk-uni.txt │ │ ├── kursknet.txt │ │ ├── kursksu.txt │ │ ├── kuzmk.txt │ │ ├── kuzstu.txt │ │ ├── labore.txt │ │ ├── letovo.txt │ │ ├── liceum8.txt │ │ ├── licey84.txt │ │ ├── linguanet.txt │ │ ├── lipetsk/ │ │ │ └── stu.txt │ │ ├── lit1533.txt │ │ ├── lit1537.txt │ │ ├── litsey2.txt │ │ ├── litsey79.txt │ │ ├── lkpfu.txt │ │ ├── lrmk.txt │ │ ├── lschool5.txt │ │ ├── madi.txt │ │ ├── magtu.txt │ │ ├── mai.txt │ │ ├── mari/ │ │ │ └── marstu.txt │ │ ├── marsu.txt │ │ ├── masi/ │ │ │ └── s.txt │ │ ├── mcag.txt │ │ ├── mck-ktits.txt │ │ ├── megpk.txt │ │ ├── mephi/ │ │ │ └── campus.txt │ │ ├── mephi.txt │ │ ├── mes.txt │ │ ├── mesi.txt │ │ ├── mfmgutu.txt │ │ ├── mfua.txt │ │ ├── mgavm.txt │ │ ├── mgimo.txt │ │ ├── mgotu.txt │ │ ├── mgou.txt │ │ ├── mgppu.txt │ │ ├── mgpu.txt │ │ ├── mgri.txt │ │ ├── mgsu.txt │ │ ├── mgubs/ │ │ │ └── ba.txt │ │ ├── mgup.txt │ │ ├── mgupp.txt │ │ ├── mgutm.txt │ │ ├── midis/ │ │ │ └── edu.txt │ │ ├── miet.txt │ │ ├── mihppk.txt │ │ ├── miigaik.txt │ │ ├── miit.txt │ │ ├── mininuniver.txt │ │ ├── mipt.txt │ │ ├── mirbis.txt │ │ ├── mirea.txt │ │ ├── mirschool.txt │ │ ├── misis.txt │ │ ├── mitht.txt │ │ ├── mkgtu.txt │ │ ├── mma.txt │ │ ├── mmamos.txt │ │ ├── mos/ │ │ │ └── edu.txt │ │ ├── mosconsv.txt │ │ ├── mosgu.txt │ │ ├── mosmetod.txt │ │ ├── mospolytech.txt │ │ ├── mpei.txt │ │ ├── mpt.txt │ │ ├── mrsu.txt │ │ ├── msaab.txt │ │ ├── msiu.txt │ │ ├── msk/ │ │ │ ├── 1543.txt │ │ │ └── sch-mr.txt │ │ ├── msmsu.txt │ │ ├── mstuca.txt │ │ ├── msu.txt │ │ ├── msuee.txt │ │ ├── msuie.txt │ │ ├── msun.txt │ │ ├── mtuci.txt │ │ ├── mubint.txt │ │ ├── muctr.txt │ │ ├── muh.txt │ │ ├── muiv.txt │ │ ├── mveu.txt │ │ ├── nadip.txt │ │ ├── napks.txt │ │ ├── narfu.txt │ │ ├── narhoz-chita.txt │ │ ├── ncfu.txt │ │ ├── ncshta.txt │ │ ├── ncstu.txt │ │ ├── nes.txt │ │ ├── net-ustu.txt │ │ ├── neva.txt │ │ ├── nfbgu.txt │ │ ├── nggpc.txt │ │ ├── ngiei.txt │ │ ├── ngknn.txt │ │ ├── nieup.txt │ │ ├── nirhtu.txt │ │ ├── niuitmo.txt │ │ ├── nke.txt │ │ ├── nngasu.txt │ │ ├── nnov/ │ │ │ ├── nntc.txt │ │ │ └── uic.txt │ │ ├── nntu.txt │ │ ├── norna.txt │ │ ├── norvuz.txt │ │ ├── nosu.txt │ │ ├── novsu.txt │ │ ├── npi-tu.txt │ │ ├── nsc.txt │ │ ├── nsmu.txt │ │ ├── nspu.txt │ │ ├── nstu/ │ │ │ └── stud.txt │ │ ├── nstu.txt │ │ ├── nsu/ │ │ │ └── g.txt │ │ ├── nsu.txt │ │ ├── nsuem.txt │ │ ├── nvsu.txt │ │ ├── nwpi.txt │ │ ├── oat.txt │ │ ├── obninsk.txt │ │ ├── og-ti.txt │ │ ├── oiate.txt │ │ ├── oksei.txt │ │ ├── oktb.txt │ │ ├── omgau.txt │ │ ├── omgpu.txt │ │ ├── omgtu.txt │ │ ├── omgups.txt │ │ ├── omsk-osma.txt │ │ ├── omsu.txt │ │ ├── oreluniver.txt │ │ ├── orun.txt │ │ ├── ostu.txt │ │ ├── osu.txt │ │ ├── pbrea.txt │ │ ├── penzgtu.txt │ │ ├── perm/ │ │ │ └── prk.txt │ │ ├── permaviat.txt │ │ ├── petrocollege.txt │ │ ├── petrsu.txt │ │ ├── pfncfu.txt │ │ ├── pfur.txt │ │ ├── pgk63.txt │ │ ├── pglu.txt │ │ ├── pgups.txt │ │ ├── phtt.txt │ │ ├── pktm.txt │ │ ├── pl36angarsk.txt │ │ ├── pml30.txt │ │ ├── pnzgu.txt │ │ ├── pomorsu.txt │ │ ├── preco/ │ │ │ └── live.txt │ │ ├── prgusa.txt │ │ ├── pro-college.txt │ │ ├── protonmos.txt │ │ ├── psati.txt │ │ ├── psfa.txt │ │ ├── pskgu.txt │ │ ├── psma.txt │ │ ├── psoh46.txt │ │ ├── pspu.txt │ │ ├── pstu.txt │ │ ├── psu.txt │ │ ├── psuti.txt │ │ ├── ptz/ │ │ │ └── kspu.txt │ │ ├── pu.txt │ │ ├── pushgu.txt │ │ ├── rah.txt │ │ ├── ranepa.txt │ │ ├── ras/ │ │ │ └── chph.txt │ │ ├── rbiu.txt │ │ ├── rea.txt │ │ ├── rfet.txt │ │ ├── rgau-msha.txt │ │ ├── rggu.txt │ │ ├── rgsu.txt │ │ ├── rguk.txt │ │ ├── rgups.txt │ │ ├── rksi/ │ │ │ ├── it.txt │ │ │ └── stud.txt │ │ ├── rosnou.txt │ │ ├── rsatu.txt │ │ ├── rshu.txt │ │ ├── rsmu.txt │ │ ├── rsreu.txt │ │ ├── rsu.txt │ │ ├── rsue.txt │ │ ├── rsuh.txt │ │ ├── rsvpu.txt │ │ ├── rubinst.txt │ │ ├── rucoop.txt │ │ ├── rudn.txt │ │ ├── runnet.txt │ │ ├── rut-miit/ │ │ │ └── edu.txt │ │ ├── s-vfu.txt │ │ ├── s1411.txt │ │ ├── s146.txt │ │ ├── sakhgu.txt │ │ ├── samgk.txt │ │ ├── samgtu.txt │ │ ├── samgups.txt │ │ ├── samiit.txt │ │ ├── samsmu.txt │ │ ├── sano.txt │ │ ├── sao.txt │ │ ├── sapanet.txt │ │ ├── scamt-itmo.txt │ │ ├── sch-int.txt │ │ ├── sch12.txt │ │ ├── sch1550.txt │ │ ├── sch2/ │ │ │ └── students.txt │ │ ├── sch2.txt │ │ ├── sch290.txt │ │ ├── sch508.txt │ │ ├── sch57.txt │ │ ├── schelcol.txt │ │ ├── schmos444.txt │ │ ├── school1015.txt │ │ ├── school548.txt │ │ ├── school603-spb.txt │ │ ├── school97.txt │ │ ├── schoolmail.txt │ │ ├── sci-nnov.txt │ │ ├── sde/ │ │ │ └── elearn.txt │ │ ├── sechenov.txt │ │ ├── secna.txt │ │ ├── seschool.txt │ │ ├── sever.txt │ │ ├── sevsu.txt │ │ ├── sfedu.txt │ │ ├── sfek.txt │ │ ├── sfu-kras.txt │ │ ├── sgap.txt │ │ ├── sgau.txt │ │ ├── sgspu.txt │ │ ├── sgu.txt │ │ ├── sgugit.txt │ │ ├── sibguti/ │ │ │ └── stud.txt │ │ ├── sibguti.txt │ │ ├── sibsau.txt │ │ ├── sibsiu.txt │ │ ├── sibstrin/ │ │ │ └── edu.txt │ │ ├── sibstrin.txt │ │ ├── sibsutis.txt │ │ ├── sielom.txt │ │ ├── siriusuniversity/ │ │ │ └── learn.txt │ │ ├── skf-mtusi.txt │ │ ├── skolkovotech.txt │ │ ├── skoltech.txt │ │ ├── smolapo.txt │ │ ├── smolgu.txt │ │ ├── smr.txt │ │ ├── smtu.txt │ │ ├── smuit.txt │ │ ├── sortavala-school1.txt │ │ ├── spb/ │ │ │ ├── 271/ │ │ │ │ └── gym.txt │ │ │ ├── edu-frn.txt │ │ │ ├── eu.txt │ │ │ ├── gti.txt │ │ │ ├── gturp.txt │ │ │ ├── herzen.txt │ │ │ ├── ibi.txt │ │ │ ├── nilc.txt │ │ │ ├── school.txt │ │ │ ├── school644.txt │ │ │ ├── smolny-un.txt │ │ │ ├── spbgau.txt │ │ │ └── tart.txt │ │ ├── spb-rtk.txt │ │ ├── spbau.txt │ │ ├── spbftu.txt │ │ ├── spbgasu.txt │ │ ├── spbguki.txt │ │ ├── spbgut.txt │ │ ├── spbstu.txt │ │ ├── spbu.txt │ │ ├── spbuwc.txt │ │ ├── spcpa.txt │ │ ├── spcras.txt │ │ ├── sphti.txt │ │ ├── spmi.txt │ │ ├── spo-ket.txt │ │ ├── spobip-bel.txt │ │ ├── spsu.txt │ │ ├── srshb.txt │ │ ├── ssaa.txt │ │ ├── ssau.txt │ │ ├── sseu.txt │ │ ├── ssmu.txt │ │ ├── sssu.txt │ │ ├── sstu-edu.txt │ │ ├── sstu.txt │ │ ├── ssuedu.txt │ │ ├── stankin.txt │ │ ├── stavsu.txt │ │ ├── stgau.txt │ │ ├── strbsu.txt │ │ ├── stu.txt │ │ ├── studklg.txt │ │ ├── suai.txt │ │ ├── suitd.txt │ │ ├── surgu.txt │ │ ├── surpk.txt │ │ ├── sursau.txt │ │ ├── susu.txt │ │ ├── sut.txt │ │ ├── sutd.txt │ │ ├── sutr.txt │ │ ├── suz-ppk.txt │ │ ├── swissam/ │ │ │ └── edu.txt │ │ ├── syktsu.txt │ │ ├── synergy.txt │ │ ├── synergyedu.txt │ │ ├── taom.txt │ │ ├── tatar/ │ │ │ └── edu.txt │ │ ├── tatngpi.txt │ │ ├── technolyceum.txt │ │ ├── tfrggu.txt │ │ ├── tgmu.txt │ │ ├── theatrins-yar.txt │ │ ├── tim-stud.txt │ │ ├── timacad.txt │ │ ├── tksu.txt │ │ ├── tltsu.txt │ │ ├── tmn.txt │ │ ├── tolgas.txt │ │ ├── tomintech.txt │ │ ├── tomsk/ │ │ │ ├── school28.txt │ │ │ ├── tib.txt │ │ │ └── tomtit.txt │ │ ├── top-academy/ │ │ │ └── t.txt │ │ ├── top-academy.txt │ │ ├── touro.txt │ │ ├── tpu.txt │ │ ├── tsma.txt │ │ ├── tsogu.txt │ │ ├── tstu.txt │ │ ├── tsu.txt │ │ ├── tsuab.txt │ │ ├── tsure.txt │ │ ├── tsutmb.txt │ │ ├── ttn.txt │ │ ├── tu-bryansk.txt │ │ ├── tula/ │ │ │ └── tsu.txt │ │ ├── tulatek.txt │ │ ├── tusur.txt │ │ ├── tuvsu.txt │ │ ├── tver/ │ │ │ └── tstu.txt │ │ ├── tversu.txt │ │ ├── tyuiu.txt │ │ ├── uac-icc.txt │ │ ├── uapa.txt │ │ ├── udm/ │ │ │ └── uni.txt │ │ ├── udsu.txt │ │ ├── uef.txt │ │ ├── uemc73.txt │ │ ├── ugkp.txt │ │ ├── ugmt.txt │ │ ├── ugrafmsh.txt │ │ ├── ugrasu.txt │ │ ├── uisi.txt │ │ ├── ukrtb.txt │ │ ├── uksivt.txt │ │ ├── ulstu.txt │ │ ├── ulsu.txt │ │ ├── unecon.txt │ │ ├── uni-dubna.txt │ │ ├── unitech-mo.txt │ │ ├── universitas.txt │ │ ├── unn.txt │ │ ├── uran/ │ │ │ └── imm.txt │ │ ├── urfu.txt │ │ ├── urpc.txt │ │ ├── ursmu.txt │ │ ├── urtt.txt │ │ ├── usaaa.txt │ │ ├── usart.txt │ │ ├── usfea.txt │ │ ├── usla.txt │ │ ├── usma.txt │ │ ├── usmga.txt │ │ ├── usptu.txt │ │ ├── uspu.txt │ │ ├── ustu.txt │ │ ├── usu.txt │ │ ├── usue.txt │ │ ├── usurt/ │ │ │ └── student.txt │ │ ├── usurt.txt │ │ ├── ut-mo.txt │ │ ├── utmn.txt │ │ ├── uvauga.txt │ │ ├── uven.txt │ │ ├── vavilovsar.txt │ │ ├── vavt.txt │ │ ├── vemst.txt │ │ ├── vgafk.txt │ │ ├── vgapkro.txt │ │ ├── vgasa.txt │ │ ├── vgppk.txt │ │ ├── vieup.txt │ │ ├── vimvd.txt │ │ ├── viti-mephi.txt │ │ ├── vivt.txt │ │ ├── vke-edu.txt │ │ ├── vlsu.txt │ │ ├── voenmeh.txt │ │ ├── vogu35.txt │ │ ├── volgmed.txt │ │ ├── volpi.txt │ │ ├── volsu.txt │ │ ├── vrn/ │ │ │ └── vgasu.txt │ │ ├── vsau.txt │ │ ├── vsiem.txt │ │ ├── vspu.txt │ │ ├── vstu.txt │ │ ├── vsu.txt │ │ ├── vtk-portal.txt │ │ ├── vvsu.txt │ │ ├── vyatsu.txt │ │ ├── wsnet.txt │ │ ├── yakit.txt │ │ ├── yanao/ │ │ │ └── do.txt │ │ ├── yandexlyceum.txt │ │ ├── yar.txt │ │ ├── yola15.txt │ │ ├── ypat-salekhard.txt │ │ ├── ypec.txt │ │ ├── ysn/ │ │ │ └── ikfia.txt │ │ ├── ystu.txt │ │ ├── ysu.txt │ │ ├── zabgc.txt │ │ ├── zabgu.txt │ │ ├── zau.txt │ │ └── zhat.txt │ ├── rw/ │ │ └── ac/ │ │ ├── auca.txt │ │ ├── nur.txt │ │ ├── uck.txt │ │ └── ulk.txt │ ├── sa/ │ │ ├── com/ │ │ │ └── maarif.txt │ │ ├── edu/ │ │ │ ├── alfarabischool.txt │ │ │ ├── alyamamah.txt │ │ │ ├── amc.txt │ │ │ ├── aou.txt │ │ │ ├── as.txt │ │ │ ├── bmc.txt │ │ │ ├── bpc.txt │ │ │ ├── bu.txt │ │ │ ├── cba.txt │ │ │ ├── cis.txt │ │ │ ├── cti.txt │ │ │ ├── daralhekma.txt │ │ │ ├── dau.txt │ │ │ ├── dcc.txt │ │ │ ├── effatcollege.txt │ │ │ ├── fbsc.txt │ │ │ ├── iau.txt │ │ │ ├── ibnsina.txt │ │ │ ├── imamu.txt │ │ │ ├── ipa.txt │ │ │ ├── iu.txt │ │ │ ├── jazanu.txt │ │ │ ├── jct.txt │ │ │ ├── jic.txt │ │ │ ├── ju.txt │ │ │ ├── kau.txt │ │ │ ├── kaust.txt │ │ │ ├── kfsc.txt │ │ │ ├── kfu.txt │ │ │ ├── kfupm.txt │ │ │ ├── kku.txt │ │ │ ├── ksau-hs.txt │ │ │ ├── ksu/ │ │ │ │ └── student.txt │ │ │ ├── ksu.txt │ │ │ ├── ku.txt │ │ │ ├── mcst.txt │ │ │ ├── miskschools.txt │ │ │ ├── nauss.txt │ │ │ ├── nbu.txt │ │ │ ├── nu.txt │ │ │ ├── oc.txt │ │ │ ├── pisk.txt │ │ │ ├── pmu.txt │ │ │ ├── pnu.txt │ │ │ ├── psau.txt │ │ │ ├── psu.txt │ │ │ ├── qc.txt │ │ │ ├── qu.txt │ │ │ ├── rcjy.txt │ │ │ ├── rct.txt │ │ │ ├── rcyci/ │ │ │ │ └── stu.txt │ │ │ ├── riyadh.txt │ │ │ ├── seu.txt │ │ │ ├── su/ │ │ │ │ └── students.txt │ │ │ ├── su.txt │ │ │ ├── taibahu.txt │ │ │ ├── tu.txt │ │ │ ├── tvtc.txt │ │ │ ├── ub.txt │ │ │ ├── ucj.txt │ │ │ ├── ud.txt │ │ │ ├── uhb.txt │ │ │ ├── uoh.txt │ │ │ ├── upm.txt │ │ │ ├── uqu.txt │ │ │ ├── ut.txt │ │ │ └── yic.txt │ │ ├── gov/ │ │ │ ├── moe/ │ │ │ │ └── rg.txt │ │ │ └── tvtc.txt │ │ ├── med/ │ │ │ └── ngha.txt │ │ └── org/ │ │ └── arabou.txt │ ├── school/ │ │ ├── beaumont.txt │ │ ├── bgt.txt │ │ ├── budapest.txt │ │ ├── campden/ │ │ │ └── students.txt │ │ ├── cchs.txt │ │ ├── cesar.txt │ │ ├── chepstow.txt │ │ ├── dalet.txt │ │ ├── donkey.txt │ │ ├── egs.txt │ │ ├── eis.txt │ │ ├── epsum/ │ │ │ └── estudiante.txt │ │ ├── governors.txt │ │ ├── hei.txt │ │ ├── horo.txt │ │ ├── ihsan.txt │ │ ├── itismajo.txt │ │ ├── laclick.txt │ │ ├── millhill.txt │ │ ├── miniemen.txt │ │ ├── n.txt │ │ ├── norlington.txt │ │ ├── oclock.txt │ │ ├── optima.txt │ │ ├── orleanspark.txt │ │ ├── primakov.txt │ │ ├── sevenkings.txt │ │ ├── shamir.txt │ │ ├── sptech.txt │ │ ├── students-wbs.txt │ │ ├── wasd.txt │ │ └── wilder.txt │ ├── schule/ │ │ ├── akbk.txt │ │ ├── bbs-nrue.txt │ │ ├── buessing.txt │ │ ├── buhmann.txt │ │ ├── fds-limburg.txt │ │ ├── georg-buechner.txt │ │ ├── hanau/ │ │ │ └── ksh.txt │ │ ├── juventus.txt │ │ ├── kbs/ │ │ │ ├── ebs.txt │ │ │ ├── ggb.txt │ │ │ └── kks.txt │ │ ├── kgl.txt │ │ ├── kkst/ │ │ │ └── s.txt │ │ ├── nrw/ │ │ │ └── ema.txt │ │ ├── rkm.txt │ │ ├── rsg-cham.txt │ │ ├── sg-l.txt │ │ ├── sge.txt │ │ ├── steinbeis.txt │ │ └── theokoch.txt │ ├── sd/ │ │ ├── edu/ │ │ │ ├── aau.txt │ │ │ ├── ahfad.txt │ │ │ ├── ccs.txt │ │ │ ├── dalanjuniversity.txt │ │ │ ├── fashir.txt │ │ │ ├── gaduniv.txt │ │ │ ├── iua.txt │ │ │ ├── kassalauni.txt │ │ │ ├── kordofan.txt │ │ │ ├── neelain.txt │ │ │ ├── nilevalley.txt │ │ │ ├── oau.txt │ │ │ ├── oiu.txt │ │ │ ├── ous.txt │ │ │ ├── quran-unv.txt │ │ │ ├── ribat.txt │ │ │ ├── rsu.txt │ │ │ ├── uofd.txt │ │ │ └── ust.txt │ │ └── ush.txt │ ├── se/ │ │ ├── abbindustrigymnasium.txt │ │ ├── arboga.txt │ │ ├── arenakoncernen/ │ │ │ └── student.txt │ │ ├── avesta/ │ │ │ └── edu.txt │ │ ├── boras/ │ │ │ ├── edu.txt │ │ │ └── skola.txt │ │ ├── botkyrka.txt │ │ ├── bth.txt │ │ ├── chalmers/ │ │ │ └── student.txt │ │ ├── chalmers.txt │ │ ├── chasacademy.txt │ │ ├── cmeducations.txt │ │ ├── cng.txt │ │ ├── cybergymnasiet/ │ │ │ └── elev.txt │ │ ├── danderyd/ │ │ │ └── elev.txt │ │ ├── danderyd.txt │ │ ├── dbgy/ │ │ │ └── ga/ │ │ │ └── elev.txt │ │ ├── du.txt │ │ ├── ecutbildning/ │ │ │ └── utb.txt │ │ ├── ecutbildning.txt │ │ ├── edufalkenberg.txt │ │ ├── edugrade/ │ │ │ └── edu.txt │ │ ├── engelholm/ │ │ │ └── skola.txt │ │ ├── engelholm.txt │ │ ├── engelska.txt │ │ ├── enjoygroup/ │ │ │ └── elev.txt │ │ ├── falufri.txt │ │ ├── fhsk/ │ │ │ ├── axevalla.txt │ │ │ ├── sanktamaria.txt │ │ │ └── svf.txt │ │ ├── forsbergsskola/ │ │ │ └── student.txt │ │ ├── gavle.txt │ │ ├── gih.txt │ │ ├── goteborg/ │ │ │ ├── educ.txt │ │ │ └── skola.txt │ │ ├── grillska.txt │ │ ├── gritacademy.txt │ │ ├── gtg.txt │ │ ├── gti.txt │ │ ├── gu.txt │ │ ├── habo/ │ │ │ └── edu.txt │ │ ├── halmstad/ │ │ │ └── edu.txt │ │ ├── haninge/ │ │ │ └── ubf.txt │ │ ├── harryda.txt │ │ ├── hb.txt │ │ ├── helsingborg/ │ │ │ └── utb.txt │ │ ├── hgo.txt │ │ ├── hh.txt │ │ ├── hhs.txt │ │ ├── hig.txt │ │ ├── hik.txt │ │ ├── his/ │ │ │ └── student.txt │ │ ├── his.txt │ │ ├── hj.txt │ │ ├── hkr.txt │ │ ├── htu.txt │ │ ├── hv.txt │ │ ├── hyperisland.txt │ │ ├── innovationsgymnasiet.txt │ │ ├── it-gymnasiet.txt │ │ ├── itggot.txt │ │ ├── iths.txt │ │ ├── jenseneducation.txt │ │ ├── jgy.txt │ │ ├── jonkoping/ │ │ │ └── edu.txt │ │ ├── ju.txt │ │ ├── karlskoga/ │ │ │ └── edu.txt │ │ ├── karlskogafhs.txt │ │ ├── karlskrona/ │ │ │ └── skola.txt │ │ ├── karlstad/ │ │ │ └── edu.txt │ │ ├── katedral.txt │ │ ├── kau.txt │ │ ├── kfvelev.txt │ │ ├── ki.txt │ │ ├── konstfack.txt │ │ ├── kth.txt │ │ ├── kulturama.txt │ │ ├── kungalv/ │ │ │ ├── edu.txt │ │ │ ├── elev.txt │ │ │ └── skola.txt │ │ ├── kunskapsforbundet.txt │ │ ├── kyh/ │ │ │ └── student.txt │ │ ├── lbs.txt │ │ ├── lerniastudent.txt │ │ ├── lerum/ │ │ │ └── edu.txt │ │ ├── lhs.txt │ │ ├── linkoping/ │ │ │ ├── adm.txt │ │ │ └── edu.txt │ │ ├── liu.txt │ │ ├── lnu.txt │ │ ├── lth.txt │ │ ├── ltu.txt │ │ ├── lu/ │ │ │ └── lunduniversity.txt │ │ ├── lu.txt │ │ ├── lund/ │ │ │ └── skola.txt │ │ ├── luth.txt │ │ ├── mah.txt │ │ ├── malardalenstekniska.txt │ │ ├── malmo/ │ │ │ └── skola.txt │ │ ├── mau.txt │ │ ├── mdu/ │ │ │ └── student.txt │ │ ├── mdu.txt │ │ ├── medborgarskolan.txt │ │ ├── medieinstitutet.txt │ │ ├── minervaskolan.txt │ │ ├── miun.txt │ │ ├── nacka/ │ │ │ └── edu.txt │ │ ├── nackademin.txt │ │ ├── nbi-handelsakademin.txt │ │ ├── newton/ │ │ │ └── edu.txt │ │ ├── noblaskolan.txt │ │ ├── norrkoping/ │ │ │ └── elev.txt │ │ ├── nti/ │ │ │ └── umea.txt │ │ ├── ntig.txt │ │ ├── nybro/ │ │ │ └── edu.txt │ │ ├── nykoping/ │ │ │ └── skola.txt │ │ ├── olofstrom/ │ │ │ └── edu.txt │ │ ├── oru.txt │ │ ├── piggelinen.txt │ │ ├── pitea/ │ │ │ └── stud.txt │ │ ├── plushogskolan.txt │ │ ├── realgymnasiet.txt │ │ ├── sh.txt │ │ ├── sih/ │ │ │ └── utb.txt │ │ ├── sjolinsgymnasium/ │ │ │ └── ga/ │ │ │ └── elev.txt │ │ ├── skolamoa.txt │ │ ├── skolanskurup.txt │ │ ├── slu.txt │ │ ├── snitz/ │ │ │ └── elev.txt │ │ ├── snitz.txt │ │ ├── sollentuna/ │ │ │ └── edu.txt │ │ ├── soltorgsgymnasiet.txt │ │ ├── sti/ │ │ │ └── stud.txt │ │ ├── stockholm/ │ │ │ └── elevmail.txt │ │ ├── stockholmscience.txt │ │ ├── storsjogymnasiet.txt │ │ ├── su.txt │ │ ├── sundsvall/ │ │ │ └── skola.txt │ │ ├── suni.txt │ │ ├── taby/ │ │ │ └── skola.txt │ │ ├── tabyenskilda/ │ │ │ └── student.txt │ │ ├── thegameassembly.txt │ │ ├── theindiequest.txt │ │ ├── tucsweden.txt │ │ ├── tyreso/ │ │ │ └── utb.txt │ │ ├── uddevalla/ │ │ │ └── gapp.txt │ │ ├── umea/ │ │ │ └── edu.txt │ │ ├── umu.txt │ │ ├── uniarts.txt │ │ ├── uu.txt │ │ ├── varberg/ │ │ │ └── edu.txt │ │ ├── vaxjo/ │ │ │ └── utb.txt │ │ ├── vellinge/ │ │ │ └── edu.txt │ │ ├── vrg.txt │ │ ├── vuxutb.txt │ │ ├── wendelahebbegymnasiet.txt │ │ ├── wmu.txt │ │ ├── ya.txt │ │ └── yaelev.txt │ ├── sg/ │ │ ├── com/ │ │ │ └── adsc.txt │ │ ├── edu/ │ │ │ ├── ais.txt │ │ │ ├── auston.txt │ │ │ ├── aventis.txt │ │ │ ├── cis.txt │ │ │ ├── dovercourt.txt │ │ │ ├── fis.txt │ │ │ ├── hci/ │ │ │ │ └── student.txt │ │ │ ├── ics.txt │ │ │ ├── ite.txt │ │ │ ├── kaplan.txt │ │ │ ├── lsbf.txt │ │ │ ├── mdis.txt │ │ │ ├── moe/ │ │ │ │ └── temasekjc.txt │ │ │ ├── myrp.txt │ │ │ ├── nexus.txt │ │ │ ├── np/ │ │ │ │ └── connect.txt │ │ │ ├── np.txt │ │ │ ├── ntu.txt │ │ │ ├── nus.txt │ │ │ ├── nushigh.txt │ │ │ ├── nyjc.txt │ │ │ ├── nyp.txt │ │ │ ├── ofs.txt │ │ │ ├── prcss.txt │ │ │ ├── psba.txt │ │ │ ├── ri.txt │ │ │ ├── rp.txt │ │ │ ├── sais.txt │ │ │ ├── sas.txt │ │ │ ├── sim.txt │ │ │ ├── singaporetech/ │ │ │ │ └── sit.txt │ │ │ ├── singaporetech.txt │ │ │ ├── smu.txt │ │ │ ├── sp.txt │ │ │ ├── sst.txt │ │ │ ├── ssts.txt │ │ │ ├── sthua.txt │ │ │ ├── students.txt │ │ │ ├── suss.txt │ │ │ ├── sutd.txt │ │ │ ├── tp/ │ │ │ │ └── student.txt │ │ │ ├── tp.txt │ │ │ ├── uwcsea/ │ │ │ │ └── gapps.txt │ │ │ └── uwcsea.txt │ │ ├── org/ │ │ │ └── panasia.txt │ │ └── vjc.txt │ ├── sh/ │ │ └── school.txt │ ├── si/ │ │ ├── academia.txt │ │ ├── academiavss.txt │ │ ├── almamater.txt │ │ ├── druga.txt │ │ ├── esnm.txt │ │ ├── fm-kp.txt │ │ ├── gfml.txt │ │ ├── gimkr.txt │ │ ├── gimnazija-skofjaloka.txt │ │ ├── ijs.txt │ │ ├── os-hoce.txt │ │ ├── osbrod.txt │ │ ├── ostrbovlje.txt │ │ ├── sc-celje.txt │ │ ├── sc-nm.txt │ │ ├── sckr/ │ │ │ ├── sts.txt │ │ │ └── vss.txt │ │ ├── scng/ │ │ │ └── ms.txt │ │ ├── scng.txt │ │ ├── scptuj.txt │ │ ├── scsl.txt │ │ ├── scv.txt │ │ ├── sers.txt │ │ ├── spletni-studij.txt │ │ ├── ssravne.txt │ │ ├── stps-trbovlje.txt │ │ ├── sts.txt │ │ ├── student-erudio.txt │ │ ├── szsce.txt │ │ ├── tonetacufarja.txt │ │ ├── um.txt │ │ ├── ung.txt │ │ ├── uni-lj.txt │ │ ├── uni-mb.txt │ │ ├── unm/ │ │ │ ├── fis/ │ │ │ │ └── student.txt │ │ │ └── fis.txt │ │ ├── upr.txt │ │ └── vegova.txt │ ├── sk/ │ │ ├── adlerka/ │ │ │ └── student.txt │ │ ├── akademiapz.txt │ │ ├── aku.txt │ │ ├── animus.txt │ │ ├── aos.txt │ │ ├── bilgym.txt │ │ ├── bisla.txt │ │ ├── bivs.txt │ │ ├── centrumnadania.txt │ │ ├── dti.txt │ │ ├── edu/ │ │ │ ├── gpohkk.txt │ │ │ └── spssnina.txt │ │ ├── elektrohradok.txt │ │ ├── euba.txt │ │ ├── evlyceum.txt │ │ ├── galeje.txt │ │ ├── gjh.txt │ │ ├── gkmke.txt │ │ ├── gmet.txt │ │ ├── gsa.txt │ │ ├── gymgolnr.txt │ │ ├── gymnaziumceska.txt │ │ ├── gympos.txt │ │ ├── gymzv.txt │ │ ├── iaeste.txt │ │ ├── ismpo.txt │ │ ├── ku.txt │ │ ├── maraigimi.txt │ │ ├── mediamatika.txt │ │ ├── piaristi-pd.txt │ │ ├── selyeuni.txt │ │ ├── sevs.txt │ │ ├── sjoroza.txt │ │ ├── sosholic.txt │ │ ├── sosthe.txt │ │ ├── spsbj.txt │ │ ├── spsdub.txt │ │ ├── spse-po.txt │ │ ├── spsehalova.txt │ │ ├── spseke.txt │ │ ├── spsjm.txt │ │ ├── spsknm.txt │ │ ├── spstsnv.txt │ │ ├── spstt.txt │ │ ├── ssnd.txt │ │ ├── stuba.txt │ │ ├── studentgymnaziumceska.txt │ │ ├── svr.txt │ │ ├── szu.txt │ │ ├── tnuni.txt │ │ ├── truni.txt │ │ ├── tuke.txt │ │ ├── tuzvo.txt │ │ ├── tvu.txt │ │ ├── ucm.txt │ │ ├── ujs.txt │ │ ├── ukf.txt │ │ ├── umb.txt │ │ ├── uniag.txt │ │ ├── uniba/ │ │ │ └── fmph/ │ │ │ └── g.txt │ │ ├── uniba.txt │ │ ├── uninova.txt │ │ ├── unipo.txt │ │ ├── uniza.txt │ │ ├── upjs.txt │ │ ├── uvm.txt │ │ ├── vazka/ │ │ │ └── student.txt │ │ ├── vsm.txt │ │ ├── vsmu.txt │ │ ├── vssladkovicovo.txt │ │ ├── vssvalzbety.txt │ │ ├── vsvu.txt │ │ ├── zochova/ │ │ │ └── s.txt │ │ └── zsstrba.txt │ ├── sm/ │ │ └── unirsm.txt │ ├── sn/ │ │ ├── dit.txt │ │ ├── edu/ │ │ │ ├── estm.txt │ │ │ ├── eua.txt │ │ │ ├── isep-thies.txt │ │ │ ├── isepdiamniadio.txt │ │ │ ├── ism.txt │ │ │ ├── mit.txt │ │ │ ├── supdeco.txt │ │ │ ├── uadb.txt │ │ │ ├── uam.txt │ │ │ ├── ucad.txt │ │ │ ├── ucao.txt │ │ │ ├── ugb.txt │ │ │ └── uvs.txt │ │ ├── ept.txt │ │ ├── esmt.txt │ │ ├── esp.txt │ │ ├── ipd.txt │ │ ├── ucad.txt │ │ ├── univ/ │ │ │ └── zig.txt │ │ ├── univ-thies.txt │ │ ├── univ-zig.txt │ │ └── universityofmanagement.txt │ ├── so/ │ │ └── edu/ │ │ ├── psu.txt │ │ └── simad.txt │ ├── space/ │ │ └── harbour.txt │ ├── sr/ │ │ ├── edu/ │ │ │ └── ptc.txt │ │ └── unasat.txt │ ├── stoplist.txt │ ├── study/ │ │ ├── msun.txt │ │ └── sit.txt │ ├── su/ │ │ ├── kstu.txt │ │ ├── msu.txt │ │ ├── nsk.txt │ │ ├── omsk.txt │ │ ├── radiotech.txt │ │ ├── ruc.txt │ │ ├── sibupk.txt │ │ ├── ugatu.txt │ │ └── uspu.txt │ ├── sv/ │ │ └── edu/ │ │ ├── catolica.txt │ │ ├── cdb.txt │ │ ├── esen.txt │ │ ├── itca.txt │ │ ├── itcha.txt │ │ ├── liveusam.txt │ │ ├── uae.txt │ │ ├── uca.txt │ │ ├── ucad.txt │ │ ├── udb/ │ │ │ ├── alumno.txt │ │ │ └── docente.txt │ │ ├── uees.txt │ │ ├── ues.txt │ │ ├── ufg.txt │ │ ├── ugb.txt │ │ ├── ujmd.txt │ │ ├── uls.txt │ │ ├── uma.txt │ │ ├── umoar.txt │ │ ├── unab.txt │ │ ├── unasa.txt │ │ ├── univo.txt │ │ ├── unssa.txt │ │ ├── upan.txt │ │ ├── uped.txt │ │ ├── upes.txt │ │ ├── usam.txt │ │ ├── usonsonate.txt │ │ ├── utec/ │ │ │ └── mail.txt │ │ └── utla.txt │ ├── swiss/ │ │ └── siw.txt │ ├── sy/ │ │ └── edu/ │ │ ├── albaath-univ.txt │ │ ├── alepuniv.txt │ │ ├── damascusuniversity.txt │ │ ├── hiba.txt │ │ ├── iust.txt │ │ ├── tishreen.txt │ │ ├── uok.txt │ │ ├── wiu.txt │ │ └── ypu.txt │ ├── sz/ │ │ └── uniswa.txt │ ├── tech/ │ │ ├── bts.txt │ │ └── omgtu.txt │ ├── tg/ │ │ ├── iai-togo.txt │ │ └── univ-lome.txt │ ├── th/ │ │ ├── ac/ │ │ │ ├── acr.txt │ │ │ ├── acsp.txt │ │ │ ├── act/ │ │ │ │ └── student.txt │ │ │ ├── aims.txt │ │ │ ├── ait.txt │ │ │ ├── anc.txt │ │ │ ├── aru.txt │ │ │ ├── ayw.txt │ │ │ ├── bcc.txt │ │ │ ├── bisphuket.txt │ │ │ ├── bru.txt │ │ │ ├── bsru.txt │ │ │ ├── bu.txt │ │ │ ├── buu.txt │ │ │ ├── cdti.txt │ │ │ ├── chandra.txt │ │ │ ├── chiangkham.txt │ │ │ ├── chiangmai.txt │ │ │ ├── chula/ │ │ │ │ └── student.txt │ │ │ ├── chula.txt │ │ │ ├── cmkl.txt │ │ │ ├── cmru.txt │ │ │ ├── cmtc.txt │ │ │ ├── cmu.txt │ │ │ ├── cmvc.txt │ │ │ ├── cpc.txt │ │ │ ├── cpru.txt │ │ │ ├── cpu.txt │ │ │ ├── cra.txt │ │ │ ├── crru.txt │ │ │ ├── damrong.txt │ │ │ ├── debsirin.txt │ │ │ ├── dkttc.txt │ │ │ ├── dpu.txt │ │ │ ├── dru.txt │ │ │ ├── dusit.txt │ │ │ ├── eau.txt │ │ │ ├── eis.txt │ │ │ ├── ftu.txt │ │ │ ├── hcu.txt │ │ │ ├── htc.txt │ │ │ ├── hu.txt │ │ │ ├── huaiyot.txt │ │ │ ├── hwp.txt │ │ │ ├── isb.txt │ │ │ ├── ives3.txt │ │ │ ├── jv.txt │ │ │ ├── kbu.txt │ │ │ ├── kitti.txt │ │ │ ├── kku.txt │ │ │ ├── kmitl.txt │ │ │ ├── kmutnb.txt │ │ │ ├── kmutt.txt │ │ │ ├── kpru.txt │ │ │ ├── krirk.txt │ │ │ ├── kru.txt │ │ │ ├── ksu.txt │ │ │ ├── ku.txt │ │ │ ├── kvis.txt │ │ │ ├── lampangvc.txt │ │ │ ├── lannaist.txt │ │ │ ├── lcat.txt │ │ │ ├── lcct.txt │ │ │ ├── lic.txt │ │ │ ├── lpru.txt │ │ │ ├── lru.txt │ │ │ ├── mahidol.txt │ │ │ ├── mbu.txt │ │ │ ├── mcu.txt │ │ │ ├── mfu.txt │ │ │ ├── mju.txt │ │ │ ├── msu.txt │ │ │ ├── mut.txt │ │ │ ├── mwit.txt │ │ │ ├── newton.txt │ │ │ ├── nida.txt │ │ │ ├── nmu.txt │ │ │ ├── northbkk.txt │ │ │ ├── northcm.txt │ │ │ ├── npru/ │ │ │ │ └── webmail.txt │ │ │ ├── nrru.txt │ │ │ ├── nsru.txt │ │ │ ├── nu.txt │ │ │ ├── panyarathighschool.txt │ │ │ ├── payap.txt │ │ │ ├── pbru/ │ │ │ │ └── mail.txt │ │ │ ├── pccchon.txt │ │ │ ├── pccp.txt │ │ │ ├── pccst.txt │ │ │ ├── pcru.txt │ │ │ ├── petkasem.txt │ │ │ ├── phothitham.txt │ │ │ ├── phuketthaihua.txt │ │ │ ├── phukhieo.txt │ │ │ ├── pim/ │ │ │ │ └── stu.txt │ │ │ ├── pim.txt │ │ │ ├── piriyalai.txt │ │ │ ├── pit/ │ │ │ │ └── pit365.txt │ │ │ ├── pkru.txt │ │ │ ├── pkw.txt │ │ │ ├── pmtc.txt │ │ │ ├── pnru.txt │ │ │ ├── pnu.txt │ │ │ ├── pomnaka.txt │ │ │ ├── pongsawadi.txt │ │ │ ├── prc.txt │ │ │ ├── ps.txt │ │ │ ├── psru.txt │ │ │ ├── psu.txt │ │ │ ├── psuwit.txt │ │ │ ├── ptu.txt │ │ │ ├── rayongwit.txt │ │ │ ├── rb.txt │ │ │ ├── reru.txt │ │ │ ├── rittiya.txt │ │ │ ├── rmu.txt │ │ │ ├── rmuti.txt │ │ │ ├── rmutk/ │ │ │ │ └── mail.txt │ │ │ ├── rmutl.txt │ │ │ ├── rmutp.txt │ │ │ ├── rmutr/ │ │ │ │ └── outlook.txt │ │ │ ├── rmutsb.txt │ │ │ ├── rmutsv.txt │ │ │ ├── rmutt.txt │ │ │ ├── rmutto.txt │ │ │ ├── roong-aroon.txt │ │ │ ├── rpu.txt │ │ │ ├── rsu.txt │ │ │ ├── ru/ │ │ │ │ └── rumail.txt │ │ │ ├── ru.txt │ │ │ ├── satriwit.txt │ │ │ ├── satriwit3.txt │ │ │ ├── sau.txt │ │ │ ├── sd/ │ │ │ │ └── student.txt │ │ │ ├── sf.txt │ │ │ ├── sg.txt │ │ │ ├── siamtech.txt │ │ │ ├── siamtechno.txt │ │ │ ├── sibs/ │ │ │ │ └── stu.txt │ │ │ ├── sirin.txt │ │ │ ├── sk/ │ │ │ │ └── student.txt │ │ │ ├── skr.txt │ │ │ ├── snru.txt │ │ │ ├── song.txt │ │ │ ├── southeast.txt │ │ │ ├── spu.txt │ │ │ ├── sriyapai.txt │ │ │ ├── srru.txt │ │ │ ├── sru.txt │ │ │ ├── ssru.txt │ │ │ ├── stjohn.txt │ │ │ ├── stou.txt │ │ │ ├── su.txt │ │ │ ├── sut.txt │ │ │ ├── swu.txt │ │ │ ├── tni.txt │ │ │ ├── tnw.txt │ │ │ ├── tsu.txt │ │ │ ├── tu.txt │ │ │ ├── tup/ │ │ │ │ └── ms.txt │ │ │ ├── ubu.txt │ │ │ ├── udontech.txt │ │ │ ├── udru/ │ │ │ │ └── 365.txt │ │ │ ├── udru.txt │ │ │ ├── up.txt │ │ │ ├── uru.txt │ │ │ ├── utc.txt │ │ │ ├── utcc.txt │ │ │ ├── varee.txt │ │ │ ├── vistec.txt │ │ │ ├── visut.txt │ │ │ ├── vru.txt │ │ │ ├── vu.txt │ │ │ ├── webster.txt │ │ │ ├── wmk.txt │ │ │ ├── wmws.txt │ │ │ ├── wu.txt │ │ │ ├── ycpschool.txt │ │ │ ├── yingyuadpit.txt │ │ │ ├── yru.txt │ │ │ └── ytc.txt │ │ └── ku.txt │ ├── tj/ │ │ ├── dtmik.txt │ │ ├── hgu.txt │ │ ├── kbtut.txt │ │ ├── polytech.txt │ │ ├── tajagroun.txt │ │ ├── tajmedun.txt │ │ ├── tarena.txt │ │ └── ttu.txt │ ├── tlds.txt │ ├── tm/ │ │ ├── edu/ │ │ │ └── itit.txt │ │ └── edu.txt │ ├── tn/ │ │ ├── com/ │ │ │ ├── SESAME.txt │ │ │ └── episousse.txt │ │ ├── enis.txt │ │ ├── ens/ │ │ │ ├── iit.txt │ │ │ └── unat.txt │ │ ├── ensi-uma.txt │ │ ├── esen.txt │ │ ├── esprit.txt │ │ ├── fsegs.txt │ │ ├── horizon-tech.txt │ │ ├── iit.txt │ │ ├── imset.txt │ │ ├── infoplus.txt │ │ ├── ipsas.txt │ │ ├── isetcom.txt │ │ ├── isimg.txt │ │ ├── itbs.txt │ │ ├── iteam-univ.txt │ │ ├── medtech.txt │ │ ├── pi.txt │ │ ├── polytechnicien.txt │ │ ├── polytecsousse.txt │ │ ├── r-iset/ │ │ │ ├── beja.txt │ │ │ ├── bizerte.txt │ │ │ ├── charguia.txt │ │ │ ├── gafsa.txt │ │ │ ├── kelibia.txt │ │ │ ├── mahdia.txt │ │ │ ├── nabeul.txt │ │ │ ├── rades.txt │ │ │ ├── sfax.txt │ │ │ ├── sousse.txt │ │ │ └── zaghouan.txt │ │ ├── rnrt/ │ │ │ └── crns.txt │ │ ├── rnu/ │ │ │ ├── disfm.txt │ │ │ ├── enicarthage.txt │ │ │ ├── enis.txt │ │ │ ├── enit.txt │ │ │ ├── fsg.txt │ │ │ ├── fsm.txt │ │ │ ├── fss.txt │ │ │ ├── insat.txt │ │ │ ├── isbm.txt │ │ │ ├── isetch.txt │ │ │ ├── isetj.txt │ │ │ ├── isetkl.txt │ │ │ ├── isetn.txt │ │ │ ├── isetr.txt │ │ │ ├── isetso.txt │ │ │ ├── isg.txt │ │ │ ├── isim.txt │ │ │ ├── isimsf.txt │ │ │ ├── issatso.txt │ │ │ ├── uc.txt │ │ │ ├── ugaf.txt │ │ │ ├── uj.txt │ │ │ ├── um.txt │ │ │ ├── uma.txt │ │ │ ├── univ-k.txt │ │ │ ├── univgb.txt │ │ │ ├── uss.txt │ │ │ ├── utm.txt │ │ │ ├── utunis.txt │ │ │ ├── uvt.txt │ │ │ └── uz.txt │ │ ├── supcom.txt │ │ ├── suptech.txt │ │ ├── tek-up.txt │ │ ├── u-carthage/ │ │ │ ├── enicar.txt │ │ │ ├── ensta.txt │ │ │ ├── fsb.txt │ │ │ ├── fsegn.txt │ │ │ ├── insat.txt │ │ │ ├── islt.txt │ │ │ ├── issatm.txt │ │ │ ├── istic.txt │ │ │ └── supcom.txt │ │ ├── u-gabes.txt │ │ ├── u-jendouba/ │ │ │ └── isikef.txt │ │ ├── u-kairouan/ │ │ │ ├── fstsbz.txt │ │ │ └── isigk.txt │ │ ├── u-manouba/ │ │ │ └── isamm.txt │ │ ├── u-monastir/ │ │ │ ├── enim.txt │ │ │ ├── fsegma.txt │ │ │ ├── fsm.txt │ │ │ ├── ipeim.txt │ │ │ ├── isima.txt │ │ │ └── isimm.txt │ │ ├── u-sfax/ │ │ │ ├── enetcom.txt │ │ │ ├── fsegs.txt │ │ │ ├── fss.txt │ │ │ └── isimsf.txt │ │ ├── u-sousse/ │ │ │ ├── eniso.txt │ │ │ ├── essths.txt │ │ │ ├── isgs.txt │ │ │ ├── isitc.txt │ │ │ └── issatso.txt │ │ ├── u-tunis/ │ │ │ ├── ensit.txt │ │ │ ├── essect.txt │ │ │ ├── isg.txt │ │ │ └── tbs.txt │ │ ├── ucar/ │ │ │ ├── enicar.txt │ │ │ ├── enstab.txt │ │ │ ├── ept.txt │ │ │ ├── fsb.txt │ │ │ ├── ihec.txt │ │ │ ├── insat.txt │ │ │ └── istic.txt │ │ ├── uit.txt │ │ ├── uma/ │ │ │ └── isamm.txt │ │ ├── universitecentrale/ │ │ │ └── myu.txt │ │ ├── usf/ │ │ │ ├── enetcom.txt │ │ │ ├── fsegs.txt │ │ │ └── isims.txt │ │ ├── utm/ │ │ │ ├── etudiant-enit.txt │ │ │ ├── etudiant-fsegt.txt │ │ │ ├── etudiant-fst.txt │ │ │ └── etudiant-isi.txt │ │ ├── utm.txt │ │ └── uvt.txt │ ├── tr/ │ │ ├── com/ │ │ │ └── 42kocaeli/ │ │ │ └── student.txt │ │ ├── edu/ │ │ │ ├── 29mayis.txt │ │ │ ├── acibadem.txt │ │ │ ├── adanabtu.txt │ │ │ ├── adiguzel/ │ │ │ │ └── student.txt │ │ │ ├── adiguzel.txt │ │ │ ├── adiyaman.txt │ │ │ ├── adu.txt │ │ │ ├── afsu.txt │ │ │ ├── agri.txt │ │ │ ├── agu.txt │ │ │ ├── ahievran.txt │ │ │ ├── akdeniz.txt │ │ │ ├── akev.txt │ │ │ ├── aksaray.txt │ │ │ ├── aku.txt │ │ │ ├── akun.txt │ │ │ ├── alanya.txt │ │ │ ├── alanyauniversity.txt │ │ │ ├── alparslan.txt │ │ │ ├── altinbas.txt │ │ │ ├── amasya.txt │ │ │ ├── anadolu.txt │ │ │ ├── anka.txt │ │ │ ├── ankara.txt │ │ │ ├── ankarabilim.txt │ │ │ ├── ankaramedipol.txt │ │ │ ├── antalya.txt │ │ │ ├── ardahan.txt │ │ │ ├── arel.txt │ │ │ ├── artuklu.txt │ │ │ ├── artvin.txt │ │ │ ├── asbu.txt │ │ │ ├── asu.txt │ │ │ ├── atauni.txt │ │ │ ├── atilim.txt │ │ │ ├── atlas.txt │ │ │ ├── atu.txt │ │ │ ├── avrasya.txt │ │ │ ├── aybu.txt │ │ │ ├── aydin.txt │ │ │ ├── ayvansaray.txt │ │ │ ├── bahcesehir.txt │ │ │ ├── bakircay.txt │ │ │ ├── balikesir.txt │ │ │ ├── bandirma.txt │ │ │ ├── bartin.txt │ │ │ ├── baskent.txt │ │ │ ├── batman.txt │ │ │ ├── bau/ │ │ │ │ ├── alumni.txt │ │ │ │ └── cons.txt │ │ │ ├── bau.txt │ │ │ ├── baucyprus.txt │ │ │ ├── baun.txt │ │ │ ├── bavu.txt │ │ │ ├── bayar.txt │ │ │ ├── bayburt.txt │ │ │ ├── beu.txt │ │ │ ├── beun.txt │ │ │ ├── beykent.txt │ │ │ ├── beykoz.txt │ │ │ ├── bezmialem.txt │ │ │ ├── bilecik.txt │ │ │ ├── bilgi.txt │ │ │ ├── bilkent.txt │ │ │ ├── bingol.txt │ │ │ ├── biruni.txt │ │ │ ├── bogazici.txt │ │ │ ├── bozok.txt │ │ │ ├── btu.txt │ │ │ ├── cag.txt │ │ │ ├── cankaya.txt │ │ │ ├── cbu.txt │ │ │ ├── ciu.txt │ │ │ ├── comu.txt │ │ │ ├── cu.txt │ │ │ ├── cumhuriyet.txt │ │ │ ├── dau.txt │ │ │ ├── deu.txt │ │ │ ├── dho.txt │ │ │ ├── dicle.txt │ │ │ ├── dogus.txt │ │ │ ├── dpu.txt │ │ │ ├── dumlupinar.txt │ │ │ ├── duzce.txt │ │ │ ├── ebyu/ │ │ │ │ └── ogr.txt │ │ │ ├── ege.txt │ │ │ ├── emu.txt │ │ │ ├── erbakan/ │ │ │ │ └── ogr.txt │ │ │ ├── erbakan.txt │ │ │ ├── erciyes.txt │ │ │ ├── erdogan.txt │ │ │ ├── erzincan.txt │ │ │ ├── erzurum.txt │ │ │ ├── esenyurt.txt │ │ │ ├── eskisehir.txt │ │ │ ├── etu.txt │ │ │ ├── eul.txt │ │ │ ├── fatihsultan.txt │ │ │ ├── fbu/ │ │ │ │ └── stu.txt │ │ │ ├── final.txt │ │ │ ├── firat.txt │ │ │ ├── fsm/ │ │ │ │ └── stu.txt │ │ │ ├── fsm.txt │ │ │ ├── galata.txt │ │ │ ├── gantep.txt │ │ │ ├── gau.txt │ │ │ ├── gazi.txt │ │ │ ├── gaziantep/ │ │ │ │ └── student.txt │ │ │ ├── gedik.txt │ │ │ ├── gelisim.txt │ │ │ ├── gidatarim.txt │ │ │ ├── giresun.txt │ │ │ ├── gop.txt │ │ │ ├── gsu.txt │ │ │ ├── gtu.txt │ │ │ ├── gumushane.txt │ │ │ ├── gyte.txt │ │ │ ├── hacettepe.txt │ │ │ ├── hakkari.txt │ │ │ ├── halic.txt │ │ │ ├── harran.txt │ │ │ ├── hbv.txt │ │ │ ├── hho.txt │ │ │ ├── hitit.txt │ │ │ ├── hku.txt │ │ │ ├── hun.txt │ │ │ ├── ibnhaldun.txt │ │ │ ├── ibu.txt │ │ │ ├── ibun.txt │ │ │ ├── idu/ │ │ │ │ └── std.txt │ │ │ ├── idu.txt │ │ │ ├── iesu.txt │ │ │ ├── ieu.txt │ │ │ ├── igdir.txt │ │ │ ├── ihu.txt │ │ │ ├── ikc.txt │ │ │ ├── ikcu/ │ │ │ │ └── ogr.txt │ │ │ ├── ikcu.txt │ │ │ ├── iku.txt │ │ │ ├── inonu.txt │ │ │ ├── isik.txt │ │ │ ├── isikun.txt │ │ │ ├── ismu.txt │ │ │ ├── isparta.txt │ │ │ ├── istanbul.txt │ │ │ ├── istanbularel.txt │ │ │ ├── istanbulbilim.txt │ │ │ ├── istanbulticaret.txt │ │ │ ├── iste.txt │ │ │ ├── istinye.txt │ │ │ ├── istun.txt │ │ │ ├── iszu.txt │ │ │ ├── iticu.txt │ │ │ ├── itu.txt │ │ │ ├── iu/ │ │ │ │ └── ogr.txt │ │ │ ├── iuc.txt │ │ │ ├── iyte.txt │ │ │ ├── izmirekonomi.txt │ │ │ ├── izu.txt │ │ │ ├── jsga.txt │ │ │ ├── kafkas.txt │ │ │ ├── kapadokya.txt │ │ │ ├── karabuk.txt │ │ │ ├── karaelmas.txt │ │ │ ├── karatay.txt │ │ │ ├── karatekin.txt │ │ │ ├── kastamonu.txt │ │ │ ├── kavram.txt │ │ │ ├── kayseri.txt │ │ │ ├── kemerburgaz.txt │ │ │ ├── kent.txt │ │ │ ├── khas.txt │ │ │ ├── kilis.txt │ │ │ ├── kirklareli.txt │ │ │ ├── kku.txt │ │ │ ├── klu.txt │ │ │ ├── kmu.txt │ │ │ ├── kocaeli.txt │ │ │ ├── kocaelisaglik.txt │ │ │ ├── konya.txt │ │ │ ├── ksbu.txt │ │ │ ├── ksu.txt │ │ │ ├── ktu.txt │ │ │ ├── ktun.txt │ │ │ ├── ku.txt │ │ │ ├── kun.txt │ │ │ ├── kyrenia.txt │ │ │ ├── lefke.txt │ │ │ ├── maltepe.txt │ │ │ ├── marmara.txt │ │ │ ├── marun.txt │ │ │ ├── medeniyet.txt │ │ │ ├── medipol.txt │ │ │ ├── mef.txt │ │ │ ├── mehmetakif.txt │ │ │ ├── mersin.txt │ │ │ ├── metu.txt │ │ │ ├── mku.txt │ │ │ ├── msgsu.txt │ │ │ ├── msu.txt │ │ │ ├── mu.txt │ │ │ ├── mudanya.txt │ │ │ ├── munzur.txt │ │ │ ├── netkent/ │ │ │ │ └── campus.txt │ │ │ ├── neu.txt │ │ │ ├── nevsehir.txt │ │ │ ├── nisantasi.txt │ │ │ ├── nku.txt │ │ │ ├── nny.txt │ │ │ ├── odtu.txt │ │ │ ├── odu.txt │ │ │ ├── ogu.txt │ │ │ ├── ohu.txt │ │ │ ├── okan.txt │ │ │ ├── oku/ │ │ │ │ └── ogr.txt │ │ │ ├── omu.txt │ │ │ ├── osmaniye.txt │ │ │ ├── ostimteknik.txt │ │ │ ├── ozal.txt │ │ │ ├── ozu.txt │ │ │ ├── ozyegin.txt │ │ │ ├── pa.txt │ │ │ ├── pamukkale.txt │ │ │ ├── pau.txt │ │ │ ├── pirireis.txt │ │ │ ├── pru.txt │ │ │ ├── rdu.txt │ │ │ ├── rumeli.txt │ │ │ ├── sabanciuniv.txt │ │ │ ├── sakarya.txt │ │ │ ├── samsun.txt │ │ │ ├── sanko.txt │ │ │ ├── sau.txt │ │ │ ├── sbu.txt │ │ │ ├── sdu.txt │ │ │ ├── sehir.txt │ │ │ ├── selcuk.txt │ │ │ ├── siirt.txt │ │ │ ├── sinop.txt │ │ │ ├── sirnak.txt │ │ │ ├── sivas.txt │ │ │ ├── tarsus.txt │ │ │ ├── tau.txt │ │ │ ├── tedu.txt │ │ │ ├── thk.txt │ │ │ ├── ticaret.txt │ │ │ ├── tinaztepe/ │ │ │ │ └── stu.txt │ │ │ ├── topkapi.txt │ │ │ ├── toros.txt │ │ │ ├── trabzon.txt │ │ │ ├── trakya.txt │ │ │ ├── ufuk.txt │ │ │ ├── uludag.txt │ │ │ ├── usak.txt │ │ │ ├── uskudar.txt │ │ │ ├── yalova.txt │ │ │ ├── yasar.txt │ │ │ ├── ybu.txt │ │ │ ├── yeditepe.txt │ │ │ ├── yeniyuzyil.txt │ │ │ ├── yesevi/ │ │ │ │ └── ogr.txt │ │ │ ├── yildiz.txt │ │ │ ├── yiu.txt │ │ │ ├── yuksekihtisasuniversitesi.txt │ │ │ └── yyu.txt │ │ └── k12/ │ │ ├── aci/ │ │ │ └── my.txt │ │ ├── acischools/ │ │ │ └── stu.txt │ │ ├── alkev.txt │ │ ├── ayseabla.txt │ │ ├── bahcesehir.txt │ │ ├── bjkkabatasvakfiokullari.txt │ │ ├── bornovakoleji.txt │ │ ├── dogaokullari.txt │ │ ├── enka.txt │ │ ├── evrim.txt │ │ ├── fmvisik.txt │ │ ├── gokkusagi/ │ │ │ └── cis.txt │ │ ├── ihlaskoleji.txt │ │ ├── istek.txt │ │ ├── itugvo.txt │ │ ├── kalev/ │ │ │ └── std.txt │ │ ├── koc.txt │ │ ├── konyabasakkoleji.txt │ │ ├── maya.txt │ │ ├── mayaokullari.txt │ │ ├── nds.txt │ │ ├── nesibeaydin.txt │ │ ├── odtugvo.txt │ │ ├── robcol.txt │ │ ├── sanliurfaeml.txt │ │ ├── sb.txt │ │ ├── sezin.txt │ │ ├── sj.txt │ │ ├── sm.txt │ │ ├── sp.txt │ │ ├── tac/ │ │ │ └── my.txt │ │ ├── tac.txt │ │ ├── tedankara.txt │ │ ├── tedatakent.txt │ │ ├── tedbodrum.txt │ │ ├── terakki.txt │ │ ├── tevitol.txt │ │ ├── uaa.txt │ │ ├── ugurokullari.txt │ │ ├── yenilikciogrenme.txt │ │ └── yeninesil.txt │ ├── tt/ │ │ ├── edu/ │ │ │ ├── cowenhamilton.txt │ │ │ ├── usc.txt │ │ │ └── utt.txt │ │ └── uwi.txt │ ├── tw/ │ │ ├── com/ │ │ │ └── kcis.txt │ │ ├── edu/ │ │ │ ├── aeust/ │ │ │ │ └── mail.txt │ │ │ ├── asia/ │ │ │ │ └── live.txt │ │ │ ├── au.txt │ │ │ ├── ccu.txt │ │ │ ├── ccut/ │ │ │ │ └── gm.txt │ │ │ ├── cgu.txt │ │ │ ├── chc/ │ │ │ │ ├── chgsh.txt │ │ │ │ └── chsh.txt │ │ │ ├── chihlee.txt │ │ │ ├── chu.txt │ │ │ ├── cjcu/ │ │ │ │ └── mailst.txt │ │ │ ├── cku.txt │ │ │ ├── cmu.txt │ │ │ ├── cnu/ │ │ │ │ ├── gm.txt │ │ │ │ └── o365.txt │ │ │ ├── cpu.txt │ │ │ ├── csmu.txt │ │ │ ├── csu/ │ │ │ │ └── gcloud.txt │ │ │ ├── ctu/ │ │ │ │ └── stu.txt │ │ │ ├── ctust/ │ │ │ │ └── ms3.txt │ │ │ ├── cufa.txt │ │ │ ├── cust/ │ │ │ │ └── gms.txt │ │ │ ├── cute/ │ │ │ │ └── stu.txt │ │ │ ├── cute.txt │ │ │ ├── cycu.txt │ │ │ ├── cyut.txt │ │ │ ├── dila.txt │ │ │ ├── dyu.txt │ │ │ ├── fcu.txt │ │ │ ├── fgu/ │ │ │ │ └── mail.txt │ │ │ ├── fju.txt │ │ │ ├── fy/ │ │ │ │ └── live.txt │ │ │ ├── hc/ │ │ │ │ └── hgsh/ │ │ │ │ └── stu.txt │ │ │ ├── hcu.txt │ │ │ ├── hdut/ │ │ │ │ ├── mail.txt │ │ │ │ └── student.txt │ │ │ ├── hfu.txt │ │ │ ├── hk.txt │ │ │ ├── hust.txt │ │ │ ├── hwai/ │ │ │ │ └── ms.txt │ │ │ ├── hwh/ │ │ │ │ └── go.txt │ │ │ ├── hwu/ │ │ │ │ └── mail.txt │ │ │ ├── isu.txt │ │ │ ├── just.txt │ │ │ ├── kh/ │ │ │ │ ├── ccvs/ │ │ │ │ │ └── mail2.txt │ │ │ │ ├── fxm.txt │ │ │ │ ├── hcvs.txt │ │ │ │ └── mail.txt │ │ │ ├── khc/ │ │ │ │ ├── cysh.txt │ │ │ │ └── fssh.txt │ │ │ ├── kl/ │ │ │ │ └── gm.txt │ │ │ ├── kmu.txt │ │ │ ├── knu.txt │ │ │ ├── ksu.txt │ │ │ ├── kuas.txt │ │ │ ├── kyu/ │ │ │ │ ├── mail.txt │ │ │ │ └── stumail.txt │ │ │ ├── kyu.txt │ │ │ ├── lhu.txt │ │ │ ├── lit/ │ │ │ │ └── mail.txt │ │ │ ├── ltu/ │ │ │ │ ├── ltugmail.txt │ │ │ │ ├── stumail.txt │ │ │ │ └── teamail.txt │ │ │ ├── mcu.txt │ │ │ ├── mcut/ │ │ │ │ ├── mail.txt │ │ │ │ ├── mail2.txt │ │ │ │ └── o365.txt │ │ │ ├── meiho/ │ │ │ │ └── go.txt │ │ │ ├── mingdao/ │ │ │ │ └── ms.txt │ │ │ ├── must/ │ │ │ │ └── std.txt │ │ │ ├── nccu.txt │ │ │ ├── nchu.txt │ │ │ ├── ncku.txt │ │ │ ├── ncnu.txt │ │ │ ├── nctu.txt │ │ │ ├── ncu.txt │ │ │ ├── ncue.txt │ │ │ ├── ncut.txt │ │ │ ├── ncyu.txt │ │ │ ├── ndhu.txt │ │ │ ├── ndmctsgh/ │ │ │ │ ├── mail.txt │ │ │ │ └── ndmc.txt │ │ │ ├── ndu.txt │ │ │ ├── nfu.txt │ │ │ ├── nhu.txt │ │ │ ├── niu.txt │ │ │ ├── nknu.txt │ │ │ ├── nkust.txt │ │ │ ├── nkut.txt │ │ │ ├── nou.txt │ │ │ ├── nptu.txt │ │ │ ├── npu/ │ │ │ │ ├── ems.txt │ │ │ │ └── gms.txt │ │ │ ├── npust.txt │ │ │ ├── nqu.txt │ │ │ ├── nsysu.txt │ │ │ ├── ntcu/ │ │ │ │ └── gm.txt │ │ │ ├── ntcu.txt │ │ │ ├── nthu.txt │ │ │ ├── ntnu.txt │ │ │ ├── ntou.txt │ │ │ ├── ntpc/ │ │ │ │ ├── apps.txt │ │ │ │ ├── chshs/ │ │ │ │ │ └── mail2.txt │ │ │ │ ├── jdjh.txt │ │ │ │ ├── ntsh/ │ │ │ │ │ └── g.txt │ │ │ │ └── tcjh/ │ │ │ │ └── ms.txt │ │ │ ├── ntpu.txt │ │ │ ├── nttu/ │ │ │ │ ├── ms104.txt │ │ │ │ ├── ms109.txt │ │ │ │ ├── ms93.txt │ │ │ │ └── ms99.txt │ │ │ ├── nttu.txt │ │ │ ├── ntu.txt │ │ │ ├── ntua/ │ │ │ │ └── mail.txt │ │ │ ├── ntub.txt │ │ │ ├── ntue.txt │ │ │ ├── ntunhs.txt │ │ │ ├── ntupes.txt │ │ │ ├── ntus.txt │ │ │ ├── ntust.txt │ │ │ ├── ntut.txt │ │ │ ├── nuk.txt │ │ │ ├── nutc.txt │ │ │ ├── nutn/ │ │ │ │ ├── gm2.txt │ │ │ │ ├── ps.txt │ │ │ │ └── stumail.txt │ │ │ ├── nuu/ │ │ │ │ └── gm.txt │ │ │ ├── nuu.txt │ │ │ ├── nycu.txt │ │ │ ├── ocu.txt │ │ │ ├── oit/ │ │ │ │ └── mail.txt │ │ │ ├── ouk.txt │ │ │ ├── pccu.txt │ │ │ ├── phc/ │ │ │ │ └── mksh.txt │ │ │ ├── ptc/ │ │ │ │ └── pths.txt │ │ │ ├── pu.txt │ │ │ ├── saihs/ │ │ │ │ └── school.txt │ │ │ ├── scu.txt │ │ │ ├── shu.txt │ │ │ ├── sinica/ │ │ │ │ ├── gate.txt │ │ │ │ └── iis.txt │ │ │ ├── sju/ │ │ │ │ └── stud.txt │ │ │ ├── stu.txt │ │ │ ├── stust.txt │ │ │ ├── stut.txt │ │ │ ├── tajen/ │ │ │ │ └── student.txt │ │ │ ├── takming/ │ │ │ │ ├── cc.txt │ │ │ │ └── gs.txt │ │ │ ├── takming.txt │ │ │ ├── tas.txt │ │ │ ├── tc/ │ │ │ │ ├── ctas/ │ │ │ │ │ └── stu.txt │ │ │ │ ├── ddjhs.txt │ │ │ │ ├── fhbes/ │ │ │ │ │ └── ms1.txt │ │ │ │ ├── mdhs.txt │ │ │ │ ├── st.txt │ │ │ │ ├── tcfsh.txt │ │ │ │ ├── tcivs.txt │ │ │ │ ├── tcvs/ │ │ │ │ │ └── mail.txt │ │ │ │ └── youth/ │ │ │ │ └── gm.txt │ │ │ ├── tcu/ │ │ │ │ └── gms.txt │ │ │ ├── tcu.txt │ │ │ ├── tcust/ │ │ │ │ └── ems.txt │ │ │ ├── tcust.txt │ │ │ ├── thu.txt │ │ │ ├── tku.txt │ │ │ ├── tmu.txt │ │ │ ├── tn/ │ │ │ │ ├── csjhs.txt │ │ │ │ ├── nnkieh.txt │ │ │ │ ├── ptivs/ │ │ │ │ │ └── gm.txt │ │ │ │ ├── ssvs/ │ │ │ │ │ └── stu.txt │ │ │ │ ├── tnfsh.txt │ │ │ │ └── tnssh/ │ │ │ │ └── stu.txt │ │ │ ├── tnnua.txt │ │ │ ├── tnu/ │ │ │ │ └── mail2u.txt │ │ │ ├── tnu.txt │ │ │ ├── tnua/ │ │ │ │ ├── gmcc.txt │ │ │ │ └── newmedia.txt │ │ │ ├── tp/ │ │ │ │ ├── ck/ │ │ │ │ │ └── gl.txt │ │ │ │ ├── cksh/ │ │ │ │ │ └── gafe.txt │ │ │ │ ├── fhjh/ │ │ │ │ │ └── st.txt │ │ │ │ ├── hssh/ │ │ │ │ │ └── ms2.txt │ │ │ │ └── nihs/ │ │ │ │ └── mail.txt │ │ │ ├── tp.txt │ │ │ ├── tpcu/ │ │ │ │ └── im.txt │ │ │ ├── tpcu.txt │ │ │ ├── tpec.txt │ │ │ ├── ttu.txt │ │ │ ├── tut.txt │ │ │ ├── twu.txt │ │ │ ├── tyc/ │ │ │ │ ├── clhs/ │ │ │ │ │ └── gm.txt │ │ │ │ ├── fxsh/ │ │ │ │ │ └── gm2.txt │ │ │ │ ├── phsh.txt │ │ │ │ └── wlsh/ │ │ │ │ └── email.txt │ │ │ ├── uch.txt │ │ │ ├── usc/ │ │ │ │ ├── g2.txt │ │ │ │ ├── gm.txt │ │ │ │ ├── gm1.txt │ │ │ │ ├── gm2.txt │ │ │ │ └── gm7.txt │ │ │ ├── utaipei.txt │ │ │ ├── vnu.txt │ │ │ ├── wfu.txt │ │ │ ├── wzu.txt │ │ │ ├── ydu.txt │ │ │ ├── ylc/ │ │ │ │ └── pjes.txt │ │ │ ├── ym.txt │ │ │ ├── ypu/ │ │ │ │ └── mail.txt │ │ │ ├── yuntech.txt │ │ │ └── yzu.txt │ │ └── org/ │ │ ├── ctschool.txt │ │ ├── cycu.txt │ │ ├── ntut.txt │ │ └── yuntech.txt │ ├── tz/ │ │ └── ac/ │ │ ├── aims.txt │ │ ├── almaktoum.txt │ │ ├── aru.txt │ │ ├── atc.txt │ │ ├── dit.txt │ │ ├── eastc.txt │ │ ├── hkmu.txt │ │ ├── iaa.txt │ │ ├── ifm.txt │ │ ├── ilboru.txt │ │ ├── jriit.txt │ │ ├── kcmc.txt │ │ ├── mnma.txt │ │ ├── muccobs.txt │ │ ├── muchs.txt │ │ ├── mustnet.txt │ │ ├── mustudent.txt │ │ ├── mzumbe.txt │ │ ├── nm-aist.txt │ │ ├── openuniversity.txt │ │ ├── saut.txt │ │ ├── suanet.txt │ │ ├── tumaini.txt │ │ ├── udom.txt │ │ ├── udsm.txt │ │ └── uoi.txt │ ├── ua/ │ │ ├── ROBOCODE.txt │ │ ├── ck/ │ │ │ └── phymly.txt │ │ ├── cn/ │ │ │ └── stu.txt │ │ ├── co/ │ │ │ └── kvpu.txt │ │ ├── com/ │ │ │ ├── 178.txt │ │ │ ├── boiko.txt │ │ │ ├── bpedk.txt │ │ │ ├── knutd.txt │ │ │ ├── lnvk22.txt │ │ │ ├── lpml.txt │ │ │ ├── lutsk-ntu.txt │ │ │ ├── sclnau.txt │ │ │ ├── sevntu.txt │ │ │ ├── zap-construct.txt │ │ │ ├── zcollage.txt │ │ │ └── zski.txt │ │ ├── crimea/ │ │ │ └── tnu.txt │ │ ├── cv/ │ │ │ ├── chic.txt │ │ │ ├── chnu.txt │ │ │ ├── chtei-knteu.txt │ │ │ ├── g2s.txt │ │ │ ├── lyceum1.txt │ │ │ └── polytech.txt │ │ ├── donetsk/ │ │ │ └── dgma.txt │ │ ├── dp/ │ │ │ ├── dlit.txt │ │ │ ├── dnu.txt │ │ │ ├── dnulive/ │ │ │ │ ├── ef.txt │ │ │ │ ├── ffeks.txt │ │ │ │ ├── fpm.txt │ │ │ │ └── ftf.txt │ │ │ ├── dsma.txt │ │ │ ├── dstu.txt │ │ │ ├── kre.txt │ │ │ ├── pgasa/ │ │ │ │ └── 365.txt │ │ │ └── umsf.txt │ │ ├── edu/ │ │ │ ├── auk.txt │ │ │ ├── bsmu.txt │ │ │ ├── btsau.txt │ │ │ ├── bukuniver.txt │ │ │ ├── cdu.txt │ │ │ ├── chdtu.txt │ │ │ ├── chmnu.txt │ │ │ ├── chnu.txt │ │ │ ├── chpt.txt │ │ │ ├── csbc.txt │ │ │ ├── cuspu.txt │ │ │ ├── diit.txt │ │ │ ├── dnu/ │ │ │ │ ├── ef.txt │ │ │ │ ├── ffeks.txt │ │ │ │ ├── fpm.txt │ │ │ │ └── ftf.txt │ │ │ ├── dnu.txt │ │ │ ├── donntu.txt │ │ │ ├── donnu.txt │ │ │ ├── donuu.txt │ │ │ ├── dspu.txt │ │ │ ├── dsum/ │ │ │ │ └── inbox.txt │ │ │ ├── duan.txt │ │ │ ├── duit.txt │ │ │ ├── dut/ │ │ │ │ └── students.txt │ │ │ ├── dut.txt │ │ │ ├── e-u.txt │ │ │ ├── gi.txt │ │ │ ├── hneu.txt │ │ │ ├── hpk.txt │ │ │ ├── ifnmu.txt │ │ │ ├── iir.txt │ │ │ ├── ipk.txt │ │ │ ├── istu.txt │ │ │ ├── kart.txt │ │ │ ├── kau.txt │ │ │ ├── kdpu.txt │ │ │ ├── kdu.txt │ │ │ ├── khai/ │ │ │ │ └── student.txt │ │ │ ├── khmnu.txt │ │ │ ├── khpi.txt │ │ │ ├── kmu.txt │ │ │ ├── kname.txt │ │ │ ├── kneu.txt │ │ │ ├── knlu.txt │ │ │ ├── knmu.txt │ │ │ ├── knu.txt │ │ │ ├── knuba.txt │ │ │ ├── knukim.txt │ │ │ ├── knutd.txt │ │ │ ├── knute.txt │ │ │ ├── knutkt.txt │ │ │ ├── kpnu.txt │ │ │ ├── krok.txt │ │ │ ├── krpd.txt │ │ │ ├── ksu.txt │ │ │ ├── kubg.txt │ │ │ ├── ldubgd.txt │ │ │ ├── lnam.txt │ │ │ ├── lnau.txt │ │ │ ├── lnma.txt │ │ │ ├── lntu.txt │ │ │ ├── lnu.txt │ │ │ ├── lnup.txt │ │ │ ├── lp.txt │ │ │ ├── luguniv.txt │ │ │ ├── mgu.txt │ │ │ ├── mkkm.txt │ │ │ ├── mku.txt │ │ │ ├── mnau.txt │ │ │ ├── mu.txt │ │ │ ├── nau.txt │ │ │ ├── nltu.txt │ │ │ ├── nlu.txt │ │ │ ├── nmetau.txt │ │ │ ├── npu.txt │ │ │ ├── ntu.txt │ │ │ ├── nubip/ │ │ │ │ └── it.txt │ │ │ ├── nubip.txt │ │ │ ├── nuft.txt │ │ │ ├── nung.txt │ │ │ ├── nuos.txt │ │ │ ├── nuph.txt │ │ │ ├── nupp.txt │ │ │ ├── nusta.txt │ │ │ ├── nuwm.txt │ │ │ ├── oa.txt │ │ │ ├── onaft.txt │ │ │ ├── onat.txt │ │ │ ├── onmedu.txt │ │ │ ├── ontu.txt │ │ │ ├── onu.txt │ │ │ ├── onua.txt │ │ │ ├── op/ │ │ │ │ └── stud.txt │ │ │ ├── op.txt │ │ │ ├── pdaa.txt │ │ │ ├── pdaba/ │ │ │ │ └── 365.txt │ │ │ ├── pdatu.txt │ │ │ ├── pdau.txt │ │ │ ├── pdpu.txt │ │ │ ├── pntu.txt │ │ │ ├── pnu.txt │ │ │ ├── puet.txt │ │ │ ├── rshu.txt │ │ │ ├── snu.txt │ │ │ ├── ssu.txt │ │ │ ├── sumdu.txt │ │ │ ├── tane.txt │ │ │ ├── tdmu.txt │ │ │ ├── tnpu/ │ │ │ │ ├── elr.txt │ │ │ │ ├── fizmat.txt │ │ │ │ └── ipf.txt │ │ │ ├── tntu.txt │ │ │ ├── tnu.txt │ │ │ ├── tsatu.txt │ │ │ ├── uacu.txt │ │ │ ├── ucu.txt │ │ │ ├── udhtu.txt │ │ │ ├── udpu.txt │ │ │ ├── udu/ │ │ │ │ └── std.txt │ │ │ ├── ugi.txt │ │ │ ├── uhsp.txt │ │ │ ├── uipa.txt │ │ │ ├── ukd.txt │ │ │ ├── ukma.txt │ │ │ ├── univd.txt │ │ │ ├── usmtu.txt │ │ │ ├── ust.txt │ │ │ ├── uzhnu.txt │ │ │ ├── vnmu.txt │ │ │ ├── vntu.txt │ │ │ ├── vnu.txt │ │ │ ├── vspu.txt │ │ │ ├── wunu.txt │ │ │ ├── zieit.txt │ │ │ ├── zntu.txt │ │ │ ├── znu.txt │ │ │ ├── zp.txt │ │ │ ├── zsea/ │ │ │ │ └── stu.txt │ │ │ ├── zsmu.txt │ │ │ ├── ztu/ │ │ │ │ └── student.txt │ │ │ ├── ztu.txt │ │ │ └── zu.txt │ │ ├── if/ │ │ │ ├── comp-sc.txt │ │ │ ├── ifdtung.txt │ │ │ ├── pu.txt │ │ │ ├── school16.txt │ │ │ └── school3.txt │ │ ├── in/ │ │ │ ├── e-u.txt │ │ │ ├── kpi.txt │ │ │ └── mschool5.txt │ │ ├── karazin.txt │ │ ├── kharkov/ │ │ │ ├── btu.txt │ │ │ ├── khadi.txt │ │ │ ├── kpi.txt │ │ │ ├── ksmu.txt │ │ │ ├── kstuca.txt │ │ │ ├── kture.txt │ │ │ ├── ukrfa.txt │ │ │ └── univer.txt │ │ ├── kherson/ │ │ │ ├── ksaeu.txt │ │ │ └── university.txt │ │ ├── kiev/ │ │ │ ├── iao.txt │ │ │ ├── kemk.txt │ │ │ ├── kmrf.txt │ │ │ ├── kneu.txt │ │ │ ├── knteu.txt │ │ │ ├── ktgg.txt │ │ │ ├── lic145.txt │ │ │ ├── lyceum-intellect.txt │ │ │ ├── naiau.txt │ │ │ ├── naukova-zmina/ │ │ │ │ └── new.txt │ │ │ ├── nauu.txt │ │ │ ├── ortlyceum.txt │ │ │ ├── rl.txt │ │ │ ├── sch3.txt │ │ │ ├── socosvita.txt │ │ │ ├── tl-kpi.txt │ │ │ ├── ukma.txt │ │ │ ├── unicyb.txt │ │ │ ├── univ.txt │ │ │ └── usuft.txt │ │ ├── km/ │ │ │ └── khnu.txt │ │ ├── kneu.txt │ │ ├── knu.txt │ │ ├── kpi.txt │ │ ├── kr/ │ │ │ ├── kic.txt │ │ │ ├── kntu.txt │ │ │ ├── kspu.txt │ │ │ └── ptu16.txt │ │ ├── ks/ │ │ │ ├── ksu.txt │ │ │ ├── nkpfk.txt │ │ │ └── university.txt │ │ ├── lg/ │ │ │ └── lnau.txt │ │ ├── lpnu.txt │ │ ├── lutsk/ │ │ │ ├── gimn14.txt │ │ │ └── gymnasia21.txt │ │ ├── lviv/ │ │ │ ├── forest.txt │ │ │ ├── itcollege.txt │ │ │ ├── lute.txt │ │ │ ├── meduniv.txt │ │ │ └── nltu.txt │ │ ├── mk/ │ │ │ ├── lyceum3.txt │ │ │ ├── mfknukim.txt │ │ │ └── school3.txt │ │ ├── net/ │ │ │ ├── kkz.txt │ │ │ ├── kntu.txt │ │ │ └── univ.txt │ │ ├── nmu.txt │ │ ├── nure.txt │ │ ├── odessa/ │ │ │ ├── ma.txt │ │ │ ├── onu.txt │ │ │ ├── osmu.txt │ │ │ └── rl.txt │ │ ├── opu.txt │ │ ├── org/ │ │ │ ├── gymnasia-npu.txt │ │ │ ├── intec.txt │ │ │ ├── kgemt.txt │ │ │ ├── kse.txt │ │ │ ├── mdpu.txt │ │ │ ├── nmu.txt │ │ │ ├── ogasa.txt │ │ │ ├── sfa.txt │ │ │ ├── zac.txt │ │ │ ├── ztk/ │ │ │ │ └── class.txt │ │ │ └── ztkolegium.txt │ │ ├── poltava/ │ │ │ └── polytechnic.txt │ │ ├── rovno/ │ │ │ └── regi.txt │ │ ├── rv/ │ │ │ └── elitar.txt │ │ ├── sumy/ │ │ │ ├── dn-sau.txt │ │ │ └── sau.txt │ │ ├── te/ │ │ │ └── tk.txt │ │ ├── unit.txt │ │ ├── uzhgorod/ │ │ │ └── univ.txt │ │ ├── vn/ │ │ │ ├── vnmu.txt │ │ │ └── vntu.txt │ │ ├── zp/ │ │ │ ├── econom.txt │ │ │ └── zgia.txt │ │ └── zt/ │ │ └── zhatk.txt │ ├── ug/ │ │ └── ac/ │ │ ├── bugemauniv.txt │ │ ├── busitema.txt │ │ ├── cavendish/ │ │ │ └── students.txt │ │ ├── ciu.txt │ │ ├── gu.txt │ │ ├── iuiu.txt │ │ ├── kab.txt │ │ ├── kiu.txt │ │ ├── ku.txt │ │ ├── kyu.txt │ │ ├── mak.txt │ │ ├── miu.txt │ │ ├── mmu.txt │ │ ├── mru.txt │ │ ├── muni.txt │ │ ├── musph.txt │ │ ├── must.txt │ │ ├── ndejjeuniversity.txt │ │ ├── nkumbauniversity.txt │ │ ├── ucu.txt │ │ ├── uict.txt │ │ ├── umi/ │ │ │ └── students.txt │ │ ├── umu.txt │ │ ├── ush.txt │ │ ├── utamu/ │ │ │ └── student.txt │ │ └── vu/ │ │ └── students.txt │ ├── uk/ │ │ ├── ac/ │ │ │ ├── aaschool.txt │ │ │ ├── abbeygatesfc.txt │ │ │ ├── abdn.txt │ │ │ ├── aber.txt │ │ │ ├── abertay.txt │ │ │ ├── abingdon-witney.txt │ │ │ ├── accesscreative.txt │ │ │ ├── acm/ │ │ │ │ └── my.txt │ │ │ ├── activatelearning.txt │ │ │ ├── ada.txt │ │ │ ├── anglia.txt │ │ │ ├── aquinas.txt │ │ │ ├── arden.txt │ │ │ ├── ardenuniversity.txt │ │ │ ├── arts.txt │ │ │ ├── aru.txt │ │ │ ├── asfc.txt │ │ │ ├── aston.txt │ │ │ ├── aub/ │ │ │ │ └── my.txt │ │ │ ├── ayrshire.txt │ │ │ ├── bangor.txt │ │ │ ├── barnsley.txt │ │ │ ├── barton.txt │ │ │ ├── bath.txt │ │ │ ├── bathspa.txt │ │ │ ├── bbk.txt │ │ │ ├── bcom.txt │ │ │ ├── bcu.txt │ │ │ ├── beds.txt │ │ │ ├── belfastmet.txt │ │ │ ├── bexhillcollege.txt │ │ │ ├── bham.txt │ │ │ ├── bhasvic.txt │ │ │ ├── bilborough.txt │ │ │ ├── blackburn/ │ │ │ │ └── live.txt │ │ │ ├── blackpool.txt │ │ │ ├── bmet.txt │ │ │ ├── bolton.txt │ │ │ ├── bournemouth.txt │ │ │ ├── brad.txt │ │ │ ├── bradford.txt │ │ │ ├── bradfordcollege.txt │ │ │ ├── brighton.txt │ │ │ ├── bris.txt │ │ │ ├── bristol.txt │ │ │ ├── brookes.txt │ │ │ ├── brooklands.txt │ │ │ ├── brunel.txt │ │ │ ├── bsdc.txt │ │ │ ├── bsms.txt │ │ │ ├── bton.txt │ │ │ ├── buck.txt │ │ │ ├── buckingham.txt │ │ │ ├── bucks.txt │ │ │ ├── burycollege.txt │ │ │ ├── caledonian.txt │ │ │ ├── cam.txt │ │ │ ├── cambria.txt │ │ │ ├── camre/ │ │ │ │ └── students.txt │ │ │ ├── candi.txt │ │ │ ├── canterbury.txt │ │ │ ├── capitalccg.txt │ │ │ ├── cardiff.txt │ │ │ ├── cardiffmet.txt │ │ │ ├── cardinalnewman.txt │ │ │ ├── carmel/ │ │ │ │ └── students.txt │ │ │ ├── cavc/ │ │ │ │ └── student.txt │ │ │ ├── ccn/ │ │ │ │ └── student.txt │ │ │ ├── ccsw/ │ │ │ │ └── student.txt │ │ │ ├── chester.txt │ │ │ ├── chesterfield.txt │ │ │ ├── chi/ │ │ │ │ └── stu.txt │ │ │ ├── cirencester.txt │ │ │ ├── city.txt │ │ │ ├── cityofbristol/ │ │ │ │ └── student.txt │ │ │ ├── cityofbristol.txt │ │ │ ├── cityofglacol.txt │ │ │ ├── cityofglasgowcollege.txt │ │ │ ├── cnwl/ │ │ │ │ └── student.txt │ │ │ ├── colchester.txt │ │ │ ├── coleggwent.txt │ │ │ ├── colegsirgar.txt │ │ │ ├── collyers.txt │ │ │ ├── confetti.txt │ │ │ ├── cornwall.txt │ │ │ ├── courtauld.txt │ │ │ ├── coventry.txt │ │ │ ├── cranfield.txt │ │ │ ├── crick.txt │ │ │ ├── cumbria/ │ │ │ │ └── uni.txt │ │ │ ├── cymoedd.txt │ │ │ ├── dbsinstitute.txt │ │ │ ├── derby.txt │ │ │ ├── dmu.txt │ │ │ ├── dumgal/ │ │ │ │ └── student.txt │ │ │ ├── dundee.txt │ │ │ ├── dundeeandangus.txt │ │ │ ├── dur.txt │ │ │ ├── durham.txt │ │ │ ├── earlham.txt │ │ │ ├── ebi.txt │ │ │ ├── ed/ │ │ │ │ └── sms.txt │ │ │ ├── ed.txt │ │ │ ├── edgehill/ │ │ │ │ └── go.txt │ │ │ ├── edgehill.txt │ │ │ ├── edinburghcollege.txt │ │ │ ├── ekcgroup/ │ │ │ │ └── student.txt │ │ │ ├── esc.txt │ │ │ ├── escg.txt │ │ │ ├── eselondon.txt │ │ │ ├── essex.txt │ │ │ ├── ex.txt │ │ │ ├── exe-coll.txt │ │ │ ├── exeter.txt │ │ │ ├── falmouth.txt │ │ │ ├── fareham.txt │ │ │ ├── farn-ct.txt │ │ │ ├── farnborough.txt │ │ │ ├── fife.txt │ │ │ ├── franklin.txt │ │ │ ├── gateshead.txt │ │ │ ├── gbmc/ │ │ │ │ └── student.txt │ │ │ ├── gcal.txt │ │ │ ├── gcs.txt │ │ │ ├── gcu.txt │ │ │ ├── gla/ │ │ │ │ └── student.txt │ │ │ ├── gla.txt │ │ │ ├── glam.txt │ │ │ ├── glasgow.txt │ │ │ ├── glasgowclyde.txt │ │ │ ├── gllm.txt │ │ │ ├── globalbanking.txt │ │ │ ├── glos.txt │ │ │ ├── glyndwr/ │ │ │ │ └── mail.txt │ │ │ ├── glyndwr.txt │ │ │ ├── gold.txt │ │ │ ├── gre.txt │ │ │ ├── grimsby.txt │ │ │ ├── gsa.txt │ │ │ ├── hcfe.txt │ │ │ ├── hcuc.txt │ │ │ ├── henleycol.txt │ │ │ ├── hereford.txt │ │ │ ├── herts.txt │ │ │ ├── heythrop.txt │ │ │ ├── hope.txt │ │ │ ├── hopwood.txt │ │ │ ├── howcollege.txt │ │ │ ├── hrsfc.txt │ │ │ ├── hud.txt │ │ │ ├── hull-college.txt │ │ │ ├── hull.txt │ │ │ ├── hw.txt │ │ │ ├── ic.txt │ │ │ ├── icr.txt │ │ │ ├── imperial.txt │ │ │ ├── ioe.txt │ │ │ ├── jcc.txt │ │ │ ├── kcl.txt │ │ │ ├── ke6n.txt │ │ │ ├── kedst.txt │ │ │ ├── keele.txt │ │ │ ├── kendal.txt │ │ │ ├── kent.txt │ │ │ ├── kingshurst.txt │ │ │ ├── kingston.txt │ │ │ ├── knowsleycollege.txt │ │ │ ├── lamp.txt │ │ │ ├── lancaster.txt │ │ │ ├── lancs.txt │ │ │ ├── law.txt │ │ │ ├── lboro.txt │ │ │ ├── le.txt │ │ │ ├── leeds-art.txt │ │ │ ├── leeds.txt │ │ │ ├── leedsbeckett/ │ │ │ │ └── student.txt │ │ │ ├── leedsbeckett.txt │ │ │ ├── leedscitycollege/ │ │ │ │ └── my.txt │ │ │ ├── leedstrinity.txt │ │ │ ├── leicester.txt │ │ │ ├── leicestercollege/ │ │ │ │ └── my.txt │ │ │ ├── lgu.txt │ │ │ ├── libf.txt │ │ │ ├── lincoln.txt │ │ │ ├── linst.txt │ │ │ ├── lis.txt │ │ │ ├── liv-coll.txt │ │ │ ├── liv.txt │ │ │ ├── liverpool.txt │ │ │ ├── livjm.txt │ │ │ ├── ljmu.txt │ │ │ ├── lma.txt │ │ │ ├── lmu.txt │ │ │ ├── lon.txt │ │ │ ├── london/ │ │ │ │ └── student.txt │ │ │ ├── london.txt │ │ │ ├── londonmet.txt │ │ │ ├── longroad.txt │ │ │ ├── loreto/ │ │ │ │ └── student.txt │ │ │ ├── loucoll/ │ │ │ │ └── student.txt │ │ │ ├── lsbu.txt │ │ │ ├── lse.txt │ │ │ ├── lshtm.txt │ │ │ ├── man.txt │ │ │ ├── manchester.txt │ │ │ ├── mdx.txt │ │ │ ├── midkent.txt │ │ │ ├── mmu.txt │ │ │ ├── morley.txt │ │ │ ├── mrc/ │ │ │ │ └── lms.txt │ │ │ ├── myclyde.txt │ │ │ ├── myport.txt │ │ │ ├── napier.txt │ │ │ ├── natmatsci.txt │ │ │ ├── ncclondon.txt │ │ │ ├── nchlondon/ │ │ │ │ └── students.txt │ │ │ ├── ncl-coll/ │ │ │ │ └── students.txt │ │ │ ├── ncl.txt │ │ │ ├── nclan/ │ │ │ │ └── my.txt │ │ │ ├── nescol.txt │ │ │ ├── newbury-college/ │ │ │ │ └── student.txt │ │ │ ├── newcastle.txt │ │ │ ├── newcollege.txt │ │ │ ├── newport.txt │ │ │ ├── newvic/ │ │ │ │ └── students.txt │ │ │ ├── nhc/ │ │ │ │ └── students.txt │ │ │ ├── nkc.txt │ │ │ ├── northampton.txt │ │ │ ├── northlindsey.txt │ │ │ ├── northumbria.txt │ │ │ ├── nottingham.txt │ │ │ ├── ntu.txt │ │ │ ├── nua/ │ │ │ │ └── student.txt │ │ │ ├── nulondon.txt │ │ │ ├── onesfc/ │ │ │ │ └── student.txt │ │ │ ├── open.txt │ │ │ ├── ou.txt │ │ │ ├── ox/ │ │ │ │ ├── kellogg.txt │ │ │ │ └── worc.txt │ │ │ ├── ox.txt │ │ │ ├── paisley.txt │ │ │ ├── peterborough.txt │ │ │ ├── pirbright.txt │ │ │ ├── plymouth.txt │ │ │ ├── port.txt │ │ │ ├── portsmouth-college.txt │ │ │ ├── primarygoal.txt │ │ │ ├── psc.txt │ │ │ ├── qmc/ │ │ │ │ └── student.txt │ │ │ ├── qmu.txt │ │ │ ├── qmul.txt │ │ │ ├── qmw.txt │ │ │ ├── qub.txt │ │ │ ├── ram.txt │ │ │ ├── rave.txt │ │ │ ├── rca.txt │ │ │ ├── rcl/ │ │ │ │ └── student.txt │ │ │ ├── rcm.txt │ │ │ ├── rcs.txt │ │ │ ├── rdg.txt │ │ │ ├── reading/ │ │ │ │ └── student.txt │ │ │ ├── reading.txt │ │ │ ├── regents.txt │ │ │ ├── rfi.txt │ │ │ ├── rgu.txt │ │ │ ├── rhbnc.txt │ │ │ ├── rhul.txt │ │ │ ├── richmond.txt │ │ │ ├── rnngroup/ │ │ │ │ └── student.txt │ │ │ ├── roehampton.txt │ │ │ ├── rvc.txt │ │ │ ├── salford.txt │ │ │ ├── salfordcc/ │ │ │ │ └── student.txt │ │ │ ├── sanger.txt │ │ │ ├── sas.txt │ │ │ ├── scarboroughtec.txt │ │ │ ├── selby.txt │ │ │ ├── serc.txt │ │ │ ├── sghms.txt │ │ │ ├── sgscol.txt │ │ │ ├── shef.txt │ │ │ ├── sheffcol/ │ │ │ │ └── student.txt │ │ │ ├── sheffcol.txt │ │ │ ├── sheffield.txt │ │ │ ├── shipley.txt │ │ │ ├── shrewsbury.txt │ │ │ ├── shu.txt │ │ │ ├── smu.txt │ │ │ ├── soas.txt │ │ │ ├── solent.txt │ │ │ ├── solihull.txt │ │ │ ├── somerset.txt │ │ │ ├── soton.txt │ │ │ ├── southdevon/ │ │ │ │ └── student.txt │ │ │ ├── southessex/ │ │ │ │ └── student.txt │ │ │ ├── southport.txt │ │ │ ├── southwales.txt │ │ │ ├── src.txt │ │ │ ├── ssees.txt │ │ │ ├── ssfc.txt │ │ │ ├── st-and.txt │ │ │ ├── st-andrews.txt │ │ │ ├── st-patricks.txt │ │ │ ├── staffs.txt │ │ │ ├── stamford.txt │ │ │ ├── stbrn.txt │ │ │ ├── stcg.txt │ │ │ ├── stdavidscollege.txt │ │ │ ├── stephenson.txt │ │ │ ├── stephensoncoll.txt │ │ │ ├── sthelens/ │ │ │ │ └── students.txt │ │ │ ├── stir.txt │ │ │ ├── stmarys/ │ │ │ │ └── live.txt │ │ │ ├── stmarys.txt │ │ │ ├── strath.txt │ │ │ ├── strode-college/ │ │ │ │ └── student.txt │ │ │ ├── sunderland.txt │ │ │ ├── surrey.txt │ │ │ ├── sussex.txt │ │ │ ├── swan.txt │ │ │ ├── swansea.txt │ │ │ ├── tameside.txt │ │ │ ├── tcm.txt │ │ │ ├── tees.txt │ │ │ ├── telfordcollege.txt │ │ │ ├── tmc.txt │ │ │ ├── trinity-cm.txt │ │ │ ├── truro-penwith.txt │ │ │ ├── trurocollege.txt │ │ │ ├── truropenwith/ │ │ │ │ └── ghs.txt │ │ │ ├── tvu.txt │ │ │ ├── uad.txt │ │ │ ├── ual.txt │ │ │ ├── uca.txt │ │ │ ├── ucl.txt │ │ │ ├── uclan.txt │ │ │ ├── ucreative/ │ │ │ │ └── students.txt │ │ │ ├── ucs.txt │ │ │ ├── uea.txt │ │ │ ├── uel.txt │ │ │ ├── uhi.txt │ │ │ ├── ukc.txt │ │ │ ├── ulster.txt │ │ │ ├── umds.txt │ │ │ ├── unl.txt │ │ │ ├── unn.txt │ │ │ ├── uos.txt │ │ │ ├── uwe.txt │ │ │ ├── uwic.txt │ │ │ ├── uwl/ │ │ │ │ └── student.txt │ │ │ ├── uwl.txt │ │ │ ├── uws.txt │ │ │ ├── uwtsd.txt │ │ │ ├── uxbridgecollege.txt │ │ │ ├── varndean.txt │ │ │ ├── waes.txt │ │ │ ├── wakefield.txt │ │ │ ├── wales.txt │ │ │ ├── warwick.txt │ │ │ ├── warwickshire.txt │ │ │ ├── wbs/ │ │ │ │ └── mail.txt │ │ │ ├── westherts/ │ │ │ │ └── student.txt │ │ │ ├── westminster.txt │ │ │ ├── weston.txt │ │ │ ├── wimbledon.txt │ │ │ ├── winchester.txt │ │ │ ├── windsor-forest.txt │ │ │ ├── wlc.txt │ │ │ ├── wlv.txt │ │ │ ├── woking.txt │ │ │ ├── wolvcoll.txt │ │ │ ├── woodhouse.txt │ │ │ ├── worc.txt │ │ │ ├── worthing.txt │ │ │ ├── wqe.txt │ │ │ ├── wsfc.txt │ │ │ ├── york.txt │ │ │ ├── yorkcollege/ │ │ │ │ └── student.txt │ │ │ └── yorksj.txt │ │ ├── adamsgs.txt │ │ ├── arete.txt │ │ ├── avonvalleyschool.txt │ │ ├── clf.txt │ │ ├── co/ │ │ │ ├── 318education/ │ │ │ │ └── tas.txt │ │ │ ├── aesessex.txt │ │ │ ├── agsb.txt │ │ │ ├── albanyacademy.txt │ │ │ ├── archapprentices.txt │ │ │ ├── ashbournecollege.txt │ │ │ ├── ashville.txt │ │ │ ├── barrbeaconschool.txt │ │ │ ├── bb-hs.txt │ │ │ ├── bedmod.txt │ │ │ ├── beverleyj6.txt │ │ │ ├── bexleygs.txt │ │ │ ├── biddulphhigh.txt │ │ │ ├── boa-academy.txt │ │ │ ├── bolnoreschool.txt │ │ │ ├── bostongrammarschool.txt │ │ │ ├── broadway-academy.txt │ │ │ ├── calday.txt │ │ │ ├── caludoncastle.txt │ │ │ ├── cardinalallen.txt │ │ │ ├── cardinalnewman.txt │ │ │ ├── caterhamschool.txt │ │ │ ├── cedarsupper.txt │ │ │ ├── chapeltown-mlt.txt │ │ │ ├── chesterfieldhigh.txt │ │ │ ├── cliftonhigh.txt │ │ │ ├── clpt.txt │ │ │ ├── clrchs.txt │ │ │ ├── cowbridgecomprehensiveschool.txt │ │ │ ├── cowbridgecs.txt │ │ │ ├── crgs.txt │ │ │ ├── cvms.txt │ │ │ ├── derbymanufacturingutc.txt │ │ │ ├── eastlondonscienceschool.txt │ │ │ ├── ebbwfawr.txt │ │ │ ├── edgbarrowschool.txt │ │ │ ├── elam.txt │ │ │ ├── ewellcastle.txt │ │ │ ├── georgemitchellschool.txt │ │ │ ├── hallifordschool.txt │ │ │ ├── heathfieldcc.txt │ │ │ ├── heckgrammar.txt │ │ │ ├── hendonschool.txt │ │ │ ├── highamlaneschool.txt │ │ │ ├── hitchinboys.txt │ │ │ ├── holmfirthhigh.txt │ │ │ ├── horizoncc.txt │ │ │ ├── hppc.txt │ │ │ ├── hswv.txt │ │ │ ├── ilford-school.txt │ │ │ ├── ilkleygs.txt │ │ │ ├── interhigh.txt │ │ │ ├── iscaexeter.txt │ │ │ ├── ivesheadschool.txt │ │ │ ├── kennetschool.txt │ │ │ ├── keswicksch.txt │ │ │ ├── kingschester.txt │ │ │ ├── kingsinterhigh.txt │ │ │ ├── kingsolomonhigh.txt │ │ │ ├── kirkbiekendal.txt │ │ │ ├── kirkhamgrammar.txt │ │ │ ├── latymer.txt │ │ │ ├── limt.txt │ │ │ ├── lincolnutc.txt │ │ │ ├── lsclondon.txt │ │ │ ├── maidenerleghschools.txt │ │ │ ├── maynard.txt │ │ │ ├── meole.txt │ │ │ ├── meolscophighschool.txt │ │ │ ├── mmhs.txt │ │ │ ├── mynsb.txt │ │ │ ├── myton.txt │ │ │ ├── nefuturesutc.txt │ │ │ ├── newhallstudent.txt │ │ │ ├── nottinghamhigh.txt │ │ │ ├── nwhsmail.txt │ │ │ ├── oatforge.txt │ │ │ ├── olympustrust.txt │ │ │ ├── ormistonriversacademy.txt │ │ │ ├── perse.txt │ │ │ ├── philipshigh.txt │ │ │ ├── poolehigh.txt │ │ │ ├── prioryacademies.txt │ │ │ ├── qerdp.txt │ │ │ ├── reading-school.txt │ │ │ ├── rgsg.txt │ │ │ ├── rhymneycomprehensive.txt │ │ │ ├── roundhayschool.txt │ │ │ ├── saintsa.txt │ │ │ ├── salegrammar/ │ │ │ │ └── students.txt │ │ │ ├── salegrammar.txt │ │ │ ├── scarboroughcollege.txt │ │ │ ├── sgse.txt │ │ │ ├── shaftesburyschool.txt │ │ │ ├── shepshedlearning.txt │ │ │ ├── sheringhamhigh.txt │ │ │ ├── sheringhamsixthform.txt │ │ │ ├── sirhenryfloyd.txt │ │ │ ├── soas.txt │ │ │ ├── sphcs.txt │ │ │ ├── staldhelms-academy.txt │ │ │ ├── stgabriels.txt │ │ │ ├── stjos.txt │ │ │ ├── stokecollege.txt │ │ │ ├── stowe.txt │ │ │ ├── tbgs.txt │ │ │ ├── theangmeringschool.txt │ │ │ ├── thechalfontsgrammar.txt │ │ │ ├── thecotswoldschool.txt │ │ │ ├── thefarnboroughacademy.txt │ │ │ ├── thekingsschool.txt │ │ │ ├── theurswickschool.txt │ │ │ ├── thorpehouse.txt │ │ │ ├── tqacademy.txt │ │ │ ├── uptonhigh.txt │ │ │ ├── utc-silverstone.txt │ │ │ ├── utcswindon.txt │ │ │ ├── utcw.txt │ │ │ ├── verulamschool.txt │ │ │ ├── weston.txt │ │ │ ├── wg6.txt │ │ │ ├── windsorsixth.txt │ │ │ ├── woacademy.txt │ │ │ ├── wolfreton.txt │ │ │ ├── woodard/ │ │ │ │ └── kps.txt │ │ │ ├── wsnl.txt │ │ │ └── wycliffe.txt │ │ ├── org/ │ │ │ ├── Kingsworcester.txt │ │ │ ├── Ksw.txt │ │ │ ├── abingdon.txt │ │ │ ├── alleyns.txt │ │ │ ├── ashlawn.txt │ │ │ ├── barneyschool.txt │ │ │ ├── bclschool.txt │ │ │ ├── bcs.txt │ │ │ ├── beauchamp.txt │ │ │ ├── beauchampcity.txt │ │ │ ├── bedfordschool.txt │ │ │ ├── beechencliff.txt │ │ │ ├── berkeleygreenutc.txt │ │ │ ├── bhcet/ │ │ │ │ └── carmelstudent.txt │ │ │ ├── bicestertechstudio.txt │ │ │ ├── bl6.txt │ │ │ ├── blandfordschool.txt │ │ │ ├── bluecoatstudent.txt │ │ │ ├── bonitas/ │ │ │ │ └── ranelagh.txt │ │ │ ├── bradfieldcollege.txt │ │ │ ├── bramptonmanor.txt │ │ │ ├── brgsmail.txt │ │ │ ├── bristolfreeschool.txt │ │ │ ├── bryncelynnog.txt │ │ │ ├── bucksgfl.txt │ │ │ ├── burnhamgrammar.txt │ │ │ ├── busheymeads.txt │ │ │ ├── cambridgeast.txt │ │ │ ├── carmel.txt │ │ │ ├── chartereastdulwich.txt │ │ │ ├── charterhouse.txt │ │ │ ├── charternorthdulwich.txt │ │ │ ├── chartersschool.txt │ │ │ ├── chauncy.txt │ │ │ ├── chichesterfreeschool.txt │ │ │ ├── christofidelis.txt │ │ │ ├── clevedonschool.txt │ │ │ ├── clsg.txt │ │ │ ├── collegiateacademy.txt │ │ │ ├── cooperscoborn.txt │ │ │ ├── cotswold-chine.txt │ │ │ ├── creweutc/ │ │ │ │ └── edu.txt │ │ │ ├── crossleyheath.txt │ │ │ ├── dartfordgrammarschool.txt │ │ │ ├── discoveryschool.txt │ │ │ ├── dulwich.txt │ │ │ ├── durhamjohnston.txt │ │ │ ├── ealingfields.txt │ │ │ ├── edinburghacademy.txt │ │ │ ├── eduk.txt │ │ │ ├── epsomcollege.txt │ │ │ ├── esf-schools.txt │ │ │ ├── etoncollege.txt │ │ │ ├── excalibur/ │ │ │ │ └── stjohns.txt │ │ │ ├── finchleycatholic.txt │ │ │ ├── forest.txt │ │ │ ├── gordanoschool.txt │ │ │ ├── gsal.txt │ │ │ ├── gsm.txt │ │ │ ├── habsboys.txt │ │ │ ├── hamptonschool.txt │ │ │ ├── hanleycastlehs.txt │ │ │ ├── harrisdulwichgirls.txt │ │ │ ├── harrissixthform.txt │ │ │ ├── highgateschool.txt │ │ │ ├── huntington-ed.txt │ │ │ ├── ivesheadschool.txt │ │ │ ├── jacsin.txt │ │ │ ├── kaa.txt │ │ │ ├── kcs.txt │ │ │ ├── kegs.txt │ │ │ ├── kesacademy.txt │ │ │ ├── kgs.txt │ │ │ ├── kingsburyhigh.txt │ │ │ ├── kingsdalefoundationschool.txt │ │ │ ├── kscs.txt │ │ │ ├── ksn/ │ │ │ │ └── ksnmail.txt │ │ │ ├── ksn.txt │ │ │ ├── landau-forte.txt │ │ │ ├── lat16.txt │ │ │ ├── latimer.txt │ │ │ ├── lccm.txt │ │ │ ├── lfatsf.txt │ │ │ ├── littleheath.txt │ │ │ ├── lpsb.txt │ │ │ ├── lyceefrancais/ │ │ │ │ └── eleve.txt │ │ │ ├── macademy.txt │ │ │ ├── maschool.txt │ │ │ ├── maslearner.txt │ │ │ ├── merciantrust/ │ │ │ │ ├── ald.txt │ │ │ │ ├── gbr.txt │ │ │ │ ├── qmgs.txt │ │ │ │ ├── qmhs.txt │ │ │ │ ├── soa.txt │ │ │ │ ├── studio.txt │ │ │ │ ├── tls.txt │ │ │ │ └── tpt.txt │ │ │ ├── mhchs.txt │ │ │ ├── millhill.txt │ │ │ ├── mtsn.txt │ │ │ ├── nbacademy.txt │ │ │ ├── nbp16c.txt │ │ │ ├── ndhs.txt │ │ │ ├── nlcs.txt │ │ │ ├── northstartrust.txt │ │ │ ├── novalis-trust.txt │ │ │ ├── nsix.txt │ │ │ ├── olab.txt │ │ │ ├── olchfa.txt │ │ │ ├── open-academy.txt │ │ │ ├── oundleschool.txt │ │ │ ├── parksidefederation.txt │ │ │ ├── penrice.txt │ │ │ ├── petcheyacademy.txt │ │ │ ├── plymstockschool.txt │ │ │ ├── q3academy.txt │ │ │ ├── qegsss.txt │ │ │ ├── qes.txt │ │ │ ├── rawlinsacademy.txt │ │ │ ├── reddamhouse.txt │ │ │ ├── rgsw.txt │ │ │ ├── rmgs.txt │ │ │ ├── rochester-college.txt │ │ │ ├── rsat.txt │ │ │ ├── rwba.txt │ │ │ ├── s6f/ │ │ │ │ └── student.txt │ │ │ ├── s6f.txt │ │ │ ├── sandhurstschool.txt │ │ │ ├── sbeschool.txt │ │ │ ├── sbllearning.txt │ │ │ ├── shiplake.txt │ │ │ ├── shrewsbury.txt │ │ │ ├── shsb.txt │ │ │ ├── sidcot.txt │ │ │ ├── smwca.txt │ │ │ ├── solsch.txt │ │ │ ├── southhunsley.txt │ │ │ ├── st-ambrosecollege.txt │ │ │ ├── stbens.txt │ │ │ ├── steds.txt │ │ │ ├── stmaryschesterfield.txt │ │ │ ├── stpaulsschool.txt │ │ │ ├── stpetersyork.txt │ │ │ ├── tgacademy/ │ │ │ │ └── solihull.txt │ │ │ ├── thekingsacademy.txt │ │ │ ├── thomasestley.txt │ │ │ ├── tmet/ │ │ │ │ └── ivc.txt │ │ │ ├── tscacademy.txt │ │ │ ├── ucs.txt │ │ │ ├── uhs.txt │ │ │ ├── utcderby.txt │ │ │ ├── utcn.txt │ │ │ ├── utcoxfordshire.txt │ │ │ ├── utcreading.txt │ │ │ ├── utcsheffield.txt │ │ │ ├── uvhs.txt │ │ │ ├── valeacademy.txt │ │ │ ├── viat/ │ │ │ │ └── invicta.txt │ │ │ ├── waylandacademy/ │ │ │ │ └── student.txt │ │ │ ├── wellingtoncollege.txt │ │ │ ├── westminster.txt │ │ │ ├── william-morris.txt │ │ │ ├── williamperkin.txt │ │ │ ├── windsoracademytrust/ │ │ │ │ └── greatwyrley.txt │ │ │ └── wmgacademy.txt │ │ ├── sch/ │ │ │ ├── Kent/ │ │ │ │ ├── Dovergramboys.txt │ │ │ │ └── judd.txt │ │ │ ├── bham/ │ │ │ │ ├── bishopveseys.txt │ │ │ │ └── wheelerslane.txt │ │ │ ├── brent/ │ │ │ │ └── jfs.txt │ │ │ ├── bristol/ │ │ │ │ ├── cotham.txt │ │ │ │ └── redlandgreen.txt │ │ │ ├── cornwall/ │ │ │ │ └── poltair.txt │ │ │ ├── derby/ │ │ │ │ ├── littleover.txt │ │ │ │ └── westpark.txt │ │ │ ├── derbyshire/ │ │ │ │ ├── queenelizabeths.txt │ │ │ │ └── tibshelf.txt │ │ │ ├── edin/ │ │ │ │ └── ea.txt │ │ │ ├── flintshire/ │ │ │ │ └── flint.txt │ │ │ ├── glasgow/ │ │ │ │ └── jordanhill.txt │ │ │ ├── halton/ │ │ │ │ └── saintspeterandpaul.txt │ │ │ ├── hants/ │ │ │ │ ├── brookfield.txt │ │ │ │ ├── horndeantc.txt │ │ │ │ ├── kes.txt │ │ │ │ ├── mountbatten.txt │ │ │ │ └── salesian.txt │ │ │ ├── harrow/ │ │ │ │ ├── canons.txt │ │ │ │ └── nowerhill.txt │ │ │ ├── herts/ │ │ │ │ ├── parmiters.txt │ │ │ │ ├── rickmansworth.txt │ │ │ │ ├── sjl/ │ │ │ │ │ └── students.txt │ │ │ │ └── stanborough.txt │ │ │ ├── kent/ │ │ │ │ ├── bordengrammar.txt │ │ │ │ ├── mgs.txt │ │ │ │ └── nks.txt │ │ │ ├── kingston/ │ │ │ │ └── tiffin.txt │ │ │ ├── lancs/ │ │ │ │ ├── hodgson.txt │ │ │ │ ├── millfield.txt │ │ │ │ └── st-aidans.txt │ │ │ ├── lincs/ │ │ │ │ └── kings.txt │ │ │ ├── manchester/ │ │ │ │ └── mhsg.txt │ │ │ ├── n-yorks/ │ │ │ │ └── ermysteds.txt │ │ │ ├── norfolk/ │ │ │ │ └── aan.txt │ │ │ ├── northants/ │ │ │ │ ├── ccs.txt │ │ │ │ └── nsb.txt │ │ │ ├── northumberland/ │ │ │ │ └── wark.txt │ │ │ ├── nottingham/ │ │ │ │ └── emmanuel.txt │ │ │ ├── notts/ │ │ │ │ └── elizabethan.txt │ │ │ ├── oxon/ │ │ │ │ ├── didcotgirls.txt │ │ │ │ ├── st-birinus.txt │ │ │ │ └── warriner.txt │ │ │ ├── poole/ │ │ │ │ └── poolehigh.txt │ │ │ ├── sheffield/ │ │ │ │ └── meadowhead.txt │ │ │ ├── southwark/ │ │ │ │ └── kingsdale.txt │ │ │ ├── surrey/ │ │ │ │ ├── christscollege.txt │ │ │ │ ├── claremont.txt │ │ │ │ └── stjohns.txt │ │ │ ├── sutton/ │ │ │ │ ├── cheam.txt │ │ │ │ └── glenthorne.txt │ │ │ ├── towerhamlets/ │ │ │ │ └── central.txt │ │ │ ├── wilts/ │ │ │ │ └── hardenhuish.txt │ │ │ └── worcs/ │ │ │ ├── droitwichspahigh.txt │ │ │ └── southbromsgrove.txt │ │ └── starmat/ │ │ └── tgs.txt │ ├── university/ │ │ ├── constructor.txt │ │ ├── contech.txt │ │ ├── innopolis.txt │ │ ├── jala.txt │ │ ├── miva.txt │ │ ├── pdp.txt │ │ ├── rudn.txt │ │ ├── satbayev.txt │ │ ├── sit.txt │ │ ├── stamford.txt │ │ └── uit.txt │ ├── us/ │ │ ├── ahschools.txt │ │ ├── al/ │ │ │ └── k12/ │ │ │ ├── madisoncity.txt │ │ │ ├── mtnbrook.txt │ │ │ └── pickens.txt │ │ ├── andoverma/ │ │ │ └── student.txt │ │ ├── apsva.txt │ │ ├── args.txt │ │ ├── ausdg.txt │ │ ├── bubblers.txt │ │ ├── ca/ │ │ │ └── k12/ │ │ │ ├── clovisusd.txt │ │ │ ├── cv.txt │ │ │ ├── eduhsd.txt │ │ │ ├── khsd.txt │ │ │ ├── nohum.txt │ │ │ ├── piedmont.txt │ │ │ ├── sbcusd.txt │ │ │ ├── upland.txt │ │ │ └── vcpusd.txt │ │ ├── co/ │ │ │ └── k12/ │ │ │ └── jeffco.txt │ │ ├── cpsd.txt │ │ ├── ct/ │ │ │ └── k12/ │ │ │ ├── bethel.txt │ │ │ └── newtown.txt │ │ ├── dc/ │ │ │ └── k12/ │ │ │ └── students.txt │ │ ├── de/ │ │ │ └── k12/ │ │ │ ├── appo.txt │ │ │ ├── charter/ │ │ │ │ └── ncs.txt │ │ │ ├── colonial.txt │ │ │ └── ncs.txt │ │ ├── ecisd/ │ │ │ └── student.txt │ │ ├── ecisd.txt │ │ ├── fl/ │ │ │ └── k12/ │ │ │ ├── marion.txt │ │ │ ├── nassau.txt │ │ │ ├── pasco.txt │ │ │ ├── stjohns.txt │ │ │ └── walton.txt │ │ ├── ga/ │ │ │ └── k12/ │ │ │ ├── bryan/ │ │ │ │ └── s.txt │ │ │ ├── cherokee.txt │ │ │ ├── forsyth.txt │ │ │ ├── heard.txt │ │ │ ├── henry.txt │ │ │ └── rockdale/ │ │ │ └── students.txt │ │ ├── greenvilleschools.txt │ │ ├── hartlandschools.txt │ │ ├── hasd.txt │ │ ├── hi/ │ │ │ └── k12/ │ │ │ ├── kaimukims.txt │ │ │ └── notes.txt │ │ ├── ia/ │ │ │ └── k12/ │ │ │ ├── ames.txt │ │ │ ├── bettendorf/ │ │ │ │ └── g.txt │ │ │ ├── cr.txt │ │ │ ├── davenport.txt │ │ │ └── north-scott.txt │ │ ├── il/ │ │ │ ├── cc/ │ │ │ │ └── rvc.txt │ │ │ └── k12/ │ │ │ └── auburn.txt │ │ ├── in/ │ │ │ └── k12/ │ │ │ ├── batesville.txt │ │ │ ├── ccs.txt │ │ │ ├── centergrove/ │ │ │ │ └── students.txt │ │ │ ├── clay.txt │ │ │ ├── elkhart.txt │ │ │ ├── gws.txt │ │ │ ├── hse.txt │ │ │ ├── kv.txt │ │ │ ├── msdwt/ │ │ │ │ └── student.txt │ │ │ ├── mvcsc.txt │ │ │ ├── ngsc.txt │ │ │ ├── phm.txt │ │ │ └── warren.txt │ │ ├── jdragonmail.txt │ │ ├── jeffcoschools.txt │ │ ├── kyschools/ │ │ │ ├── anderson/ │ │ │ │ └── stu.txt │ │ │ ├── boone/ │ │ │ │ └── stu.txt │ │ │ ├── campbell/ │ │ │ │ └── stu.txt │ │ │ ├── campbell.txt │ │ │ ├── fayette/ │ │ │ │ └── stu.txt │ │ │ ├── fayette.txt │ │ │ ├── hardin/ │ │ │ │ └── stu.txt │ │ │ ├── jefferson/ │ │ │ │ └── stu.txt │ │ │ ├── jessamine.txt │ │ │ ├── kenton.txt │ │ │ ├── owensboro.txt │ │ │ ├── scott/ │ │ │ │ └── stu.txt │ │ │ └── warren/ │ │ │ └── stu.txt │ │ ├── ma/ │ │ │ ├── k12/ │ │ │ │ ├── duxbury.txt │ │ │ │ ├── longmeadow.txt │ │ │ │ ├── lynnfield.txt │ │ │ │ ├── needham/ │ │ │ │ │ └── students.txt │ │ │ │ ├── newton.txt │ │ │ │ ├── north-reading.txt │ │ │ │ ├── norwood.txt │ │ │ │ ├── plymouth/ │ │ │ │ │ └── student.txt │ │ │ │ ├── reading.txt │ │ │ │ ├── shrewsbury.txt │ │ │ │ ├── valleytech.txt │ │ │ │ ├── ware.txt │ │ │ │ └── wayland.txt │ │ │ └── lexington/ │ │ │ └── ci/ │ │ │ └── sch.txt │ │ ├── md/ │ │ │ └── k12/ │ │ │ └── kent/ │ │ │ └── students.txt │ │ ├── mi/ │ │ │ └── k12/ │ │ │ ├── aaps.txt │ │ │ ├── clarkston.txt │ │ │ ├── cvs.txt │ │ │ ├── haslett.txt │ │ │ ├── oakland/ │ │ │ │ └── student.txt │ │ │ ├── oakland.txt │ │ │ ├── rochester.txt │ │ │ ├── roseville.txt │ │ │ └── troy.txt │ │ ├── mn/ │ │ │ └── k12/ │ │ │ ├── edenpr.txt │ │ │ ├── isd2142.txt │ │ │ ├── sartell/ │ │ │ │ └── gapps.txt │ │ │ ├── sartell.txt │ │ │ └── stpaul.txt │ │ ├── mo/ │ │ │ └── k12/ │ │ │ ├── eastbuchanan.txt │ │ │ ├── monett.txt │ │ │ ├── smithville.txt │ │ │ └── wrightcity.txt │ │ ├── mt/ │ │ │ └── k12/ │ │ │ ├── gfps.txt │ │ │ └── sacoschools.txt │ │ ├── mtsdstudent.txt │ │ ├── mycod.txt │ │ ├── myhalifax.txt │ │ ├── myscps/ │ │ │ └── student.txt │ │ ├── nc/ │ │ │ └── k12/ │ │ │ ├── abss/ │ │ │ │ └── students.txt │ │ │ ├── abss.txt │ │ │ ├── cabarrus.txt │ │ │ ├── chccs/ │ │ │ │ └── students.txt │ │ │ ├── chccs.txt │ │ │ ├── cms.txt │ │ │ ├── hcs.txt │ │ │ └── lee.txt │ │ ├── nd/ │ │ │ └── k12.txt │ │ ├── nh/ │ │ │ └── k12/ │ │ │ └── dover.txt │ │ ├── nicolet.txt │ │ ├── nj/ │ │ │ └── k12/ │ │ │ ├── brrsd.txt │ │ │ ├── dvrhs.txt │ │ │ ├── edison.txt │ │ │ ├── ewrsd.txt │ │ │ ├── greenwich/ │ │ │ │ └── ns.txt │ │ │ ├── gtps.txt │ │ │ ├── mahwah.txt │ │ │ ├── nps.txt │ │ │ ├── paramus.txt │ │ │ ├── ramsey.txt │ │ │ ├── ridgewood.txt │ │ │ ├── somsd/ │ │ │ │ └── students.txt │ │ │ ├── summit.txt │ │ │ └── trenton.txt │ │ ├── nmusd.txt │ │ ├── ny/ │ │ │ └── k12/ │ │ │ ├── commack.txt │ │ │ ├── comsewogue.txt │ │ │ ├── csh.txt │ │ │ ├── gn.txt │ │ │ ├── icsd.txt │ │ │ ├── newpaltz.txt │ │ │ ├── northport.txt │ │ │ ├── smithtown.txt │ │ │ ├── syosset.txt │ │ │ └── wfsd.txt │ │ ├── oh/ │ │ │ └── k12/ │ │ │ ├── ashland-city.txt │ │ │ └── elida.txt │ │ ├── ok/ │ │ │ └── k12/ │ │ │ └── norman.txt │ │ ├── or/ │ │ │ └── k12/ │ │ │ ├── bend/ │ │ │ │ └── student.txt │ │ │ ├── cascade.txt │ │ │ ├── hoodriver.txt │ │ │ ├── hsd.txt │ │ │ ├── loswego.txt │ │ │ ├── orecity/ │ │ │ │ └── student.txt │ │ │ ├── orecity.txt │ │ │ ├── ortrail/ │ │ │ │ └── stu.txt │ │ │ └── wlwv/ │ │ │ ├── iwms.txt │ │ │ ├── wlhs.txt │ │ │ └── wvhs.txt │ │ ├── pa/ │ │ │ └── k12/ │ │ │ ├── basd.txt │ │ │ ├── franklinregional.txt │ │ │ ├── gmsd.txt │ │ │ ├── hershey.txt │ │ │ ├── hpsd.txt │ │ │ ├── indians.txt │ │ │ ├── wilmington.txt │ │ │ └── wssd.txt │ │ ├── pausd.txt │ │ ├── pusd.txt │ │ ├── rcs-k12.txt │ │ ├── rentonschools.txt │ │ ├── sc/ │ │ │ └── k12/ │ │ │ ├── clover.txt │ │ │ └── gssm.txt │ │ ├── sd/ │ │ │ └── k12.txt │ │ ├── smusd.txt │ │ ├── soudertonsd.txt │ │ ├── tri-county.txt │ │ ├── tx/ │ │ │ └── cc/ │ │ │ └── austin.txt │ │ ├── ut/ │ │ │ └── k12/ │ │ │ ├── davis.txt │ │ │ └── weber.txt │ │ ├── va/ │ │ │ └── k12/ │ │ │ ├── bedford.txt │ │ │ ├── gsgis.txt │ │ │ ├── harrisonburg.txt │ │ │ ├── nn.txt │ │ │ ├── salem.txt │ │ │ └── wcps/ │ │ │ └── students.txt │ │ ├── wa/ │ │ │ └── k12/ │ │ │ └── msvl.txt │ │ ├── westfordk12.txt │ │ ├── wi/ │ │ │ └── k12/ │ │ │ ├── bonduel.txt │ │ │ ├── dce.txt │ │ │ ├── depere.txt │ │ │ ├── hudson.txt │ │ │ ├── madison.txt │ │ │ ├── mcpasd/ │ │ │ │ └── students.txt │ │ │ ├── neenah.txt │ │ │ ├── randomlake.txt │ │ │ ├── shorewood.txt │ │ │ ├── waukesha.txt │ │ │ └── westosha.txt │ │ ├── wv/ │ │ │ └── k12.txt │ │ └── yorkuniversity.txt │ ├── uy/ │ │ └── edu/ │ │ ├── anima.txt │ │ ├── bios.txt │ │ ├── ceibal/ │ │ │ ├── docente.txt │ │ │ └── estudiante.txt │ │ ├── ceibal.txt │ │ ├── claeh.txt │ │ ├── fcien.txt │ │ ├── fic.txt │ │ ├── fing.txt │ │ ├── ort.txt │ │ ├── pedeciba.txt │ │ ├── psico.txt │ │ ├── rau.txt │ │ ├── seciu.txt │ │ ├── seminario/ │ │ │ └── alumnos.txt │ │ ├── ucu.txt │ │ ├── ude.txt │ │ ├── udelar.txt │ │ ├── um.txt │ │ └── utec.txt │ ├── uz/ │ │ ├── adti.txt │ │ ├── adu.txt │ │ ├── ajou.txt │ │ ├── akfauniversity.txt │ │ ├── andmiedu.txt │ │ ├── andqxai.txt │ │ ├── bmu-edu.txt │ │ ├── buxdu.txt │ │ ├── cambridge.txt │ │ ├── centralasian.txt │ │ ├── fdu.txt │ │ ├── ferpi.txt │ │ ├── gubkin.txt │ │ ├── ibs.txt │ │ ├── iiau.txt │ │ ├── inha.txt │ │ ├── itpu/ │ │ │ └── student.txt │ │ ├── itpu.txt │ │ ├── iut.txt │ │ ├── jbnuu.txt │ │ ├── jdpu.txt │ │ ├── jdu.txt │ │ ├── kiuf.txt │ │ ├── kiut.txt │ │ ├── mdis.txt │ │ ├── msu.txt │ │ ├── namdu.txt │ │ ├── nbtuit.txt │ │ ├── ndki.txt │ │ ├── newuu.txt │ │ ├── newuzbekistanuniversity.txt │ │ ├── nspi.txt │ │ ├── nuu.txt │ │ ├── pdp.txt │ │ ├── pharmi.txt │ │ ├── polito.txt │ │ ├── qarshidu.txt │ │ ├── qdpi.txt │ │ ├── qmii.txt │ │ ├── samdchti.txt │ │ ├── samdu.txt │ │ ├── samgasi.txt │ │ ├── samtuit.txt │ │ ├── taqi.txt │ │ ├── tatuff.txt │ │ ├── tayi.txt │ │ ├── tcti.txt │ │ ├── tdpu.txt │ │ ├── tdtu.txt │ │ ├── teamuni.txt │ │ ├── tfi.txt │ │ ├── tiiame.txt │ │ ├── tiiamekb.txt │ │ ├── tiim.txt │ │ ├── tiu.txt │ │ ├── tma.txt │ │ ├── tmci.txt │ │ ├── tstu.txt │ │ ├── tsue.txt │ │ ├── tsul.txt │ │ ├── tuit.txt │ │ ├── tuitkf.txt │ │ ├── ubtuit.txt │ │ ├── urdu.txt │ │ ├── uwed.txt │ │ ├── uzpak.txt │ │ ├── uzswlu.txt │ │ ├── wiut.txt │ │ └── ytit.txt │ ├── ve/ │ │ ├── com/ │ │ │ └── iutamaracay.txt │ │ ├── edu/ │ │ │ ├── iutcm.txt │ │ │ ├── luz.txt │ │ │ ├── uba.txt │ │ │ ├── ubv.txt │ │ │ ├── uc.txt │ │ │ ├── ucab.txt │ │ │ ├── ucat.txt │ │ │ ├── ucla.txt │ │ │ ├── uft.txt │ │ │ ├── una.txt │ │ │ ├── une.txt │ │ │ ├── unefa.txt │ │ │ ├── unellez.txt │ │ │ ├── unerg.txt │ │ │ ├── unermb.txt │ │ │ ├── unesur.txt │ │ │ ├── unet.txt │ │ │ ├── unexpo.txt │ │ │ ├── unica.txt │ │ │ ├── unimar.txt │ │ │ ├── unimet.txt │ │ │ ├── unitec.txt │ │ │ ├── uny.txt │ │ │ ├── uptm.txt │ │ │ ├── uptos.txt │ │ │ ├── urbe.txt │ │ │ └── uvm.txt │ │ ├── ucv/ │ │ │ └── www.txt │ │ ├── ucv.txt │ │ ├── ula/ │ │ │ └── www.txt │ │ ├── ula.txt │ │ ├── usb/ │ │ │ └── www.txt │ │ └── usb.txt │ ├── vg/ │ │ └── edu/ │ │ └── hlscc.txt │ ├── vn/ │ │ ├── ac/ │ │ │ └── aptech/ │ │ │ └── fpt.txt │ │ ├── apcs.txt │ │ ├── aptech.txt │ │ ├── datapot.txt │ │ ├── edu/ │ │ │ ├── actvn.txt │ │ │ ├── agu.txt │ │ │ ├── ajc.txt │ │ │ ├── apd.txt │ │ │ ├── aptechlearning.txt │ │ │ ├── arena.txt │ │ │ ├── bacgiang.txt │ │ │ ├── bachkhoahanoi.txt │ │ │ ├── bafu.txt │ │ │ ├── bav.txt │ │ │ ├── bctech.txt │ │ │ ├── bdu.txt │ │ │ ├── bkacad.txt │ │ │ ├── bkc.txt │ │ │ ├── blu/ │ │ │ │ └── ms.txt │ │ │ ├── buh/ │ │ │ │ └── st.txt │ │ │ ├── buh.txt │ │ │ ├── buv/ │ │ │ │ └── st.txt │ │ │ ├── bvu.txt │ │ │ ├── c3chuvanan.txt │ │ │ ├── c3lqdon-khanhhoa.txt │ │ │ ├── cantho.txt │ │ │ ├── caodangvietmy.txt │ │ │ ├── caothang.txt │ │ │ ├── cdythadong.txt │ │ │ ├── chauvanliem.txt │ │ │ ├── chuyenthaibinh.txt │ │ │ ├── cis.txt │ │ │ ├── cmc.txt │ │ │ ├── codienxaydungbacninh.txt │ │ │ ├── cofer.txt │ │ │ ├── ctd.txt │ │ │ ├── cth.txt │ │ │ ├── ctim.txt │ │ │ ├── ctu.txt │ │ │ ├── ctuet/ │ │ │ │ └── student.txt │ │ │ ├── ctuet.txt │ │ │ ├── ctump/ │ │ │ │ └── student.txt │ │ │ ├── daihocthudo/ │ │ │ │ └── ms.txt │ │ │ ├── daihocthudo.txt │ │ │ ├── daihocyhanoi.txt │ │ │ ├── dainam.txt │ │ │ ├── daivietsaigon.txt │ │ │ ├── danavtc.txt │ │ │ ├── datapot.txt │ │ │ ├── dau.txt │ │ │ ├── dhcd.txt │ │ │ ├── dhcnhn.txt │ │ │ ├── dhktyduocdn.txt │ │ │ ├── dhsphue.txt │ │ │ ├── dhtm.txt │ │ │ ├── dla/ │ │ │ │ └── sv.txt │ │ │ ├── dlu.txt │ │ │ ├── dntu.txt │ │ │ ├── dnu.txt │ │ │ ├── donga.txt │ │ │ ├── dtu.txt │ │ │ ├── due.txt │ │ │ ├── dut.txt │ │ │ ├── duytan.txt │ │ │ ├── eaut.txt │ │ │ ├── edisonschools.txt │ │ │ ├── eiu.txt │ │ │ ├── epu.txt │ │ │ ├── fe.txt │ │ │ ├── fitus/ │ │ │ │ ├── apcs.txt │ │ │ │ ├── clc.txt │ │ │ │ └── vp.txt │ │ │ ├── flss.txt │ │ │ ├── fpt.txt │ │ │ ├── fsb.txt │ │ │ ├── ftu.txt │ │ │ ├── fulbright/ │ │ │ │ └── student.txt │ │ │ ├── fulbright.txt │ │ │ ├── funix.txt │ │ │ ├── giadinh/ │ │ │ │ └── student.txt │ │ │ ├── hactech/ │ │ │ │ └── student.txt │ │ │ ├── hanu.txt │ │ │ ├── hau.txt │ │ │ ├── haugiang.txt │ │ │ ├── haui.txt │ │ │ ├── hcc2.txt │ │ │ ├── hce.txt │ │ │ ├── hcm/ │ │ │ │ └── giadinh.txt │ │ │ ├── hcmier.txt │ │ │ ├── hcmiu.txt │ │ │ ├── hcmuaf.txt │ │ │ ├── hcmuarc.txt │ │ │ ├── hcmue.txt │ │ │ ├── hcmulaw.txt │ │ │ ├── hcmunre/ │ │ │ │ └── sv.txt │ │ │ ├── hcmuns.txt │ │ │ ├── hcmup/ │ │ │ │ └── student.txt │ │ │ ├── hcmupeda.txt │ │ │ ├── hcmus.txt │ │ │ ├── hcmussh.txt │ │ │ ├── hcmut.txt │ │ │ ├── hcmute.txt │ │ │ ├── hcmutrans.txt │ │ │ ├── hdu.txt │ │ │ ├── hlu/ │ │ │ │ └── student.txt │ │ │ ├── hmu.txt │ │ │ ├── hnue.txt │ │ │ ├── hoasen.txt │ │ │ ├── hotec/ │ │ │ │ └── sv.txt │ │ │ ├── hou.txt │ │ │ ├── hpmu.txt │ │ │ ├── hpn.txt │ │ │ ├── hpu2.txt │ │ │ ├── hsb.txt │ │ │ ├── htt.txt │ │ │ ├── hu.txt │ │ │ ├── hua.txt │ │ │ ├── huaf.txt │ │ │ ├── hub.txt │ │ │ ├── hubt.txt │ │ │ ├── huc.txt │ │ │ ├── huce.txt │ │ │ ├── hue.txt │ │ │ ├── hueic/ │ │ │ │ └── students.txt │ │ │ ├── huemed-univ.txt │ │ │ ├── hueuni.txt │ │ │ ├── hufi.txt │ │ │ ├── huflit/ │ │ │ │ └── st.txt │ │ │ ├── huflit.txt │ │ │ ├── humg.txt │ │ │ ├── hunre.txt │ │ │ ├── hup.txt │ │ │ ├── huph.txt │ │ │ ├── hus.txt │ │ │ ├── husc.txt │ │ │ ├── hust.txt │ │ │ ├── hut.txt │ │ │ ├── hutech.txt │ │ │ ├── hvnh.txt │ │ │ ├── hvtc.txt │ │ │ ├── hvu.txt │ │ │ ├── hwru.txt │ │ │ ├── ibm.txt │ │ │ ├── ictu.txt │ │ │ ├── iei.txt │ │ │ ├── ikids.txt │ │ │ ├── isb/ │ │ │ │ └── student.txt │ │ │ ├── ispace.txt │ │ │ ├── itc.txt │ │ │ ├── ittc.txt │ │ │ ├── iuh/ │ │ │ │ └── student.txt │ │ │ ├── iuh.txt │ │ │ ├── jvn/ │ │ │ │ └── ict.txt │ │ │ ├── jvn.txt │ │ │ ├── khanhhoa.txt │ │ │ ├── kientruchanoi.txt │ │ │ ├── kthcm.txt │ │ │ ├── ktkt-haiduong.txt │ │ │ ├── ldxh.txt │ │ │ ├── lhu.txt │ │ │ ├── lomonoxop.txt │ │ │ ├── lqdtu.txt │ │ │ ├── lsts.txt │ │ │ ├── lttc.txt │ │ │ ├── mayaschool.txt │ │ │ ├── mindx.txt │ │ │ ├── mku.txt │ │ │ ├── naue.txt │ │ │ ├── nctu/ │ │ │ │ └── student.txt │ │ │ ├── ndun.txt │ │ │ ├── neu.txt │ │ │ ├── nghean.txt │ │ │ ├── ngs.txt │ │ │ ├── nguyensieu.txt │ │ │ ├── ntthnue.txt │ │ │ ├── nttu.txt │ │ │ ├── ntu-hn.txt │ │ │ ├── ntu.txt │ │ │ ├── nuce.txt │ │ │ ├── ou.txt │ │ │ ├── oude.txt │ │ │ ├── pace.txt │ │ │ ├── pdu.txt │ │ │ ├── penphy.txt │ │ │ ├── pgdanlao.txt │ │ │ ├── phanboichau.txt │ │ │ ├── phenikaa-uni.txt │ │ │ ├── phuocbinh.txt │ │ │ ├── pitagon.txt │ │ │ ├── pnt.txt │ │ │ ├── ptit.txt │ │ │ ├── ptithcm.txt │ │ │ ├── ptnk.txt │ │ │ ├── pvu.txt │ │ │ ├── qnu/ │ │ │ │ └── st.txt │ │ │ ├── qui.txt │ │ │ ├── quochocquynhon.txt │ │ │ ├── rdi.txt │ │ │ ├── ric.txt │ │ │ ├── rmit.txt │ │ │ ├── saigontech.txt │ │ │ ├── saodo.txt │ │ │ ├── sgu.txt │ │ │ ├── sic.txt │ │ │ ├── sis/ │ │ │ │ └── gamudagardens.txt │ │ │ ├── sitc.txt │ │ │ ├── siu.txt │ │ │ ├── spkt.txt │ │ │ ├── ssis.txt │ │ │ ├── stu/ │ │ │ │ └── student.txt │ │ │ ├── studenthuph.txt │ │ │ ├── taynguyenuni.txt │ │ │ ├── tckt.txt │ │ │ ├── tcu.txt │ │ │ ├── tdc.txt │ │ │ ├── tdmu.txt │ │ │ ├── tdt.txt │ │ │ ├── tdtu/ │ │ │ │ └── student.txt │ │ │ ├── tdtu.txt │ │ │ ├── tdu.txt │ │ │ ├── teky.txt │ │ │ ├── tgu.txt │ │ │ ├── thanglong.txt │ │ │ ├── thcs-doanthidiem.txt │ │ │ ├── thcs-nguyentrai.txt │ │ │ ├── thcsthuanhung.txt │ │ │ ├── thedeweyschools.txt │ │ │ ├── thmkhai-nuithanh.txt │ │ │ ├── thpt-baria-brvt.txt │ │ │ ├── thptchuyenthainguyen.txt │ │ │ ├── thpthahuytaphatinh.txt │ │ │ ├── thptkhuongdinh.txt │ │ │ ├── thptkrongana.txt │ │ │ ├── thptlythaito.txt │ │ │ ├── thptnguyenhuuhuan.txt │ │ │ ├── thptphuoclonghcm.txt │ │ │ ├── thptsontra.txt │ │ │ ├── thuathienhue/ │ │ │ │ └── thpt-aldong.txt │ │ │ ├── thuathienhue.txt │ │ │ ├── thucnghiem.txt │ │ │ ├── tkh.txt │ │ │ ├── tlu.txt │ │ │ ├── tmu.txt │ │ │ ├── tnu.txt │ │ │ ├── tnut.txt │ │ │ ├── topica.txt │ │ │ ├── tranvanbayst.txt │ │ │ ├── ttn.txt │ │ │ ├── ttu/ │ │ │ │ └── std.txt │ │ │ ├── tuaf.txt │ │ │ ├── tuyenquang.txt │ │ │ ├── tvu.txt │ │ │ ├── uah.txt │ │ │ ├── ud.txt │ │ │ ├── uef.txt │ │ │ ├── ueh.txt │ │ │ ├── uel/ │ │ │ │ └── st.txt │ │ │ ├── ufm/ │ │ │ │ └── sv.txt │ │ │ ├── ufm.txt │ │ │ ├── uit.txt │ │ │ ├── ump.txt │ │ │ ├── uneti.txt │ │ │ ├── uphcm.txt │ │ │ ├── upt.txt │ │ │ ├── uschool.txt │ │ │ ├── ussh/ │ │ │ │ └── sv.txt │ │ │ ├── usth/ │ │ │ │ └── st.txt │ │ │ ├── usth.txt │ │ │ ├── ut.txt │ │ │ ├── utb.txt │ │ │ ├── utc/ │ │ │ │ └── st.txt │ │ │ ├── utc.txt │ │ │ ├── utc2/ │ │ │ │ └── st.txt │ │ │ ├── utehy.txt │ │ │ ├── utm.txt │ │ │ ├── utschool.txt │ │ │ ├── utt.txt │ │ │ ├── vaa.txt │ │ │ ├── vcam.txt │ │ │ ├── vgu/ │ │ │ │ └── student.txt │ │ │ ├── vhu.txt │ │ │ ├── vief.txt │ │ │ ├── vietbac.txt │ │ │ ├── vimaru.txt │ │ │ ├── vinhuni.txt │ │ │ ├── vinschool.txt │ │ │ ├── vinuni.txt │ │ │ ├── vjis.txt │ │ │ ├── vlu.txt │ │ │ ├── vlute.txt │ │ │ ├── vmmu.txt │ │ │ ├── vnp.txt │ │ │ ├── vnu.txt │ │ │ ├── vnua.txt │ │ │ ├── vnuhcm.txt │ │ │ ├── vnuis.txt │ │ │ ├── vnuk.txt │ │ │ ├── vtc.txt │ │ │ ├── vtec.txt │ │ │ ├── vttu/ │ │ │ │ └── stu.txt │ │ │ ├── wass.txt │ │ │ ├── wellspring.txt │ │ │ ├── wellspringsaigon.txt │ │ │ ├── yds.txt │ │ │ ├── yersin.txt │ │ │ └── ytebacninh.txt │ │ ├── hiu.txt │ │ ├── itrithuc.txt │ │ ├── udn.txt │ │ ├── utt/ │ │ │ └── student.txt │ │ ├── vanlanguni.txt │ │ ├── vnn.txt │ │ └── vnu/ │ │ └── coltech.txt │ ├── wales/ │ │ └── flinthighschool.txt │ ├── world/ │ │ ├── hhc.txt │ │ └── ucode.txt │ ├── ws/ │ │ └── edu/ │ │ └── nus.txt │ ├── xyz/ │ │ └── nouvellesimages.txt │ ├── ye/ │ │ └── edu/ │ │ ├── adenuniversity.txt │ │ ├── eman-univ.txt │ │ ├── hoduniv.txt │ │ ├── hust.txt │ │ └── su.txt │ ├── za/ │ │ ├── ac/ │ │ │ ├── akademia.txt │ │ │ ├── cput.txt │ │ │ ├── cut.txt │ │ │ ├── iie.txt │ │ │ ├── myuct.txt │ │ │ ├── nmmu.txt │ │ │ ├── nwu.txt │ │ │ ├── richfield/ │ │ │ │ └── my.txt │ │ │ ├── ru.txt │ │ │ ├── sun.txt │ │ │ ├── tut.txt │ │ │ ├── uct.txt │ │ │ ├── ufh.txt │ │ │ ├── uj.txt │ │ │ ├── ukzn.txt │ │ │ ├── ul.txt │ │ │ ├── unisa.txt │ │ │ ├── univen.txt │ │ │ ├── uniwest.txt │ │ │ ├── uovs.txt │ │ │ ├── up.txt │ │ │ ├── uwc.txt │ │ │ ├── uzulu.txt │ │ │ ├── vut.txt │ │ │ ├── wits.txt │ │ │ └── wsu.txt │ │ ├── co/ │ │ │ ├── akademiastudente.txt │ │ │ ├── almainternational.txt │ │ │ ├── birnamcollege.txt │ │ │ ├── boston.txt │ │ │ ├── cedarhouse.txt │ │ │ ├── ctucareer.txt │ │ │ ├── damelin.txt │ │ │ ├── dsk.txt │ │ │ ├── educationgroup.txt │ │ │ ├── gibs.txt │ │ │ ├── kloofhigh.txt │ │ │ ├── lynnies.txt │ │ │ ├── mancosa/ │ │ │ │ └── students.txt │ │ │ ├── myboston.txt │ │ │ ├── redhill.txt │ │ │ ├── sabje.txt │ │ │ ├── saheti.txt │ │ │ ├── sthenrys.txt │ │ │ ├── stjohnschool.txt │ │ │ ├── stjohnscollege.txt │ │ │ ├── tuks.txt │ │ │ ├── varsitycollege.txt │ │ │ ├── vcconnect.txt │ │ │ ├── vegaconnect.txt │ │ │ ├── virtualwindow.txt │ │ │ └── wethinkcode.txt │ │ ├── edu/ │ │ │ ├── sae.txt │ │ │ ├── vcconnect.txt │ │ │ └── vgconnect.txt │ │ └── org/ │ │ └── bishops.txt │ ├── zm/ │ │ ├── ac/ │ │ │ ├── mu.txt │ │ │ ├── unilus.txt │ │ │ └── zambianopenuniversity.txt │ │ ├── co/ │ │ │ └── cavendish.txt │ │ ├── edu/ │ │ │ └── cbu.txt │ │ ├── unza/ │ │ │ └── www.txt │ │ └── unza.txt │ └── zw/ │ └── ac/ │ ├── cut.txt │ ├── gzu/ │ │ └── elearning.txt │ ├── hit.txt │ ├── msu.txt │ ├── nust.txt │ ├── riversidecollege.txt │ ├── solusi.txt │ ├── trustacademy.txt │ └── uz.txt └── src/ ├── main/ │ └── kotlin/ │ └── swot/ │ ├── Compiler.kt │ └── Swot.kt └── test/ └── kotlin/ └── swot/ └── SwotTest.kt