blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9a56bd2aba1aea5ed1d0779dde9225516e712788 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH1/EX1.6.1.vi/exa1_6_1_vi.sce | 377446c3ec773acd6d2c97d181bff85838057b85 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 751 | sce | exa1_6_1_vi.sce | //Caption:program_laplace_transform
//example 1.6.1.(v)
//page 9
//this problem is solved in two parts because in this problem pfss function donot work.So, First we find partial fraction using method as we do in maths and then secondly we find inverse laplace transform as usual.
// partial fraction
s=%s
syms t;
num=(s^2+2*s+3);
den=(s+2)^3;
g=syslin('c',num/den);
rd=roots(den);
[n d k]=factors(g)
a(3)=horner(g*d(1)^3,rd(1))
a(2)=horner(derivat(g*d(1)^3),rd(1))
a(1)=horner(derivat(derivat(g*d(1)^3)),rd(1))
//inverse laplace
// partial fraction will be: a(1)/(s+1)+a(2)/((s+2)^2)+a(3)/((s+2)^3)
F1 = ilaplace (1/d(1),s,t)
F2 = ilaplace (-2/(d(1)^2),s,t)
F3 = ilaplace (2*1.5/(d(1)^3),s,t)
F=F1+F2+F3
disp (F," f(t)=")//result |
8d12e661ea5a83a2e7a5148c4a9fc195700309bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH7/EX7.2/ex7_2.sce | adf0362d332fdc05ac6b77204b3c94a115ea6ab2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 423 | sce | ex7_2.sce | //Exa 7.2
clc;
clear;
close;
// Given data
v1 = 0.05;// in m^3
v2 = 8 * v1;// in m^3
T1 = 280;// in °C
T1 = T1 + 273;// in K
T2 = 25;// in °C
T2 = T2 + 273;// in K
p1 = 8;// in bar
C_p = 1.005;// in kJ/kgK
C_v = 0.712;// in kJ/kgK
R = C_p - C_v;// in kJ/kgK
del_phi = (R * ( log(v2/v1)) ) + (C_v * (log(T2/T1)) );// in kJ/kgK
disp(del_phi,"The change in entrophy of air during the process in kJ/kgKis");
|
100df2040605965fe003fe9cb6e83b39fd675e5f | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/mecanique/obus/meca_rfd_vec.sce | b333abca54f4941381a94808be20f8af8a0aa8ef | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 7,949 | sce | meca_rfd_vec.sce | // Résolution d'un problème de mécanique terrestre en 3 dimensions avec SciLab 2.7
//
// Lancé d'un obus sans frottement ou avec frottement visqueux et/ou avec frottement fluide
//
// Technique : application de la RFD
// méthode d'Euler
// par Sébastien CELLES
// Commencé le 06/02/2004
// Derniere modification le 31/03/2005
//
// Hyp : Terre = réf gali
// Système : obus supposé ponctuel
// Forces : poids
// rem : pour modifier les forces il faut changer les valeurs
// dans la boucle (attention!)
// ET au début (attention (bis !))
// Système de coordonnées : cartésien [ux uy uz]
// Horloge : t
//
// z
// / \ | ->
// / | \ \|/ g
// |
// | y
// | \
// +------------
// / O /
// | /
// |/
// x ---
//
//
// z
// / \
// |
// | ***
// | * *
// | * *
// | * *
// | * *
// |* * \
// *------------------------*-- y
// /
clear;
function [v]=crossP(v1,v2)
// le produit vectoriel en vectoriel...
// v1 et v2 doivent etre des matrices (3,n)
v=zeros(v1)
v(1,:) = v1(2,:).*v2(3,:) - v1(3,:).*v2(2,:)
v(2,:) = v2(1,:).*v1(3,:) - v2(3,:).*v1(1,:)
v(3,:) = v1(1,:).*v2(2,:) - v1(2,:).*v2(1,:)
endfunction
function [F_t0]=calcul_force(F_t0)
//printf("F");
// Poids
g0 = 9.81;
g = [0 0 -g0];
me = 9.109389E-31; // Masse d'un électron
mp = 1.672623E-27; // Masse d'un proton
mn = 1.676928E-27; // Masse d'un neutron
P = m*g;
// Force de frottement visqueux
// Fv=-h1*v
h1=0;
Fv = - h1*v_t0;
// Force de frottement fluide
// Ff=-h2*v^2
h2=0;
if norm(v_t0)<>0
uv_t0 = v_t0/norm(v_t0); // Vecteur unitaire selon la direction de v à l'instant courant
else
uv_t0 = [0 0 0]; // cas où norm(v_t0) = 0
end
Ff = - h2*(v_t0*v_t0')*uv_t0;
// Force electrique
// Fe = q * E
qe = 1.6E-19; // Charge élémentaire
q = 0; // Charge du système (MODIFIABLE)
// %epsilon_0 = 1/(4*%pi*8.98755178737E9);
E = [0 0 0]; // Champ électrique
Fe = q*E;
// Force magnetique
// Fb = q * (v vectoriel B) // Le produit vectoriel n'existe pas dans SciLab il faut "le faire" voir crossP
// %mu_0 = 4*%pi*100E-9
B = [0 0 1]; // Champ magnétique
Fb = q*((crossP(v_t0',B'))');
// Force de rappel d'un ressort
// k = ; // Constante de raideur du ressort Fr=k*(l-l0)
// l0 = 0.10; // Longueur à vide du ressort
// Interactions gravitationnels
// Gc = 6.67259E-11; // Constante de la loi de gravitation
// R1 = // Rayon de la planète 1
// M1 = // Masse de la planète 1
// R2 = // Rayon de la planète 2
// M2 = // Masse de la planète 2
// Somme des forces
F_t0 = P + Fv + Ff + Fe + Fb;
endfunction
printf("\n");
printf("\n");
printf("Resolution d un probleme de mecanique terrestre en 3 dimensions \n");
printf("\n");
printf("\n");
printf("Calcul en cours... Patientez !\n");
printf("\n");
// Testé sur ATHLON-XP-2100 avec 2000 pts en même pas 1 seconde !
// Exemples
// Obus dang g
// t_ini = 0;
// t_pas = 0.001;
// t_fin = 1.2;
// m=1;
// q=0;
// g=9.81;
// OM_ini=[0 0 0];
// V0=10;
// %alfa=30;
// v_ini = [0 V0*cos(%alfa*2*%pi/360); V0*sin(%alfa*2*%pi/360)];
// e- dans B
// t_ini = 0;
// t_pas = 0.001;
// t_fin = 1.2;
// m = me;
// q = qe;
// h1 = 0;
// h2 = 0;
// g0 = 0;
// OM_ini = [0 0 0];
// V0 = 10
// %alfa = 5
// v_ini = [V0*cos(%alfa*2*%pi/360) 0 V0*sin(%alfa*2*%pi/360)];
// B=[0 0 1];
// A faire
// Acceleration e- dans E
// Deviation e- dans E
// e- dans E et B
// Cyclotron
t_ini=0; // MODIFIABLE defaut : t_ini=0;
t_pas=0.01; // MODIFIABLE defaut : t_pas=0.1;
t_fin=2; // MODIFIABLE defaut : t_fin=10;
t=[t_ini:t_pas:t_fin]'; // le prime sert à transposer pour avoir un vecteur colonne
m = 1; // Masse du système (MODIFIABLE)
// Conditions initiales
t_0=t_ini; // Instant courant
OM_t0 = [0 0 0]; // Position initiale (MODIFIABLE)
V0 = 10; // m/s
%alfa = 30; // degré
v_t0 = [V0*cos(%alfa*2*%pi/360) 0 V0*sin(%alfa*2*%pi/360)];
F_t0=calcul_force([0 0 0]);
a_t0 = F_t0/m;
// Initialisation (NE PAS MODIFIER)
OM_tm1=OM_t0; // Position précédente (t moins 1)
v_tm1=v_t0; // Vitesse précédente (t moins 1)
a_tm1=a_t0; // Accélération précédente (t moins 1)
F_tm1=F_t0; // Force précédente (t moins 1)
OM_tp1=[0 0 0]; // Position suivante (t plus 1)
v_tp1=[0 0 0]; // Vitesse suivante (t plus 1)
a_tp1=[0 0 0]; // Accélération suivante (t plus 1)
F_tp1=[0 0 0]; // Force suivante (t plus 1)
OM=OM_t0; // Matrice des positions [x_0 y_0 z_0]
// [x_1 y_1 z_1]
// [x_2 y_2 z_2]
// [ . . . ]
v=v_t0; // Matrice des vitesses [vx_0 vy_0 vz_0]
// [vx_1 vy_1 vz_1]
// [vx_2 vy_2 vz_2]
// [ . . . ]
a=a_t0; // Matrice des accélérations [ax_0 ay_0 az_0] // A voir
// [ax_1 ay_1 az_1]
// [ax_2 ay_2 az_2]
// [ . . . ]
F=F_t0; // Matrice des forces [Fx_0 Fy_0 Fz_0]
// [Fx_1 Fy_1 Fz_1]
// [Fx_2 Fy_2 Fz_2]
// [ . . . ]
// Boucle sur la durée de l'expérience
while t_0<=t_fin
t_0 = t_0 + t_pas;
printf(".");
// calcul_force
F_t0=calcul_force(F_t0);
// Relation Fondamentale de la Dynamique
// Somme des forces = m * accélération
// F=m*a
// a=F/m
a_t0=F_t0/m;
// Intégration 1 : vitesse
// a = (v_tp1-v_t0)/t_pas
v_tp1 = a_t0*t_pas + v_t0;
// Intégration 2 : position
// v = (M_tp1-M_t0)/t_pas
OM_tp1 = v_t0*t_pas + OM_t0;
// Mise à jour des matrices position, vitesse, force
OM = [OM ; OM_tp1];
v = [v ; v_tp1];
a = [a ; a_t0];
F = [F ; F_t0];
// Décalage
OM_t0=OM_tp1;
v_t0=v_tp1;
// a_t0=a_tp1;
// F_t0=F_tp1;
OM_tm1=OM_t0;
v_tm1=v_t0;
end
// Fin de boucle
printf("\n"); // Retour à la ligne
printf("\n"); // Saut de ligne
printf("Fin des calculs !\n");
printf("\n");
// Mise en forme des résultats
// t (déja mis en forme)
// x y z
x=OM(:,1); // (rem sur TI on ne peut pas récupérer les colonnes mais uniquement les lignes
y=OM(:,2); // alors (astuce !) on transpose on recupère une ligne et on retranspose)
z=OM(:,3);
// vx vy vz
vx=v(:,1);
vy=v(:,2);
vz=v(:,3);
// ax ay az
ax=a(:,1);
ay=a(:,2);
az=a(:,3);
NormV = sqrt(vx^2+vy^2+vz^2);
NormM = sqrt(x^2+y^2+z^2);
GLOBAL = [t,x,y,z,vx,vy,vz,ax,ay,az]; // Construction d'une variable contenant tous les résultats
xbasc() // ou xclear() permet d'effacer l'écran graphique
printf("Trajectoire dans le plan xz\n");
plot2d(x,z);
//halt() //c'est une pause mais ça ne s'appelle pas pause() !
//xbasc() // ou xclear() permet d'effacer l'écran graphique
//printf("\n");
//printf("Trajectoire dans l espace\n"); // bizarrement SciLab n'aime pas l'aspostrophe
//param3d(x,y,z);
//plot3d(x,y,z); Trace des surfaces
//halt() //c'est une pause mais ça ne s'appelle pas pause() !
//xbasc() // ou xclear() permet d'effacer l'écran graphique
//printf("\n");
//printf("Hodographe\n");
//param3d(vx,vy,vz);
//printf("Hodographe dans le plan yz\n");
//plot2d(vy,vz)
//plot3d(vx,vy,vz);
//halt() //c'est une pause mais ça ne s'appelle pas pause() !
//xbasc() // ou xclear() permet d'effacer l'écran graphique
//printf("\n");
//printf("az = f(ax,ay)\n");
//param3d(ax,ay,az);
//printf("az = f(ay)\n");
//plot2d(ay,az);
//plot3d(ax,ay,az);
//halt() //c'est une pause mais ça ne s'appelle pas pause() !
//xbasc() // ou xclear() permet d'effacer l'écran graphique
//printf("\n");
// Plan de phase x.=f(x)
// sqrt(vx^2+vy^2+vz^2) donne ||v->|| en fonction de t
// sqrt(x^2+y^2+z^2) donne ||M->|| en fonction de t
//printf("\n");
//printf("Plan de Phase\n");
//plot2d(NormM,NormV)
//halt()
printf("\n");
printf("\n");
printf("Tous les résultats sont dans les variables t,x,y,z,vx,vy,vz,ax,ay,az et GLOBAL\n");
printf("\n");
printf("\n");
printf("Sebastien CELLES\n");
printf("sebastien.celles@ac-limoges.fr\n");
//xbasc()
|
1653e59a7fc43aa682951256c54bb6614d03d0a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/652.sci | a55dcaa973b298d06966072d56891162f17bba22 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 58 | sci | 652.sci | inputx=0.6
basis=100 //kg Feed
S=63 //Kg KNO3/100 Kg H2O |
8e477d4d57974f02f72eff2e3f19f43dd30d78a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH9/EX9.17/9_17.sce | e6ab1438f2176ff3e4ee245e33877372eaa33427 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sce | 9_17.sce | clc
//initialisation of variables
K2500= 3.6*10^-3
K2000= 4.08*10^-4
R= 1.987 //cal mole^-1 K^-1
T1= 2500 //K
T2= 2000 //K
//CALCULATIONS
dH= log10(K2500/K2000)*2.303*R*T1*T2/(T1-T2)
//RESULTS
printf ('enthaly change= %.f cal ',dH)
|
b80a50a74c2bd4d5e83c249586dfc236e6259f79 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH1/EX1.1/1_1.sce | 19c74484270c3e2bd920f093832b62facbd7f337 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,513 | sce | 1_1.sce | clc
clear
//Input data
V1=0.5;//Initial Volume before the commencement of compression in m^3
P1=1;//Initial pressure before the commencement of compression in bar
T1=300;//Initial temperature in K
P2=12;//Final pressure at the end of compression stroke in bar
Q=220;//Heat added during the constant volume process in kJ
r=1.4;//Isentropic constant for air
R=0.287;//Characteristic Gas constant in kJ/kg K
Cv=0.718;//Specific heat of mixture in kJ/kg K
//Calculations
r1=(P2/P1)^(1/r);//Compression ratio
T2=T1*(r1)^(r-1);//Final temperature after the end of compression stroke in K
V2=(P1*T2*V1)/(P2*T1);//Final volume after the end of compression stroke in m^3
m=(P1*10^5*V1)/(R*T1*1000);//Mass of air flowing in kg
T3=(Q/(m*Cv))+T2;//Temperature after constant volume heat addition in K
P3=(P2*T3)/T2;//Pressure after constant volume heat addition in K
V3=V2;//Volume at 3
P4=P3*(1/r1)^(r);//Pressure after isentropic expansion in bar
V4=V1;//Volume after isentropic expansion in m^3
T4=T3*(1/r1)^(r-1);//Temperature at the end of isentropic expansion in K
//Output
printf('(a)The pressures at 1 is %3.0fbar\n (b)Pressure at 2 is %3.0fbar\n (c)Pressure at 3 is %3.2fbar\n (d)Pressure at 4 is %3.2fbar\n (e)Temperature at 1 is %3.1fK\n (f)Temperature at 2 is %3.1fK\n (g)Temperature at 3 is %3.0fK\n (h)Temperature at 4 is %3.0fK\n (i)Volume at 1 is %3.0fm^3\n (j)Volume at 2 is %3.5fm^3\n (k)Volume at 3 is %3.5fm^3\n (l)Volume at 4 is %3.0fm^3',P1,P2,P3,P4,T1,T2,T3,T4,V1,V2,V3,V4)
|
a15fe10601a5a902ee53602f269226a1280c6b23 | 28a8d47c4d79b231f8bebc28925792a290f67e9f | /db/others/sql/new_version/creation_select/merge_test.tst | 65b88f26b59f436d8bef57b98f8924b471b2c749 | [] | no_license | ZVlad1980/doo | a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8 | e81be8f524b78b9a6ec06b7f83a8c13354fc6412 | refs/heads/master | 2021-08-17T02:03:54.553822 | 2017-11-20T17:21:03 | 2017-11-20T17:21:03 | 111,440,129 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | tst | merge_test.tst | PL/SQL Developer Test script 3.0
20
-- Created on 23.09.2014 by ZHURAVOV_VB
declare
-- Local variables here
m xxdoo.xxdoo_db_merge;
begin
-- Test statements here
m := xxdoo.xxdoo_db_merge();
--
m.m('table','t');
m.us.s('field1');
m.us.s('field2');
m.us.f('table(t) o');
m.i('field1');
m.i('field2');
m.u('field2');
m.o('field1');
--
dbms_output.put_line(m.get_text);
--
end;
0
0
|
39d78daed252eb19245696bc499bce150c7f6c23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3432/CH5/EX5.1/Ex5_1.sce | ae71ca2e4c94d083822a1896b8a696fbdd8dc4a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 681 | sce | Ex5_1.sce | //Example 5.1
//Root locus of a Motor Position Control.
xdel(winsid())//close all graphics Windows
clear;
clc;
//------------------------------------------------------------------
//System transfer function and its root locus
s=poly(0,'s');
Ls=1/(s*(s+1));
//Title, labels and grid to the figure
exec .\fig_settings.sci; //custom script for setting figure properties
evans(Ls)
title(['Root locus for', '$L(s)=1/[s(s+1)]$'],'fontsize',3)
zoom_rect([-2 -1.5 2 1.5])
sgrid([0.5],1,5)
xset("font",1,1.5)
xstring(-1.2,1.1,'$\theta=sin^{-1} \xi$",0,0)
h=legend('');
h.visible = "off"
//------------------------------------------------------------------
|
62769bb8dca0b309dfdca862fed2abd9dfc398c9 | e806e966b06a53388fb300d89534354b222c2cad | /macros/trainImageCategoryClassifier.sci | 46ccce880de29cc5534189477d7587e566d2271a | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,078 | sci | trainImageCategoryClassifier.sci | function classifier = trainImageCategoryClassifier(imgSets, bag)
// This function is used to train an image classifier.
//
// Calling Sequence
// classifier = trainImageCategoryClassifier(imgSets, bag)
//
// Parameters
// classifier: Image category classifier
// imgSets: Input imageSet to train the classifier on
// bag: The bagOfFeatures of the imageSet provided
//
// Description
// This function trains an image category classifier which can be used to predict categories of images given to it as input using the predict() function.
//
// Examples
// imgSet = imageSet(directory,'recursive');
// [trainingSet testSet] = partition(imgSet,[0.8]);
// bag = bagOfFeatures(trainingSet);
// categoryClassifier = trainImageCategoryClassifier(trainingSet, bag);
//
// Authors
// Rohit Suri
// Umang Agrawal
bag_list = bagStructToList(bag);
imgSets_list = imageSetToList(imgSets);
temp = opencv_trainImageCategoryClassifier(imgSets_list, bag_list);
classifier = struct("ClassifierLocation", temp(2), "BagofFeaturesLocation", temp(3), "Description", temp(4))
endfunction
|
de165aa2247d9ed3b4d2b039350b704dbfd6b0f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2921/CH7/EX7.4/Ex7_4.sce | ce013fe1d9d8576bef8f3bfb581e6161e2457d35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,372 | sce | Ex7_4.sce | clc;
clear;
mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-7.4 Page No.143\n');
D=3/4; //[in] Diameter of the bolt
At=0.334; //[in^2] Area of thread
As=%pi*D^2/4; //[in^2] Area of shank
//Note-In the book As=0.442 in^2 is used instead of As=0.4417865 in.
E=30*10^6; //[lb/in^2] Modulus of elasticity
Lt=2; //[in] Length of the thread
Ls=6; //[in] Length of the shank
h=0.03; //[in] Height from which the weight falls
W=500; //[lb] Falling load
Kt=At*E/Lt; //[lb/in] Stiffness of threaded portion
Ks=As*E/Ls; //[lb/in] Stiffness of shank
K=Kt*Ks/(Kt+Ks); //[lb/in] Overall stiffness
Delta=(W/K)+(W/K)*sqrt(1+2*h*K/W); //[in] Deflection
A=[Ls/E, Lt/E; 0.442, -0.334];
b=[Delta; 0];
S=A\b;
S=max(S); //[lb/in^2] Maximum stress in the bolt
//Note-In the book Delta=0.0048 in is used instead of Delta=0.0047619 in.
mprintf('\n The maximum stress in this bolt is %f lb/in^2.',S);
Ln=8; //[in] Length when shank has same area as threads
Kn=At*E/Ln; //[lb/in] Stiffness
Deltan=(W/Kn)+(W/Kn)*sqrt(1+2*h*Kn/W); //[in] Deflection
S=Deltan*E/Ln; //[ln/in^2] Stress
mprintf('\n If shank has the same area as threads then stress is %f lb/in^2 and deflection is %f in.',S,Deltan);
|
79c24ad66ce730d649622628cab1194f26bb7b25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH6/EX6.8/ex6_8.sce | 0c3c8c4ee864118b3be9193dc2e6b0dc569c1d00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 209 | sce | ex6_8.sce | //Part A Chapter 6 Example 8
clc;
clear;
close;
T1=1800;//K
T2=300;//K
W=2;//MW
Q1=5;//MW
Q2=Q1-W;//MW
deltaS=(-Q1/T1+Q2/T2);//MW/K
W_lost=T2*deltaS;//MW
disp("Work lost = "+string(W_lost)+" MW");
|
318ad118688b5c2a349d312e6c1c2220a6dea8cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH18/EX18.16/Example18_16.sce | 164fe929c202c665573bf5cf4dbde24e7f6676a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | Example18_16.sce | //Example 18.16.
clc
format(7)
il=(24/1200)*10^3 // in mA
disp(il,"The load current, IL(mA) = Vo / RL =")
iz=600/24 // in mA
disp(iz,"Max. Zener current, Iz_max(mA) =")
rmax=(32-24)/((20+25)*10^-3) // in ohm
disp(rmax," Rmax(ohm) = Vi-Vo / IL_min+IZ_max =") |
6eead0e1e75b779ba21febd11b11bd55e3b841d6 | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /rand_demo.sci | 93895823c9d24ae06673061cc8cb2effaac76685 | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 830 | sci | rand_demo.sci | function rand_demo()
a = rand(uint8(3),uint8(3));
b = rand(int16(3),int16(3));
c = rand(uint16(3),uint16(3));
d = rand(int8(4),int8(2));
e = rand(uint8(3));
f = rand(uint16(5));
g = rand(int8(7));
h = rand(int16(10));
disp("=============For uint8======================");
disp(a);
disp("===============For int16=====================");
disp(b);
disp("================For uint16===================");
disp(c);
disp("================For int8===================");
disp(d);
disp("================For unit8===================");
disp(e);
disp("================For int16===================");
disp(f);
disp("===============For int8===================");
disp(g);
disp("===============For int16====================");
disp(h);
endfunction
|
bc074efe828693bfdaae2c365684ffe67037639f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2420/CH5/EX5.4/5_4.sce | c0975add00a2008738a86d41d98688c864157fab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | 5_4.sce | clc
clear
//Initialization of variables
h1=1172 //Btu/lb
hf1=355.36 //Btu/lb
hfg1=843 //Btu/lb
//calculations
h2=h1
x1= (h2-hf1)/hfg1
//results
printf("Quality of steam = %.1f percent",x1*100)
|
d72adc92b369eebeb2af15762b386a449ab3a1df | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH2/EX2.12/2_12.sce | 63981192deb9e4f833ca894daad807713b5df94f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 914 | sce | 2_12.sce |
//acids and bases//
//example 2.12//
K=1.7*10^-5;//Dissociation constant of NH4OH//
N=0.01;//Normality of NH4OH solution//
V=1/N;
a=sqrt(K*V);//since a is very small//
printf('percentage of ionization is %f',a);
OH=a*N;
printf('\n concentration of OH- ions before addition of NH4Cl is %fg.ion/lit',OH);
disp("concentration of hydroxyl ions after adding NH4Cl:");
disp(" In the presence of highly ionized NH4Cl,ammonium-hydroxide will remain practically unionized.Thus,all NH4+ ions will be obtained from dissociation of NH4Cl");
NH4=0.05;//concentration of NH4+ in g.ion/lit//
NH4OH=0.01;//concentration of NH4OH in g.mol/lit//
OH=K*NH4OH/NH4;
OH=OH/10^-6;
printf('\n the concentration of hydroxyl ions after adding NH4Cl is %fmg.ion/lit',OH);
disp(" A comparision of OH- concentration under two conditions indicate that hydroxyl ion concentration is decreased by addition of ammonium chloride"); |
9fce9319deb5319571b5691f1d8b0addcbbd708c | d86b018eb7bf61fd63158c13ffe7cea53c558c9d | /src/bruteforce_recognizer.sci | 0ddf08aa51b56ff45d27816273aa9d840e78b704 | [] | no_license | ingoncalves/face-recognition | 710a67a4ab659333d679ab83576a35c9fef78976 | ed9bb1122bd0cbb544ede993b58e378766eae281 | refs/heads/master | 2021-01-22T08:59:17.237554 | 2015-07-29T17:23:19 | 2015-07-29T17:23:19 | 38,324,975 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,486 | sci | bruteforce_recognizer.sci | function [acepted, rejected] = bruteforce_recognizer(trainSamples, testSamples)
brain = bruteforce_train(trainSamples);
acepted = list();
rejected = list();
for i=1: size(testSamples)
sampl = testSamples(i);
c = bruteforce_test(imread(sampl.path), brain);
if c == sampl.class then
acepted($+1) = sampl;
else
rejected($+1) = sampl;
end
end
endfunction
function out = bruteforce_train(samples)
brain = tlist(["brain", "class", "samples"], [], list());
for i=1:Nc
brain.class(i) = iClass(i);
brain.samples(i) = list();
end
for i=1:size(samples)
sampl = samples(i);
index = find(brain.class==sampl.class);
class = brain.samples(index);
class($+1) = imread(sampl.path);
brain.samples(index) = class;
end
out = brain;
endfunction
function [class, sampl] = bruteforce_test(imagem, brain)
nc = size(brain.class, 1);
for i=1:nc
nSamples = brain.samples(i);
ni = size(nSamples);
for j=1:ni
sampl = nSamples(j);
diffs(i,j) = bruteforce_diffImagem(imagem, sampl);
end
end
[j,k] = min(diffs);
cIndex = k(1);//indice da classe
sIndex = k(2);//indice da imagem
class = brain.class(cIndex);
samples = brain.samples(cIndex);
sampl = samples(sIndex);
endfunction
function out = bruteforce_diffImagem(A,B)
out = norm(A(:) - B(:));
endfunction
|
9c05ce3e7c1b242b0abe65c66b15c87ed05e6044 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH2/EX2.10/Ex2_10.sce | 959213e2a95f874175c2053e2f22f57d4fc41052 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | Ex2_10.sce | //Chapter 2: Spectroscopy and Photochemistry
//Problem:10
clc;
mprintf("Because CO2 is a linear molecule.\n")
v_deg = 3 * 3 - 5
mprintf(" The vibrational degree of freedom is %d",v_deg)
|
3a207fc8c2b4141c7ffd6d9ab6adf8ab8d05af67 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Krunker Strafes 360.sce | 9d98582bf3f4ff23ec60522261afaae8fd686e73 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 36,677 | sce | Krunker Strafes 360.sce | Name=Krunker Strafes 360
PlayerCharacters=Character Profile
BotCharacters=Quaker Bot.bot;Quaker Bot.bot;Quaker Bot.bot;Quaker Bot.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Character Profile
AddedBots=Quaker Bot.bot;Quaker Bot.bot
PlayerMaxLives=0
BotMaxLives=0;0
PlayerTeam=1
BotTeams=0;0
MapName=flat_field_mini.map
MapScale=5.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=100000.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Krunker
WeaponHeroTag=LG
DifficultyTag=4
AuthorsTag=Igglez
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Close tracking training on a slide-hopping target (modified from close krunker strafes)
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Quaker Bot
DodgeProfileNames=Long Strafes Jumping;Long Strafes Jumping;Long Strafes Jumping;Long Strafes Jumping
DodgeProfileWeights=2.0;3.0;1.0;2.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Quaker
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Character Profile
MaxHealth=100.0
WeaponProfileNames=LG;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=0.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=500.0
TPSOffset=X=0.000 Y=125.000 Z=40.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Quaker
MaxHealth=275.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=2600.0
MaxCrouchSpeed=500.0
Acceleration=100000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=1150.0
Gravity=3.0
AirControl=0.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=280.0
MainBBRadius=70.0
MainBBHasHead=true
MainBBHeadRadius=70.0
MainBBHeadOffset=-30.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=70.0
ProjBBHasHead=true
ProjBBHeadRadius=300.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.25
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=700.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=true
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=3000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.5
MaxLRTimeChange=3.0
MinFBTimeChange=0.5
MaxFBTimeChange=1.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.1
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=LG
Type=Hitscan
ShotsPerClick=1
DamagePerShot=6.0
KnockbackFactor=2.0
TimeBetweenShots=0.046
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=7.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.05
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=true
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=720.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=false
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-128.000000 256.000000 640.000000
640.000000 256.000000 640.000000
640.000000 256.000000 -128.000000
-128.000000 256.000000 -128.000000
-128.000000 240.000000 640.000000
640.000000 240.000000 640.000000
640.000000 240.000000 -128.000000
-128.000000 240.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-128.000000 784.000000 640.000000
640.000000 784.000000 640.000000
640.000000 784.000000 -128.000000
-128.000000 784.000000 -128.000000
-128.000000 768.000000 640.000000
640.000000 768.000000 640.000000
640.000000 768.000000 -128.000000
-128.000000 768.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
256.000000 256.000000 656.000000
33.777786 256.000000 611.555603
256.000000 256.000000 640.000000
42.666672 416.000031 597.333374
256.000000 416.000000 640.000000
42.666672 256.000000 597.333374
33.777786 416.000031 611.555603
256.000000 416.000000 656.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000
brush
vertices
33.777786 256.000000 611.555603
-99.555565 256.000000 478.222260
42.666672 256.000000 597.333374
-85.333344 416.000031 469.333344
42.666672 416.000031 597.333374
-85.333344 256.000000 469.333344
-99.555565 416.000031 478.222260
33.777786 416.000031 611.555603
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
-99.555565 256.000000 478.222260
-144.000000 256.000000 256.000000
-85.333344 256.000000 469.333344
-128.000000 416.000000 256.000000
-85.333344 416.000031 469.333344
-128.000000 256.000000 256.000000
-144.000000 416.000000 256.000000
-99.555565 416.000031 478.222260
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
-144.000000 256.000000 256.000000
-99.555557 256.000000 33.777786
-128.000000 256.000000 256.000000
-85.333328 416.000031 42.666672
-128.000000 416.000000 256.000000
-85.333328 256.000000 42.666672
-99.555557 416.000031 33.777786
-144.000000 416.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000
brush
vertices
-99.555557 256.000000 33.777786
33.777779 256.000000 -99.555565
-85.333328 256.000000 42.666672
42.666679 416.000031 -85.333344
-85.333328 416.000031 42.666672
42.666679 256.000000 -85.333344
33.777779 416.000031 -99.555565
-99.555557 416.000031 33.777786
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
33.777779 256.000000 -99.555565
256.000000 256.000000 -144.000000
42.666679 256.000000 -85.333344
256.000000 416.000000 -128.000000
42.666679 416.000031 -85.333344
256.000000 256.000000 -128.000000
256.000000 416.000000 -144.000000
33.777779 416.000031 -99.555565
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 0 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000
brush
vertices
256.000000 256.000000 -144.000000
478.222260 256.000000 -99.555557
256.000000 256.000000 -128.000000
469.333344 416.000031 -85.333328
256.000000 416.000000 -128.000000
469.333344 256.000000 -85.333328
478.222260 416.000031 -99.555557
256.000000 416.000000 -144.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000
brush
vertices
478.222260 256.000000 -99.555557
611.555603 256.000000 33.777779
469.333344 256.000000 -85.333328
597.333374 416.000031 42.666679
469.333344 416.000031 -85.333328
597.333374 256.000000 42.666679
611.555603 416.000031 33.777779
478.222260 416.000031 -99.555557
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
611.555603 256.000000 33.777779
656.000000 256.000000 256.000000
597.333374 256.000000 42.666679
640.000000 416.000000 256.000000
597.333374 416.000031 42.666679
640.000000 256.000000 256.000000
656.000000 416.000000 256.000000
611.555603 416.000031 33.777779
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
656.000000 256.000000 256.000000
611.555603 256.000000 478.222260
640.000000 256.000000 256.000000
597.333374 416.000031 469.333344
640.000000 416.000000 256.000000
597.333374 256.000000 469.333344
611.555603 416.000031 478.222260
656.000000 416.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000
brush
vertices
611.555603 256.000000 478.222260
478.222260 256.000000 611.555603
597.333374 256.000000 469.333344
469.333344 416.000031 597.333374
597.333374 416.000031 469.333344
469.333344 256.000000 597.333374
478.222260 416.000031 611.555603
611.555603 416.000031 478.222260
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
478.222260 256.000000 611.555603
256.000000 256.000000 656.000000
469.333344 256.000000 597.333374
256.000000 416.000000 640.000000
469.333344 416.000031 597.333374
256.000000 256.000000 640.000000
256.000000 416.000000 656.000000
478.222260 416.000031 611.555603
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 7 0 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000
brush
vertices
33.777786 416.000000 611.555603
-99.555565 416.000000 478.222260
42.666672 416.000000 597.333374
-85.333344 768.000000 469.333344
42.666672 768.000000 597.333374
-85.333344 416.000000 469.333344
-99.555565 768.000000 478.222260
33.777786 768.000000 611.555603
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-99.555565 416.000000 478.222260
-144.000000 416.000000 256.000000
-85.333344 416.000000 469.333344
-128.000000 768.000000 256.000000
-85.333344 768.000000 469.333344
-128.000000 416.000000 256.000000
-144.000000 768.000000 256.000000
-99.555565 768.000000 478.222260
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
256.000000 416.000000 656.000000
33.777786 416.000000 611.555603
256.000000 416.000000 640.000000
42.666672 768.000000 597.333374
256.000000 768.000000 640.000000
42.666672 416.000000 597.333374
33.777786 768.000000 611.555603
256.000000 768.000000 656.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 416.000000 256.000000
-99.555557 416.000000 33.777786
-128.000000 416.000000 256.000000
-85.333328 768.000000 42.666672
-128.000000 768.000000 256.000000
-85.333328 416.000000 42.666672
-99.555557 768.000000 33.777786
-144.000000 768.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-99.555557 416.000000 33.777786
33.777779 416.000000 -99.555565
-85.333328 416.000000 42.666672
42.666679 768.000000 -85.333344
-85.333328 768.000000 42.666672
42.666679 416.000000 -85.333344
33.777779 768.000000 -99.555565
-99.555557 768.000000 33.777786
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
33.777779 416.000000 -99.555565
256.000000 416.000000 -144.000000
42.666679 416.000000 -85.333344
256.000000 768.000000 -128.000000
42.666679 768.000000 -85.333344
256.000000 416.000000 -128.000000
256.000000 768.000000 -144.000000
33.777779 768.000000 -99.555565
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 0 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 6 0x00000000 internal/editor/textures/editor_clip
brush
vertices
256.000000 416.000000 -144.000000
478.222260 416.000000 -99.555557
256.000000 416.000000 -128.000000
469.333344 768.000000 -85.333328
256.000000 768.000000 -128.000000
469.333344 416.000000 -85.333328
478.222260 768.000000 -99.555557
256.000000 768.000000 -144.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 internal/editor/textures/editor_clip
brush
vertices
478.222260 416.000000 -99.555557
611.555603 416.000000 33.777779
469.333344 416.000000 -85.333328
597.333374 768.000000 42.666679
469.333344 768.000000 -85.333328
597.333374 416.000000 42.666679
611.555603 768.000000 33.777779
478.222260 768.000000 -99.555557
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
611.555603 416.000000 33.777779
656.000000 416.000000 256.000000
597.333374 416.000000 42.666679
640.000000 768.000000 256.000000
597.333374 768.000000 42.666679
640.000000 416.000000 256.000000
656.000000 768.000000 256.000000
611.555603 768.000000 33.777779
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
656.000000 416.000000 256.000000
611.555603 416.000000 478.222260
640.000000 416.000000 256.000000
597.333374 768.000000 469.333344
640.000000 768.000000 256.000000
597.333374 416.000000 469.333344
611.555603 768.000000 478.222260
656.000000 768.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 6 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 4 3 6 0x00000000 internal/editor/textures/editor_clip
brush
vertices
611.555603 416.000000 478.222260
478.222260 416.000000 611.555603
597.333374 416.000000 469.333344
469.333344 768.000000 597.333374
597.333374 768.000000 469.333344
469.333344 416.000000 597.333374
478.222260 768.000000 611.555603
611.555603 768.000000 478.222260
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
478.222260 416.000000 611.555603
256.000000 416.000000 656.000000
469.333344 416.000000 597.333374
256.000000 768.000000 640.000000
469.333344 768.000000 597.333374
256.000000 416.000000 640.000000
256.000000 768.000000 656.000000
478.222260 768.000000 611.555603
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 1 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 7 0 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 6 7 0x00000000 internal/editor/textures/editor_clip
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 128.000000
Bool8 teamB 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
|
c3d6e5d7ee0b076266bd97b87610b9f72d4c896c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH10/EX10.2/EX10_2.sce | 046ec038d3c5e11f106088a3dd039cc5241fd957 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,894 | sce | EX10_2.sce | //Book - Power System: Analysis & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye
//Chapter - 10 ; Example 10.2
//Scilab Version - 6.0.0 ; OS - Windows
clc;
clear;
Irelay=200 //Current through the relay in Amperes
CTratio=100/5; //CT ratio
Zs=0.082; //Secondary resistance of a 100:5 CT in Ohm
IZB=[8 0.8; 8 3]; //Secondary output current in Amperes and burden resistance in Ohm
E=(Zs+IZB(1,2))*IZB(1,1); //Secondary Excitation voltage in Volts
Ie=0.40 //Secondary Excitation current for the secondary voltage from figure !0.8 in Amperes
I=CTratio*(IZB(1,1)+Ie); //Primary current of the CT in Amperes
printf('\nCase: a');
if (Irelay>I) then
printf('\nWith the burden resistance of %0.2f Ohm, the minimum primary current required is %d Amperes.\nTherefore the relay will operate because of the 200 Amperes fault current',IZB(1,2),I)
else
printf('\nWith the burden resistance of %0.2f Ohm, the minimum primary current required is %d Amperes.\nTherefore the relay will not operate because of the 200 Amperes fault current',IZB(1,2),I);
end
E=(Zs+IZB(2,2))*IZB(2,1); //Secondary Excitation voltage in Volts
Ie=30 //Secondary Excitation current for the secondary voltage from figure !0.8 in Amperes
I=CTratio*(IZB(2,1)+Ie); //Primary current of the CT in Amperes
printf('\n\nCase: b');
if (Irelay>I) then
printf('\nWith the burden resistance of %0.2f Ohm, the minimum primary current required is %d Amperes.\nTherefore the relay will operate because of the 200 Amperes fault current',IZB(2,2),I)
else
printf('\nWith the burden resistance of %0.2f Ohm, the minimum primary current required is %d Amperes.\nTherefore the relay will not operate because of the 200 Amperes fault current',IZB(2,2),I);
end
|
ba9b5c8db00ed1b7457cafe83bfe8ad431968329 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH11/EX11.11/Ex11_11.sce | b0307023d99ed361063059ad5b9542ce507a9bd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | Ex11_11.sce | clear;
clc;
//Example 11.11
Kn=0.5;
Iq=1;
Vt=0.026;
//transconductance of the MOSFET
gm=2*sqrt(Kn*Iq/2);
printf('\ntransconductance=%.3f mA/V\n',gm)
//transconductance of the bipolar transistor
gm=Iq/(2*Vt);
printf('\ntransconductance=%.3f mA/V\n',gm)
|
4f27a721beb405cf5a1ab71f923855a52e2ee603 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3812/CH8/EX8.2.c/8_2_c.sce | 4d888d65d983cfda8e311e60c829bd8145042404 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 8_2_c.sce | //Example 8_2<c>
//determine the nyquist rate of x(t)=sinc(200*pi*t)+sinc2(200*pi*t)
//here,sinc(400t)=0.5cos(400t)/400t+
clc;
clear all;
wq=400;
wp=200;
wf=0;
if wp>=wq then
wf=wp;
else
wf=wq;
end
F1=wf/2;
Fs=2*F1;
disp('Nyquist Rate=');
disp(Fs);
|
755c015ccebee08a6e2bfa464d9d98dcad031d42 | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/test-suite/scilab/constructor_copy_runme.sci | d7239648f1e11776c1a1304599997a2290a76713 | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sci | constructor_copy_runme.sci | version https://git-lfs.github.com/spec/v1
oid sha256:45aee59129c0dde307d2ecfafaefb5082b6371c7b0b02bd2db8ee7763ea3c7b8
size 546
|
4ea4ea10d001155c5ed56d064e60201a1bf10325 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Caged Orb Tracking.sce | 347323614ca34ef2ec69fea4d599190d4f65b72f | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 60,734 | sce | Caged Orb Tracking.sce | Name=Caged Orb Tracking
PlayerCharacters=Alcove_Player
BotCharacters=QuantizBot.bot
IsChallenge=true
Timelimit=90.0
PlayerProfile=Alcove_Player
AddedBots=QuantizBot.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=quantiz.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=10000.0
ScorePerDamage=1.0
ScorePerKill=100.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=true
ScoreMultKillEfficiency=false
GameTag=Tracking
WeaponHeroTag=Tracking
DifficultyTag=3
AuthorsTag=Stral
BlockHitMarkers=true
BlockHitSounds=true
BlockMissSounds=true
BlockFCT=true
Description=Track a caged sphere bouncing horizontally within varying sized cells. Hitting on center rewards with a higher DPS. All effects are visual only.
GameVersion=1.0.5
[Aim Profile]
Name=NoAim
MinReactionTime=1.0
MaxReactionTime=1.0
MinSelfMovementCorrectionTime=1.0
MaxSelfMovementCorrectionTime=1.0
FlickFOV=0.0
FlickSpeed=1.0
FlickError=0.0
TrackSpeed=1.0
TrackError=0.0
MaxTurnAngleFromPadCenter=30.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=0.0
OuterAimPenalty=0.0
MaxError=0.0
ShootFOV=0.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=0.0
TolerableSpreadDist=100000.0
MaxSpreadDistFactor=100.0
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Bot Profile]
Name=QuantizBot
DodgeProfileNames=HoldLeft;HoldRight
DodgeProfileWeights=1.0;1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=NoAim;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=QuantizBot
SeeThroughWalls=true
[Character Profile]
Name=Alcove_Player
MaxHealth=1000.0
WeaponProfileNames=Alcove_Tracking_Weapon;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=30.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=58.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=320.0
ProjBBRadius=58.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=5.0
BlockSpawnDistance=222222.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Character Profile]
Name=QuantizBot
MaxHealth=1000.0
WeaponProfileNames=DummyWeapon;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=100.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=200.0
ProjBBRadius=100.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Move.abilmov;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=5.0
BlockSpawnDistance=222222.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=true
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=0.1
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
[Dodge Profile]
Name=HoldLeft
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.3
MaxLRTimeChange=0.3
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=100.0
RightStrafeTimeMult=0.000001
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.7
BlockedMovementReactionMin=0.06
BlockedMovementReactionMax=0.07
[Dodge Profile]
Name=HoldRight
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.3
MaxLRTimeChange=0.3
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=0.000001
RightStrafeTimeMult=100.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.7
BlockedMovementReactionMin=0.06
BlockedMovementReactionMax=0.07
[Weapon Profile]
Name=Alcove_Tracking_Weapon
Type=Hitscan
ShotsPerClick=10
DamagePerShot=1.0
KnockbackFactor=0.0
TimeBetweenShots=0.02
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=60000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=0.1
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.0001
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.05
HitSoundCooldown=0.05
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=4.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=Alcove Tracking Effect Helper
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.01
HitscanVisualRadius=0.001
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=true
PBS0=0.0,0.0
PBS1=0.0,0.0
PBS2=0.3,45.0
PBS3=0.3,90.0
PBS4=0.3,135.0
PBS5=0.3,180.0
PBS6=0.3,225.0
PBS7=0.3,270.0
PBS8=0.3,315.0
PBS9=0.3,0.0
[Weapon Profile]
Name=DummyWeapon
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=4.0
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=999.0
HitSoundCooldown=999.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
[Weapon Profile]
Name=Alcove Tracking Effect Helper
Type=Projectile
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.0
TimeBetweenShots=0.12
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=100000.000 Y=-1000.000 Z=-1000.000
MuzzleVelocityMax=X=100000.000 Y=1000.000 Z=1000.000
InheritOwnerVelocity=1.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=0.025
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=0.1
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=999.0
HitSoundCooldown=999.0
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=2.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=4.0,0.5,2.0,8.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=4.0,0.5,2.0,8.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Move
MaxCharges=1.0
ChargeTimer=600.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.0
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=1300.0
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.001
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1000000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
-416.000000 -16.000000 -192.000000
-416.000000 -16.000000 64.000000
-416.000000 16.000000 64.000000
-416.000000 16.000000 -192.000000
0.000000 16.000000 64.000000
-0.000000 -16.000000 64.000000
0.000000 -16.000000 -192.000000
-0.000000 16.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-0.000000 -16.000000 -208.000000
0.000000 -16.000000 80.000000
-0.000000 16.000000 80.000000
0.000000 16.000000 -208.000000
256.000000 16.000000 80.000000
256.000000 -16.000000 80.000000
256.000000 -16.000000 -208.000000
256.000000 16.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-320.000000 192.000000 -192.000000
-224.000000 192.000000 -192.000000
-224.000000 16.000000 -192.000000
-320.000000 16.000000 -192.000000
-320.000000 16.000000 -112.000000
-320.000000 192.000000 -112.000000
-224.000000 16.000000 -112.000000
-224.000000 192.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-224.000000 16.000000 64.000000
-224.000000 192.000000 64.000000
-320.000000 192.000000 64.000000
-320.000000 16.000000 64.000000
-320.000000 192.000000 -16.000000
-320.000000 16.000000 -16.000000
-224.000000 16.000000 -16.000000
-224.000000 192.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
256.000000 192.000000 -192.000000
272.000000 192.000000 -192.000000
272.000000 16.000000 -192.000000
256.000000 16.000000 -192.000000
256.000000 16.000000 64.000000
256.000000 192.000000 64.000000
272.000000 16.000000 64.000000
272.000000 192.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-432.000000 208.000000 -208.000000
256.000000 208.000000 -208.000000
256.000000 192.000000 -208.000000
-432.000000 192.000000 -208.000000
-432.000000 192.000000 80.000000
-432.000000 208.000000 80.000000
256.000000 192.000000 80.000000
256.000000 208.000000 80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-128.000000 16.000000 64.000000
-128.000000 192.000000 64.000000
-224.000000 192.000000 64.000000
-224.000000 16.000000 64.000000
-224.000000 192.000000 -0.000000
-224.000000 16.000000 0.000000
-128.000000 16.000000 -0.000000
-128.000000 192.000000 0.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 -192.000000
-128.000000 192.000000 -192.000000
-128.000000 16.000000 -192.000000
-224.000000 16.000000 -192.000000
-224.000000 16.000000 -128.000000
-224.000000 192.000000 -128.000000
-128.000000 16.000000 -128.000000
-128.000000 192.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-32.000000 16.000000 64.000000
-32.000000 192.000000 64.000000
-128.000000 192.000000 64.000000
-128.000000 16.000000 64.000000
-128.000000 192.000000 16.000000
-128.000000 16.000000 16.000000
-32.000000 16.000000 16.000000
-32.000000 192.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
-128.000000 192.000000 -192.000000
-32.000000 192.000000 -192.000000
-32.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 16.000000 -144.000000
-128.000000 192.000000 -144.000000
-32.000000 16.000000 -144.000000
-32.000000 192.000000 -144.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
64.000000 16.000000 64.000000
64.000000 192.000000 64.000000
-32.000000 192.000000 64.000000
-32.000000 16.000000 64.000000
-32.000000 192.000000 32.000000
-32.000000 16.000000 32.000000
64.000000 16.000000 32.000000
64.000000 192.000000 32.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
-32.000000 192.000000 -192.000000
64.000000 192.000000 -192.000000
64.000000 16.000000 -192.000000
-32.000000 16.000000 -192.000000
-32.000000 16.000000 -160.000000
-32.000000 192.000000 -160.000000
64.000000 16.000000 -160.000000
64.000000 192.000000 -160.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-0.000000 192.000000 -208.000000
256.000000 192.000000 -208.000000
256.000000 16.000000 -208.000000
0.000000 16.000000 -208.000000
-0.000000 16.000000 -192.000000
0.000000 192.000000 -192.000000
256.000000 16.000000 -192.000000
256.000000 192.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-0.000000 192.000000 64.000000
256.000000 192.000000 64.000000
256.000000 16.000000 64.000000
0.000000 16.000000 64.000000
-0.000000 16.000000 80.000000
0.000000 192.000000 80.000000
256.000000 16.000000 80.000000
256.000000 192.000000 80.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-240.000000 192.000000 -112.000000
-224.000000 192.000000 -112.000000
-224.000000 16.000000 -112.000000
-240.000000 16.000000 -112.000000
-240.000000 16.000000 -16.000000
-240.000000 192.000000 -16.000000
-224.000000 16.000000 -16.000000
-224.000000 192.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 192.000000 -128.000000
-128.000000 192.000000 -128.000000
-128.000000 16.000000 -128.000000
-144.000000 16.000000 -128.000000
-144.000000 16.000000 -0.000000
-144.000000 192.000000 0.000000
-128.000000 16.000000 0.000000
-128.000000 192.000000 -0.000000
faces
-32.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-48.000000 192.000000 -144.000000
-32.000000 192.000000 -144.000000
-32.000000 16.000000 -144.000000
-48.000000 16.000000 -144.000000
-48.000000 16.000000 16.000000
-48.000000 192.000000 16.000000
-32.000000 16.000000 16.000000
-32.000000 192.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
48.000000 192.000000 -160.000000
64.000000 192.000000 -160.000000
64.000000 16.000000 -160.000000
48.000000 16.000000 -160.000000
48.000000 16.000000 32.000000
48.000000 192.000000 32.000000
64.000000 16.000000 32.000000
64.000000 192.000000 32.000000
faces
-32.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 internal/editor/textures/editor_clip
-32.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-32.000000 192.000000 -160.000000
-16.000000 192.000000 -160.000000
-16.000000 176.000000 -160.000000
-32.000000 176.000000 -160.000000
-32.000000 176.000000 -128.000000
-32.000000 192.000000 -128.000000
-16.000000 176.000000 -128.000000
-16.000000 192.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
32.000000 192.000000 -160.000000
48.000000 192.000000 -160.000000
48.000000 176.000000 -160.000000
32.000000 176.000000 -160.000000
32.000000 176.000000 -128.000000
32.000000 192.000000 -128.000000
48.000000 176.000000 -128.000000
48.000000 192.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-0.000000 192.000000 -160.000000
16.000000 192.000000 -160.000000
16.000000 176.000000 -160.000000
0.000000 176.000000 -160.000000
-0.000000 176.000000 -128.000000
0.000000 192.000000 -128.000000
16.000000 176.000000 -128.000000
16.000000 192.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-96.000000 192.000000 -144.000000
-80.000000 192.000000 -144.000000
-80.000000 176.000000 -144.000000
-96.000000 176.000000 -144.000000
-96.000000 176.000000 -112.000000
-96.000000 192.000000 -112.000000
-80.000000 176.000000 -112.000000
-80.000000 192.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-64.000000 192.000000 -144.000000
-48.000000 192.000000 -144.000000
-48.000000 176.000000 -144.000000
-64.000000 176.000000 -144.000000
-64.000000 176.000000 -112.000000
-64.000000 192.000000 -112.000000
-48.000000 176.000000 -112.000000
-48.000000 192.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-128.000000 192.000000 -144.000000
-112.000000 192.000000 -144.000000
-112.000000 176.000000 -144.000000
-128.000000 176.000000 -144.000000
-128.000000 176.000000 -112.000000
-128.000000 192.000000 -112.000000
-112.000000 176.000000 -112.000000
-112.000000 192.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-192.000000 192.000000 -128.000000
-176.000000 192.000000 -128.000000
-176.000000 176.000000 -128.000000
-192.000000 176.000000 -128.000000
-192.000000 176.000000 -96.000000
-192.000000 192.000000 -96.000000
-176.000000 176.000000 -96.000000
-176.000000 192.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-160.000000 192.000000 -128.000000
-144.000000 192.000000 -128.000000
-144.000000 176.000000 -128.000000
-160.000000 176.000000 -128.000000
-160.000000 176.000000 -96.000000
-160.000000 192.000000 -96.000000
-144.000000 176.000000 -96.000000
-144.000000 192.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 -128.000000
-208.000000 192.000000 -128.000000
-208.000000 176.000000 -128.000000
-224.000000 176.000000 -128.000000
-224.000000 176.000000 -96.000000
-224.000000 192.000000 -96.000000
-208.000000 176.000000 -96.000000
-208.000000 192.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-256.000000 192.000000 -112.000000
-240.000000 192.000000 -112.000000
-240.000000 176.000000 -112.000000
-256.000000 176.000000 -112.000000
-256.000000 176.000000 -80.000000
-256.000000 192.000000 -80.000000
-240.000000 176.000000 -80.000000
-240.000000 192.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-320.000000 192.000000 -112.000000
-304.000000 192.000000 -112.000000
-304.000000 176.000000 -112.000000
-320.000000 176.000000 -112.000000
-320.000000 176.000000 -96.000000
-320.000000 192.000000 -96.000000
-304.000000 176.000000 -96.000000
-304.000000 192.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-256.000000 192.000000 -48.000000
-240.000000 192.000000 -48.000000
-240.000000 176.000000 -48.000000
-256.000000 176.000000 -48.000000
-256.000000 176.000000 -16.000000
-256.000000 192.000000 -16.000000
-240.000000 176.000000 -16.000000
-240.000000 192.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-320.000000 192.000000 -32.000000
-304.000000 192.000000 -32.000000
-304.000000 176.000000 -32.000000
-320.000000 176.000000 -32.000000
-320.000000 176.000000 -16.000000
-320.000000 192.000000 -16.000000
-304.000000 176.000000 -16.000000
-304.000000 192.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-192.000000 192.000000 -32.000000
-176.000000 192.000000 -32.000000
-176.000000 176.000000 -32.000000
-192.000000 176.000000 -32.000000
-192.000000 176.000000 -0.000000
-192.000000 192.000000 0.000000
-176.000000 176.000000 0.000000
-176.000000 192.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-160.000000 192.000000 -32.000000
-144.000000 192.000000 -32.000000
-144.000000 176.000000 -32.000000
-160.000000 176.000000 -32.000000
-160.000000 176.000000 -0.000000
-160.000000 192.000000 0.000000
-144.000000 176.000000 0.000000
-144.000000 192.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 -32.000000
-208.000000 192.000000 -32.000000
-208.000000 176.000000 -32.000000
-224.000000 176.000000 -32.000000
-224.000000 176.000000 -0.000000
-224.000000 192.000000 0.000000
-208.000000 176.000000 0.000000
-208.000000 192.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-96.000000 192.000000 -16.000000
-80.000000 192.000000 -16.000000
-80.000000 176.000000 -16.000000
-96.000000 176.000000 -16.000000
-96.000000 176.000000 16.000000
-96.000000 192.000000 16.000000
-80.000000 176.000000 16.000000
-80.000000 192.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-64.000000 192.000000 -16.000000
-48.000000 192.000000 -16.000000
-48.000000 176.000000 -16.000000
-64.000000 176.000000 -16.000000
-64.000000 176.000000 16.000000
-64.000000 192.000000 16.000000
-48.000000 176.000000 16.000000
-48.000000 192.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-128.000000 192.000000 -16.000000
-112.000000 192.000000 -16.000000
-112.000000 176.000000 -16.000000
-128.000000 176.000000 -16.000000
-128.000000 176.000000 16.000000
-128.000000 192.000000 16.000000
-112.000000 176.000000 16.000000
-112.000000 192.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-0.000000 192.000000 -0.000000
16.000000 192.000000 -0.000000
16.000000 176.000000 0.000000
0.000000 176.000000 0.000000
-0.000000 176.000000 32.000000
0.000000 192.000000 32.000000
16.000000 176.000000 32.000000
16.000000 192.000000 32.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
32.000000 192.000000 -0.000000
48.000000 192.000000 -0.000000
48.000000 176.000000 0.000000
32.000000 176.000000 0.000000
32.000000 176.000000 32.000000
32.000000 192.000000 32.000000
48.000000 176.000000 32.000000
48.000000 192.000000 32.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-32.000000 192.000000 -0.000000
-16.000000 192.000000 -0.000000
-16.000000 176.000000 -0.000000
-32.000000 176.000000 0.000000
-32.000000 176.000000 32.000000
-32.000000 192.000000 32.000000
-16.000000 176.000000 32.000000
-16.000000 192.000000 32.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-320.000000 16.000000 64.000000
-320.000000 192.000000 64.000000
-416.000000 192.000000 64.000000
-416.000000 16.000000 64.000000
-416.000000 192.000000 -32.000000
-416.000000 16.000000 -32.000000
-320.000000 16.000000 -32.000000
-320.000000 192.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
-416.000000 192.000000 -192.000000
-320.000000 192.000000 -192.000000
-320.000000 16.000000 -192.000000
-416.000000 16.000000 -192.000000
-416.000000 16.000000 -96.000000
-416.000000 192.000000 -96.000000
-320.000000 16.000000 -96.000000
-320.000000 192.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-336.000000 192.000000 -96.000000
-320.000000 192.000000 -96.000000
-320.000000 16.000000 -96.000000
-336.000000 16.000000 -96.000000
-336.000000 16.000000 -32.000000
-336.000000 192.000000 -32.000000
-320.000000 16.000000 -32.000000
-320.000000 192.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-272.000000 192.000000 -112.000000
-272.000000 192.000000 -80.000000
-272.000000 176.000000 -80.000000
-272.000000 176.000000 -112.000000
-288.000000 176.000000 -112.000000
-288.000000 192.000000 -112.000000
-288.000000 176.000000 -85.333333
-288.000000 192.000000 -85.333333
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-272.000000 176.000000 -48.000000
-272.000000 192.000000 -48.000000
-272.000000 192.000000 -16.000000
-272.000000 176.000000 -16.000000
-288.000000 192.000000 -16.000000
-288.000000 176.000000 -16.000000
-288.000000 192.000000 -42.666667
-288.000000 176.000000 -42.666667
faces
0.000000 0.000000 2.000000 -2.000000 180.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 180.000000 4 6 7 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 5 7 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 -2.000000 -0.000000 1 6 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 1 0 0x00000000 __TB_empty
brush
vertices
-432.000000 192.000000 -192.000000
-416.000000 192.000000 -192.000000
-416.000000 -16.000000 -192.000000
-432.000000 -16.000000 -192.000000
-432.000000 -16.000000 64.000000
-432.000000 192.000000 64.000000
-416.000000 -16.000000 64.000000
-416.000000 192.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
entity
type PlayerSpawn
Vector3 position -288.000000 24.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 208.000000 40.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -184.000000 24.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -88.000000 24.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 8.000000 24.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -368.000000 24.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -288.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -368.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -184.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -88.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 8.000000 72.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -288.000000 120.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -368.000000 120.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -184.000000 120.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -88.000000 120.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 8.000000 120.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
|
64cfb1ece8ff7868a058ea9eea32f9ddcab244c7 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_Digital_Communications_S._Sharma_1631.zip/Digital_Communications_S._Sharma_1631/CH4/EX4.27.iii/Ex4_27iii.sce | f265dd302f2ce11fba56f8ff1b64f16064f619ab | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | Ex4_27iii.sce | errcatch(-1,"stop");mode(2);//Caption: SNR
//Example 4.27.i
//page no 200
//Find Signal to quantization noise ratio
;
;
Nq=127.15*10^-6
Meansignal=2;
P=Meansignal/1;
SNR=P/Nq;
SNRq=10*log10(SNR);
disp("dB",SNRq,"Signal to quantization noise ratio");
exit();
|
5c2ec2f818a3fbebc7de32819005a3fd842a3796 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH9/EX9.4/example9_4.sce | afcc68b249a99bd2c99d39d655a61224a52de27a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | example9_4.sce | //example9.4
clc
disp("d=1 cm, L=33 cm, l=4.5 cm, (V_a)=300 V, (V_d)=50 V")
v=sqrt((2*1.6*300*10^-19)/(9.107*10^-31))
format(9)
disp(v,"i) (v_ox[in m/s])=sqrt(2*q*(V_a)/m)=sqrt((2*1.6*300*10^-19)/(9.107*10^-13))=")
d=((4.5*10^-2)*(33*10^-2)*50)/(2*300*10^-2)
format(7)
disp(d,"ii) D(in m)=(l*L*(V_d))/(2*d*V_a)= ")
s=0.1237/50
format(9)
disp(s,"iii) S(in m/V)=D/(V_d)= ")
|
13af756d2190b29ca382aa967d456dd0ff602133 | 9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84 | /tests/libs/hdf5/test-env-variables-new/FORTRAN/H5G/testfiles/18/h5ex_g_iterate_F03.tst | 10eb2212e0c29c08b7b287dc7cd7938701ac4f2b | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | openhpc/ohpc | 17515db5082429eb9f250f12bf242b994beb715f | 725a1f230434d0f08153ba1a5d0a7418574f8ae9 | refs/heads/3.x | 2023-08-19T02:15:14.682630 | 2023-08-18T19:33:51 | 2023-08-18T19:34:18 | 43,318,561 | 827 | 247 | Apache-2.0 | 2023-09-14T01:22:18 | 2015-09-28T18:20:29 | C | UTF-8 | Scilab | false | false | 76 | tst | h5ex_g_iterate_F03.tst | Objects in root group:
Dataset: DS1
Datatype: DT1
Group: G1
Dataset: L1
|
0fa32b2e3b9ea4a56d9816ecdc71f12fcc5b867c | 48b35d91574ad9ef85aefeb435059f8f75e3bebb | /DEVELOPMENT-LANGUAGES/germanic/eng.tst | 9c7ad0b36a08c7c10627897cadd41b1c31333680 | [] | no_license | ElliotMouchon/task0-data | b3e96eea08b3eba08d5a889f9b385cf00ff5701d | 0d24b945ac96e08aa5a2f0080fa4de465f91b40a | refs/heads/master | 2023-04-16T11:48:39.575176 | 2021-04-29T04:04:17 | 2021-04-29T04:04:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 432,721 | tst | eng.tst | dispost V;PST
enlay V.PTCP;PST
prefixe V.PTCP;PRS
beclap V;NFIN
circumference V;NFIN
hopple V;PST
overthrow V;NFIN
FOIL V.PTCP;PRS
hyperextend V.PTCP;PRS
vent V;SG;3;PRS
ensheathe V.PTCP;PRS
poetise V;SG;3;PRS
gentrify V.PTCP;PST
theatricalize V;NFIN
abastardize V.PTCP;PST
hard-boil V;NFIN
behope V;PST
overmarch V;PST
grammaticize V;NFIN
draught V;SG;3;PRS
macerate V;NFIN
redshirt V.PTCP;PRS
regroove V.PTCP;PRS
reule V;NFIN
jackrabbit V;SG;3;PRS
sublicence V.PTCP;PST
nigger-rig V.PTCP;PST
reguerdon V;SG;3;PRS
web V.PTCP;PST
syphon V.PTCP;PRS
skinny-dip V;NFIN
undersalt V;SG;3;PRS
Mexicanize V;PST
pit V.PTCP;PRS
upbar V.PTCP;PST
algorithmize V.PTCP;PRS
buccan V;NFIN
outsend V;NFIN
observe V.PTCP;PRS
egress V;PST
scantle V.PTCP;PST
necrose V;PST
præpose V;NFIN
perfectionate V;PST
chimp V.PTCP;PRS
picknick V;PST
overpamper V;NFIN
mosby V.PTCP;PRS
bellow V.PTCP;PST
ungarble V.PTCP;PRS
resheath V;NFIN
stranger V;SG;3;PRS
recapitulate V.PTCP;PST
sombre V;PST
sky V.PTCP;PST
junk V.PTCP;PST
overcrow V;PST
shariatise V;SG;3;PRS
adight V.PTCP;PRS
cornute V;SG;3;PRS
superhumanise V.PTCP;PRS
viddy V.PTCP;PRS
extol V;SG;3;PRS
subminister V;PST
genitalize V.PTCP;PST
hob-nob V;NFIN
allay V;SG;3;PRS
prebatch V.PTCP;PRS
new-model V;NFIN
comix V.PTCP;PRS
piggle V;PST
gnosticise V.PTCP;PST
mistrack V.PTCP;PST
kneel V;PST
bivouac V;PST
coevolve V.PTCP;PRS
ribbon V.PTCP;PRS
transcode V.PTCP;PST
reskin V.PTCP;PST
renest V.PTCP;PST
jibber V;NFIN
bitch-slap V.PTCP;PST
moonwalk V;PST
trudge V.PTCP;PRS
immanacle V;SG;3;PRS
prevail V.PTCP;PST
starboard V.PTCP;PRS
astound V;NFIN
scuff V.PTCP;PST
robotise V.PTCP;PRS
accompt V;PST
calender V;SG;3;PRS
gack V;NFIN
swarf V;NFIN
engulf V;NFIN
cohabit V;PST
decapitalise V;NFIN
change V;NFIN
pestle V;NFIN
attract V.PTCP;PRS
metric V;NFIN
dight V;PST
mike V;NFIN
reflux V;SG;3;PRS
repressurise V.PTCP;PST
gateway V.PTCP;PST
lesson V.PTCP;PST
steamroll V.PTCP;PST
vaporize V.PTCP;PST
counterexemplify V.PTCP;PST
proll V;PST
kyanize V;SG;3;PRS
batter V.PTCP;PRS
overemote V;NFIN
demonise V;PST
berm V.PTCP;PRS
misplan V.PTCP;PST
consolidate V;NFIN
dog-paddle V.PTCP;PST
jog V.PTCP;PST
unqueen V.PTCP;PST
desuperheat V;PST
auto-tune V;PST
chitchat V.PTCP;PRS
horseshoe V.PTCP;PST
rearm V.PTCP;PRS
den V;NFIN
shuggle V;PST
kart V.PTCP;PST
amplificate V.PTCP;PST
court-martial V;NFIN
digiscope V;PST
leger V;SG;3;PRS
forsweal V;PST
bescratch V.PTCP;PST
interminate V.PTCP;PST
buffoon V;NFIN
manicure V.PTCP;PRS
aber V.PTCP;PST
pleach V.PTCP;PST
gleam V.PTCP;PRS
throe V.PTCP;PRS
bedew V;PST
exorbitate V.PTCP;PST
overcharge V;PST
bemuddle V.PTCP;PRS
safari V.PTCP;PRS
boss V.PTCP;PST
devvel V.PTCP;PST
medize V;PST
endenizen V;NFIN
withsake V;SG;3;PRS
afoord V;SG;3;PRS
slaughtre V;SG;3;PRS
explorate V;NFIN
circumambulate V.PTCP;PST
deflect V;SG;3;PRS
shadow V;SG;3;PRS
epithelialise V;NFIN
begaze V;PST
reflow V;SG;3;PRS
bronze V;SG;3;PRS
fondle V.PTCP;PST
dude V;SG;3;PRS
incurve V.PTCP;PRS
unlearn V.PTCP;PST
stringify V.PTCP;PRS
cozy V;SG;3;PRS
misbelieve V.PTCP;PRS
overtax V.PTCP;PST
overclimb V;NFIN
canton V.PTCP;PRS
intertex V;SG;3;PRS
Gothicise V.PTCP;PST
fortread V;SG;3;PRS
deaerate V;NFIN
melee V;PST
repacketize V;SG;3;PRS
uncurtain V.PTCP;PRS
backscratch V;NFIN
disburse V;SG;3;PRS
distream V;PST
lean V.PTCP;PRS
perflate V.PTCP;PST
modify V.PTCP;PRS
rhetoricate V.PTCP;PRS
backsource V.PTCP;PST
size V;SG;3;PRS
palletise V.PTCP;PST
knoll V;PST
mistranslate V.PTCP;PST
dize V.PTCP;PRS
please V;SG;3;PRS
deduplicate V.PTCP;PST
disgarland V;NFIN
franchise V.PTCP;PRS
re-encode V;NFIN
unrope V;SG;3;PRS
solidate V;SG;3;PRS
generalize V;PST
misconnect V.PTCP;PST
publicate V;NFIN
prefine V;PST
bobsleigh V;SG;3;PRS
spooge V;PST
butt-rape V;PST
hob-nob V.PTCP;PRS
smirk V.PTCP;PRS
Hinduize V.PTCP;PRS
front-load V;NFIN
compear V;SG;3;PRS
transfrete V;SG;3;PRS
femalize V.PTCP;PRS
sodomize V.PTCP;PRS
enfire V.PTCP;PRS
off-split V.PTCP;PST
overweight V;NFIN
dewret V;PST
filthen V.PTCP;PST
iconify V;SG;3;PRS
bower V.PTCP;PST
basil V.PTCP;PST
ghosten V.PTCP;PRS
whiz V;SG;3;PRS
subtype V;SG;3;PRS
consumerize V.PTCP;PST
backtalk V;PST
kilt V.PTCP;PRS
communize V.PTCP;PRS
squat V;NFIN
missificate V.PTCP;PRS
double-quick V.PTCP;PRS
tank V;NFIN
underheat V.PTCP;PRS
murmurate V.PTCP;PRS
undecide V.PTCP;PRS
misthink V;SG;3;PRS
outbrag V;PST
skittle V;SG;3;PRS
seal V.PTCP;PRS
sizzle V.PTCP;PRS
decide V;SG;3;PRS
accinge V;PST
antipathise V;NFIN
tinder V.PTCP;PRS
dialog V.PTCP;PRS
prepense V;NFIN
metastasise V;SG;3;PRS
coronate V;NFIN
herd V;PST
epitomize V;SG;3;PRS
persever V.PTCP;PST
factorise V.PTCP;PST
stock V.PTCP;PRS
begruntle V.PTCP;PRS
needle V;PST
exundate V.PTCP;PST
envelop V;PST
bespread V;SG;3;PRS
missificate V;NFIN
pasteurise V.PTCP;PRS
reëmbark V;PST
vulcanise V.PTCP;PST
barney V;NFIN
bespittle V;PST
tongue-lash V;PST
impleach V.PTCP;PST
ermine V.PTCP;PST
enstamp V;SG;3;PRS
scuttle V;NFIN
vandalise V.PTCP;PRS
prig V;PST
totear V;NFIN
Christianise V.PTCP;PST
misattribute V;NFIN
photoluminesce V.PTCP;PRS
sob V;PST
smarm V.PTCP;PRS
medicate V;SG;3;PRS
burnish V.PTCP;PRS
medise V;PST
allege V.PTCP;PST
legalize V;SG;3;PRS
dack V;NFIN
priest V;PST
garnishee V;NFIN
empugn V.PTCP;PST
uncharge V;PST
machinate V;PST
engloom V.PTCP;PRS
tipsify V;SG;3;PRS
palisade V.PTCP;PST
distrouble V;NFIN
brass-neck V.PTCP;PRS
counterpropose V;SG;3;PRS
dispread V;NFIN
affear V;NFIN
belibel V.PTCP;PRS
dewret V.PTCP;PST
benighten V.PTCP;PRS
alphabetise V;SG;3;PRS
bebury V;SG;3;PRS
sowth V;NFIN
pend V;PST
fingerpaint V;NFIN
intercur V.PTCP;PST
wolf V.PTCP;PRS
forfret V.PTCP;PST
finify V.PTCP;PST
inseam V;NFIN
touse V;PST
vitalise V;PST
Columbus V.PTCP;PRS
miscite V.PTCP;PST
reframe V.PTCP;PST
pounce V;PST
front V;PST
compile V;PST
crawfish V;PST
tarmac V;PST
feddle V;NFIN
reexpel V.PTCP;PST
love V;NFIN
bloque V;SG;3;PRS
arboresce V;NFIN
yuk V.PTCP;PRS
malagarouse V;PST
educate V.PTCP;PST
trypsinise V;NFIN
electioneer V;SG;3;PRS
decompound V;SG;3;PRS
uniformize V;PST
abutt V;SG;3;PRS
disglorify V;SG;3;PRS
confeder V;NFIN
accolade V;SG;3;PRS
horsecollar V;PST
poss V;NFIN
alchemise V;SG;3;PRS
sport V;NFIN
nudge V;SG;3;PRS
aerate V.PTCP;PST
overeducate V.PTCP;PST
outbray V;PST
masculize V.PTCP;PST
carboard V.PTCP;PST
polyadenylate V.PTCP;PST
stink V;PST
lot V.PTCP;PST
twizzle V.PTCP;PST
supreme V;SG;3;PRS
rake V;PST
burden V.PTCP;PST
overaccommodate V;PST
wood V;NFIN
supercoil V;NFIN
dement V;SG;3;PRS
misconjecture V;NFIN
key V;PST
collapse V.PTCP;PRS
denay V;SG;3;PRS
3rd V;PST
hypercorrect V.PTCP;PST
womb V.PTCP;PRS
higgle V.PTCP;PRS
resaddle V.PTCP;PRS
abridge V;PST
frame V;SG;3;PRS
adrogate V;SG;3;PRS
outmanoeuvre V;SG;3;PRS
crutch V.PTCP;PST
fink V;NFIN
wow V.PTCP;PRS
nature V.PTCP;PRS
roleplay V;SG;3;PRS
divest V;SG;3;PRS
deg V;NFIN
japanise V;SG;3;PRS
emmarble V;SG;3;PRS
vocode V;SG;3;PRS
unhele V;NFIN
hatchel V.PTCP;PST
devastate V;SG;3;PRS
maternalize V.PTCP;PST
premodify V;NFIN
threaten V.PTCP;PST
bastinade V;PST
procession V;SG;3;PRS
stilt V;PST
trust V;SG;3;PRS
begunk V.PTCP;PST
estreat V.PTCP;PST
intercross V.PTCP;PST
chowter V.PTCP;PST
grant V.PTCP;PRS
volow V.PTCP;PST
re-evaluate V;NFIN
outclass V.PTCP;PRS
deurbanize V.PTCP;PST
brutalise V;PST
repercuss V.PTCP;PRS
demarginalize V.PTCP;PST
encephalize V;PST
solo V.PTCP;PRS
sizzle V;PST
Judaize V.PTCP;PST
wile V;NFIN
overwing V.PTCP;PST
cockle V.PTCP;PRS
bepuzzle V;SG;3;PRS
delirate V;PST
begirt V.PTCP;PRS
brigade V.PTCP;PST
tracheotomize V;SG;3;PRS
turbocharge V.PTCP;PST
underfong V.PTCP;PST
subitise V;NFIN
nubilate V;PST
perennialize V.PTCP;PST
cosen V;PST
betoss V;SG;3;PRS
ban V;PST
retund V;PST
southernise V;NFIN
cabal V;PST
nim V.PTCP;PST
replicate V;PST
prævent V.PTCP;PRS
commix V.PTCP;PRS
reapply V;PST
mirv V.PTCP;PRS
goffer V;SG;3;PRS
tantamount V.PTCP;PST
refly V;SG;3;PRS
outtake V;PST
unseal V.PTCP;PST
sheaf V;SG;3;PRS
nickel V;SG;3;PRS
synthesise V.PTCP;PRS
denigrate V;PST
turgesce V.PTCP;PRS
newmodelize V.PTCP;PRS
reshim V.PTCP;PRS
merchand V;NFIN
impoison V.PTCP;PRS
amenuse V.PTCP;PST
worth V.PTCP;PRS
pearl V;PST
quarter-saw V;PST
troke V;PST
stabilise V;SG;3;PRS
periclitate V.PTCP;PST
esterify V;PST
oligarchise V.PTCP;PRS
abastardize V.PTCP;PRS
misbrook V;PST
hornify V.PTCP;PST
assart V;PST
hen V;PST
reimagine V;SG;3;PRS
found V;SG;3;PRS
outsoar V;PST
elucubrate V;PST
freep V;SG;3;PRS
oration V;SG;3;PRS
strip V;SG;3;PRS
masker V.PTCP;PST
immobilise V;NFIN
move V;PST
cabal V;NFIN
spalt V.PTCP;PST
forepay V;SG;3;PRS
custom V;NFIN
pretreat V;PST
brain V.PTCP;PRS
premerit V.PTCP;PST
unmingle V;NFIN
coalite V;PST
mourn V.PTCP;PST
plunge V.PTCP;PST
meou V;NFIN
shortcircuit V;SG;3;PRS
tenuate V.PTCP;PST
disgust V.PTCP;PRS
surpay V;PST
bedew V;NFIN
photodisintegrate V.PTCP;PRS
reflourish V;PST
extemporise V;NFIN
instaurate V;PST
fainten V;NFIN
freefall V;NFIN
capture V;SG;3;PRS
mistutor V.PTCP;PST
imblaze V.PTCP;PRS
strappado V;PST
quilt V;PST
pyrolysize V.PTCP;PRS
fab V.PTCP;PST
outpass V.PTCP;PRS
coordinate V;NFIN
backheel V.PTCP;PST
foulder V;PST
out-flank V.PTCP;PST
heigh-ho V.PTCP;PRS
depaint V;SG;3;PRS
dicker V;PST
pappyshow V.PTCP;PST
trouser V.PTCP;PST
snapshot V.PTCP;PST
besmall V.PTCP;PRS
mouthfuck V;SG;3;PRS
encoach V;NFIN
misdoubt V;SG;3;PRS
shoo V.PTCP;PRS
redargue V;PST
tarmacadam V;SG;3;PRS
counterclaim V.PTCP;PRS
attal V.PTCP;PRS
preglottalize V;SG;3;PRS
conglutinate V.PTCP;PST
discerp V.PTCP;PST
lemmatize V.PTCP;PST
popularize V;PST
arch V.PTCP;PRS
pronk V.PTCP;PRS
rile V;SG;3;PRS
Clintonize V.PTCP;PRS
deny V;NFIN
willow V;SG;3;PRS
distance V;SG;3;PRS
lard V.PTCP;PRS
heatsink V.PTCP;PST
jeer V.PTCP;PRS
promerit V;PST
insource V.PTCP;PRS
betray V;NFIN
potentize V;NFIN
rechannel V;NFIN
professionalize V.PTCP;PRS
unmast V;NFIN
arear V;NFIN
ameliorate V;PST
intermention V.PTCP;PST
offcut V;SG;3;PRS
align V.PTCP;PRS
slough V;PST
dissent V;PST
surveil V;PST
outbring V;PST
deidentify V;PST
uppile V;NFIN
premonish V;SG;3;PRS
bolshevize V;SG;3;PRS
boast V.PTCP;PRS
eternalize V;SG;3;PRS
nitrocarburize V;NFIN
cancerate V.PTCP;PST
fend V;SG;3;PRS
defeminise V;PST
fictionise V.PTCP;PRS
subcontract V;NFIN
weive V;PST
pre-render V.PTCP;PST
bedeal V;SG;3;PRS
deionise V;SG;3;PRS
oooh V;NFIN
beframe V;SG;3;PRS
inset V;PST
redimension V;SG;3;PRS
tinge V.PTCP;PRS
mish-mash V;PST
recost V.PTCP;PST
denasalize V;PST
gripe V.PTCP;PRS
retry V;NFIN
macdink V.PTCP;PST
overharvest V;SG;3;PRS
thrave V.PTCP;PRS
goat V;NFIN
flaw V.PTCP;PST
scandalise V.PTCP;PRS
imbezzle V;SG;3;PRS
submeter V;NFIN
brail V;SG;3;PRS
misstate V;NFIN
handbrake V;SG;3;PRS
drumble V;SG;3;PRS
bewhore V.PTCP;PST
consecute V;PST
murk V;NFIN
chiv V;SG;3;PRS
obsignate V;PST
empathise V;PST
lactify V.PTCP;PST
facialize V;NFIN
wan't V.PTCP;PRS
article V;NFIN
overwash V;NFIN
encrimson V;NFIN
deskew V;SG;3;PRS
rent V.PTCP;PST
sepose V;NFIN
multiload V.PTCP;PRS
outshop V;SG;3;PRS
funambulate V;PST
stuff V;NFIN
predigest V.PTCP;PST
transitivize V.PTCP;PST
foreread V;SG;3;PRS
decelerate V;NFIN
char V;SG;3;PRS
deoppilate V;PST
conveyorise V.PTCP;PST
stook V;SG;3;PRS
fibreize V;PST
enrapture V;NFIN
strut V.PTCP;PST
elect V;SG;3;PRS
cuckold V.PTCP;PST
touch-type V.PTCP;PRS
outscore V.PTCP;PRS
disentrance V.PTCP;PST
gel V;PST
recur V;SG;3;PRS
swown V;NFIN
overservice V;NFIN
lirt V;PST
nasalise V;PST
preassume V.PTCP;PRS
criticise V.PTCP;PST
bequiver V;SG;3;PRS
tragedize V;PST
disencharm V.PTCP;PRS
discounsel V.PTCP;PRS
propagate V;SG;3;PRS
derisk V;PST
butler V;PST
dissolve V;PST
tell V.PTCP;PST
reevaporate V;NFIN
disthrone V.PTCP;PRS
mischieve V;PST
empassion V.PTCP;PRS
specificate V;NFIN
joystick V.PTCP;PST
atter V;NFIN
baptize V.PTCP;PRS
defæcate V;SG;3;PRS
grecize V;NFIN
actionize V.PTCP;PRS
coal V;SG;3;PRS
bobbar V;NFIN
deaverage V;SG;3;PRS
squush V;SG;3;PRS
fruiten V;PST
jinx V;PST
mutilate V;NFIN
carom V;NFIN
multiply V.PTCP;PST
pavilion V.PTCP;PST
dress V.PTCP;PST
ungafiate V;NFIN
remake V.PTCP;PST
platonize V.PTCP;PRS
Croatianize V.PTCP;PRS
ladyfy V.PTCP;PRS
intertex V.PTCP;PRS
reorient V;PST
forslowth V;NFIN
shoad V;PST
speciate V.PTCP;PRS
signify V;NFIN
torrify V;SG;3;PRS
godfather V.PTCP;PRS
vowelize V;NFIN
grotch V;NFIN
prologize V;NFIN
leave V;PST
downrush V;SG;3;PRS
moonlight V;PST
collapse V;SG;3;PRS
wean V;PST
passenger V.PTCP;PRS
spend V;SG;3;PRS
quid V.PTCP;PRS
deliciate V;SG;3;PRS
dope V;PST
spelch V;NFIN
ingle V;NFIN
subclass V;NFIN
sulphurise V;NFIN
enlace V;PST
becover V.PTCP;PRS
filibuster V;SG;3;PRS
encite V;NFIN
coarsen V;SG;3;PRS
combat V.PTCP;PST
finedraw V;PST
encephalize V.PTCP;PRS
nanny V;SG;3;PRS
repunctuate V;NFIN
sarse V;NFIN
uncoach V;NFIN
embellish V.PTCP;PRS
preboard V.PTCP;PST
wuther V;PST
winnow V;SG;3;PRS
topstitch V.PTCP;PST
prerun V;PST
henpeck V.PTCP;PST
extricate V.PTCP;PST
people V;NFIN
schuss V;SG;3;PRS
clangour V;NFIN
louden V;PST
pre-set V;PST
displace V.PTCP;PRS
halse V.PTCP;PRS
measure V;NFIN
interlay V;PST
wire V.PTCP;PRS
medicalise V;SG;3;PRS
insinuate V;NFIN
ray V.PTCP;PRS
shrink-wrap V;NFIN
freight V;PST
conscribe V.PTCP;PRS
begum V;NFIN
emvowel V;NFIN
outsend V.PTCP;PRS
moisturize V;PST
sentinel V;PST
stealth-tax V.PTCP;PST
æstivate V;PST
unmute V;SG;3;PRS
cun V.PTCP;PST
mimmer V;PST
mambo V.PTCP;PRS
nosel V.PTCP;PST
preculture V.PTCP;PST
unencode V.PTCP;PRS
enmuffle V;SG;3;PRS
englamour V;SG;3;PRS
beglammer V;PST
freeboot V;NFIN
carburet V;PST
tonitruate V;SG;3;PRS
debellate V.PTCP;PRS
untwine V;PST
twat V.PTCP;PRS
3rd V.PTCP;PST
specify V;SG;3;PRS
recanalize V;SG;3;PRS
rabbit V;NFIN
indebt V;SG;3;PRS
hindre V;PST
addict V;NFIN
duplex V;PST
inhaunce V;PST
autodelete V.PTCP;PST
nether V.PTCP;PST
parascend V.PTCP;PRS
descry V;NFIN
coach V.PTCP;PST
enforest V.PTCP;PST
retund V;SG;3;PRS
joggle V.PTCP;PRS
realize V;SG;3;PRS
rotograph V;PST
fraternalize V.PTCP;PST
outhit V.PTCP;PST
aromatize V;NFIN
growse V;NFIN
foremake V;NFIN
rap V;SG;3;PRS
benegro V.PTCP;PST
crupper V.PTCP;PRS
deflocculate V;PST
disenthrall V;SG;3;PRS
pawn V;NFIN
enlard V;PST
gin V;NFIN
misfriend V;PST
bed-hop V.PTCP;PST
underburn V.PTCP;PST
valuate V.PTCP;PRS
BM V.PTCP;PRS
edutain V;SG;3;PRS
deforest V.PTCP;PST
adhære V;NFIN
annumerate V;SG;3;PRS
catalog V;NFIN
recalk V;PST
snie V.PTCP;PRS
monotask V.PTCP;PST
impersonalize V;SG;3;PRS
uninspire V;SG;3;PRS
germ V.PTCP;PST
deglamorize V;NFIN
cote V;PST
pirate V.PTCP;PRS
mythologise V.PTCP;PST
darrain V;PST
auto-tune V.PTCP;PST
debark V;NFIN
underteach V.PTCP;PRS
plod V;SG;3;PRS
subitize V;SG;3;PRS
aphorise V.PTCP;PST
examine V.PTCP;PST
costimulate V;NFIN
rejolt V.PTCP;PRS
reek V;NFIN
bubble V.PTCP;PST
enspect V;NFIN
begaum V;SG;3;PRS
hotline V;SG;3;PRS
glitch V.PTCP;PST
externalise V;PST
overpredict V.PTCP;PRS
honk V;SG;3;PRS
cowgirl V.PTCP;PRS
albumenise V;SG;3;PRS
underclock V;NFIN
evapourate V;PST
underlap V;PST
enterest V.PTCP;PRS
refly V;PST
misrede V.PTCP;PRS
proverbialize V.PTCP;PRS
earth V.PTCP;PST
wist V;NFIN
volley V;NFIN
patriate V.PTCP;PST
chromium-plate V;NFIN
playe V.PTCP;PRS
photoisomerize V;PST
braize V;SG;3;PRS
job-hop V.PTCP;PRS
redefine V;PST
thwack V;SG;3;PRS
upregulate V;SG;3;PRS
villagize V;PST
refurbish V;PST
pike V;SG;3;PRS
mendelize V.PTCP;PRS
enroll V;SG;3;PRS
sunnitize V.PTCP;PRS
reseat V;SG;3;PRS
unroot V;SG;3;PRS
eclipse V;SG;3;PRS
abuy V;SG;3;PRS
outboob V;NFIN
vant V;NFIN
haplotype V.PTCP;PST
drumble V;NFIN
trigger V.PTCP;PST
ind. V;PST
cloud V;PST
underbake V.PTCP;PST
tipsify V;PST
breach V.PTCP;PRS
abalienate V;PST
penny V.PTCP;PRS
juxtapose V;NFIN
verdigris V;SG;3;PRS
overslaugh V.PTCP;PRS
dike V;SG;3;PRS
unload V.PTCP;PST
soak V;NFIN
weaponize V;NFIN
demand V;SG;3;PRS
withsave V;SG;3;PRS
overfill V.PTCP;PST
occur V;PST
scyle V.PTCP;PST
bestrange V;NFIN
can V.PTCP;PRS
timecode V;PST
debulk V.PTCP;PST
pillar V.PTCP;PST
vial V.PTCP;PRS
emend V.PTCP;PRS
transfrete V.PTCP;PRS
nop V.PTCP;PST
cub V;PST
hield V;NFIN
misframe V;PST
virialize V;SG;3;PRS
cavitate V;SG;3;PRS
betawder V;SG;3;PRS
inviscate V;PST
unroll V;PST
culture V;PST
precedent V.PTCP;PST
inaurate V.PTCP;PST
unparent V.PTCP;PRS
equibalance V;NFIN
monologue V;SG;3;PRS
pat V.PTCP;PRS
proclaime V.PTCP;PRS
double-quick V;PST
un-break V.PTCP;PRS
accouter V;NFIN
profanate V;SG;3;PRS
eckle V;SG;3;PRS
summer-work V.PTCP;PST
congratulate V;NFIN
launch V.PTCP;PRS
verge V;NFIN
retailor V;NFIN
teasel V.PTCP;PRS
topinch V;PST
midwife V.PTCP;PST
strinkle V;PST
rezone V;NFIN
unwreathe V;SG;3;PRS
superharden V;PST
stet V.PTCP;PST
recategorize V;PST
decentralize V;PST
sicken V;NFIN
simplify V.PTCP;PRS
denormalize V;SG;3;PRS
gowl V.PTCP;PST
sowl V;SG;3;PRS
redivide V.PTCP;PRS
cam V;SG;3;PRS
ovalize V.PTCP;PRS
rug V;SG;3;PRS
conquest V.PTCP;PST
mysticise V;NFIN
beken V.PTCP;PST
amenuse V;SG;3;PRS
pseudomize V;SG;3;PRS
fordry V;PST
scoff V;PST
sleaze V;NFIN
subminister V;NFIN
discourse V;PST
shellac V.PTCP;PST
vurp V.PTCP;PST
swarten V;SG;3;PRS
forspeak V;PST
cash V;SG;3;PRS
creosote V.PTCP;PRS
miscleave V.PTCP;PST
albumenize V;PST
underregulate V;PST
enamor V.PTCP;PRS
detort V;PST
tidivate V.PTCP;PRS
perhorresce V;NFIN
hassle V.PTCP;PST
humourise V;NFIN
oxidise V;SG;3;PRS
chank V;NFIN
clicket V;NFIN
blither V;SG;3;PRS
brandwash V;PST
stringify V;PST
jabber V;PST
unpause V;PST
fortax V.PTCP;PST
desulfurise V;NFIN
approximate V;SG;3;PRS
relevate V.PTCP;PST
disembowel V;PST
stomach V.PTCP;PRS
engine V;SG;3;PRS
Marmite V.PTCP;PRS
centuriate V.PTCP;PRS
Zuluise V;SG;3;PRS
irreconcile V.PTCP;PST
estruate V;NFIN
southernize V;PST
crayon V.PTCP;PST
baksheesh V.PTCP;PRS
semiforce V.PTCP;PRS
repopularise V.PTCP;PRS
winterize V;PST
mirk V;SG;3;PRS
denaturalise V;SG;3;PRS
transubstantiate V.PTCP;PST
bleg V.PTCP;PRS
misground V;NFIN
recriminate V.PTCP;PST
editionalise V;NFIN
oversalt V.PTCP;PRS
spatter V;PST
resynch V;PST
underthrow V;PST
gee V.PTCP;PRS
overstare V;NFIN
recompete V.PTCP;PST
pay V.PTCP;PRS
miniate V;SG;3;PRS
costain V;NFIN
unpremultiply V;PST
whump V;SG;3;PRS
plasmolyse V.PTCP;PST
puncture V.PTCP;PRS
ditto V.PTCP;PRS
ace V;PST
interrail V.PTCP;PST
negative V;NFIN
overfocus V;PST
snye V;SG;3;PRS
sycophantize V;PST
underhydrate V.PTCP;PST
gander V;PST
spearhead V.PTCP;PST
betee V;NFIN
maculate V;NFIN
entre V.PTCP;PST
impend V;NFIN
kern V.PTCP;PST
perform V.PTCP;PST
peacify V;NFIN
immingle V;NFIN
début V.PTCP;PST
undemocratize V;NFIN
cloom V;NFIN
dispel V.PTCP;PRS
excurse V;PST
vum V;SG;3;PRS
forel V;PST
rampage V.PTCP;PRS
primp V.PTCP;PRS
roostertail V;NFIN
berime V.PTCP;PST
enspect V;SG;3;PRS
controull V;SG;3;PRS
TAS V.PTCP;PST
douse V;PST
shnor V;NFIN
trump V.PTCP;PRS
recarry V;SG;3;PRS
hydrolyse V.PTCP;PRS
shylock V.PTCP;PST
ormolu V;NFIN
prophecise V;PST
rough-hew V;NFIN
autoformat V.PTCP;PRS
yoyo V;NFIN
fortify V;PST
colloquize V.PTCP;PST
harmonize V;SG;3;PRS
plat V;NFIN
wiretap V.PTCP;PRS
viliorate V.PTCP;PST
sophonsify V;SG;3;PRS
envigorate V;NFIN
dentize V;SG;3;PRS
umbelappe V.PTCP;PST
quip V;PST
supercede V.PTCP;PST
crystalise V;NFIN
transform V;SG;3;PRS
protoxidize V.PTCP;PST
degenerate V.PTCP;PST
caravan V.PTCP;PST
algebraicize V;PST
overboil V.PTCP;PRS
robotrip V;PST
consonantize V.PTCP;PRS
foredeal V;PST
scandal V.PTCP;PRS
fore-slow V.PTCP;PRS
winter V;SG;3;PRS
tyek V;PST
snub V.PTCP;PRS
atrout V.PTCP;PRS
efface V.PTCP;PST
nosegrind V;NFIN
Skype V.PTCP;PRS
drat V.PTCP;PST
adore V.PTCP;PRS
forbeat V;SG;3;PRS
prophesy V.PTCP;PST
Lojbanize V.PTCP;PST
superfix V;NFIN
orient V.PTCP;PRS
misrehearse V;PST
unmelt V.PTCP;PST
impalm V;NFIN
proselyte V.PTCP;PRS
forelift V.PTCP;PST
exect V.PTCP;PRS
bewin V.PTCP;PST
through-shine V;PST
nitrogenise V.PTCP;PRS
baby-sit V.PTCP;PST
cold-cock V.PTCP;PRS
pullulate V.PTCP;PST
nodulate V.PTCP;PRS
lapse V;PST
tumultuate V;NFIN
inhere V;SG;3;PRS
preassociate V.PTCP;PST
topinch V.PTCP;PST
eloin V.PTCP;PST
overtest V.PTCP;PST
dispatch V;NFIN
downmodulate V;NFIN
calculate V.PTCP;PST
despeckle V;NFIN
predate V;PST
despond V;NFIN
annalise V.PTCP;PST
kid V;SG;3;PRS
hop V.PTCP;PST
dragonise V;SG;3;PRS
conscribe V;PST
overshoot V;NFIN
tole V.PTCP;PST
forweep V;NFIN
forgive V;PST
tailor V;PST
problematize V.PTCP;PRS
delegitimise V.PTCP;PST
deg V;SG;3;PRS
dorkify V;NFIN
rerank V.PTCP;PST
tutor V.PTCP;PST
priest V.PTCP;PST
indenizen V.PTCP;PST
refurb V.PTCP;PST
principle V;NFIN
upbind V;PST
swarve V;NFIN
lu V;SG;3;PRS
redbait V;PST
char V;NFIN
smurf V;NFIN
atrede V.PTCP;PST
promulge V.PTCP;PST
toshiver V;SG;3;PRS
bream V.PTCP;PRS
gise V;NFIN
precel V.PTCP;PST
drabble V;NFIN
nod V.PTCP;PST
photoset V;PST
curtain-raise V;PST
brainwipe V;PST
campus V.PTCP;PST
carbonise V;SG;3;PRS
redeliberate V.PTCP;PST
trivialize V;NFIN
stipend V.PTCP;PRS
ungrace V;SG;3;PRS
twinkle V.PTCP;PRS
misconstrue V.PTCP;PRS
carefront V;SG;3;PRS
disproportion V;SG;3;PRS
curry V;PST
remast V.PTCP;PST
flabrigast V;PST
repercuss V;PST
atsit V;SG;3;PRS
scraight V;PST
excrementize V.PTCP;PRS
pieface V.PTCP;PST
perswade V;NFIN
presence V;PST
discommon V.PTCP;PRS
jowl V;PST
glour V;PST
flagrate V;NFIN
inflict V;SG;3;PRS
electrolyze V;NFIN
sprit V.PTCP;PST
recalcine V.PTCP;PRS
entrance V.PTCP;PRS
transparentize V;PST
compendiate V;PST
frisbee V.PTCP;PST
speckle V.PTCP;PRS
lift V;NFIN
hustle V;NFIN
thank V;PST
wuss V;PST
reboil V.PTCP;PRS
advocate V;SG;3;PRS
caponize V;NFIN
joyride V.PTCP;PST
fist V;SG;3;PRS
stanch V.PTCP;PRS
occupate V;PST
bolden V.PTCP;PRS
restuff V.PTCP;PRS
replace V;PST
snotter V.PTCP;PRS
regroup V.PTCP;PRS
efforce V;PST
diminutivize V;PST
unfix V;SG;3;PRS
asshure V.PTCP;PST
reflectorize V;PST
empose V.PTCP;PRS
frequent V.PTCP;PST
lip V;NFIN
screenwrite V.PTCP;PST
evanesce V.PTCP;PST
astrologize V;PST
bitbucket V;PST
outspring V;NFIN
shepherd V;NFIN
bemoisten V;NFIN
re-record V;PST
tase V.PTCP;PRS
wrawl V;PST
kick V;NFIN
berain V;SG;3;PRS
stethoscope V.PTCP;PRS
flout V.PTCP;PST
stomach V;NFIN
oligarchize V.PTCP;PST
caut V.PTCP;PRS
indart V.PTCP;PST
ensepulcher V;PST
uniform V.PTCP;PST
disedge V;PST
hadronize V.PTCP;PST
reillume V;NFIN
hide V.PTCP;PST
increment V;SG;3;PRS
unduke V.PTCP;PST
narc V;NFIN
zinc V.PTCP;PST
episcopize V;PST
ASCIIfy V;NFIN
surmise V;NFIN
enqueue V.PTCP;PRS
lush V;PST
back V;PST
vac V;PST
premasticate V.PTCP;PRS
farewell V;NFIN
plank V;PST
kotow V;SG;3;PRS
mass V;NFIN
unelect V;PST
downarg V;NFIN
poot V;NFIN
barback V.PTCP;PST
befall V;NFIN
kabob V.PTCP;PRS
derivate V;PST
photocopy V;PST
deadlock V.PTCP;PST
waterflood V.PTCP;PRS
subclone V;PST
undeserve V.PTCP;PST
outvenom V;PST
destroi V;SG;3;PRS
coexpose V;NFIN
showroom V.PTCP;PST
underput V;NFIN
taxi V.PTCP;PRS
subnect V;NFIN
lunge V;PST
subtotal V.PTCP;PST
designate V;SG;3;PRS
officialize V.PTCP;PST
disrealize V;NFIN
obstupefy V.PTCP;PRS
wonder V;NFIN
alarm V.PTCP;PST
rebrace V.PTCP;PST
malign V;PST
mash V;NFIN
test-drive V;PST
virtualise V;PST
palettize V;PST
aunswer V;SG;3;PRS
structurize V.PTCP;PST
consternate V;NFIN
sketch V;PST
re-encounter V;SG;3;PRS
humanify V.PTCP;PST
stipple V;NFIN
miscalibrate V;NFIN
tranq V;PST
woodchop V.PTCP;PST
depetal V;NFIN
ululate V.PTCP;PRS
assonate V;NFIN
inarch V;SG;3;PRS
hox V.PTCP;PRS
hole V;PST
bedrizzle V.PTCP;PST
underwrite V.PTCP;PRS
fertilitate V;PST
interpone V;SG;3;PRS
remate V;NFIN
forclose V;PST
outcompete V.PTCP;PST
naken V;SG;3;PRS
surrejoin V;PST
stake V;SG;3;PRS
obscure V.PTCP;PRS
threap V.PTCP;PST
reinfect V.PTCP;PST
adipocerate V;NFIN
constipate V.PTCP;PRS
deblend V.PTCP;PRS
restaple V;SG;3;PRS
refire V;NFIN
overpart V;PST
regret V;PST
answer V.PTCP;PST
spatiate V.PTCP;PRS
snatch V;NFIN
spindle V;SG;3;PRS
wane V.PTCP;PST
lege V;NFIN
overglance V;NFIN
shink V;SG;3;PRS
entermete V;SG;3;PRS
atrin V.PTCP;PST
repipe V.PTCP;PST
decrumb V;SG;3;PRS
clack V;NFIN
apply V;NFIN
regrede V;SG;3;PRS
foresmell V;PST
schismatize V;SG;3;PRS
chinkle V;SG;3;PRS
overbrand V;SG;3;PRS
trailer V;PST
housetrain V.PTCP;PST
appropinquate V.PTCP;PRS
alchemise V.PTCP;PST
secern V;SG;3;PRS
topple V;NFIN
landfill V.PTCP;PST
recite V;PST
bezzle V;PST
stell V.PTCP;PST
enamour V;PST
teld V.PTCP;PRS
pep V;SG;3;PRS
naai V;SG;3;PRS
disroot V;SG;3;PRS
damnify V.PTCP;PST
resound V;SG;3;PRS
unbold V;PST
interrelate V.PTCP;PRS
externalize V;PST
co-host V;PST
todraw V;NFIN
freebase V.PTCP;PST
deflesh V;NFIN
sozzle V.PTCP;PST
apprize V.PTCP;PST
weal V.PTCP;PRS
bleach V;SG;3;PRS
enfever V.PTCP;PST
enswathe V;SG;3;PRS
facemail V;PST
unhex V;SG;3;PRS
undersupply V;NFIN
bemouth V;SG;3;PRS
overtan V.PTCP;PST
melodise V;NFIN
diesel V;NFIN
skrimp V;NFIN
bub V;PST
reclog V.PTCP;PST
tarre V;SG;3;PRS
circumnavigate V.PTCP;PST
picturise V.PTCP;PRS
offsmite V;SG;3;PRS
entangle V.PTCP;PST
exclaim V;NFIN
soliloquy V.PTCP;PST
cock V;SG;3;PRS
fillet V;NFIN
deambulate V;SG;3;PRS
terrestrialize V.PTCP;PST
elide V.PTCP;PST
mishope V.PTCP;PST
carbonate V;SG;3;PRS
huzzah V.PTCP;PST
sax V.PTCP;PST
lapper V;SG;3;PRS
freehand V.PTCP;PST
inundate V;PST
rejig V;SG;3;PRS
immanacle V.PTCP;PRS
ramify V;SG;3;PRS
tralineate V;PST
scumble V;SG;3;PRS
multipartition V;NFIN
wipe V.PTCP;PRS
disinfest V;NFIN
ineffectualize V;PST
forbreak V;PST
resplit V;SG;3;PRS
mishave V.PTCP;PST
obtend V;SG;3;PRS
hardcode V.PTCP;PRS
join V;SG;3;PRS
mat V;PST
reprize V;PST
overinstruct V;SG;3;PRS
wont V.PTCP;PST
tesselate V.PTCP;PRS
medicalise V;PST
abrogate V;NFIN
reapprove V;PST
mathematise V;PST
poke V;SG;3;PRS
parle V;NFIN
cofire V;SG;3;PRS
keyboard V;PST
letterbox V.PTCP;PST
soliloquize V;SG;3;PRS
nativize V.PTCP;PRS
rehab V.PTCP;PRS
dollop V.PTCP;PRS
unpope V.PTCP;PRS
prewire V;PST
beturn V.PTCP;PST
customise V.PTCP;PRS
orthographize V;PST
review V.PTCP;PRS
eradicate V.PTCP;PST
dishumour V;SG;3;PRS
nose V.PTCP;PST
gerrymander V;PST
misbede V;SG;3;PRS
disimprison V.PTCP;PRS
execute V.PTCP;PST
counterfeit V.PTCP;PST
aber V;NFIN
mistune V;NFIN
husk V.PTCP;PRS
trial V.PTCP;PST
unsell V.PTCP;PRS
untaste V;NFIN
unscroll V.PTCP;PRS
befall V.PTCP;PRS
whimple V;PST
revictimize V;PST
yarovize V;PST
turnpike V;NFIN
ventuse V;SG;3;PRS
foresee V.PTCP;PST
vulgarise V.PTCP;PST
emigrate V.PTCP;PST
diabolify V;PST
renaturalize V.PTCP;PST
shrinkwrap V;PST
scrutiny V.PTCP;PST
bedrift V;NFIN
blarney V;NFIN
entabulate V;NFIN
scepter V;NFIN
filtre V;PST
outstrategize V.PTCP;PRS
yes V;PST
bemar V;NFIN
Syrianize V.PTCP;PST
chelate V;PST
baptise V;NFIN
uncurry V.PTCP;PST
sour V;NFIN
mediatize V.PTCP;PRS
consign V;NFIN
slant V;NFIN
larrup V.PTCP;PST
MacGyver V;NFIN
rede V.PTCP;PRS
brocade V;PST
unmuffle V.PTCP;PST
photosynthesize V.PTCP;PST
undeafen V;PST
signalise V;SG;3;PRS
lark V;PST
oil V;SG;3;PRS
earmark V;NFIN
sip V.PTCP;PRS
lazyload V.PTCP;PST
drub V;PST
objectivate V.PTCP;PST
tenderise V;SG;3;PRS
standardise V;SG;3;PRS
defoam V.PTCP;PST
whale V;SG;3;PRS
initial V.PTCP;PST
misimplement V;SG;3;PRS
exoticise V.PTCP;PST
foremind V;SG;3;PRS
wether V;SG;3;PRS
coassemble V.PTCP;PRS
coldwork V;NFIN
trend V;SG;3;PRS
accentuate V;NFIN
macerate V.PTCP;PRS
rasterise V;PST
birch V.PTCP;PST
cyberstalk V.PTCP;PST
spiderweb V.PTCP;PST
unvulgarize V.PTCP;PST
centuple V.PTCP;PRS
quicklime V;NFIN
flinch V;SG;3;PRS
emulate V;NFIN
fig V;NFIN
omnibus V;PST
palter V;NFIN
shop V.PTCP;PRS
derp V.PTCP;PST
dastardize V;SG;3;PRS
befang V;PST
forfret V.PTCP;PRS
betravail V;NFIN
outwrite V.PTCP;PRS
deaspirate V.PTCP;PRS
unabandon V.PTCP;PST
forspare V;SG;3;PRS
de-Sunnify V;SG;3;PRS
deproteinize V;PST
ante V.PTCP;PST
tyrannize V.PTCP;PRS
namespace V.PTCP;PRS
embus V.PTCP;PRS
elt V;SG;3;PRS
inarch V;PST
distitle V;PST
jiff V;SG;3;PRS
retrogress V.PTCP;PRS
exauthorate V;PST
dispossess V;NFIN
delve V;SG;3;PRS
devocalize V;PST
hire V;SG;3;PRS
daddle V;NFIN
defaecate V;SG;3;PRS
outpunch V.PTCP;PRS
sail V.PTCP;PRS
drum V;NFIN
example V;SG;3;PRS
overdecorate V;SG;3;PRS
sist V;SG;3;PRS
instrengthen V;PST
demesmerize V.PTCP;PST
transverberate V;PST
recarnify V.PTCP;PRS
flameproof V;SG;3;PRS
aggest V.PTCP;PRS
reread V;PST
behave V;SG;3;PRS
twitch V.PTCP;PST
commensurate V.PTCP;PRS
joul V;SG;3;PRS
comfort V;NFIN
fuze V;PST
empoison V.PTCP;PRS
theosophize V;SG;3;PRS
kite V;PST
GI V.PTCP;PST
misframe V.PTCP;PRS
cameltoe V;NFIN
disgorge V;PST
release V.PTCP;PRS
skiboard V.PTCP;PST
glaciate V.PTCP;PRS
ally V.PTCP;PRS
license V;PST
interfinger V;SG;3;PRS
mischieve V;SG;3;PRS
precondition V.PTCP;PRS
splint V;NFIN
unlead V.PTCP;PRS
befit V;SG;3;PRS
interpolate V;PST
promenade V.PTCP;PRS
liquidise V.PTCP;PST
belimp V.PTCP;PST
misset V;NFIN
infibulate V;SG;3;PRS
swot V;SG;3;PRS
stoop V;SG;3;PRS
irrugate V;SG;3;PRS
non-pros V;SG;3;PRS
censor V;NFIN
blowe V;NFIN
out V;SG;3;PRS
crimple V;NFIN
overcolour V.PTCP;PST
centesimate V;NFIN
pervade V;PST
shail V;SG;3;PRS
legend V.PTCP;PST
brisken V;NFIN
mechanize V;PST
esloin V.PTCP;PRS
orphanize V.PTCP;PST
reinstitute V;SG;3;PRS
albuminize V;NFIN
hit-skip V;NFIN
mince V;NFIN
recognosce V.PTCP;PRS
choque V;SG;3;PRS
superlie V;PST
preapprove V;PST
imp V.PTCP;PRS
embrighten V.PTCP;PST
unerase V.PTCP;PRS
jabber V.PTCP;PRS
minac V.PTCP;PST
unabate V.PTCP;PRS
outbuy V;SG;3;PRS
illumine V.PTCP;PST
brogue V;PST
assuage V;PST
Londonize V;PST
conversation V;SG;3;PRS
fortune V;PST
ladder V;PST
dialyze V;NFIN
toat V;PST
drain V.PTCP;PRS
trepan V;PST
mollycoddle V.PTCP;PRS
recomb V;NFIN
outlustre V.PTCP;PRS
arse V.PTCP;PRS
economize V;PST
unsqueeze V.PTCP;PST
cruciate V;SG;3;PRS
choose V.PTCP;PRS
exheredate V;NFIN
smurf V.PTCP;PRS
restrengthen V;PST
begroan V;PST
downlight V;PST
synthesize V;PST
transshift V;NFIN
bibble V;SG;3;PRS
uncover V;NFIN
ribbit V;NFIN
forshake V;SG;3;PRS
photoconvert V;PST
accredit V.PTCP;PST
cosmeticize V.PTCP;PST
martialize V.PTCP;PRS
fauch V;PST
rawhide V.PTCP;PST
scorify V;PST
brown-bag V.PTCP;PRS
denationalize V;PST
plackard V.PTCP;PRS
superovulate V;SG;3;PRS
misterm V.PTCP;PST
osmote V.PTCP;PRS
palatalize V.PTCP;PST
overpark V.PTCP;PRS
repack V;NFIN
chylify V.PTCP;PST
galactosylate V;SG;3;PRS
luge V.PTCP;PST
peragrate V.PTCP;PRS
fruit V.PTCP;PRS
extort V.PTCP;PRS
pot V;PST
snowshoe V.PTCP;PST
pwn V;NFIN
headdesk V.PTCP;PRS
precondemn V;NFIN
rewrap V.PTCP;PST
immaterialize V;NFIN
blackberry V;NFIN
assure V;SG;3;PRS
gentle V.PTCP;PST
bitter V;SG;3;PRS
pertain V.PTCP;PST
unbale V;PST
tiff V.PTCP;PST
gimp V;PST
galavant V.PTCP;PRS
cash V;NFIN
moon V;PST
evert V.PTCP;PRS
barter V;NFIN
Bowdlerize V;PST
erotize V;NFIN
contend V;NFIN
pursue V.PTCP;PRS
lens V;SG;3;PRS
simonize V;SG;3;PRS
creak V;SG;3;PRS
worship V;NFIN
miscue V;NFIN
misfuel V;SG;3;PRS
drite V;PST
chugalug V.PTCP;PRS
nicker V.PTCP;PST
reenslave V;NFIN
vasal V.PTCP;PRS
permablock V;SG;3;PRS
frontolyze V;NFIN
rezip V;NFIN
stroy V;PST
picknick V.PTCP;PRS
converse V;SG;3;PRS
signal V.PTCP;PRS
marvel V;SG;3;PRS
pole V.PTCP;PST
crossruff V;NFIN
recriminate V.PTCP;PRS
greet V.PTCP;PRS
pound V.PTCP;PST
demonetize V;NFIN
repurpose V;NFIN
misfuel V.PTCP;PRS
patriate V;SG;3;PRS
backscratch V.PTCP;PRS
pritch V;SG;3;PRS
interjaculate V;NFIN
enfilade V;SG;3;PRS
overdream V.PTCP;PST
straighten V.PTCP;PST
absterge V;PST
jampack V;NFIN
sic V;PST
heeze V.PTCP;PST
lath V.PTCP;PRS
grubble V;PST
emolliate V.PTCP;PST
rough V;PST
reflame V.PTCP;PST
uncuff V;PST
euphonise V;SG;3;PRS
umbeset V.PTCP;PRS
flite V.PTCP;PRS
pur V;PST
rubber V;NFIN
unglorify V;PST
outearn V;SG;3;PRS
bliken V.PTCP;PRS
shape V.PTCP;PST
cudgel V.PTCP;PST
Orientalise V;SG;3;PRS
co-occur V;PST
bequeath V.PTCP;PST
rankshift V;PST
retransfer V.PTCP;PST
downtone V.PTCP;PRS
categorify V.PTCP;PST
slog-sweep V.PTCP;PST
swiggle V;PST
termine V.PTCP;PRS
replete V;PST
Balkanise V.PTCP;PRS
belaud V;NFIN
portray V.PTCP;PST
overstarch V;PST
atheise V.PTCP;PST
deculture V;NFIN
chi-ike V;NFIN
reman V;NFIN
embloom V;PST
spike V;SG;3;PRS
underdope V;NFIN
disfigure V;PST
paralyze V.PTCP;PST
diversify V;SG;3;PRS
pantomime V;SG;3;PRS
deconcoct V;SG;3;PRS
whoomp V.PTCP;PRS
purple V;NFIN
debuccalize V.PTCP;PRS
substantivize V;NFIN
parcellate V.PTCP;PRS
ingrave V;SG;3;PRS
nake V;PST
imbezzle V.PTCP;PST
spline V;NFIN
coheadline V;SG;3;PRS
simonise V.PTCP;PST
reëxtend V;SG;3;PRS
affoard V;NFIN
dawn V;SG;3;PRS
shiver V.PTCP;PRS
interfere V.PTCP;PRS
clerk V;SG;3;PRS
retrocede V.PTCP;PRS
intrap V.PTCP;PST
blacktop V;NFIN
order V.PTCP;PST
overspeculate V.PTCP;PST
cancell V.PTCP;PST
surrogate V;SG;3;PRS
dragonize V.PTCP;PST
Dutchify V;SG;3;PRS
stall V.PTCP;PST
arefy V;PST
trespass V;PST
checksum V.PTCP;PST
bride V;SG;3;PRS
recount V;PST
Russify V;NFIN
countermine V;SG;3;PRS
redie V.PTCP;PRS
systematise V;SG;3;PRS
aguise V;NFIN
clowd V.PTCP;PST
irk V;PST
manse V.PTCP;PST
downcome V.PTCP;PRS
twang V.PTCP;PST
traffick V;SG;3;PRS
perdure V;NFIN
masquerade V;PST
ruddy V;SG;3;PRS
oversystematise V;SG;3;PRS
discountenance V;PST
represent V.PTCP;PRS
forgraith V;PST
muff V;SG;3;PRS
ingorge V;SG;3;PRS
podzolize V.PTCP;PST
translate V.PTCP;PST
reattain V.PTCP;PRS
anhydrate V;PST
appeach V;SG;3;PRS
regelate V.PTCP;PST
piledrive V;SG;3;PRS
underman V;PST
restaple V.PTCP;PRS
biopsy V;PST
conferruminate V;SG;3;PRS
bleg V;PST
stravaig V;PST
denominate V;SG;3;PRS
shit V;PST
vaunce V.PTCP;PST
demote V.PTCP;PST
forweary V.PTCP;PST
sipe V.PTCP;PST
express V.PTCP;PST
about-face V;PST
deshuffle V.PTCP;PRS
dimensionalise V.PTCP;PRS
whinge V;PST
stripe V.PTCP;PRS
unfurnish V;PST
surcharge V.PTCP;PRS
chock V.PTCP;PRS
leap V;PST
circumambulate V;SG;3;PRS
deplant V;PST
gee V;PST
cense V;PST
article V.PTCP;PST
connex V;SG;3;PRS
enhoney V;SG;3;PRS
befeather V.PTCP;PRS
transceive V;SG;3;PRS
degrease V;NFIN
springle V;PST
preparse V.PTCP;PRS
evoke V;NFIN
mummy V.PTCP;PRS
scrage V;NFIN
enlink V;NFIN
golf V.PTCP;PRS
ambition V.PTCP;PRS
politicize V;NFIN
unhorse V;SG;3;PRS
unanchor V;NFIN
jazzify V;NFIN
rebud V;SG;3;PRS
coarctate V;PST
iridesce V.PTCP;PST
fruiten V.PTCP;PRS
gambrel V.PTCP;PST
merce V;NFIN
hyperpolarise V;PST
founder V;SG;3;PRS
double-bluff V;NFIN
flitter V;NFIN
harangue V;PST
colocate V.PTCP;PRS
overwin V;SG;3;PRS
cozy V.PTCP;PRS
inlarge V.PTCP;PRS
pretend V.PTCP;PST
solarise V.PTCP;PRS
outwin V.PTCP;PST
inrage V;SG;3;PRS
penectomize V;PST
unchoose V.PTCP;PST
crossclaim V;SG;3;PRS
voxelate V;NFIN
unarchive V;PST
skelp V;SG;3;PRS
bobsled V;PST
kohl V.PTCP;PRS
recomfort V.PTCP;PST
dispence V;PST
dreul V;NFIN
pike V;NFIN
extenuate V;SG;3;PRS
apodize V.PTCP;PRS
bepat V;PST
hurl V;NFIN
recurvate V;SG;3;PRS
englut V.PTCP;PRS
aminate V.PTCP;PST
duckwalk V.PTCP;PRS
dement V.PTCP;PST
inable V;PST
cumshaw V.PTCP;PST
bigfoot V;PST
cronk V.PTCP;PST
filibuster V.PTCP;PRS
forshut V;NFIN
introgress V;SG;3;PRS
fornim V;SG;3;PRS
decolorize V;NFIN
labor V.PTCP;PRS
receipt V.PTCP;PRS
truckle V;PST
cabin V;NFIN
slip V;NFIN
webize V;PST
rhyme V;NFIN
milk V;NFIN
garnish V.PTCP;PRS
rifle V.PTCP;PRS
nihilate V.PTCP;PRS
reconceptualise V;NFIN
arize V.PTCP;PRS
falwe V.PTCP;PRS
multiplex V.PTCP;PRS
ranforce V;SG;3;PRS
structure V;NFIN
doctor V.PTCP;PRS
asexualise V;PST
sinicise V;SG;3;PRS
correspond V;SG;3;PRS
sinecure V.PTCP;PST
aggrandize V;SG;3;PRS
buccan V;SG;3;PRS
rezip V.PTCP;PRS
tail V;SG;3;PRS
overwell V;PST
abhor V.PTCP;PRS
reallot V;SG;3;PRS
vole V;NFIN
conturb V.PTCP;PRS
monomerize V.PTCP;PRS
overtrade V.PTCP;PST
silence V.PTCP;PST
camerate V;PST
unbit V;SG;3;PRS
foil V;PST
deliquate V;PST
liaise V;PST
rethatch V;NFIN
etiolate V.PTCP;PST
immolate V;PST
autoionize V;PST
recoct V;NFIN
escalate V;PST
gruel V;PST
variegate V.PTCP;PST
manifesto V;SG;3;PRS
unchill V;SG;3;PRS
disenroll V;SG;3;PRS
pivot V.PTCP;PST
judg V;PST
gloar V;PST
recreate V.PTCP;PST
pettifogulize V;SG;3;PRS
while V;SG;3;PRS
swat V;PST
combat V.PTCP;PRS
outbow V;NFIN
refound V;SG;3;PRS
profanate V;NFIN
grit V.PTCP;PST
kitesurf V;PST
resuscitate V;PST
suppose V.PTCP;PST
rampire V;PST
kibosh V;PST
devenustate V;SG;3;PRS
linearize V.PTCP;PST
oversupply V;SG;3;PRS
præsume V;PST
weasel V.PTCP;PRS
comfit V.PTCP;PST
confine V;PST
blah V;PST
transcreate V;NFIN
dowse V;SG;3;PRS
repacify V.PTCP;PST
harnass V;PST
barnacle V.PTCP;PRS
backdoor V.PTCP;PST
accredit V;NFIN
decertify V;NFIN
choreograph V;NFIN
witness V.PTCP;PRS
abstringe V;NFIN
enhedge V.PTCP;PST
reseason V.PTCP;PRS
science V.PTCP;PRS
invisibilize V.PTCP;PST
ascerbate V.PTCP;PST
slut-shame V.PTCP;PRS
reengrave V;PST
hye V;PST
kitesurf V.PTCP;PST
crystallize V.PTCP;PRS
re-search V.PTCP;PST
disfurniture V.PTCP;PST
defend V;PST
blanch V.PTCP;PRS
dispauper V;NFIN
narcissize V;NFIN
evapourate V.PTCP;PRS
outgrow V;SG;3;PRS
flemish V;SG;3;PRS
disoblige V;NFIN
sulfur V;NFIN
lain V.PTCP;PST
unsocket V;SG;3;PRS
melanize V;SG;3;PRS
physick V.PTCP;PRS
blubber V;NFIN
depalletize V.PTCP;PST
regrade V;SG;3;PRS
yiff V;PST
micropattern V;PST
urge V.PTCP;PRS
beblur V;SG;3;PRS
unfit V;NFIN
blacktop V.PTCP;PST
baggs V.PTCP;PST
necro V;NFIN
declassify V;NFIN
wallow V;NFIN
dedecorate V;PST
orchestrate V.PTCP;PST
arcweld V.PTCP;PRS
overbuy V;PST
oppone V;PST
mix V;SG;3;PRS
araise V;PST
pinocytose V.PTCP;PRS
swike V;SG;3;PRS
multimerize V.PTCP;PST
spoon-feed V;SG;3;PRS
iterate V;PST
petsit V;PST
browbeat V;SG;3;PRS
cratch V;SG;3;PRS
felch V.PTCP;PRS
reirrigate V;SG;3;PRS
enmove V;PST
smirt V.PTCP;PST
unglove V;PST
immure V;SG;3;PRS
skein V;PST
peg V;SG;3;PRS
abet V;NFIN
begall V.PTCP;PST
reaccept V.PTCP;PST
terraform V.PTCP;PRS
barken V;PST
breach V;PST
foreposition V;NFIN
wuther V;SG;3;PRS
spanish V;PST
reintern V.PTCP;PST
undercoat V;SG;3;PRS
unfret V;NFIN
resort V;PST
flange V;SG;3;PRS
privatize V;SG;3;PRS
white V.PTCP;PST
deejay V;NFIN
reorchestrate V;PST
muckle V.PTCP;PST
jack V.PTCP;PRS
recondite V;SG;3;PRS
intensate V.PTCP;PRS
wuv V.PTCP;PST
exorbitate V;PST
rehire V.PTCP;PST
frostbite V;NFIN
forcarve V.PTCP;PST
drein V;SG;3;PRS
pedantize V;PST
reseparate V;SG;3;PRS
hive V.PTCP;PST
shie V;PST
sicken V.PTCP;PRS
lend V;PST
mishold V.PTCP;PST
demephitize V;PST
cross-link V;PST
critic V.PTCP;PST
talebear V.PTCP;PRS
rustle V;PST
overintellectualise V.PTCP;PRS
stretch V;SG;3;PRS
codemix V;SG;3;PRS
atren V.PTCP;PRS
rubric V.PTCP;PST
decriminalize V;SG;3;PRS
disbud V;SG;3;PRS
pomatum V.PTCP;PST
lyse V;PST
coil V;SG;3;PRS
aluminumize V;NFIN
booby-trap V.PTCP;PST
shitpost V;NFIN
beslubber V;NFIN
subact V;NFIN
weatherize V;PST
profer V;NFIN
compassion V;SG;3;PRS
infeoff V;NFIN
offuscate V;PST
inlumine V.PTCP;PST
tock V.PTCP;PRS
reequip V.PTCP;PRS
recredit V.PTCP;PRS
cope V.PTCP;PRS
aknow V;PST
borg V.PTCP;PST
fist-fuck V.PTCP;PST
retrograde V;PST
diarise V.PTCP;PST
remeasure V.PTCP;PRS
reaffix V.PTCP;PRS
discontent V.PTCP;PRS
indelve V;SG;3;PRS
backquote V;NFIN
mindfuck V;NFIN
discountenance V.PTCP;PST
unbend V.PTCP;PRS
palter V;PST
parathyroidectomize V.PTCP;PRS
shritch V.PTCP;PST
rememorize V;SG;3;PRS
defrost V;NFIN
flote V;PST
con V.PTCP;PST
decentre V.PTCP;PRS
varnish V.PTCP;PST
forwalk V;SG;3;PRS
uridylate V.PTCP;PRS
overdramatise V;PST
teeter V.PTCP;PRS
vesicate V.PTCP;PRS
outwinter V;SG;3;PRS
inturn V;SG;3;PRS
cicatrize V.PTCP;PRS
shaffle V;NFIN
besmile V;SG;3;PRS
implode V;SG;3;PRS
unhinge V.PTCP;PST
dime V.PTCP;PRS
belawgive V;NFIN
smuggle V.PTCP;PRS
deseasonalize V;SG;3;PRS
umbegrippe V;NFIN
cringe V;PST
cease V.PTCP;PRS
pi V;SG;3;PRS
foolproof V;NFIN
relent V;SG;3;PRS
fordim V.PTCP;PRS
inrail V;SG;3;PRS
assassin V.PTCP;PST
ensearch V.PTCP;PRS
yang V.PTCP;PRS
hide V;NFIN
set V.PTCP;PST
echoplex V;NFIN
scooter V;PST
disprove V;PST
harshen V;NFIN
outburp V;SG;3;PRS
aluminumize V;PST
memorate V;PST
dade V;PST
hear V;NFIN
rehydrate V.PTCP;PST
zap V;PST
outfoot V;NFIN
regruntle V;SG;3;PRS
orate V.PTCP;PRS
caricature V.PTCP;PST
victual V.PTCP;PST
foredo V.PTCP;PRS
decock V;NFIN
embrocate V;SG;3;PRS
embeam V;PST
sough V;NFIN
tremor V.PTCP;PST
exponentiate V.PTCP;PST
bork V.PTCP;PRS
repræsent V.PTCP;PST
confirm V;SG;3;PRS
hang-glide V;PST
loanshark V.PTCP;PRS
throw V.PTCP;PRS
unlord V.PTCP;PST
cannonball V;NFIN
fingerfuck V;PST
overskate V.PTCP;PRS
torrent V;PST
decaffeinate V.PTCP;PRS
derequisition V;SG;3;PRS
stockpile V;SG;3;PRS
obelise V;NFIN
unsinew V;NFIN
tuft V.PTCP;PST
frill V.PTCP;PRS
desensitise V;PST
remast V;NFIN
scheme V;SG;3;PRS
genlock V.PTCP;PRS
dechallenge V;NFIN
salary V.PTCP;PRS
muller V;SG;3;PRS
chib V;SG;3;PRS
rebroadcast V;PST
tumble V;PST
dich V;NFIN
bushwalk V.PTCP;PRS
kitemark V;SG;3;PRS
swelt V;NFIN
jess V.PTCP;PRS
mentalize V.PTCP;PST
porcelainize V.PTCP;PST
recant V;PST
leather V.PTCP;PRS
duel V.PTCP;PST
columnize V;SG;3;PRS
ventriloquize V.PTCP;PRS
forfret V;PST
hearten V;SG;3;PRS
respace V;SG;3;PRS
moder V.PTCP;PRS
miscopy V;SG;3;PRS
pretypify V;NFIN
generate V;SG;3;PRS
supply V.PTCP;PRS
overreport V.PTCP;PST
præcipitate V.PTCP;PST
interoperate V.PTCP;PST
heft V.PTCP;PRS
copycat V;PST
prevail V;PST
conjugate V;PST
unmuffle V.PTCP;PRS
clabber V;NFIN
unsuit V.PTCP;PRS
respecify V.PTCP;PRS
reintensify V.PTCP;PST
wrong-take V.PTCP;PST
hyperphosphorylate V;PST
vitaminize V;NFIN
geologize V.PTCP;PRS
mascara V.PTCP;PST
castrate V;SG;3;PRS
delphie V;NFIN
whelp V;PST
frump V;PST
coauthor V.PTCP;PRS
incite V.PTCP;PST
reshingle V.PTCP;PRS
recenter V;NFIN
roughneck V;SG;3;PRS
stope V;NFIN
acclamate V.PTCP;PST
face-plant V.PTCP;PST
cram V.PTCP;PRS
hotch V;NFIN
roquet V.PTCP;PRS
betail V.PTCP;PRS
lappet V;NFIN
exculpate V;NFIN
ganch V.PTCP;PRS
spunk V;NFIN
alkalinize V;PST
glad V.PTCP;PRS
deep-throat V;NFIN
pussywhip V;PST
blaspheme V;SG;3;PRS
coat V.PTCP;PRS
unbias V;SG;3;PRS
backlash V;NFIN
slop V.PTCP;PST
scandalize V;NFIN
yeasay V;SG;3;PRS
steik V.PTCP;PST
chronicle V;NFIN
beselve V;NFIN
accent V;PST
gane V.PTCP;PRS
isomerize V.PTCP;PST
incend V.PTCP;PST
dizen V;PST
explain V;NFIN
stud V.PTCP;PRS
cheerlead V.PTCP;PST
cyberattack V;NFIN
flail V;PST
sneap V.PTCP;PRS
betine V;PST
favorize V.PTCP;PST
steepen V;PST
attorn V;NFIN
beslobber V;NFIN
marline V;PST
delustre V.PTCP;PST
insolate V;SG;3;PRS
overprioritize V;PST
orientate V;PST
roughwork V;SG;3;PRS
disaffect V.PTCP;PRS
overempty V.PTCP;PST
autotarget V.PTCP;PRS
arm-wrestle V;SG;3;PRS
dustbathe V.PTCP;PST
disseat V.PTCP;PRS
percieve V.PTCP;PST
labilise V;PST
reembark V;PST
cornrow V.PTCP;PRS
caut V;PST
language V.PTCP;PST
scandal V.PTCP;PST
snoozle V;PST
retract V;PST
deverbalise V;PST
fickle V.PTCP;PRS
zot V.PTCP;PRS
childproof V.PTCP;PST
apprise V.PTCP;PRS
appeal V;NFIN
rechart V.PTCP;PRS
cockbill V.PTCP;PRS
tremble V.PTCP;PST
reconsign V;PST
pretzel V;SG;3;PRS
cruddle V.PTCP;PRS
bowse V;NFIN
disenslave V;SG;3;PRS
overgild V;SG;3;PRS
arraign V.PTCP;PST
major V.PTCP;PRS
frank V.PTCP;PRS
prelatize V;PST
leapfrog V;SG;3;PRS
syllabificate V;SG;3;PRS
autoinfect V;NFIN
preëxist V;SG;3;PRS
de-Christianise V;NFIN
de-Palestinianise V;SG;3;PRS
geneticize V;SG;3;PRS
berattle V.PTCP;PRS
bouche V.PTCP;PRS
bimble V;SG;3;PRS
meteor V.PTCP;PRS
endeavour V;SG;3;PRS
remonetize V;NFIN
lose V;NFIN
twinkle V.PTCP;PST
recapitate V;SG;3;PRS
newmodel V.PTCP;PST
poultice V;PST
require V.PTCP;PST
misreckon V;SG;3;PRS
snip V.PTCP;PRS
dawt V.PTCP;PRS
antecede V.PTCP;PRS
postulate V;SG;3;PRS
snew V;SG;3;PRS
disthronize V;PST
yip V;PST
juke V;NFIN
accomplish V.PTCP;PST
legislate V.PTCP;PRS
abegge V.PTCP;PRS
beshroud V;SG;3;PRS
imprint V;SG;3;PRS
crop V;SG;3;PRS
forerun V;SG;3;PRS
befile V.PTCP;PST
westernise V.PTCP;PST
unmount V.PTCP;PRS
exempt V;NFIN
bogey V;NFIN
encrypt V.PTCP;PRS
Lojbanize V;SG;3;PRS
accourage V.PTCP;PST
lozenge V;SG;3;PRS
overspend V;NFIN
airdrop V;NFIN
scruff V.PTCP;PRS
hiddle V;NFIN
undergird V;PST
backtrace V;SG;3;PRS
prang V.PTCP;PST
authourise V;PST
cremate V;SG;3;PRS
devictimize V;NFIN
bigfoot V.PTCP;PST
crump V;NFIN
pretape V;NFIN
wester V.PTCP;PST
permaban V;NFIN
overenjoy V;PST
yerk V;NFIN
windrow V;PST
imbarn V;PST
emburse V.PTCP;PRS
carboxylate V;SG;3;PRS
delegitimise V;NFIN
sweet-talk V.PTCP;PST
rhapsodize V;PST
proteolyze V;SG;3;PRS
yesk V;NFIN
web V;NFIN
unstink V;PST
virialise V;NFIN
unflesh V.PTCP;PST
mob V.PTCP;PST
gekker V;SG;3;PRS
revile V.PTCP;PST
ford V;SG;3;PRS
enambush V.PTCP;PRS
refollow V.PTCP;PRS
erupt V.PTCP;PRS
sleck V.PTCP;PST
ladify V.PTCP;PST
protoxidize V;PST
kernelize V.PTCP;PRS
full V.PTCP;PST
conditionalize V.PTCP;PRS
deuterate V.PTCP;PST
tat V.PTCP;PST
reequip V.PTCP;PST
mumble V.PTCP;PRS
forechoose V;PST
ready V.PTCP;PST
asepticize V;NFIN
bitt V;SG;3;PRS
cornify V;SG;3;PRS
bemadam V;SG;3;PRS
saddle V;PST
enquire V;NFIN
fistfight V;PST
swallie V;PST
isotropize V.PTCP;PST
circumvent V;SG;3;PRS
becrawl V.PTCP;PRS
underoptimize V;PST
sabre V;NFIN
stupefy V;PST
uncrate V;PST
auger V;NFIN
toddle V;PST
rethrow V;SG;3;PRS
tousle V.PTCP;PST
soporate V.PTCP;PST
overplough V;SG;3;PRS
nail V;NFIN
ure V.PTCP;PST
fistfight V.PTCP;PST
unclamp V;NFIN
forelift V;NFIN
up-end V;SG;3;PRS
lopper V.PTCP;PST
metaphorize V;NFIN
relabel V;SG;3;PRS
flush V;NFIN
Libyanize V.PTCP;PRS
smake V;NFIN
autodecrement V.PTCP;PST
mislist V.PTCP;PRS
undernim V.PTCP;PST
pip V.PTCP;PRS
destandardise V;PST
overlay V;PST
milt V.PTCP;PRS
shin V;SG;3;PRS
park V.PTCP;PRS
straggle V.PTCP;PST
empawn V.PTCP;PST
repaper V.PTCP;PRS
disuse V.PTCP;PST
submeter V;SG;3;PRS
parasitize V;PST
checker V.PTCP;PRS
divellicate V.PTCP;PST
exhaust V;SG;3;PRS
flump V.PTCP;PST
annotate V;PST
zinc V;PST
toswink V;PST
bill V;NFIN
belabor V;SG;3;PRS
immix V;SG;3;PRS
crome V;PST
steek V;SG;3;PRS
tartan V.PTCP;PST
docket V;SG;3;PRS
sauder V;NFIN
inwrap V;SG;3;PRS
oversedate V;SG;3;PRS
frain V.PTCP;PRS
hallow V;PST
flourish V;PST
attribute V;SG;3;PRS
lirk V;PST
outreport V;NFIN
overfund V.PTCP;PST
poopoo V.PTCP;PRS
forsmite V;PST
circumduce V;NFIN
reply V.PTCP;PRS
seriate V;NFIN
Instagram V;NFIN
disobey V;PST
telescope V.PTCP;PRS
faunch V.PTCP;PRS
preregister V.PTCP;PRS
suffice V;PST
mere V.PTCP;PST
empathize V;SG;3;PRS
enstrengthen V.PTCP;PST
outwin V;NFIN
sphacelate V;NFIN
ache V;SG;3;PRS
tup V;NFIN
uncluster V;NFIN
lionize V;NFIN
misogynise V;NFIN
pattinsonize V;NFIN
romp V.PTCP;PRS
snape V;NFIN
underlap V;NFIN
subnumerate V.PTCP;PRS
anodise V;SG;3;PRS
motorboat V;NFIN
batter V;PST
gross V;NFIN
coarticulate V.PTCP;PST
umbeset V.PTCP;PST
outborrow V;PST
impave V;PST
profre V.PTCP;PRS
annunciate V.PTCP;PRS
bewilder V.PTCP;PRS
misincorporate V;SG;3;PRS
imbathe V;NFIN
misstrike V.PTCP;PRS
ICQ V.PTCP;PRS
powershift V.PTCP;PST
winter V;NFIN
overreact V;NFIN
kayo V.PTCP;PST
withspeak V;SG;3;PRS
understitch V.PTCP;PST
one-shot V;SG;3;PRS
parasitise V;PST
unconfigure V.PTCP;PST
bedole V.PTCP;PRS
bemire V;NFIN
brass-neck V;PST
betumble V;NFIN
undersupply V;SG;3;PRS
cume V.PTCP;PST
abelianize V.PTCP;PST
underfinance V;NFIN
self-redress V.PTCP;PST
crotchet V.PTCP;PST
postscript V.PTCP;PRS
acquire V;PST
trow V;NFIN
actualise V.PTCP;PRS
regorge V;PST
homosexualise V;SG;3;PRS
bulletinize V;SG;3;PRS
overwear V;PST
papalize V.PTCP;PRS
abite V;NFIN
dip V;SG;3;PRS
plonk V;NFIN
high V;NFIN
crib V;PST
empoverish V;PST
predecease V.PTCP;PST
munify V.PTCP;PRS
congenerate V.PTCP;PST
reformalize V.PTCP;PRS
labilize V.PTCP;PST
divinize V;SG;3;PRS
pinwheel V;NFIN
obesify V.PTCP;PST
marinate V;NFIN
garble V;PST
reprobe V;NFIN
deposite V;SG;3;PRS
vow V;SG;3;PRS
tingle V;PST
spirit V.PTCP;PST
alliterate V.PTCP;PRS
deglottalize V;NFIN
affreight V.PTCP;PST
overfish V;SG;3;PRS
priss V;SG;3;PRS
decellularize V;SG;3;PRS
belast V;PST
levant V;NFIN
commute V.PTCP;PST
encompass V;NFIN
underregulate V;SG;3;PRS
æquate V;SG;3;PRS
bepurple V;PST
surface V;SG;3;PRS
reselect V;SG;3;PRS
rob V.PTCP;PRS
dogfight V;SG;3;PRS
skylark V;PST
hutch V;SG;3;PRS
sanguine V.PTCP;PRS
prohibit V.PTCP;PST
ert V;PST
moonlight V;SG;3;PRS
exsanguinate V.PTCP;PST
ranch V.PTCP;PRS
disaggregate V.PTCP;PST
forthfare V.PTCP;PST
immunise V.PTCP;PRS
wawl V;SG;3;PRS
quadruple V;NFIN
room V;PST
undertip V;SG;3;PRS
reinfest V;PST
upspring V;NFIN
forestay V.PTCP;PST
won V.PTCP;PST
forwax V.PTCP;PST
miseducate V.PTCP;PRS
bookkeep V;SG;3;PRS
deal V;PST
placate V.PTCP;PRS
misrelate V;PST
spelunk V.PTCP;PST
unravel V.PTCP;PST
chase V;NFIN
enode V.PTCP;PRS
discommode V.PTCP;PRS
heigh-ho V;NFIN
bive V;SG;3;PRS
retain V;SG;3;PRS
strafe V;PST
waive V;NFIN
quaff V.PTCP;PRS
spirtle V;SG;3;PRS
cockpunch V;PST
abroach V;PST
spay V.PTCP;PRS
slush V;PST
ogle V;PST
circ V;SG;3;PRS
mete V.PTCP;PST
reperforate V.PTCP;PRS
downrush V;NFIN
guilt-trip V.PTCP;PST
mewl V;PST
smatch V.PTCP;PRS
gate V.PTCP;PST
beclaw V.PTCP;PRS
kabob V.PTCP;PST
teaze V;NFIN
dealuminate V.PTCP;PST
caw V;NFIN
subpartition V.PTCP;PRS
deagglomerate V.PTCP;PRS
swound V.PTCP;PST
blameshift V;PST
reflag V.PTCP;PRS
restrain V;SG;3;PRS
soapbox V;SG;3;PRS
kick V;SG;3;PRS
outbreathe V.PTCP;PRS
phantasise V.PTCP;PST
explore V;SG;3;PRS
dive V;SG;3;PRS
quantitate V;PST
minor V;SG;3;PRS
rechamber V.PTCP;PST
aby V.PTCP;PRS
revise V;PST
ballyhoo V.PTCP;PRS
downcast V.PTCP;PRS
betall V;PST
dehypnotise V;PST
desensitize V.PTCP;PRS
unkennel V.PTCP;PRS
clapperclaw V.PTCP;PRS
sterilize V;NFIN
overexercise V;NFIN
disaccord V.PTCP;PST
olden V;SG;3;PRS
crape V.PTCP;PST
untongue V;NFIN
archetype V.PTCP;PRS
beflatter V.PTCP;PST
punt V;SG;3;PRS
aestheticize V;SG;3;PRS
outbid V;SG;3;PRS
wend V;SG;3;PRS
discommission V;PST
coin V;SG;3;PRS
adduce V.PTCP;PRS
crescent V;SG;3;PRS
leaguer V;PST
tranquillise V.PTCP;PRS
apperceive V;PST
warsh V;PST
retard V;NFIN
squawk V.PTCP;PRS
clonk V;PST
ramrod V;PST
complement V;NFIN
endenture V;NFIN
pot V.PTCP;PST
jinx V.PTCP;PRS
summate V.PTCP;PST
curlicue V;NFIN
potty V;SG;3;PRS
militarize V;PST
serpent V.PTCP;PRS
enqueue V;SG;3;PRS
Socinianize V.PTCP;PRS
forcleave V;NFIN
squiggle V;SG;3;PRS
conglobate V.PTCP;PST
sculpture V.PTCP;PST
fleer V;SG;3;PRS
lurch V;NFIN
pantheonise V.PTCP;PST
outfrown V;NFIN
papyrograph V.PTCP;PRS
apple-polish V.PTCP;PST
glaum V;NFIN
blemish V.PTCP;PST
associate V;PST
backreact V;PST
breakfast V;NFIN
prairie-dog V.PTCP;PRS
Croatianise V;SG;3;PRS
miswant V.PTCP;PST
pertain V;NFIN
dementate V;NFIN
behest V.PTCP;PST
outspin V;NFIN
manicure V;PST
overclock V;SG;3;PRS
overpoise V;NFIN
surprise V;NFIN
unbrake V.PTCP;PST
stabilitate V;NFIN
baseline V;SG;3;PRS
mirken V.PTCP;PRS
paddle V.PTCP;PRS
moot V;NFIN
chaw V;PST
tharf V.PTCP;PRS
gate-crash V;SG;3;PRS
compute V;PST
cook V;PST
teeter V.PTCP;PST
fluster V;NFIN
quininize V.PTCP;PST
face V;PST
retee V;PST
hound V.PTCP;PRS
remote V.PTCP;PST
glean V.PTCP;PRS
upstart V;PST
enlist V;PST
begink V;NFIN
unmarshal V;PST
nick V;NFIN
retouch V.PTCP;PST
cavalcade V.PTCP;PRS
transclude V;PST
decrease V.PTCP;PRS
republish V.PTCP;PST
swiss V;NFIN
snithe V;NFIN
phagocytose V.PTCP;PST
duel V.PTCP;PST
pistolwhip V.PTCP;PRS
immanentise V.PTCP;PRS
newmould V.PTCP;PRS
ecchymose V;SG;3;PRS
tampon V.PTCP;PRS
multiply V;NFIN
sandblast V;NFIN
mart V;NFIN
gangle V;NFIN
embosom V.PTCP;PST
counter-attack V.PTCP;PST
roof V;NFIN
debuccalize V.PTCP;PST
lesion V.PTCP;PST
provincialise V.PTCP;PRS
outlead V;SG;3;PRS
chargrill V;SG;3;PRS
cubiclize V;SG;3;PRS
foresave V;PST
tombstone V;PST
mitigate V;SG;3;PRS
dimerise V;PST
productise V;SG;3;PRS
tinker V;PST
reclasp V;SG;3;PRS
underbid V.PTCP;PST
bork V.PTCP;PST
perfricate V.PTCP;PST
beeline V;NFIN
chivy V;PST
formularize V.PTCP;PST
begay V.PTCP;PST
dereligionise V.PTCP;PRS
outrush V;NFIN
scyle V;NFIN
rehang V;NFIN
field V.PTCP;PST
apostatise V;SG;3;PRS
mark V;PST
ransom V;NFIN
infilter V.PTCP;PRS
pulverize V;NFIN
miniature V;PST
filmize V;NFIN
atomize V.PTCP;PST
specify V;PST
erotise V;PST
unworship V;PST
degenderize V;NFIN
beshite V;PST
restaple V;PST
audit V.PTCP;PRS
torment V;NFIN
subtweet V;NFIN
upmodulate V;NFIN
yuck V.PTCP;PST
beweigh V;SG;3;PRS
exceed V;NFIN
goof V;SG;3;PRS
autocatalyze V.PTCP;PRS
underpart V;PST
swash V;SG;3;PRS
coffin V;PST
slime V;SG;3;PRS
strobilate V.PTCP;PST
convent V;SG;3;PRS
hijabize V.PTCP;PRS
dismutate V.PTCP;PST
unweight V.PTCP;PST
fetter V;NFIN
hypersexualise V;SG;3;PRS
summon V;NFIN
structure V.PTCP;PST
amit V.PTCP;PST
pote V;SG;3;PRS
besprenge V.PTCP;PST
overheat V;NFIN
immure V;NFIN
abject V;NFIN
hydroentangle V.PTCP;PRS
chequerboard V.PTCP;PRS
outwoo V.PTCP;PST
witness V;SG;3;PRS
reemploy V.PTCP;PRS
drop V.PTCP;PST
unpolish V;SG;3;PRS
basil V;SG;3;PRS
rebatch V;SG;3;PRS
anticize V;PST
evaporate V.PTCP;PRS
linearise V;PST
subvene V;NFIN
mephitize V;PST
previse V.PTCP;PST
emborder V;NFIN
nibble V;PST
favorite V;NFIN
deadstick V;NFIN
out-slut V.PTCP;PRS
substruct V.PTCP;PST
rewed V;PST
yard-sale V;NFIN
leint V;NFIN
superrefine V;SG;3;PRS
yip V;SG;3;PRS
regard V;PST
beclout V.PTCP;PRS
rule V;SG;3;PRS
contuse V;SG;3;PRS
reënforce V.PTCP;PRS
transcorporate V.PTCP;PRS
analyze V;NFIN
immobilize V.PTCP;PST
fullcome V.PTCP;PST
quadrille V.PTCP;PST
dry V;PST
whew V;SG;3;PRS
cypher V;SG;3;PRS
unnerstand V;SG;3;PRS
incremate V;SG;3;PRS
soar V.PTCP;PST
divulge V;NFIN
underlie V;PST
petrify V.PTCP;PST
yote V;PST
sleeve V;SG;3;PRS
forthlook V;PST
mainline V;PST
retaliate V;PST
effluviate V.PTCP;PRS
overtread V.PTCP;PST
emove V.PTCP;PRS
quiver V.PTCP;PST
expatriate V;SG;3;PRS
minify V.PTCP;PRS
postpose V.PTCP;PRS
besmoke V.PTCP;PRS
segment V;PST
feudalise V;SG;3;PRS
dight V.PTCP;PRS
thumbnail V;NFIN
transship V.PTCP;PST
lie V.PTCP;PST
jury-rig V.PTCP;PST
bluff V;PST
sir V.PTCP;PST
surface V.PTCP;PST
metamorphosize V;NFIN
autoxidise V;SG;3;PRS
percuss V.PTCP;PRS
cofound V.PTCP;PRS
endorse V;PST
recohere V;SG;3;PRS
unenroll V.PTCP;PRS
betie V;PST
suppress V.PTCP;PRS
misbefall V;PST
deactivate V.PTCP;PST
board V.PTCP;PRS
re-sign V.PTCP;PST
gang-rape V;NFIN
sham V.PTCP;PST
disrepute V;NFIN
stack V.PTCP;PRS
inosculate V;NFIN
unshoulder V;NFIN
re-engage V.PTCP;PST
reboot V.PTCP;PRS
unshell V.PTCP;PST
Judaize V.PTCP;PRS
megaphone V;PST
overwait V;SG;3;PRS
pot V;SG;3;PRS
enstool V;PST
loricate V.PTCP;PRS
repro V.PTCP;PRS
syncopize V.PTCP;PRS
graze V.PTCP;PST
memoise V;SG;3;PRS
tremour V;SG;3;PRS
damaskeen V;PST
remonstrate V;SG;3;PRS
improvize V.PTCP;PST
enmuffle V;NFIN
admit V.PTCP;PST
intervary V.PTCP;PRS
Germanize V;NFIN
outdazzle V;NFIN
spec V;PST
chipmunk V;PST
reëvaluate V.PTCP;PRS
overprotect V;SG;3;PRS
haramize V;NFIN
gambol V.PTCP;PRS
downcast V;PST
frogmarch V;PST
splooge V.PTCP;PST
recooper V.PTCP;PST
dowry V.PTCP;PST
Hispanicize V;NFIN
malloc V;NFIN
autoregulate V;NFIN
overvote V;PST
tablet V.PTCP;PST
ethnicize V;PST
invisibilize V;PST
forspend V;SG;3;PRS
weaponize V.PTCP;PST
forcurse V;PST
gelatinate V;PST
embathe V;PST
outthink V;SG;3;PRS
mascara V;PST
overmanipulate V;NFIN
windsurf V;SG;3;PRS
accumber V;SG;3;PRS
craft V;SG;3;PRS
becover V;NFIN
gekker V;PST
bespot V.PTCP;PST
kerb V.PTCP;PST
outvenom V.PTCP;PST
gasp V.PTCP;PRS
paum V.PTCP;PST
enniche V;PST
garble V.PTCP;PRS
pursue V;NFIN
bodder V.PTCP;PRS
crase V.PTCP;PST
simulcast V;SG;3;PRS
misappropriate V;NFIN
geg V.PTCP;PRS
ensorcel V.PTCP;PST
tram V;PST
overprovision V.PTCP;PST
avocate V;SG;3;PRS
ensweeten V.PTCP;PST
mopy V.PTCP;PST
neoterize V;SG;3;PRS
unhold V;SG;3;PRS
saran-wrap V;PST
underwise V;NFIN
power-walk V.PTCP;PRS
cabin V.PTCP;PST
instaure V;PST
stalemate V.PTCP;PST
grift V;SG;3;PRS
enguard V.PTCP;PRS
snowmobile V;SG;3;PRS
smell V;PST
disrecommend V.PTCP;PRS
tsk V.PTCP;PST
commigrate V;PST
dismask V.PTCP;PST
bedwarf V.PTCP;PRS
emule V;PST
yammer V;SG;3;PRS
overcrow V.PTCP;PST
pencil V.PTCP;PST
sputter V;NFIN
devolute V;PST
jerry-rig V.PTCP;PRS
telemonitor V;SG;3;PRS
unbale V.PTCP;PRS
elongate V;PST
gnarl V;NFIN
rasp V.PTCP;PRS
reauction V;PST
gryde V.PTCP;PRS
shie V;SG;3;PRS
homologate V.PTCP;PRS
surfle V.PTCP;PRS
charioteer V;NFIN
restaurate V;NFIN
debrief V;PST
sloth V;SG;3;PRS
discept V;SG;3;PRS
dreep V;SG;3;PRS
Catalanize V;PST
polyubiquitylate V.PTCP;PST
quickstep V;NFIN
deradicalise V.PTCP;PRS
staycate V.PTCP;PRS
torfel V;NFIN
karyotype V.PTCP;PRS
devulcanize V;NFIN
topicalize V;SG;3;PRS
poormouth V;NFIN
superinduce V;NFIN
dishonnour V;SG;3;PRS
precut V.PTCP;PST
abraid V;NFIN
synthesize V;SG;3;PRS
expolish V;PST
uncomplicate V;SG;3;PRS
rewax V.PTCP;PRS
overcollateralize V.PTCP;PST
precurse V;PST
overbalance V;PST
javelin V;SG;3;PRS
double-declutch V;NFIN
inocubate V.PTCP;PRS
endoctrine V;NFIN
foretoken V;PST
concretise V;NFIN
siss V.PTCP;PRS
clerk V;NFIN
pultrude V;PST
anger V.PTCP;PRS
tincture V;NFIN
commove V.PTCP;PST
somnabulate V.PTCP;PST
transmute V;NFIN
snarfle V;SG;3;PRS
deleverage V.PTCP;PRS
resmooth V;PST
foal V.PTCP;PRS
obumbrate V;SG;3;PRS
temporize V;SG;3;PRS
staple V.PTCP;PST
whip V.PTCP;PST
experiment V.PTCP;PRS
rejourn V;SG;3;PRS
santer V;SG;3;PRS
overtreat V;SG;3;PRS
marry V;NFIN
perfume V;PST
Facebook V;SG;3;PRS
deoxygenate V;NFIN
paraphrase V;SG;3;PRS
pun V.PTCP;PRS
sog V;SG;3;PRS
check-call V.PTCP;PST
reimmerse V.PTCP;PST
stare V.PTCP;PST
preconceive V.PTCP;PRS
flee V.PTCP;PST
tout V.PTCP;PST
milestone V;PST
demolish V.PTCP;PRS
disentrance V.PTCP;PRS
glorify V;NFIN
denotate V.PTCP;PST
proteolyze V.PTCP;PRS
yark V.PTCP;PRS
gawk V;NFIN
discolor V;PST
knot V;SG;3;PRS
collar V.PTCP;PST
immanentize V.PTCP;PRS
decommunize V;NFIN
enduer V;SG;3;PRS
pustulate V.PTCP;PST
casevac V;SG;3;PRS
debloat V;NFIN
bunny-hop V.PTCP;PRS
phase V;PST
bucket V.PTCP;PST
steups V.PTCP;PRS
recule V;SG;3;PRS
coconspire V;NFIN
amass V;NFIN
biff V.PTCP;PST
fiberglass V.PTCP;PST
desolvate V;PST
meteor V;PST
kafirize V;PST
jarp V.PTCP;PRS
reoppose V.PTCP;PRS
offcast V.PTCP;PRS
neologize V;SG;3;PRS
numericise V.PTCP;PRS
ingorge V.PTCP;PRS
encloister V;NFIN
preferr V;PST
de-equitize V;NFIN
automount V.PTCP;PRS
anchor V.PTCP;PRS
infrigidate V.PTCP;PST
denizen V;PST
velcome V;NFIN
denaturalize V.PTCP;PST
trendify V;SG;3;PRS
reexhibit V.PTCP;PRS
splash V;PST
queef V;SG;3;PRS
rush V;PST
fructuate V;NFIN
deracemize V.PTCP;PST
beshite V.PTCP;PRS
concur V.PTCP;PST
ramp V;SG;3;PRS
goblinize V;NFIN
glome V;SG;3;PRS
beman V;SG;3;PRS
deminiaturize V.PTCP;PST
irreconcile V;NFIN
shelter V;NFIN
slapdash V.PTCP;PRS
winsorize V.PTCP;PRS
ruff V;PST
become V.PTCP;PRS
enmire V;SG;3;PRS
cess V.PTCP;PST
awaken V;PST
puzzle V;PST
outright V.PTCP;PST
slow V.PTCP;PRS
bobsled V.PTCP;PRS
transitivize V;SG;3;PRS
befall V;SG;3;PRS
bleb V.PTCP;PST
overapproximate V.PTCP;PST
upcycle V;PST
commune V.PTCP;PRS
appair V;SG;3;PRS
overlend V;PST
thresh V;PST
insnarl V.PTCP;PRS
overscreen V;PST
zinc V.PTCP;PST
againsay V;NFIN
defame V.PTCP;PRS
impearl V;SG;3;PRS
screenscrape V;SG;3;PRS
outpreach V;SG;3;PRS
besmooth V.PTCP;PRS
foryield V;PST
belch V.PTCP;PST
vilify V;NFIN
bloque V.PTCP;PRS
pommel V.PTCP;PST
fulfill V;NFIN
prebake V;NFIN
dehypnotize V;NFIN
uncloak V.PTCP;PST
paralyze V;PST
faffle V.PTCP;PST
manscape V;PST
resow V.PTCP;PST
insularize V;SG;3;PRS
remote V.PTCP;PRS
exactify V;NFIN
alcoholise V;SG;3;PRS
abound V.PTCP;PST
torch V;NFIN
chromakey V;SG;3;PRS
bless V;NFIN
amuse V;PST
behand V;PST
lesbianize V;NFIN
waitlist V;PST
debug V;NFIN
deregister V;NFIN
strip-search V;PST
enscale V.PTCP;PRS
gel V;SG;3;PRS
yes V;NFIN
reaccuse V;PST
silver-plate V.PTCP;PRS
skinnydip V;PST
Tyndallize V;NFIN
outyell V;NFIN
undersleep V;PST
allocate V;NFIN
interess V;SG;3;PRS
mitre V;NFIN
pop V;PST
newmould V.PTCP;PST
inmove V.PTCP;PRS
unspool V;NFIN
rogue V;PST
splosh V.PTCP;PST
bestar V;PST
pre-pone V;NFIN
immiserate V;SG;3;PRS
quirt V;PST
overfarm V;SG;3;PRS
sunnitize V;NFIN
uncongeal V;PST
compose V.PTCP;PRS
off-road V;PST
constitutionalize V;SG;3;PRS
case V;NFIN
redream V.PTCP;PRS
pass V;NFIN
zip V;PST
push-bike V.PTCP;PRS
wangle V;NFIN
myristylate V;PST
underpart V;NFIN
oratorize V;SG;3;PRS
frap V;NFIN
speckle V;PST
shoggle V.PTCP;PST
jouk V;NFIN
overhunt V;PST
bastonade V.PTCP;PST
miscapitalize V;NFIN
crack V.PTCP;PST
hongi V;NFIN
unaccept V;SG;3;PRS
inbend V.PTCP;PRS
cross-multiply V.PTCP;PRS
ionise V;NFIN
rehome V;NFIN
misgovern V;NFIN
enrank V.PTCP;PST
fibrin V;SG;3;PRS
reenforce V;NFIN
gedge V;SG;3;PRS
mesmerise V.PTCP;PRS
oversit V.PTCP;PRS
schlep V;NFIN
awake V;NFIN
haplologize V;NFIN
resurvey V.PTCP;PST
plodge V.PTCP;PRS
unionize V.PTCP;PST
mobilize V;SG;3;PRS
denuclearize V.PTCP;PRS
pommel V;SG;3;PRS
vessel V.PTCP;PST
sate V;PST
misrepute V;SG;3;PRS
rantipole V.PTCP;PRS
swim V.PTCP;PRS
saccharify V;SG;3;PRS
queme V.PTCP;PST
milk V;SG;3;PRS
reperforate V;PST
outscorn V;PST
eventuate V.PTCP;PST
villainize V.PTCP;PRS
thoil V;PST
mellow V.PTCP;PST
junket V;NFIN
outfling V;SG;3;PRS
linger V.PTCP;PST
firebolt V;NFIN
hyperpolarise V;SG;3;PRS
damn V.PTCP;PST
cement V;NFIN
stoak V;PST
Balkanise V;NFIN
identify V;NFIN
disapparate V;PST
rediagonalize V;NFIN
showcase V;PST
hoar V.PTCP;PRS
PowerPoint V.PTCP;PRS
trump V;NFIN
rear-end V;PST
shapen V;PST
synchronise V;SG;3;PRS
hurt V.PTCP;PST
pornographise V;NFIN
clip V.PTCP;PST
jole V.PTCP;PRS
heterolyze V;PST
quetch V.PTCP;PRS
proffre V.PTCP;PRS
gorge V;SG;3;PRS
mell V.PTCP;PST
lexicalise V;SG;3;PRS
factify V.PTCP;PRS
orientalize V;NFIN
nostrificate V.PTCP;PRS
mwah-mwah V;PST
accession V;SG;3;PRS
lin V.PTCP;PST
glove V.PTCP;PRS
guile V;NFIN
customise V;SG;3;PRS
rebaseline V.PTCP;PST
nerf V.PTCP;PRS
refamiliarize V;NFIN
preweight V.PTCP;PST
brank V;SG;3;PRS
pressgang V;NFIN
becatch V;PST
mouthfuck V;NFIN
mart V;PST
invisiblize V;NFIN
underfill V.PTCP;PST
cytolyze V;PST
re-up V;SG;3;PRS
backwind V.PTCP;PST
venditate V.PTCP;PST
outvoice V;PST
relitigate V.PTCP;PRS
appropriate V.PTCP;PST
engrave V;NFIN
disinsert V;PST
misrepresent V;NFIN
reinduct V;SG;3;PRS
deburse V;SG;3;PRS
harpoon V.PTCP;PRS
calcify V;PST
substantivise V.PTCP;PRS
announce V;SG;3;PRS
dispone V;SG;3;PRS
autocatalyse V;PST
coinsure V.PTCP;PST
attask V;PST
scamper V.PTCP;PRS
serialize V.PTCP;PST
shrowd V;NFIN
recourse V.PTCP;PRS
rebel V.PTCP;PST
eulogize V;PST
repeat V;NFIN
slurry V;PST
logic V;NFIN
jury-rig V;NFIN
overwin V.PTCP;PST
reshrink V.PTCP;PRS
downshift V;SG;3;PRS
satisfy V.PTCP;PRS
befinger V.PTCP;PRS
cabalize V;SG;3;PRS
experiment V.PTCP;PST
idolatrize V.PTCP;PST
worry V;NFIN
frazzle V;SG;3;PRS
diminish V;SG;3;PRS
gralloch V.PTCP;PST
mislocate V.PTCP;PRS
outen V;PST
act V;NFIN
undust V.PTCP;PRS
chock V.PTCP;PST
maffle V.PTCP;PRS
structuralize V;SG;3;PRS
enchant V;NFIN
bepelt V.PTCP;PST
impallid V;NFIN
rasterise V;SG;3;PRS
infrigidate V;PST
bluff V.PTCP;PST
bacterize V;PST
bestain V;NFIN
understand V.PTCP;PST
mason V;PST
jol V;PST
cully V.PTCP;PRS
floss V;PST
embrine V;SG;3;PRS
alchemize V;PST
contrive V.PTCP;PST
pretypify V.PTCP;PRS
roughcast V;NFIN
maleficiate V;NFIN
fold V;SG;3;PRS
counterilluminate V;SG;3;PRS
drivel V;PST
contrast V.PTCP;PRS
orphan V;NFIN
opalesce V.PTCP;PST
reinnervate V.PTCP;PST
version V;PST
kerb V;NFIN
intake V.PTCP;PRS
introject V.PTCP;PRS
recalibrate V.PTCP;PRS
culminate V.PTCP;PST
rehab V;NFIN
cantonize V;PST
thoriate V;PST
prill V.PTCP;PRS
localise V;NFIN
violent V;NFIN
disconcert V.PTCP;PRS
extort V;SG;3;PRS
outrive V;NFIN
mousse V.PTCP;PST
obduce V;SG;3;PRS
unyoke V;SG;3;PRS
readdress V.PTCP;PRS
shamanize V.PTCP;PST
sprog V;NFIN
develop V;NFIN
essentialize V;PST
deposite V.PTCP;PRS
jihadise V.PTCP;PRS
myek V.PTCP;PST
sacredize V.PTCP;PRS
remarginalize V;NFIN
ungrease V;PST
inbring V;SG;3;PRS
conversationalize V.PTCP;PRS
stone V.PTCP;PRS
defer V;NFIN
ridge V;NFIN
drouge V;SG;3;PRS
refocillate V.PTCP;PRS
interwreathe V.PTCP;PST
tottle V;PST
exponentiate V;PST
flavor V.PTCP;PRS
scrutiny V;PST
Mediterraneanise V;NFIN
desymmetrize V;PST
previsualize V;PST
cuckoo V;SG;3;PRS
disbowel V;NFIN
harmonise V;NFIN
temple V.PTCP;PRS
laconize V.PTCP;PST
interlist V;PST
beclothe V.PTCP;PST
polygamize V.PTCP;PRS
buss V.PTCP;PST
ingurgitate V.PTCP;PST
untabify V;SG;3;PRS
wale V;NFIN
mele V.PTCP;PST
reborrow V;SG;3;PRS
sneb V.PTCP;PST
edge V;SG;3;PRS
stenograph V.PTCP;PRS
teleguide V.PTCP;PRS
unpickle V;PST
snirt V;PST
repipe V.PTCP;PRS
astound V.PTCP;PST
hock V;NFIN
enunciate V;SG;3;PRS
kyanise V;SG;3;PRS
baton V.PTCP;PRS
thurl V.PTCP;PST
unclothe V.PTCP;PST
meander V;SG;3;PRS
featherbed V;NFIN
Lewinsky V.PTCP;PST
metrify V;PST
endenize V;NFIN
opsonize V;SG;3;PRS
hafta V;SG;3;PRS
overdilute V;SG;3;PRS
rebid V.PTCP;PST
neeze V;NFIN
Ukrainianise V;NFIN
afterthought V.PTCP;PRS
shout V.PTCP;PRS
coactivate V.PTCP;PST
skeleton V;SG;3;PRS
winterfeed V;NFIN
arterialize V.PTCP;PST
humorise V;PST
buckram V;NFIN
fractalize V.PTCP;PST
misrule V;NFIN
forslouthe V;PST
realize V.PTCP;PRS
countermand V;PST
obsign V;PST
kiver V;PST
detonate V.PTCP;PRS
marvel V;PST
term-limit V.PTCP;PRS
rive V;PST
decolorise V;PST
compassion V.PTCP;PST
backshine V;PST
wave V;NFIN
biodegrade V.PTCP;PST
presentiate V.PTCP;PST
womanize V.PTCP;PST
spancel V;SG;3;PRS
undercry V.PTCP;PRS
forslow V;NFIN
excuss V.PTCP;PST
algebraicize V;SG;3;PRS
shortchange V;SG;3;PRS
undercut V.PTCP;PST
underdo V;NFIN
design V;SG;3;PRS
co-parent V;SG;3;PRS
keen V;PST
associate V;NFIN
overhear V.PTCP;PRS
task V;PST
phlegmatize V.PTCP;PST
slide-tackle V.PTCP;PST
outflux V.PTCP;PRS
cloverleaf V.PTCP;PRS
step V;PST
dwale V;NFIN
overdate V;SG;3;PRS
emblemize V;PST
spirit V;NFIN
transshape V.PTCP;PST
videotape V;NFIN
weasel V.PTCP;PRS
outfit V;SG;3;PRS
toxicate V.PTCP;PRS
fur V;SG;3;PRS
upset V.PTCP;PST
overrefine V;SG;3;PRS
unsteady V;PST
dee V;SG;3;PRS
economise V.PTCP;PRS
misfit V;NFIN
Turkify V.PTCP;PST
misregulate V;PST
assemble V;SG;3;PRS
lie V;PST
outride V.PTCP;PRS
forebring V.PTCP;PRS
nictitate V;SG;3;PRS
dwindle V.PTCP;PRS
yaup V;PST
transanimate V.PTCP;PRS
lackey V;PST
superstrain V.PTCP;PST
gar V;PST
ensnare V;SG;3;PRS
redial V.PTCP;PRS
lofe V;PST
outray V;SG;3;PRS
plaud V.PTCP;PST
scut V;SG;3;PRS
emprison V;NFIN
beslobber V;PST
forthset V.PTCP;PST
bruit V.PTCP;PST
Gothicize V;NFIN
cæment V;SG;3;PRS
viscerate V.PTCP;PST
tremor V.PTCP;PRS
uudecode V;SG;3;PRS
slalom V;NFIN
encore V.PTCP;PST
bemoisten V.PTCP;PRS
crisp V;NFIN
intervert V.PTCP;PST
title V.PTCP;PRS
ayield V.PTCP;PST
dance V;NFIN
microcrack V;PST
begeck V;PST
acidulate V;PST
twire V;SG;3;PRS
cover V.PTCP;PRS
dewet V;PST
wreak V;PST
outsoar V;NFIN
gimp V.PTCP;PRS
prelight V;NFIN
engreaten V.PTCP;PST
expolish V;NFIN
bud V;SG;3;PRS
unstrand V;NFIN
undercreep V;PST
equivalate V.PTCP;PST
fate V.PTCP;PRS
bedizzen V;NFIN
posit V.PTCP;PRS
AND V;PST
hough V;NFIN
misdevelop V.PTCP;PST
gnosticize V;SG;3;PRS
reimpress V;SG;3;PRS
crossclaim V.PTCP;PRS
budget V.PTCP;PST
fortune V.PTCP;PRS
ingender V.PTCP;PST
dudder V;SG;3;PRS
reanneal V;NFIN
affright V;PST
intangle V.PTCP;PRS
symbolise V;PST
deburse V;PST
underperceive V.PTCP;PST
beland V.PTCP;PRS
featherstitch V;SG;3;PRS
roadtest V;NFIN
decongest V;NFIN
drill V;PST
Italianise V;NFIN
androgynise V.PTCP;PST
capsize V.PTCP;PST
issue V;NFIN
unlink V.PTCP;PST
vaporise V;NFIN
reaccelerate V;PST
vidcast V;NFIN
Australianise V.PTCP;PRS
wait V.PTCP;PRS
absolutize V.PTCP;PRS
copublish V;SG;3;PRS
whale V.PTCP;PST
safe-guard V;SG;3;PRS
zoomorphize V.PTCP;PRS
skootch V;SG;3;PRS
aah V.PTCP;PST
rolf V;SG;3;PRS
unhandcuff V;NFIN
cofractionate V;NFIN
reëmit V;SG;3;PRS
arsenicate V;SG;3;PRS
funk V.PTCP;PRS
heave V;PST
letheonize V.PTCP;PST
disgarland V.PTCP;PST
vitalize V;NFIN
repartition V;NFIN
discovre V;SG;3;PRS
predate V;SG;3;PRS
interjoin V;NFIN
bield V;NFIN
unsolemnize V.PTCP;PRS
whisk V;NFIN
glycosylate V.PTCP;PST
confederate V;PST
repullulate V.PTCP;PRS
devow V;PST
umbelappe V;SG;3;PRS
chalk V;NFIN
cyclotetramerize V;SG;3;PRS
swoop V;SG;3;PRS
overbrand V;PST
regularise V.PTCP;PRS
slack V.PTCP;PST
reperform V;PST
perennate V.PTCP;PST
photocompose V;PST
extermine V.PTCP;PST
double-deal V;NFIN
behold V;SG;3;PRS
countrify V;PST
retax V;NFIN
forlong V.PTCP;PST
mire V;NFIN
underbind V;NFIN
playe V.PTCP;PST
ideate V.PTCP;PST
psalm V.PTCP;PRS
characterize V;NFIN
marcot V;SG;3;PRS
outbrazen V.PTCP;PST
enstrew V.PTCP;PST
belike V;NFIN
summit V.PTCP;PRS
sugar-coat V;SG;3;PRS
gore V;NFIN
remonetise V;NFIN
unswear V.PTCP;PRS
slaver V.PTCP;PRS
spouse V;NFIN
wallcrawl V.PTCP;PST
overlubricate V.PTCP;PST
nicen V.PTCP;PST
wank V.PTCP;PRS
brighten V;PST
ablegate V.PTCP;PST
dishabituate V;NFIN
uncrate V.PTCP;PRS
unmanacle V.PTCP;PRS
metamorphose V.PTCP;PRS
advance V;SG;3;PRS
overwalk V;PST
farce V.PTCP;PST
retund V.PTCP;PST
sorn V.PTCP;PRS
dilaniate V;SG;3;PRS
crochet V.PTCP;PRS
xeriscape V.PTCP;PST
Zionise V;NFIN
substantiate V.PTCP;PST
uncrystallize V;SG;3;PRS
fructify V;PST
counterindicate V;PST
shritch V.PTCP;PST
outrebound V;PST
bejade V;PST
monophthongise V.PTCP;PRS
sunnitize V;SG;3;PRS
descrive V.PTCP;PRS
outline V.PTCP;PRS
recriminalize V.PTCP;PST
telemarket V;PST
bobbitt V.PTCP;PRS
rub V;PST
sour V;SG;3;PRS
mix V.PTCP;PRS
insnare V;PST
avocate V.PTCP;PST
reroast V;NFIN
debilitate V;NFIN
perjure V.PTCP;PRS
hackle V.PTCP;PST
nationalize V.PTCP;PRS
derecognise V.PTCP;PST
imbarn V.PTCP;PRS
prevet V;NFIN
restock V;SG;3;PRS
bose V.PTCP;PST
reknit V.PTCP;PST
embeam V.PTCP;PRS
hummel V;NFIN
unshale V;PST
over-estimate V.PTCP;PST
casket V;SG;3;PRS
well-order V;PST
trothplight V.PTCP;PRS
axe V;PST
uncurtain V;SG;3;PRS
enspect V.PTCP;PST
ptyalize V;PST
poast V.PTCP;PST
aggregate V.PTCP;PRS
rememorize V.PTCP;PST
sacrifice V;SG;3;PRS
outskin V;PST
wayfare V.PTCP;PST
sequestrate V;NFIN
perspire V;PST
tool V.PTCP;PST
praise V;NFIN
trace V;SG;3;PRS
log V.PTCP;PRS
bankroll V.PTCP;PST
autoflow V;SG;3;PRS
corrugate V;NFIN
anglicize V;PST
startle V.PTCP;PRS
welcome V;NFIN
espouse V;NFIN
gaggle V;SG;3;PRS
fawn V;NFIN
conjugate V.PTCP;PST
dry-hump V;SG;3;PRS
deglycosylate V;SG;3;PRS
unsnag V;SG;3;PRS
immanentise V;SG;3;PRS
flox V;NFIN
delist V;PST
top-rope V.PTCP;PST
knaw V.PTCP;PRS
bore V;NFIN
lenify V;NFIN
ascertain V;PST
perforate V;PST
letheonize V;PST
insulate V;NFIN
misgrade V.PTCP;PRS
photolyse V.PTCP;PRS
dunt V.PTCP;PRS
trounce V.PTCP;PST
infarce V;NFIN
hough V;PST
stain V;PST
interess V.PTCP;PST
forebuy V;SG;3;PRS
milt V;NFIN
monger V;SG;3;PRS
buckler V.PTCP;PRS
militate V;NFIN
nictate V;SG;3;PRS
formylate V;NFIN
intonate V.PTCP;PST
outrange V;PST
scrouge V.PTCP;PST
præpare V;PST
power V;PST
unleash V;SG;3;PRS
mosh V;SG;3;PRS
supercool V.PTCP;PRS
terrorize V.PTCP;PST
niche V;PST
inwork V;PST
jackhammer V;PST
engrave V;SG;3;PRS
state V.PTCP;PRS
harrage V;SG;3;PRS
copromote V.PTCP;PST
countersecure V;NFIN
whitestone V;NFIN
bromize V.PTCP;PST
tumb V;PST
reembody V.PTCP;PST
outreckon V.PTCP;PRS
echelon V.PTCP;PRS
microtitrate V.PTCP;PST
pwn V;PST
speak V;NFIN
microchunk V;PST
autodelete V;SG;3;PRS
hostilize V;PST
swelter V.PTCP;PST
demean V;NFIN
largen V.PTCP;PRS
greenwash V;NFIN
starboard V.PTCP;PST
cherrypick V.PTCP;PST
bandage V;SG;3;PRS
truncheon V;NFIN
overpersuade V.PTCP;PRS
mishit V.PTCP;PST
starken V;SG;3;PRS
unkiss V;SG;3;PRS
underspecify V;PST
reproject V;PST
salinise V.PTCP;PST
berate V.PTCP;PST
atscape V;SG;3;PRS
denegate V;SG;3;PRS
chor V.PTCP;PRS
quintuplicate V.PTCP;PRS
oversexualize V;NFIN
realter V.PTCP;PRS
beghost V;NFIN
resolidify V;SG;3;PRS
functionate V;NFIN
benefice V;SG;3;PRS
anonymise V.PTCP;PST
fineer V.PTCP;PST
downlight V.PTCP;PST
victual V;NFIN
flutter V;NFIN
foremind V;PST
deaden V.PTCP;PRS
ooh V.PTCP;PRS
requeen V;NFIN
redeposit V.PTCP;PRS
atrede V.PTCP;PST
concenter V.PTCP;PRS
popcorn V;NFIN
tippy-toe V;PST
besing V;NFIN
difficultate V.PTCP;PST
lot V;PST
strip-search V.PTCP;PST
initial V.PTCP;PST
resow V;SG;3;PRS
preprint V.PTCP;PST
unassert V;SG;3;PRS
doubt V.PTCP;PRS
raim V.PTCP;PST
viva V.PTCP;PRS
discover V;NFIN
resurge V.PTCP;PST
metastasize V;NFIN
nitrosate V.PTCP;PRS
pervert V;PST
suspect V.PTCP;PRS
sire V;PST
resynchronize V.PTCP;PRS
smash V.PTCP;PST
apprise V.PTCP;PST
mortify V;PST
benefice V.PTCP;PRS
reindent V;PST
cofractionate V;PST
Velcro V;SG;3;PRS
fart V;PST
sheave V;SG;3;PRS
snithe V.PTCP;PRS
paradise V.PTCP;PRS
anguish V;NFIN
impoison V;SG;3;PRS
homer V;SG;3;PRS
prevision V;NFIN
frump V;SG;3;PRS
tantamount V.PTCP;PRS
starburst V.PTCP;PRS
realter V;PST
proof V;PST
carjack V;NFIN
smail V;PST
turtle V.PTCP;PST
overbide V;PST
reinterview V;PST
attask V.PTCP;PRS
polyadenylate V;SG;3;PRS
glassify V;NFIN
comprint V;SG;3;PRS
anger V;NFIN
crest V.PTCP;PRS
bronze V.PTCP;PRS
sepulture V.PTCP;PRS
footfuck V.PTCP;PST
debitter V;SG;3;PRS
camouflage V;PST
bewend V.PTCP;PST
convey V;NFIN
chronologize V;NFIN
catalogize V.PTCP;PST
flecker V;PST
ahh V.PTCP;PRS
reparate V.PTCP;PRS
Microsoft V;SG;3;PRS
immanacle V;PST
sopite V;NFIN
out V.PTCP;PST
oversubsidize V.PTCP;PST
unbias V;PST
airlift V.PTCP;PRS
gad V.PTCP;PST
dethaw V;SG;3;PRS
chimney V;NFIN
bepat V;NFIN
overaccommodate V.PTCP;PST
underreport V;NFIN
blush V;NFIN
redraught V.PTCP;PST
deem V;NFIN
preominate V.PTCP;PST
moisturise V.PTCP;PST
receive V.PTCP;PRS
adventure V;SG;3;PRS
increase V;NFIN
mythologise V;NFIN
bride V;NFIN
beautify V;SG;3;PRS
suicide V.PTCP;PST
repose V;NFIN
etch V.PTCP;PST
secure V;NFIN
in-box V.PTCP;PST
unrumple V.PTCP;PST
steups V;PST
dop V;PST
conquer V;SG;3;PRS
infumate V.PTCP;PST
fungiproof V;NFIN
bemoysten V;NFIN
ash V;NFIN
dumfound V.PTCP;PST
supererogate V.PTCP;PST
jogtrot V.PTCP;PST
yandy V.PTCP;PRS
resync V;PST
unright V;PST
intensate V.PTCP;PST
dollarize V.PTCP;PRS
crap V.PTCP;PRS
recool V;PST
airmail V;SG;3;PRS
retraumatize V;SG;3;PRS
overtower V;SG;3;PRS
photo V.PTCP;PRS
drench V;PST
alledg V;PST
ind. V;SG;3;PRS
coralise V;SG;3;PRS
rerelease V;PST
marl V;NFIN
magnetify V;NFIN
beta-read V.PTCP;PST
show V;NFIN
Hinduize V;SG;3;PRS
hatefuck V;PST
outman V;SG;3;PRS
jowl V;NFIN
diff V;SG;3;PRS
desat V;SG;3;PRS
descope V;PST
snet V.PTCP;PST
germinate V;SG;3;PRS
forelay V;PST
glaunce V.PTCP;PRS
outhustle V;PST
hoy V;SG;3;PRS
recarnify V;SG;3;PRS
chantepleure V;PST
autoxidise V.PTCP;PRS
hickup V.PTCP;PRS
skiboard V;NFIN
overcoddle V;SG;3;PRS
supple V;PST
sap V;PST
reconverge V;SG;3;PRS
chinkle V;PST
detin V;PST
caucus V;SG;3;PRS
upbray V;NFIN
misconstrue V.PTCP;PST
bolt V.PTCP;PRS
reapparel V.PTCP;PST
dephlogisticate V.PTCP;PST
conjoin V.PTCP;PRS
reenergize V;PST
parch V;PST
lance V.PTCP;PST
pastour V;SG;3;PRS
rin V.PTCP;PRS
burden V;NFIN
nurture V;SG;3;PRS
glaciate V;PST
scald V.PTCP;PST
wiki V.PTCP;PRS
sled V;SG;3;PRS
fullfreme V.PTCP;PRS
tippy-toe V;NFIN
punish V;PST
auscultate V;NFIN
dimerize V;SG;3;PRS
juarez V;PST
roist V.PTCP;PRS
drywall V;PST
vacuate V;NFIN
hoick V;NFIN
uvularize V;NFIN
spoon V.PTCP;PRS
inscroll V;NFIN
overproduce V;SG;3;PRS
husband V.PTCP;PRS
retrocede V;SG;3;PRS
rebuy V;NFIN
retokenize V.PTCP;PST
categorize V;NFIN
siccate V.PTCP;PST
remonstrate V.PTCP;PST
Hinduize V;NFIN
regrede V.PTCP;PST
jumboize V;SG;3;PRS
decrease V.PTCP;PST
underrun V;PST
retraumatize V.PTCP;PST
rearomatize V;NFIN
gale V;PST
retrofit V.PTCP;PRS
leach V.PTCP;PST
unrelate V;NFIN
branch V.PTCP;PST
sleepwalk V;SG;3;PRS
coll V.PTCP;PRS
temper V.PTCP;PST
underlook V;SG;3;PRS
shuttle V.PTCP;PST
flote V.PTCP;PST
booby-trap V;NFIN
bugle V.PTCP;PST
enfranchise V.PTCP;PRS
bescrawl V.PTCP;PST
blinker V;PST
canvass V.PTCP;PST
chisel V;NFIN
imbitter V;SG;3;PRS
teleoperate V;NFIN
adjuvate V;SG;3;PRS
tax V;PST
mass V;PST
bedhop V;PST
perfect V;NFIN
fast-track V;PST
emperil V.PTCP;PST
recouch V;PST
send V;PST
misplay V.PTCP;PST
intromit V.PTCP;PST
belong V;NFIN
compartmentalise V.PTCP;PRS
begold V.PTCP;PRS
plonk V;PST
knight V.PTCP;PST
oligopolize V.PTCP;PST
recaption V;PST
mummy V.PTCP;PST
destigmatise V;NFIN
unreel V;SG;3;PRS
beblood V;SG;3;PRS
gamahauch V;NFIN
inseminate V.PTCP;PST
undersell V;PST
timetable V.PTCP;PST
cower V;NFIN
shite V;NFIN
respuate V;PST
overinform V.PTCP;PST
balter V;NFIN
historize V;NFIN
disenamour V.PTCP;PRS
inculpate V.PTCP;PST
slug V.PTCP;PST
crosshatch V;NFIN
hesitate V.PTCP;PST
autolyze V;PST
outdistance V.PTCP;PST
besleep V;NFIN
upvalue V.PTCP;PRS
inwreathe V.PTCP;PST
actuate V;NFIN
Romanize V.PTCP;PST
helicopter V;SG;3;PRS
razee V;PST
disclude V;PST
hang V;PST
bell V.PTCP;PST
accord V.PTCP;PRS
adonize V;NFIN
exemplifie V;NFIN
mull V;PST
obsess V;PST
photolyze V;NFIN
demosaic V;PST
unburden V;PST
cryosection V;SG;3;PRS
slug V.PTCP;PRS
engrieve V;NFIN
atrist V;PST
hiccup V.PTCP;PST
enniche V.PTCP;PRS
boil V.PTCP;PRS
surname V.PTCP;PRS
louse V;NFIN
facilitate V;SG;3;PRS
flute V;SG;3;PRS
watch V.PTCP;PRS
assfuck V;SG;3;PRS
precompose V;PST
mee-maw V;PST
repel V.PTCP;PRS
pedal V.PTCP;PRS
analyze V;SG;3;PRS
precompose V;SG;3;PRS
weary V.PTCP;PST
kick V;PST
recultivate V.PTCP;PRS
disembogue V;PST
forgive V;SG;3;PRS
fuel V.PTCP;PRS
pish V;PST
talliate V;NFIN
curdle V;PST
dive V;NFIN
reprovision V;PST
chemisorb V;NFIN
bedrop V.PTCP;PRS
pomp V.PTCP;PST
telegraph V;NFIN
sedentarise V.PTCP;PST
inable V.PTCP;PRS
disperse V.PTCP;PST
cyclotrimerize V.PTCP;PRS
transactivate V;PST
oversew V.PTCP;PRS
ghess V;PST
rephotograph V.PTCP;PST
contemporize V;PST
forhele V;PST
Arabicize V;PST
thermalise V;NFIN
decrust V;PST
enlute V;SG;3;PRS
endart V.PTCP;PST
crome V;SG;3;PRS
outsurvive V;SG;3;PRS
reinterview V;SG;3;PRS
overoil V;SG;3;PRS
finger-wag V.PTCP;PRS
glark V;NFIN
transhape V;SG;3;PRS
fumble V.PTCP;PRS
disalliege V.PTCP;PRS
lifen V;SG;3;PRS
guarde V.PTCP;PRS
interpret V.PTCP;PST
blitz V;NFIN
arsle V.PTCP;PRS
bobar V.PTCP;PRS
thorn V;NFIN
damn V.PTCP;PRS
furbelow V;SG;3;PRS
elegise V.PTCP;PST
outpoint V;NFIN
manicure V;NFIN
huswife V;PST
kebab V.PTCP;PRS
depauperate V;PST
recaption V;SG;3;PRS
overwork V;NFIN
overprice V;SG;3;PRS
countersecure V;SG;3;PRS
wedgie V;PST
subdivide V;PST
disease V.PTCP;PRS
discharge V;PST
quackle V;SG;3;PRS
preseason V;SG;3;PRS
fiddlefart V.PTCP;PRS
sopite V;PST
skull-fuck V;NFIN
decoupage V.PTCP;PRS
hut V.PTCP;PRS
chaun V.PTCP;PST
outcheat V;NFIN
wrong V;SG;3;PRS
brob V.PTCP;PST
hinny V;SG;3;PRS
melodize V;SG;3;PRS
balk V;SG;3;PRS
inherse V.PTCP;PST
whig V;NFIN
misdistinguish V;SG;3;PRS
forebring V;NFIN
unmagistrate V;SG;3;PRS
exeleutherostomize V;NFIN
misdefend V.PTCP;PRS
skewer V;PST
cinematise V;NFIN
provine V;SG;3;PRS
regurgitate V;SG;3;PRS
spew V;PST
unbethink V;PST
improbate V;PST
reimbody V;NFIN
merchandise V.PTCP;PRS
kite V;SG;3;PRS
unmitre V;NFIN
outrank V.PTCP;PST
enure V;SG;3;PRS
roulade V;SG;3;PRS
forelet V;SG;3;PRS
quartisect V.PTCP;PRS
fellowship V;SG;3;PRS
outdare V.PTCP;PRS
moil V;SG;3;PRS
irrupt V;SG;3;PRS
dehumanise V;NFIN
waiment V.PTCP;PST
black V.PTCP;PRS
reclaim V.PTCP;PRS
foreadmonish V.PTCP;PST
fresco V;NFIN
recopyright V.PTCP;PST
thrombose V;NFIN
cleck V;NFIN
dictate V.PTCP;PST
admove V;NFIN
humorise V.PTCP;PRS
shink V;PST
lemonize V.PTCP;PST
unhelp V;PST
outproduce V.PTCP;PST
ideate V;PST
sniffle V;SG;3;PRS
one V.PTCP;PST
mander V;SG;3;PRS
teleconference V;PST
dismembre V;NFIN
inseminate V;SG;3;PRS
enrichen V;PST
saccade V.PTCP;PST
entoil V;NFIN
decollate V;SG;3;PRS
desolder V.PTCP;PST
redo V;NFIN
shade V.PTCP;PST
Orientalize V.PTCP;PST
infix V.PTCP;PRS
unjoint V;NFIN
foretest V;NFIN
butle V.PTCP;PST
liue V.PTCP;PRS
inrush V.PTCP;PST
propone V;PST
disroot V.PTCP;PRS
immute V;SG;3;PRS
betwattle V.PTCP;PST
butcher V.PTCP;PRS
assail V.PTCP;PRS
enavigate V;SG;3;PRS
picture V.PTCP;PRS
brevet V.PTCP;PST
tragedize V.PTCP;PST
strait V;SG;3;PRS
scalp V.PTCP;PRS
betravel V.PTCP;PST
outcant V;PST
beshroud V;PST
demosaic V.PTCP;PST
bewatch V;PST
syntacticise V.PTCP;PRS
forelike V.PTCP;PRS
help V.PTCP;PST
unban V;NFIN
overexpand V;NFIN
misconjecture V.PTCP;PST
unwriggle V;SG;3;PRS
mismark V;SG;3;PRS
provine V;PST
indure V;PST
wont V;PST
withset V.PTCP;PST
overword V;PST
extrapolate V;NFIN
jizz V;SG;3;PRS
dehumanise V.PTCP;PST
trice V;SG;3;PRS
ruff V.PTCP;PRS
squee V.PTCP;PST
navigate V.PTCP;PST
darn V;NFIN
rematch V.PTCP;PST
symmetrize V;PST
untack V.PTCP;PRS
revamp V.PTCP;PRS
decunt V;SG;3;PRS
outrate V;SG;3;PRS
terebrate V;NFIN
outwing V;NFIN
bedight V;PST
chemicalize V.PTCP;PST
protestantize V;PST
halftone V;SG;3;PRS
lob V.PTCP;PRS
enpatron V;SG;3;PRS
bushwalk V;SG;3;PRS
myelinate V;NFIN
desysop V;SG;3;PRS
corrupt V;SG;3;PRS
blaspheme V.PTCP;PST
deaverage V;PST
gangle V.PTCP;PST
spurn V;NFIN
underrate V;NFIN
Latinize V.PTCP;PRS
commingle V;NFIN
hovel V;PST
compile V;NFIN
neuter V.PTCP;PRS
brain V;NFIN
scalarize V.PTCP;PRS
'onour V;SG;3;PRS
occult V;NFIN
consignify V;SG;3;PRS
playact V.PTCP;PST
underbind V;PST
vagabondize V;NFIN
moil V.PTCP;PRS
gank V;NFIN
vacuate V.PTCP;PRS
rescue V;NFIN
bombinate V.PTCP;PST
foreignise V.PTCP;PST
billingsgate V;PST
quinella V;PST
reexplain V;SG;3;PRS
cross-kick V.PTCP;PST
scuba V;NFIN
enridge V;SG;3;PRS
untuck V.PTCP;PST
begaud V;PST
cow V.PTCP;PST
overhip V.PTCP;PST
subpoena V.PTCP;PRS
hump V;NFIN
snib V;SG;3;PRS
radge V;SG;3;PRS
'umour V;PST
redate V.PTCP;PRS
toss V.PTCP;PST
underclaim V;PST
underbring V.PTCP;PST
molest V;PST
relock V.PTCP;PST
thinck V;PST
depressure V.PTCP;PST
preexamine V;NFIN
ornament V;SG;3;PRS
thick V;PST
ghetto V;PST
æqualize V.PTCP;PRS
becalm V;PST
afoord V;PST
decompensate V;NFIN
forewrite V;NFIN
stonk V;NFIN
holster V;PST
attorn V.PTCP;PST
academize V.PTCP;PRS
refold V.PTCP;PST
determine V;PST
debilitate V.PTCP;PRS
pre-arrange V;PST
agrarianize V.PTCP;PST
regather V.PTCP;PST
interduce V;NFIN
striate V.PTCP;PST
aspire V;NFIN
bescatter V;SG;3;PRS
canker V.PTCP;PST
bluescreen V;NFIN
sicken V;PST
woodchop V;PST
intermarry V.PTCP;PRS
Sufize V;PST
underinsulate V.PTCP;PRS
systematise V;PST
outlabour V;SG;3;PRS
onfall V.PTCP;PRS
uproot V;SG;3;PRS
rumormonger V;SG;3;PRS
bind V.PTCP;PRS
puree V;NFIN
larf V;SG;3;PRS
disoxidate V;SG;3;PRS
unlace V;PST
vasodilate V;NFIN
signal V;PST
sacrifice V;NFIN
Instagram V.PTCP;PRS
overawe V.PTCP;PST
enfilade V.PTCP;PST
Teutonicise V.PTCP;PST
tintinnabulate V.PTCP;PST
benchmark V.PTCP;PRS
derender V.PTCP;PRS
preshift V.PTCP;PST
bitbucket V;NFIN
decalibrate V.PTCP;PST
defat V;SG;3;PRS
minoritize V.PTCP;PRS
objectify V;PST
soliloquise V;NFIN
materialize V;PST
flag V;NFIN
psychiatrize V;NFIN
constringe V.PTCP;PST
redelegate V;SG;3;PRS
stump V;PST
accord V;NFIN
cade V;SG;3;PRS
duress V.PTCP;PST
behappen V;NFIN
restrike V;NFIN
atgo V;PST
carpet V.PTCP;PRS
freeboot V;PST
misdeem V.PTCP;PST
dehydrogenate V.PTCP;PST
recharter V;NFIN
redesignate V.PTCP;PST
corral V;PST
adure V.PTCP;PRS
meld V;SG;3;PRS
sulfonate V;SG;3;PRS
skrike V.PTCP;PRS
outmanage V;NFIN
eagle V.PTCP;PRS
ethify V;PST
eff V.PTCP;PST
barrel V;NFIN
outcheer V;SG;3;PRS
mathematicize V;NFIN
sandbathe V;NFIN
seminate V;NFIN
intergern V.PTCP;PST
grope V;PST
etherize V;SG;3;PRS
enterest V.PTCP;PST
pierce V.PTCP;PRS
vesicate V.PTCP;PST
soberize V;SG;3;PRS
classify V;SG;3;PRS
degustate V;SG;3;PRS
increate V;PST
dearticulate V.PTCP;PRS
flam V.PTCP;PST
Shi'itize V.PTCP;PST
mounch V.PTCP;PRS
mineralize V;NFIN
revel V.PTCP;PST
pistolwhip V.PTCP;PST
de-Muslimise V.PTCP;PST
backwash V.PTCP;PST
redd V;NFIN
fond V;NFIN
unfollow V;PST
flypost V.PTCP;PST
appall V.PTCP;PRS
chameleonize V;NFIN
shirt V;NFIN
co-mingle V.PTCP;PRS
unlay V;NFIN
reexit V.PTCP;PST
vulcanise V;SG;3;PRS
tink V.PTCP;PST
warm V.PTCP;PRS
authorise V;NFIN
driftnet V.PTCP;PST
inturn V.PTCP;PST
race-bait V;SG;3;PRS
bestain V.PTCP;PST
hone V;SG;3;PRS
ma'am V;SG;3;PRS
renaturalize V;PST
subedit V;NFIN
oversay V.PTCP;PRS
escribe V;NFIN
chlorinize V;NFIN
starch V;PST
priest V.PTCP;PRS
airdry V.PTCP;PST
retractate V;SG;3;PRS
speet V;NFIN
glean V;NFIN
pre-exist V;NFIN
beload V.PTCP;PST
upbreathe V;PST
melodramatize V.PTCP;PST
judicialize V;PST
pre-record V.PTCP;PRS
principle V.PTCP;PRS
spite V.PTCP;PST
reoccur V;NFIN
provant V.PTCP;PST
short-circuit V;PST
intemperate V;NFIN
knack V.PTCP;PRS
caretake V.PTCP;PRS
malleablize V.PTCP;PST
mischaracterize V;PST
humour V.PTCP;PRS
stride V.PTCP;PST
harken V.PTCP;PRS
consort V;PST
commissionate V.PTCP;PRS
vang V;PST
sax V.PTCP;PRS
unbalance V;SG;3;PRS
frush V.PTCP;PST
define V;SG;3;PRS
beat V;NFIN
disemvowel V.PTCP;PRS
list V;PST
boat V;PST
decapacitate V.PTCP;PST
undertow V;PST
snare V;NFIN
banquet V.PTCP;PRS
bebroyde V.PTCP;PST
gauffer V.PTCP;PST
massage V;PST
rehybridize V;SG;3;PRS
refind V.PTCP;PST
untwirl V;NFIN
serpentize V;PST
refold V;SG;3;PRS
gasface V.PTCP;PST
dismiss V.PTCP;PST
interwreathe V.PTCP;PRS
reembrace V;NFIN
abdicate V;PST
februate V;SG;3;PRS
shy V.PTCP;PRS
decardinalize V;PST
rig V;NFIN
winterfeed V.PTCP;PRS
parameterize V;PST
cheek V.PTCP;PRS
chaptalize V;SG;3;PRS
loyalize V;SG;3;PRS
flange V.PTCP;PST
woodchop V;SG;3;PRS
heel V.PTCP;PST
summarize V.PTCP;PST
recompute V;SG;3;PRS
shriek V;PST
pervade V.PTCP;PRS
linker V;SG;3;PRS
glycosylate V;SG;3;PRS
pilm V;NFIN
yar V;SG;3;PRS
misbecome V;SG;3;PRS
admix V;PST
grammaticalize V;NFIN
rarefy V;SG;3;PRS
draft V.PTCP;PRS
forthbring V;NFIN
misanalyse V;NFIN
faze V;PST
burglarise V.PTCP;PST
perpetrate V.PTCP;PRS
ken V;PST
eddy V.PTCP;PST
fraternalise V;PST
camerate V;SG;3;PRS
outpower V.PTCP;PST
honey V;SG;3;PRS
supplace V;PST
swob V;NFIN
coke V.PTCP;PRS
devoice V;SG;3;PRS
rud V;PST
recentralize V;SG;3;PRS
cowardize V.PTCP;PRS
carcerate V;SG;3;PRS
flout V;SG;3;PRS
enfasten V.PTCP;PST
enlist V.PTCP;PRS
glower V;NFIN
preorder V;SG;3;PRS
preadmonish V.PTCP;PRS
depart V;SG;3;PRS
subgroup V.PTCP;PRS
pinkwash V;SG;3;PRS
outgive V;PST
harbinger V.PTCP;PRS
disheir V.PTCP;PST
praemunire V.PTCP;PST
outduel V;NFIN
Romanize V.PTCP;PRS
antic V;SG;3;PRS
scoat V;NFIN
turnkey V;NFIN
backstop V.PTCP;PST
engild V.PTCP;PST
Gasconade V;SG;3;PRS
Stalinize V;NFIN
anthropomorphize V.PTCP;PRS
have V.PTCP;PST
assegai V.PTCP;PRS
detrend V;SG;3;PRS
misyoke V;NFIN
decontextualise V;PST
bequiver V.PTCP;PRS
resequence V;SG;3;PRS
outtake V.PTCP;PST
misperson V;SG;3;PRS
subscribe V;PST
fordo V.PTCP;PST
install V;PST
carjack V;PST
arsle V;NFIN
misbind V;PST
disprivilege V;PST
quæry V.PTCP;PRS
undemocratise V.PTCP;PRS
telefrag V.PTCP;PRS
underrotate V;PST
collude V;SG;3;PRS
irrumate V.PTCP;PST
bootleg V;PST
polygraph V;NFIN
miscleave V;PST
becroggle V.PTCP;PST
aggest V;SG;3;PRS
throb V;PST
overmultitude V.PTCP;PST
derez V;NFIN
ontake V;NFIN
get V;PST
slave V;SG;3;PRS
outbake V;SG;3;PRS
abdicate V.PTCP;PST
copywrite V;SG;3;PRS
blacklist V;PST
overman V;NFIN
storify V.PTCP;PST
declass V.PTCP;PRS
commacerate V.PTCP;PRS
resync V.PTCP;PRS
overmedicalize V.PTCP;PRS
unpublish V;SG;3;PRS
beflower V;SG;3;PRS
criminalise V;NFIN
lurch V;SG;3;PRS
nighen V;SG;3;PRS
flour V;NFIN
mensurate V.PTCP;PST
interdigitate V.PTCP;PST
splice V;PST
unbrace V;PST
lattice V;PST
ionise V;SG;3;PRS
forgrow V.PTCP;PST
excave V;NFIN
freestyle V.PTCP;PST
chank V.PTCP;PST
heart V.PTCP;PST
torture V.PTCP;PRS
crispen V;NFIN
overestimate V.PTCP;PST
pyrolyse V;SG;3;PRS
uncentury V;PST
peril V;PST
backburner V.PTCP;PST
validate V;SG;3;PRS
quirk V;NFIN
restock V;NFIN
upswarm V;NFIN
Scotchgard V;PST
diagonalize V;PST
yelp V;PST
reestimate V;SG;3;PRS
pollute V.PTCP;PST
comfit V;NFIN
folk-etymologize V;SG;3;PRS
distress V.PTCP;PST
microassay V.PTCP;PST
rim V;NFIN
cryopreserve V;NFIN
resite V;SG;3;PRS
jook V;PST
ingather V.PTCP;PRS
gurgle V.PTCP;PST
snaffle V.PTCP;PST
rearrive V.PTCP;PRS
unlodge V;PST
depopulate V.PTCP;PRS
retractate V.PTCP;PST
unchamber V;SG;3;PRS
medal V;PST
omen V;SG;3;PRS
suppose V;PST
defuze V;NFIN
homodyne V;SG;3;PRS
marcel V;NFIN
discern V;SG;3;PRS
calibrate V;NFIN
dissimulate V;SG;3;PRS
blech V;SG;3;PRS
fridge V;PST
screwtape V;PST
misguggle V;NFIN
perfricate V;PST
mediatise V;PST
shrine V;SG;3;PRS
materialize V.PTCP;PRS
disbelieve V.PTCP;PST
absterge V.PTCP;PRS
misfuel V;PST
swerve V.PTCP;PRS
stare V;NFIN
dragonize V.PTCP;PRS
jinx V;NFIN
crinkle V.PTCP;PST
meliorate V;PST
demoralise V.PTCP;PST
train V.PTCP;PRS
plunk V;SG;3;PRS
ride V;NFIN
downconvert V;SG;3;PRS
sashay V;SG;3;PRS
overromanticize V.PTCP;PST
yabber V.PTCP;PRS
enigmatize V;PST
begem V;NFIN
inflesh V;SG;3;PRS
misparse V;PST
bushwalk V;NFIN
mue V.PTCP;PST
muss V;NFIN
heddle V.PTCP;PST
rhotacise V;SG;3;PRS
script V;SG;3;PRS
hie V.PTCP;PRS
buycott V;PST
awroth V;NFIN
concentrate V.PTCP;PST
uphelm V.PTCP;PST
uplight V.PTCP;PST
cleat V;PST
salinise V;SG;3;PRS
overpromise V.PTCP;PST
overestimate V.PTCP;PRS
Sherlock V;NFIN
outrange V.PTCP;PST
histogram V;SG;3;PRS
uncanonize V;SG;3;PRS
unglove V.PTCP;PST
abstractify V;PST
blacklead V;PST
abreact V;SG;3;PRS
bop V;PST
unlute V;NFIN
wiredraw V.PTCP;PRS
attaint V;NFIN
disparkle V.PTCP;PRS
counterargue V.PTCP;PRS
devove V;NFIN
pistol V.PTCP;PST
scope V;NFIN
decontract V;SG;3;PRS
bolshevise V.PTCP;PST
seek V.PTCP;PRS
trolley V;PST
chapter V;NFIN
remercy V;PST
decrement V;PST
freeze V;NFIN
recense V;SG;3;PRS
wlate V;NFIN
unmoor V.PTCP;PRS
grain V.PTCP;PRS
decay V;PST
unblock V;SG;3;PRS
injunct V;NFIN
tidivate V;NFIN
interlaminate V;NFIN
undercapitalize V;PST
derandomize V;NFIN
ossify V.PTCP;PRS
slag V;NFIN
terebrate V.PTCP;PST
mango V.PTCP;PST
overkeep V.PTCP;PRS
ingraff V;SG;3;PRS
redisseize V;PST
upswell V.PTCP;PST
doorknock V;SG;3;PRS
underachieve V;PST
mistide V.PTCP;PRS
exceed V.PTCP;PRS
hymn V.PTCP;PRS
cherry-pick V;SG;3;PRS
deseasonalize V.PTCP;PRS
respite V;PST
begrudge V.PTCP;PRS
mildewproof V;NFIN
disassimilate V;NFIN
upfault V.PTCP;PST
cerebrate V.PTCP;PST
nutrify V.PTCP;PRS
diabolify V.PTCP;PST
shebop V;PST
tautologize V.PTCP;PRS
creak V;NFIN
miscompute V.PTCP;PST
tamper V;PST
depalletize V.PTCP;PRS
infound V;SG;3;PRS
droil V;NFIN
permix V.PTCP;PRS
forwork V;PST
retravel V;PST
utter V;SG;3;PRS
bullyrag V;SG;3;PRS
ug V.PTCP;PRS
waw V;NFIN
bot V.PTCP;PRS
nay-say V.PTCP;PST
squander V.PTCP;PST
dean V;NFIN
portion V;PST
liveblog V.PTCP;PRS
lighten V;NFIN
beshite V;PST
one-up V;SG;3;PRS
ming V;NFIN
sucker-punch V.PTCP;PST
domesticize V;NFIN
'prentice V;NFIN
forelift V;PST
ink V.PTCP;PST
collor V.PTCP;PRS
confection V.PTCP;PST
overtan V.PTCP;PRS
pooch V.PTCP;PST
undersave V.PTCP;PRS
endizen V;SG;3;PRS
dewret V.PTCP;PRS
jazz V.PTCP;PRS
machine-gun V.PTCP;PRS
incask V;PST
fig V.PTCP;PRS
diddle V.PTCP;PST
upclimb V.PTCP;PRS
betrumpet V;NFIN
magnetify V;SG;3;PRS
coördinate V;NFIN
silence V.PTCP;PRS
bushwhack V.PTCP;PRS
strip V;PST
interceed V;SG;3;PRS
love V.PTCP;PRS
superrefine V.PTCP;PRS
uncommit V;SG;3;PRS
rehash V.PTCP;PST
bluff V.PTCP;PRS
disburden V;SG;3;PRS
read V.PTCP;PRS
inbuild V.PTCP;PST
service V;PST
transceive V;PST
reconjoin V;SG;3;PRS
dryclean V.PTCP;PST
upsolve V.PTCP;PRS
purfle V;NFIN
outflow V;PST
acclimatize V;SG;3;PRS
telemarket V.PTCP;PST
atride V;PST
overedge V.PTCP;PRS
rebound V.PTCP;PRS
standardise V.PTCP;PRS
Mediterraneanize V.PTCP;PRS
reblog V;PST
launder V;PST
braze V;SG;3;PRS
beshear V.PTCP;PRS
collaud V;NFIN
tragicize V.PTCP;PRS
winterise V.PTCP;PST
imbow V.PTCP;PST
re-entrust V.PTCP;PRS
induct V.PTCP;PRS
deallocate V.PTCP;PST
readminister V;NFIN
gradate V;PST
forwound V.PTCP;PST
karyotype V;NFIN
dissolve V.PTCP;PST
misaffirm V.PTCP;PRS
bethrust V.PTCP;PST
retokenize V;PST
albuminize V;SG;3;PRS
retrig V;SG;3;PRS
misderive V.PTCP;PST
opsonize V.PTCP;PST
bribe V.PTCP;PST
decode V;SG;3;PRS
retrace V;NFIN
adraw V;SG;3;PRS
gybe V.PTCP;PST
imposthumate V;SG;3;PRS
reionize V;NFIN
squeegee V;PST
conject V;PST
defrizz V.PTCP;PST
conditionalize V.PTCP;PST
reresolve V.PTCP;PST
palate V.PTCP;PRS
bias V.PTCP;PST
abortive V.PTCP;PST
bang V;PST
megadose V;PST
jumboize V.PTCP;PRS
concatenate V;PST
shrithe V;NFIN
hoast V.PTCP;PRS
lampwork V;PST
jupe V;PST
pilgrimize V;SG;3;PRS
Edenize V.PTCP;PRS
innerve V.PTCP;PST
controvert V;SG;3;PRS
upleap V;NFIN
reline V;NFIN
misconstruct V;PST
embogue V.PTCP;PST
unreel V.PTCP;PRS
unhead V.PTCP;PST
shade V;PST
coextend V.PTCP;PST
downclock V.PTCP;PST
crunch V;NFIN
affreight V;SG;3;PRS
recapitate V.PTCP;PST
mirror V.PTCP;PST
strumpet V;SG;3;PRS
deculture V;PST
uncross V.PTCP;PST
rehang V.PTCP;PST
sqush V;SG;3;PRS
deleverage V;PST
hagride V.PTCP;PRS
misimprove V;SG;3;PRS
degas V.PTCP;PRS
jangle V;NFIN
aken V.PTCP;PRS
discept V.PTCP;PST
gangrenate V;PST
reestate V;PST
murder V;SG;3;PRS
finedraw V.PTCP;PST
begreet V;PST
rejig V.PTCP;PST
Talibanize V;NFIN
skijor V;PST
soothe V;SG;3;PRS
forstop V.PTCP;PRS
bravo V.PTCP;PST
heatproof V.PTCP;PRS
Clintonize V.PTCP;PST
copperize V;NFIN
misexpress V;PST
awrath V;PST
eliminate V;SG;3;PRS
powder V.PTCP;PRS
allege V.PTCP;PRS
entame V;SG;3;PRS
unreel V.PTCP;PST
reclose V.PTCP;PRS
relight V;NFIN
fluidify V;PST
holiday V.PTCP;PST
bebay V.PTCP;PRS
miscount V;PST
slim V.PTCP;PST
rehumanize V;PST
pollenise V.PTCP;PRS
brook V;SG;3;PRS
refabricate V;SG;3;PRS
proverbialize V.PTCP;PST
ingo V.PTCP;PRS
chipper V;PST
forswelt V;PST
beatificate V;NFIN
indulge V;NFIN
pitapat V;NFIN
sober V.PTCP;PST
forthrow V.PTCP;PRS
calumniate V.PTCP;PRS
reentrust V.PTCP;PST
parleyvoo V.PTCP;PRS
surview V;NFIN
wright V;NFIN
outglow V.PTCP;PST
circumduce V.PTCP;PRS
circumvallate V;SG;3;PRS
chaulk V;SG;3;PRS
behappen V;SG;3;PRS
conturb V;SG;3;PRS
haemorrhage V;PST
reimplant V.PTCP;PRS
gainsay V.PTCP;PST
rechange V.PTCP;PRS
stage-whisper V;NFIN
hiccup V;PST
music V.PTCP;PST
adrenalise V;PST
turn V;NFIN
postposit V.PTCP;PST
fub V;NFIN
becurse V.PTCP;PRS
telecommunicate V;PST
pronounce V.PTCP;PRS
embow V.PTCP;PST
rig V;SG;3;PRS
backtrack V.PTCP;PST
overpark V;PST
autoincrement V.PTCP;PST
hunker V;PST
besprenge V;NFIN
unpuzzle V.PTCP;PRS
maledict V.PTCP;PRS
corporatize V;PST
unattire V.PTCP;PST
capitulate V;NFIN
hydrate V;SG;3;PRS
disarm V;SG;3;PRS
jet V;NFIN
mackle V;PST
caw V.PTCP;PST
short-change V;SG;3;PRS
misproduce V;NFIN
hamble V;NFIN
barrage V.PTCP;PST
offre V;SG;3;PRS
disprofit V;PST
corrival V;PST
bespattle V;PST
juxtaposition V;SG;3;PRS
broddle V;SG;3;PRS
bam V;NFIN
damp-dry V.PTCP;PST
onsend V.PTCP;PRS
embathe V.PTCP;PRS
zareba V;NFIN
pantheonize V.PTCP;PRS
augle V.PTCP;PST
function V;PST
spasm V.PTCP;PRS
coconspire V.PTCP;PRS
unbung V;PST
tyrant V;PST
chromise V;SG;3;PRS
bestrut V;SG;3;PRS
pill V.PTCP;PRS
paternoster V.PTCP;PRS
untangle V.PTCP;PST
rubber V.PTCP;PRS
microdissect V;NFIN
forthshow V;PST
superfuse V;SG;3;PRS
vitamise V;PST
pickeer V.PTCP;PST
debug V;PST
outreckon V;PST
frac V.PTCP;PRS
croup V;NFIN
hollow V;PST
unburrow V.PTCP;PST
decontract V;PST
grief V.PTCP;PST
sequester V;PST
affile V;SG;3;PRS
imbalm V.PTCP;PRS
nitrogenize V;PST
apprehend V;NFIN
partner V;SG;3;PRS
heal V;PST
ret V;NFIN
packetize V.PTCP;PST
reapproach V.PTCP;PST
glint V;PST
intercommune V.PTCP;PRS
Mahometanize V.PTCP;PRS
strobe V;SG;3;PRS
anaesthetise V;SG;3;PRS
slog-sweep V;PST
premediate V;NFIN
engross V;SG;3;PRS
overtrain V;PST
difficult V.PTCP;PST
de-emulsify V;PST
victory V;PST
evangelise V.PTCP;PRS
dredge V;PST
bamfoozle V;NFIN
jot V;SG;3;PRS
entwite V.PTCP;PRS
faggot V.PTCP;PRS
necropost V;PST
litigate V;SG;3;PRS
shave V;PST
hank V;PST
jettison V;PST
ordre V.PTCP;PRS
absinthiate V;SG;3;PRS
shrieve V;SG;3;PRS
deleverage V;SG;3;PRS
ingage V;PST
immute V;PST
frote V;SG;3;PRS
lasso V.PTCP;PRS
innoculate V;SG;3;PRS
parenthesise V;SG;3;PRS
nuclearise V.PTCP;PST
rotovate V.PTCP;PST
horsecollar V.PTCP;PST
deintegrate V;SG;3;PRS
vulnerate V.PTCP;PST
outreckon V;NFIN
overdare V;SG;3;PRS
unpaint V;PST
clatter V.PTCP;PRS
mis-sell V;NFIN
vesicate V;NFIN
endplay V.PTCP;PRS
chant V;NFIN
transfuse V.PTCP;PST
deny V;SG;3;PRS
homeport V;SG;3;PRS
amp V;SG;3;PRS
civilise V.PTCP;PST
besleep V.PTCP;PRS
sley V;PST
overstudy V;SG;3;PRS
kegel V.PTCP;PST
skijor V.PTCP;PST
indubitate V;PST
surrejoin V;SG;3;PRS
fainaigue V;NFIN
dial V;PST
energise V;NFIN
AND V;NFIN
betutor V;PST
cinematise V;PST
vesiculate V;SG;3;PRS
encompass V.PTCP;PST
party V.PTCP;PST
whiff V;NFIN
drydock V;PST
epilate V;NFIN
characterise V.PTCP;PRS
constitutionalize V.PTCP;PST
poach V;PST
alienate V;NFIN
depants V.PTCP;PRS
overdare V;NFIN
perpetrate V;SG;3;PRS
dibs V;PST
gas V.PTCP;PRS
misrecite V.PTCP;PST
downrate V;NFIN
polygonize V;NFIN
heteronormalize V.PTCP;PST
assoilzie V;PST
attack V;NFIN
fountain V;PST
perpetrate V.PTCP;PST
privatise V;PST
grayscale V.PTCP;PRS
stip V;NFIN
befoam V.PTCP;PST
googlewhore V.PTCP;PST
unnaturalize V.PTCP;PRS
omen V;PST
linearise V;SG;3;PRS
garrote V.PTCP;PST
countervote V.PTCP;PST
recriminate V;PST
attaint V.PTCP;PST
overmast V.PTCP;PRS
rejuvenate V;SG;3;PRS
strangle V;PST
name-drop V.PTCP;PRS
comprize V;NFIN
epitomise V;NFIN
link V.PTCP;PST
belave V;NFIN
postscore V;NFIN
japanise V;NFIN
tarre V;PST
dehighlight V.PTCP;PRS
scrat V;PST
Muslimify V;PST
paggle V;PST
transprose V.PTCP;PRS
sauce V;PST
ketch V.PTCP;PRS
unimpale V.PTCP;PRS
re-enlist V.PTCP;PST
deodorize V.PTCP;PST
melancholize V;NFIN
snift V;PST
adview V;SG;3;PRS
præclude V;NFIN
acylate V.PTCP;PST
sublime V.PTCP;PST
dogsled V.PTCP;PST
subpoena V.PTCP;PST
enrange V.PTCP;PST
disappoynt V;PST
serotype V;NFIN
intersert V.PTCP;PRS
overbudget V;PST
cat V;NFIN
outperform V.PTCP;PST
impersonate V.PTCP;PST
perform V;NFIN
ban V.PTCP;PRS
haft V;NFIN
ram V;PST
s'pose V.PTCP;PRS
texture V;NFIN
misstrike V;PST
dispart V.PTCP;PST
grow V;SG;3;PRS
purchase V;NFIN
outpower V.PTCP;PRS
fuck V.PTCP;PST
conflagrate V.PTCP;PRS
jeopard V.PTCP;PRS
wrestle V.PTCP;PST
inweave V.PTCP;PST
emblossom V;NFIN
placify V;NFIN
broggle V;NFIN
email V.PTCP;PST
chaulk V;NFIN
jodel V.PTCP;PST
dehumidify V;SG;3;PRS
gladiate V;SG;3;PRS
demonify V;SG;3;PRS
bedear V;PST
automethylate V;NFIN
unauthorize V;SG;3;PRS
fondue V;PST
conjecture V;NFIN
devise V;NFIN
stroy V;NFIN
physicalize V;NFIN
retask V.PTCP;PRS
wawl V;NFIN
ready V;PST
perk V;NFIN
deconflict V.PTCP;PST
alight V;NFIN
beggar V;SG;3;PRS
threpe V.PTCP;PRS
snitch V;NFIN
elide V;NFIN
overarch V;PST
resorb V.PTCP;PRS
bail V.PTCP;PST
microfabricate V.PTCP;PRS
alum V;PST
loricate V.PTCP;PST
context V;PST
C-spine V;PST
stoicize V.PTCP;PST
foredestine V.PTCP;PST
bedribble V;SG;3;PRS
Amazon V.PTCP;PRS
demetallize V.PTCP;PRS
gimmick V.PTCP;PST
rekidnap V;SG;3;PRS
unmind V;SG;3;PRS
underwater V;NFIN
double-cross V.PTCP;PST
whur V.PTCP;PRS
entwist V;PST
valve V.PTCP;PST
cretinise V;NFIN
swig V.PTCP;PRS
hearsome V;PST
reposition V;NFIN
tautologize V;PST
hade V;NFIN
emolliate V;NFIN
equidistribute V;PST
jant V;PST
quip V;SG;3;PRS
recontinue V;SG;3;PRS
exteriorize V;NFIN
intermeddle V;PST
dejargonize V.PTCP;PRS
defilade V;SG;3;PRS
participialize V;NFIN
besoot V;PST
respond V;NFIN
admin V;PST
oyster V;SG;3;PRS
reacquire V.PTCP;PRS
fangle V;NFIN
transfigure V;NFIN
rittle V.PTCP;PST
shepherd V.PTCP;PST
kipsy V;PST
quadrate V.PTCP;PRS
displant V;SG;3;PRS
oversharpen V.PTCP;PST
swirl V;PST
indulgiate V;NFIN
corrode V.PTCP;PRS
proverb V.PTCP;PST
outlook V;PST
shack V.PTCP;PRS
fizz V;PST
breach V;NFIN
fragmentise V.PTCP;PST
individuate V;PST
bedizzen V.PTCP;PRS
warrantise V.PTCP;PRS
lige V;NFIN
sanguine V;NFIN
swown V;SG;3;PRS
digress V;PST
evulgate V;PST
scarecrow V;NFIN
protocol V;SG;3;PRS
greyscale V.PTCP;PRS
maltreat V;NFIN
stampede V;SG;3;PRS
renail V;NFIN
reclog V;NFIN
underoptimize V.PTCP;PRS
unmagistrate V;NFIN
disthrone V;SG;3;PRS
pap V.PTCP;PRS
fob V;PST
deglobalise V;PST
horrify V;PST
mortalize V;SG;3;PRS
impinguate V.PTCP;PRS
retreat V.PTCP;PST
obtemperate V;SG;3;PRS
gasconade V;SG;3;PRS
destalinize V;SG;3;PRS
mistide V;PST
overdiagnose V.PTCP;PST
unweave V.PTCP;PST
downvote V;SG;3;PRS
upthrow V;PST
berm V.PTCP;PST
stymie V.PTCP;PST
parcellate V;PST
anele V;NFIN
newcast V;NFIN
squail V;NFIN
slander V.PTCP;PRS
brominate V.PTCP;PRS
torrefy V.PTCP;PRS
aske V;PST
progenerate V;SG;3;PRS
polymorph V;NFIN
kraal V.PTCP;PST
redistill V.PTCP;PST
automobilize V;PST
queme V;PST
encapsidate V;SG;3;PRS
auth V;PST
abraid V.PTCP;PST
regroove V;NFIN
suffumigate V.PTCP;PST
dagnab V.PTCP;PST
password V;NFIN
dislimn V;SG;3;PRS
tweedle V;SG;3;PRS
carom V;PST
dook V;PST
sepose V;PST
de-muck V;NFIN
collateralise V;SG;3;PRS
underkeep V;PST
interceed V.PTCP;PRS
undeafen V;NFIN
forworth V.PTCP;PST
sky V;PST
reweigh V;SG;3;PRS
graunch V.PTCP;PRS
crankle V.PTCP;PST
appease V;NFIN
air V.PTCP;PRS
undertake V;PST
rememorize V.PTCP;PRS
begay V;SG;3;PRS
incest V;NFIN
minse V.PTCP;PST
dase V;PST
chuff V;SG;3;PRS
aggrandize V;PST
entise V;PST
forklift V.PTCP;PRS
dampen V.PTCP;PST
oviposit V.PTCP;PRS
disembroil V.PTCP;PST
pug V.PTCP;PRS
devolatilize V;NFIN
polyubiquitylate V;SG;3;PRS
oversauce V;NFIN
retraumatize V;NFIN
insult V;NFIN
acylate V;NFIN
rejoin V.PTCP;PRS
ablate V;PST
crank V;NFIN
distort V;PST
underscore V;SG;3;PRS
foreplan V.PTCP;PRS
newfangle V;SG;3;PRS
deurbanize V.PTCP;PRS
mischaracterise V;SG;3;PRS
benefit V.PTCP;PST
adulterize V.PTCP;PST
sneck V.PTCP;PRS
unsell V.PTCP;PST
badger V.PTCP;PRS
transude V.PTCP;PST
magnificate V;PST
clag V;SG;3;PRS
foreseize V.PTCP;PST
dustbathe V;SG;3;PRS
freeroll V;NFIN
swop V;PST
spitball V.PTCP;PST
decolour V;PST
vinify V;SG;3;PRS
quantitate V.PTCP;PRS
enshadow V.PTCP;PRS
romanticize V;NFIN
mingle-mangle V.PTCP;PRS
wrinkle V;SG;3;PRS
decimate V;SG;3;PRS
prig V.PTCP;PRS
right-click V;NFIN
recoat V.PTCP;PST
trouser V.PTCP;PRS
remop V.PTCP;PRS
skew V;PST
overbind V;SG;3;PRS
allegate V;NFIN
cocrystallize V;SG;3;PRS
deblur V;NFIN
crosshatch V;PST
reordain V.PTCP;PST
dazzle V;NFIN
member V.PTCP;PRS
fabulize V.PTCP;PRS
boondock V;NFIN
damasken V;PST
b'lieve V;SG;3;PRS
transplant V.PTCP;PRS
frowst V.PTCP;PRS
crump V;PST
mismatch V;NFIN
dedramatize V;SG;3;PRS
hang V.PTCP;PRS
flail V.PTCP;PST
contaminate V;PST
pluralise V;NFIN
ravage V;NFIN
unmute V.PTCP;PRS
unglue V.PTCP;PST
Talibanize V.PTCP;PRS
flambee V;NFIN
internetwork V.PTCP;PST
bemoisten V.PTCP;PST
parfry V;SG;3;PRS
culch V;NFIN
embrocate V;NFIN
climber V;SG;3;PRS
emaciate V;PST
inbend V.PTCP;PST
knauvshawl V.PTCP;PST
defrizz V;SG;3;PRS
fistbump V.PTCP;PST
withsay V;SG;3;PRS
diplomatize V;NFIN
oversteam V;SG;3;PRS
vajazzle V;NFIN
upprop V;NFIN
requit V.PTCP;PRS
kist V;PST
unshut V;SG;3;PRS
jazz V;NFIN
ewte V;NFIN
quickstep V.PTCP;PST
hydrophilize V;PST
embugger V;SG;3;PRS
colloquize V;SG;3;PRS
overtitle V.PTCP;PST
berm V;SG;3;PRS
braze V.PTCP;PRS
overanalyze V;SG;3;PRS
stablish V;SG;3;PRS
villainize V.PTCP;PST
empeach V.PTCP;PRS
bumbaze V.PTCP;PST
agatize V;PST
officer V;PST
reverse-commute V;PST
overbet V.PTCP;PRS
wiretap V;SG;3;PRS
convexify V;NFIN
pump-fake V;NFIN
redrum V;SG;3;PRS
reexhibit V;SG;3;PRS
advocate V.PTCP;PST
genealogize V.PTCP;PRS
endome V;PST
proscribe V;PST
atrophy V;NFIN
whinny V.PTCP;PRS
rustle V.PTCP;PST
supplement V;SG;3;PRS
cherrypick V.PTCP;PRS
wend V;NFIN
withset V;NFIN
defat V.PTCP;PST
relock V;PST
Christianize V;PST
frain V;PST
barrack V;PST
forespread V;SG;3;PRS
deconceptualize V.PTCP;PST
sedate V;PST
empierce V;PST
face V.PTCP;PST
thrutch V;NFIN
photoset V;SG;3;PRS
fœderate V;SG;3;PRS
varnish V;NFIN
infeoff V;SG;3;PRS
pinkwash V.PTCP;PRS
underrate V;PST
skrike V;SG;3;PRS
pander V.PTCP;PST
playlist V.PTCP;PRS
pang V;NFIN
waddle V;SG;3;PRS
forcover V;SG;3;PRS
regret V;SG;3;PRS
busy V;NFIN
misground V;SG;3;PRS
reconstrict V;PST
adjuvate V;PST
overcontrol V;SG;3;PRS
advertize V;NFIN
setter V.PTCP;PRS
wry V;SG;3;PRS
character V;SG;3;PRS
fortake V.PTCP;PST
prink V;NFIN
empathize V;NFIN
photogravure V;SG;3;PRS
regarde V;PST
emball V;PST
rejuvinate V;NFIN
stereotype V.PTCP;PRS
counterprove V.PTCP;PST
dentize V;PST
incircle V.PTCP;PRS
recopy V;NFIN
regrade V.PTCP;PST
outsparkle V.PTCP;PRS
assassin V.PTCP;PRS
cordon V.PTCP;PST
sellotape V;PST
longe V;PST
reknit V.PTCP;PRS
jettison V.PTCP;PRS
reindent V;SG;3;PRS
unbelt V.PTCP;PST
pin V;PST
debarrass V;SG;3;PRS
dice V;SG;3;PRS
orn V.PTCP;PRS
betoken V;NFIN
somersault V.PTCP;PRS
underperceive V.PTCP;PRS
chromatograph V.PTCP;PRS
surprize V;NFIN
unteam V;NFIN
felter V.PTCP;PRS
peak V;PST
besort V.PTCP;PRS
fillip V;NFIN
upgaze V.PTCP;PRS
straddle V;NFIN
tabify V;NFIN
vitaminise V;NFIN
prevaricate V;NFIN
barken V;NFIN
civilianize V;NFIN
upgaze V.PTCP;PST
organ V;PST
mone V;SG;3;PRS
objectize V;NFIN
alliterize V;PST
unlike V.PTCP;PST
underbill V;SG;3;PRS
neurotransmit V;SG;3;PRS
deride V;SG;3;PRS
thwittle V;NFIN
rejoice V.PTCP;PST
slosh V;PST
unwitch V.PTCP;PST
masque V;NFIN
accourt V;PST
middle-click V;NFIN
satiate V.PTCP;PRS
lowlight V.PTCP;PRS
indignify V;PST
unhex V.PTCP;PST
prearrange V.PTCP;PRS
reprocess V;PST
re-engage V.PTCP;PRS
academicise V.PTCP;PRS
Amazon V;NFIN
viliorate V;SG;3;PRS
reformat V.PTCP;PRS
colt V.PTCP;PRS
coquet V;NFIN
downvalue V;PST
uncurl V.PTCP;PRS
up-regulate V.PTCP;PRS
abhor V;NFIN
disadvise V;NFIN
maffle V.PTCP;PST
'clare V;PST
brief V.PTCP;PRS
kaolinise V;SG;3;PRS
trollop V;SG;3;PRS
gaup V;NFIN
osculate V;SG;3;PRS
eat V.PTCP;PST
euth V;PST
overgeneralize V.PTCP;PST
melancholize V;SG;3;PRS
bedaff V.PTCP;PST
sage V.PTCP;PST
rowt V;SG;3;PRS
kyke V.PTCP;PST
debellate V;PST
declutch V;SG;3;PRS
unpot V;SG;3;PRS
abdicate V.PTCP;PRS
Malayise V;SG;3;PRS
greaseproof V;SG;3;PRS
refit V;NFIN
overplant V.PTCP;PRS
mould V.PTCP;PRS
reclock V;PST
viddy V;PST
introject V.PTCP;PST
lop V.PTCP;PRS
mistreat V;SG;3;PRS
redo V;SG;3;PRS
benim V.PTCP;PST
peroxidise V;SG;3;PRS
peruse V;NFIN
shit V.PTCP;PST
tile V;PST
dean V;PST
chumble V;SG;3;PRS
deobstruct V;PST
betread V.PTCP;PST
remunerate V;NFIN
gally V;PST
polygamize V.PTCP;PST
inbreak V;PST
toshend V;NFIN
fantasize V;SG;3;PRS
pontify V;SG;3;PRS
striptease V.PTCP;PRS
underguesstimate V.PTCP;PRS
reappraise V;PST
gate-crash V;NFIN
behappen V.PTCP;PRS
reannounce V;SG;3;PRS
readjust V;PST
unburthen V;NFIN
forspeak V;NFIN
overpromise V;SG;3;PRS
cupboard V;SG;3;PRS
mechanise V;PST
lack V.PTCP;PST
æquall V;NFIN
pollack V;PST
disassociate V;SG;3;PRS
make V.PTCP;PRS
algebraicize V;NFIN
esteem V;NFIN
downscale V;NFIN
vibrate V.PTCP;PST
Christianize V.PTCP;PST
hotbox V;SG;3;PRS
chronologise V;PST
unplonk V.PTCP;PST
forworth V;PST
example V.PTCP;PST
binge-watch V;NFIN
smartle V;NFIN
carbone V;SG;3;PRS
shadowbox V;NFIN
workshop V.PTCP;PRS
shell-shock V.PTCP;PST
untag V.PTCP;PRS
forespread V;PST
domicile V;SG;3;PRS
centrifuge V;PST
remarry V;SG;3;PRS
unshoe V;SG;3;PRS
progue V.PTCP;PRS
neoterise V;SG;3;PRS
becast V.PTCP;PRS
physic V;PST
disgarrison V.PTCP;PRS
retransition V;NFIN
backslide V.PTCP;PST
brevet V.PTCP;PRS
bestraddle V.PTCP;PRS
striate V.PTCP;PRS
dammish V;PST
beshit V;NFIN
sock V;NFIN
explicate V;NFIN
bedwell V.PTCP;PST
sumoylate V.PTCP;PRS
exsufflate V;NFIN
skurf V;PST
pass V;PST
textualise V.PTCP;PST
feminize V.PTCP;PRS
plink V;NFIN
enfree V;PST
overbind V.PTCP;PST
sashay V;NFIN
unpolish V.PTCP;PRS
zareba V;PST
freep V;NFIN
parallel V.PTCP;PRS
abreact V;NFIN
Africanise V;NFIN
rarify V.PTCP;PRS
empale V;NFIN
grammaticalise V;NFIN
quash V;PST
echo V.PTCP;PRS
squit V.PTCP;PRS
pant V.PTCP;PRS
kodak V;NFIN
beheart V;PST
Islamise V;PST
interknot V;SG;3;PRS
castle V;SG;3;PRS
mitigate V;PST
cowrite V;NFIN
tenant V;PST
scramble V.PTCP;PST
scathe V;PST
endark V.PTCP;PST
bootblack V;PST
elocute V.PTCP;PRS
interweave V;PST
reply V.PTCP;PST
chequer V;NFIN
overabound V;SG;3;PRS
dilucidate V;NFIN
mislay V.PTCP;PRS
mollifie V.PTCP;PST
speckle V;NFIN
cold-cock V;NFIN
hay V;NFIN
prieve V;NFIN
graphitise V.PTCP;PST
fianchetto V;NFIN
nadir V.PTCP;PST
bewizard V;PST
productise V.PTCP;PRS
absinthiate V;PST
paddock V;PST
lathe V.PTCP;PST
awake V;PST
okay V.PTCP;PST
downclock V.PTCP;PRS
colport V;NFIN
unrate V;SG;3;PRS
lowercasify V;PST
tole V.PTCP;PRS
lech V;SG;3;PRS
dechrome V;SG;3;PRS
upbear V;SG;3;PRS
extravagate V.PTCP;PST
symlink V;PST
home V;PST
file V.PTCP;PRS
belly V;PST
slope V.PTCP;PRS
bepuff V;PST
lubricate V;PST
rewatch V.PTCP;PST
intuit V.PTCP;PST
sally V;SG;3;PRS
conventionalise V;NFIN
merrimake V.PTCP;PRS
thaw V.PTCP;PST
yelm V;SG;3;PRS
desensationalize V.PTCP;PST
tranquilize V;PST
conquer V;NFIN
ink V;NFIN
liquor V;PST
case V;SG;3;PRS
collage V.PTCP;PRS
amain V;SG;3;PRS
elne V;SG;3;PRS
besleeve V;SG;3;PRS
symlink V;SG;3;PRS
sot V;NFIN
desanctify V.PTCP;PST
dehire V;NFIN
thick V;NFIN
spittle V.PTCP;PRS
sclerose V.PTCP;PST
rootkit V;NFIN
skyjack V;SG;3;PRS
respin V;NFIN
unvisard V;NFIN
dysphemize V;SG;3;PRS
terrorize V.PTCP;PRS
soot V;SG;3;PRS
kiver V.PTCP;PRS
inborrow V;NFIN
vitalize V;PST
naturalize V;NFIN
blotch V.PTCP;PRS
agriculturalize V;SG;3;PRS
lavage V;NFIN
accend V;PST
forshape V.PTCP;PST
flange V;PST
defat V;NFIN
analyse V.PTCP;PST
aberuncate V;NFIN
greyhound V.PTCP;PRS
agnise V;PST
behell V;SG;3;PRS
tumefy V.PTCP;PST
uncup V;PST
instimulate V;NFIN
procreate V.PTCP;PRS
counterplot V;PST
overguesstimate V;SG;3;PRS
parget V;PST
epilogize V;PST
Moroccanise V;SG;3;PRS
quick-freeze V;SG;3;PRS
counterbid V;PST
lazy V;SG;3;PRS
instantiate V;NFIN
droop V.PTCP;PST
noose V;PST
oversubscribe V;SG;3;PRS
rebel V;NFIN
sauder V.PTCP;PRS
disenthrall V.PTCP;PRS
condone V;PST
secret V.PTCP;PST
pamp V.PTCP;PRS
prebook V;PST
recognosce V;PST
chinwag V;SG;3;PRS
Horlicks V.PTCP;PRS
microtome V;SG;3;PRS
blister V.PTCP;PST
outfoot V.PTCP;PST
handicap V;NFIN
flour V;SG;3;PRS
pipette V.PTCP;PRS
knuckleball V;SG;3;PRS
spute V;NFIN
frondesce V.PTCP;PRS
constuprate V.PTCP;PRS
bekiss V.PTCP;PST
bewin V;SG;3;PRS
compesce V;PST
egg V;PST
circumagitate V.PTCP;PST
fault V;NFIN
unsensualize V.PTCP;PRS
heterodimerize V.PTCP;PRS
unprop V;SG;3;PRS
bestream V;SG;3;PRS
reallot V;NFIN
hance V;PST
categorise V.PTCP;PRS
tunnel V;NFIN
chop V.PTCP;PRS
innerve V;SG;3;PRS
volcanize V;PST
pregravate V;PST
bewonder V;SG;3;PRS
chutter V.PTCP;PRS
topicalise V;NFIN
newfangle V.PTCP;PST
KO V;PST
undercharge V;SG;3;PRS
haloo V.PTCP;PRS
chaffer V;SG;3;PRS
trail V;PST
glitter V;SG;3;PRS
unmount V;SG;3;PRS
speechify V;NFIN
secretary V;PST
Google V;SG;3;PRS
crash-land V.PTCP;PRS
interpoint V;NFIN
slighten V;SG;3;PRS
cockfight V.PTCP;PRS
dint V;PST
imburse V.PTCP;PST
proc V;SG;3;PRS
emaculate V.PTCP;PRS
backdoor V;NFIN
bestead V;SG;3;PRS
mulch V;NFIN
overtrust V;SG;3;PRS
overapproximate V;PST
desynch V;NFIN
unestablish V;PST
collocate V;SG;3;PRS
reroll V;SG;3;PRS
pancake V;NFIN
fist-fuck V;PST
misform V;SG;3;PRS
declassify V;PST
total V;PST
transpeciate V;PST
reclear V;NFIN
lithify V;PST
reknot V;NFIN
saffron V.PTCP;PRS
betravail V;PST
rescowe V;NFIN
balbutiate V;SG;3;PRS
annualise V;NFIN
nominate V;PST
predefine V;NFIN
muddle V;PST
gaslight V;PST
goggle V.PTCP;PRS
jargle V;PST
reswear V.PTCP;PRS
reprofessionalize V;SG;3;PRS
tarp V.PTCP;PST
deliver V.PTCP;PST
bespangle V;PST
extract V;SG;3;PRS
catcall V;PST
juggle V.PTCP;PRS
mosy V;SG;3;PRS
afflict V;NFIN
blameshift V.PTCP;PRS
mithe V;NFIN
e-mentor V.PTCP;PST
pinball V;SG;3;PRS
overtest V;PST
quonk V;NFIN
bird V;NFIN
draught V;NFIN
automatize V;SG;3;PRS
trickle V;NFIN
pepper V;NFIN
patch V;NFIN
delimb V.PTCP;PST
autoregulate V.PTCP;PST
redd V.PTCP;PST
vinify V.PTCP;PRS
hydrolyze V;PST
communize V.PTCP;PST
yap V;PST
obtemperate V.PTCP;PST
microblog V.PTCP;PRS
overemphasise V;NFIN
depauperize V;SG;3;PRS
lip-sync V;PST
cage V.PTCP;PRS
magnificate V;SG;3;PRS
jeopardise V;SG;3;PRS
downcase V;PST
pittle V.PTCP;PRS
sum V;PST
centrifuge V;SG;3;PRS
overstrew V;PST
bucket V;SG;3;PRS
practicalize V;NFIN
deambulate V.PTCP;PRS
tenderise V.PTCP;PRS
autoxidise V.PTCP;PST
bilge V;NFIN
shortsheet V;PST
disenthrone V;NFIN
relocate V.PTCP;PST
lachrymate V.PTCP;PRS
mudpuddle V;NFIN
feudalize V;NFIN
miskey V;SG;3;PRS
disaffirm V.PTCP;PRS
architect V;NFIN
domesticate V.PTCP;PRS
unrip V;PST
fornumb V;SG;3;PRS
dog V.PTCP;PST
costean V;SG;3;PRS
cowardize V.PTCP;PST
disillusion V.PTCP;PST
eroticise V.PTCP;PST
consider V.PTCP;PRS
manacle V;NFIN
entender V.PTCP;PRS
unreel V;NFIN
melt V.PTCP;PST
repartition V.PTCP;PST
restagnate V.PTCP;PRS
groom V;SG;3;PRS
unspoil V;SG;3;PRS
undermanage V.PTCP;PST
pun V.PTCP;PST
overtreat V;PST
red-card V;SG;3;PRS
Barnumize V;NFIN
outscore V;SG;3;PRS
digress V;SG;3;PRS
despotize V.PTCP;PRS
paraffin V;SG;3;PRS
inbuild V.PTCP;PRS
interleaf V.PTCP;PRS
blat V;NFIN
fineer V;SG;3;PRS
depoliticize V;SG;3;PRS
softsoap V;NFIN
forespend V;PST
abolish V.PTCP;PST
guesstimate V;PST
sqush V;NFIN
forcling V.PTCP;PRS
crib V;NFIN
flounder V;SG;3;PRS
bedight V.PTCP;PRS
bescorn V;PST
detangle V;SG;3;PRS
counterexemplify V;SG;3;PRS
yet V;NFIN
becloud V.PTCP;PRS
overpoise V;PST
brass-neck V;NFIN
digitalize V;NFIN
big V;NFIN
picture V.PTCP;PST
standby V;PST
croodle V.PTCP;PRS
de-Sunnify V.PTCP;PST
formelt V;PST
trench-plow V.PTCP;PST
intwist V;PST
microwave V;SG;3;PRS
pub V;PST
stifle V.PTCP;PRS
outserve V;SG;3;PRS
phosphoresce V;PST
dedupe V;NFIN
frizzle V;SG;3;PRS
libel V;PST
disassemble V;PST
worry V.PTCP;PST
decoupage V.PTCP;PST
infatuate V;SG;3;PRS
sycophantize V;SG;3;PRS
oversystematize V.PTCP;PRS
unknot V.PTCP;PRS
crapflood V.PTCP;PRS
swop V;NFIN
reacidify V.PTCP;PST
deathmatch V;SG;3;PRS
bodyguard V.PTCP;PRS
demise V;PST
habilitate V.PTCP;PRS
yed V;SG;3;PRS
overflatter V.PTCP;PRS
root V;NFIN
quicksilver V;NFIN
uptalk V;NFIN
moistureproof V;NFIN
insensate V.PTCP;PRS
begrip V.PTCP;PST
ringfence V;NFIN
biggen V.PTCP;PST
salicylize V.PTCP;PST
lifelog V.PTCP;PST
stake V.PTCP;PRS
serpent V.PTCP;PST
graith V;PST
forbruise V;PST
filk V;PST
captain V.PTCP;PST
flidge V;SG;3;PRS
forslack V;SG;3;PRS
Velcro V;NFIN
submerse V;PST
sag V;NFIN
prompt V.PTCP;PRS
underpull V.PTCP;PST
thryfallow V;PST
fickle V;PST
missay V.PTCP;PST
decimate V.PTCP;PRS
agriculturise V;PST
uptie V.PTCP;PRS
unclutter V;NFIN
carbonado V.PTCP;PST
premeditate V;SG;3;PRS
aim V;NFIN
unreason V.PTCP;PST
sanguify V;PST
lemmatise V;SG;3;PRS
factor V;NFIN
overfit V;SG;3;PRS
swaddle V;PST
annexe V;NFIN
neshen V;NFIN
shallow-copy V;SG;3;PRS
plodge V;SG;3;PRS
acquiesce V;SG;3;PRS
rebiopsy V;PST
shame V;PST
encoffin V;SG;3;PRS
overscreen V;NFIN
re-up V.PTCP;PST
rescramble V;PST
pornographise V;SG;3;PRS
conserve V.PTCP;PST
demote V;PST
miter V;SG;3;PRS
beclepe V.PTCP;PST
excarnate V;NFIN
reoperate V;SG;3;PRS
amalgam V.PTCP;PST
overadvertise V.PTCP;PST
demob V.PTCP;PST
overbide V;PST
afform V.PTCP;PRS
sawder V.PTCP;PRS
bewail V.PTCP;PRS
earwig V;PST
homosexualize V;SG;3;PRS
hot-swap V.PTCP;PST
beweep V.PTCP;PRS
compeer V;NFIN
yuk V;NFIN
solarize V.PTCP;PST
disorganise V.PTCP;PRS
wench V;PST
blanket V;PST
unflag V.PTCP;PST
graphitise V;PST
outdent V;PST
bridesmaid V;PST
succour V;NFIN
retrude V.PTCP;PST
hydrotreat V.PTCP;PRS
ballpark V;NFIN
Google V.PTCP;PRS
hill V;NFIN
compound V;SG;3;PRS
equipartition V;SG;3;PRS
indwell V.PTCP;PST
chassé V.PTCP;PRS
librate V.PTCP;PRS
deskill V.PTCP;PST
misjudge V;PST
resubstitute V;PST
recarry V.PTCP;PRS
traduce V;NFIN
devvel V;NFIN
crumble V;PST
incarnadine V;PST
begold V;SG;3;PRS
outskip V;SG;3;PRS
bedrop V;NFIN
reproliferate V;SG;3;PRS
blowe V.PTCP;PRS
misrecollect V;PST
kline V;SG;3;PRS
expunge V;SG;3;PRS
disannul V.PTCP;PRS
splutter V.PTCP;PRS
redream V.PTCP;PST
nix V.PTCP;PRS
stupify V;PST
molarize V.PTCP;PRS
gambrel V;NFIN
onpass V.PTCP;PST
exanimate V;PST
expedite V;NFIN
malignify V;NFIN
degrade V;NFIN
parametrize V;NFIN
league V.PTCP;PRS
thig V;PST
bescratch V;SG;3;PRS
reassert V.PTCP;PST
egocast V.PTCP;PST
goam V;PST
prepay V;SG;3;PRS
fulfil V.PTCP;PST
slant V.PTCP;PRS
transceive V;NFIN
redry V;PST
semble V;NFIN
void V;NFIN
hivernate V;PST
recentre V.PTCP;PST
teleconference V;NFIN
reinclude V;PST
immure V.PTCP;PRS
bloom V;SG;3;PRS
ingeniate V;SG;3;PRS
dimension V;SG;3;PRS
espalier V;SG;3;PRS
score V;PST
betallow V.PTCP;PRS
fremish V;NFIN
glaze V;SG;3;PRS
obvert V;SG;3;PRS
withsake V;PST
shail V.PTCP;PRS
speechify V.PTCP;PST
ride V.PTCP;PRS
thwock V;SG;3;PRS
desalinate V;NFIN
injure V.PTCP;PRS
enisle V;NFIN
coinhere V;NFIN
cyclostyle V.PTCP;PRS
desighn V.PTCP;PRS
wry V.PTCP;PRS
murr V;NFIN
deracinate V;SG;3;PRS
ventilate V.PTCP;PST
outboast V;NFIN
geminate V.PTCP;PRS
overgird V.PTCP;PST
unkink V.PTCP;PRS
decomplexify V;SG;3;PRS
overcommunicate V;NFIN
rebraid V;SG;3;PRS
consummate V;PST
outmeasure V;NFIN
foregrasp V;SG;3;PRS
simplify V.PTCP;PST
indow V.PTCP;PRS
defund V;PST
molarize V.PTCP;PST
reseal V.PTCP;PRS
bristle V.PTCP;PRS
air-guitar V.PTCP;PST
deselect V.PTCP;PRS
grouch V.PTCP;PST
cuss V.PTCP;PST
disfashion V.PTCP;PST
dismembre V;PST
overbide V.PTCP;PRS
preharden V.PTCP;PST
Sunnitize V.PTCP;PST
coown V.PTCP;PST
skateboard V.PTCP;PRS
scrag V;PST
overspread V;PST
dimidiate V.PTCP;PRS
squawl V;SG;3;PRS
desiderate V.PTCP;PRS
renay V;SG;3;PRS
bigg V;PST
foreposition V;SG;3;PRS
puncture V.PTCP;PST
transport V.PTCP;PST
underinflate V.PTCP;PST
alloy V;PST
deconvert V.PTCP;PRS
overplease V.PTCP;PST
showcase V.PTCP;PRS
pucker V.PTCP;PST
monkey V;NFIN
encradle V;SG;3;PRS
Bowdlerize V;SG;3;PRS
micher V;NFIN
unhate V;SG;3;PRS
reenthrone V.PTCP;PST
farspeak V;NFIN
hinge V.PTCP;PST
vault V.PTCP;PRS
stridulate V.PTCP;PST
underutilize V.PTCP;PST
pervaporate V;PST
overdoss V;PST
tintinnabulate V;SG;3;PRS
crankle V.PTCP;PRS
undersay V.PTCP;PST
inhabit V;PST
trim V;PST
deride V;PST
layer V.PTCP;PST
shoot V.PTCP;PST
shmooze V;PST
outfawn V;PST
incentivize V;PST
deprotonate V;PST
ingenerate V;PST
parcel V;NFIN
consense V.PTCP;PRS
vacuum V;SG;3;PRS
isolate V;SG;3;PRS
unjudge V.PTCP;PST
enwreathe V;PST
underfund V;PST
yatter V;SG;3;PRS
inwone V.PTCP;PRS
Sudanize V.PTCP;PRS
unbottle V.PTCP;PST
lengthen V;SG;3;PRS
soodle V;SG;3;PRS
may V.PTCP;PRS
unhitch V.PTCP;PST
scruze V;SG;3;PRS
sustain V;SG;3;PRS
keak V;PST
entrigue V;NFIN
normalise V;NFIN
cheer V;PST
refreeze V;NFIN
vascularize V;SG;3;PRS
scandalize V.PTCP;PRS
pummel V;NFIN
demand V;PST
premise V.PTCP;PRS
propogate V.PTCP;PST
concentre V;PST
padlock V;SG;3;PRS
lasso V;PST
macadam V.PTCP;PST
knapsack V;NFIN
reed V;SG;3;PRS
enfreeze V;SG;3;PRS
unexecute V;NFIN
perceave V.PTCP;PST
airdry V;PST
totorve V.PTCP;PST
extrude V;NFIN
outeat V.PTCP;PST
commoditize V.PTCP;PRS
wreak V;SG;3;PRS
check-call V;SG;3;PRS
pew V;SG;3;PRS
encradle V;PST
inhearse V;SG;3;PRS
transliterate V;PST
remote V;SG;3;PRS
devulcanize V.PTCP;PRS
dawb V;SG;3;PRS
forhush V.PTCP;PST
ant V;SG;3;PRS
unleash V.PTCP;PRS
imbosom V;SG;3;PRS
mountebank V;NFIN
berhyme V.PTCP;PRS
outboob V.PTCP;PRS
overprovision V;SG;3;PRS
shroud V;NFIN
nuncle V.PTCP;PST
accuse V;PST
reassess V;PST
beknit V.PTCP;PRS
pedestal V;SG;3;PRS
threap V;PST
misturn V;SG;3;PRS
kitten V;NFIN
onlap V;SG;3;PRS
live-tweet V;SG;3;PRS
dogtrot V;NFIN
prejudge V;PST
placeshift V.PTCP;PRS
slicken V.PTCP;PST
Google V;PST
misrespect V;NFIN
harten V;PST
remarginalize V.PTCP;PRS
forbleed V.PTCP;PRS
interpellate V;SG;3;PRS
dryfire V.PTCP;PST
rewarm V;NFIN
authourize V.PTCP;PST
king V;SG;3;PRS
umbrella V.PTCP;PRS
autoboot V.PTCP;PRS
munt V;NFIN
chart V.PTCP;PRS
'ave V;SG;3;PRS
intrap V;SG;3;PRS
revalue V;PST
repone V.PTCP;PST
outeat V;PST
despair V.PTCP;PRS
luster V;NFIN
hod V;NFIN
pattinsonize V;SG;3;PRS
mature V;NFIN
re-engage V;SG;3;PRS
blot V;SG;3;PRS
demythologise V;NFIN
coralise V.PTCP;PRS
brevet V.PTCP;PST
traumatise V.PTCP;PRS
portscan V;SG;3;PRS
spraddle V;SG;3;PRS
disgarrison V;SG;3;PRS
unstress V;SG;3;PRS
orthonormalize V;SG;3;PRS
left-drag V.PTCP;PRS
smilt V.PTCP;PRS
shovel V;PST
derate V;NFIN
unbore V.PTCP;PRS
paddock V;SG;3;PRS
beleap V;SG;3;PRS
overprovoke V;SG;3;PRS
herniate V;PST
namespace V.PTCP;PST
cordialize V.PTCP;PRS
transitivize V.PTCP;PRS
paragraph V;NFIN
embattle V.PTCP;PST
uptie V;NFIN
cauterise V;PST
pretty-print V;SG;3;PRS
agnize V.PTCP;PST
blackhole V;SG;3;PRS
brook V.PTCP;PRS
oophorectomize V;SG;3;PRS
meagre V.PTCP;PRS
hawm V.PTCP;PRS
legitimatize V.PTCP;PST
instinctualize V.PTCP;PST
fidge V.PTCP;PST
pitch V;NFIN
churn V;NFIN
undomesticate V;SG;3;PRS
supple V.PTCP;PST
boog V;NFIN
focalise V;NFIN
ionise V;PST
renvoy V.PTCP;PST
revalorise V;SG;3;PRS
præsume V;NFIN
amind V;PST
graff V;PST
golf V.PTCP;PST
retool V.PTCP;PRS
embraid V.PTCP;PRS
abash V.PTCP;PRS
anthropise V;PST
snippet V;SG;3;PRS
greenlight V.PTCP;PST
miscall V;NFIN
hemisect V;SG;3;PRS
outhale V.PTCP;PST
peep V.PTCP;PST
dismortgage V;NFIN
disacidify V;SG;3;PRS
resorb V;NFIN
posit V;NFIN
annexe V.PTCP;PST
behead V;SG;3;PRS
forban V;SG;3;PRS
conflict V;SG;3;PRS
flyspeck V.PTCP;PST
eye V.PTCP;PRS
alum V.PTCP;PRS
unmitre V;SG;3;PRS
empeach V;PST
impute V;NFIN
dastardize V.PTCP;PST
outtop V.PTCP;PRS
immobilise V.PTCP;PST
outgush V.PTCP;PST
revet V;PST
expeditate V.PTCP;PRS
rat V;SG;3;PRS
apportion V.PTCP;PRS
dryline V;SG;3;PRS
leach V;SG;3;PRS
pummel V.PTCP;PST
unalter V.PTCP;PST
frob V;NFIN
backlog V;NFIN
retrogress V;PST
scandalize V.PTCP;PST
inculk V;SG;3;PRS
IRC V;NFIN
rine V.PTCP;PST
enfeeble V;PST
recheck V;PST
cluster V;SG;3;PRS
prepose V.PTCP;PST
defile V;SG;3;PRS
outbabble V;SG;3;PRS
unplace V;SG;3;PRS
latinize V.PTCP;PST
miswander V;NFIN
transship V;NFIN
imbar V;SG;3;PRS
addend V;SG;3;PRS
mue V;SG;3;PRS
lain V;SG;3;PRS
abelianise V;NFIN
misplant V.PTCP;PRS
allocate V.PTCP;PST
glower V.PTCP;PRS
reseparate V.PTCP;PST
chew V;SG;3;PRS
illapse V;SG;3;PRS
desumoylate V;SG;3;PRS
bassoon V;PST
undraw V;NFIN
praunce V;SG;3;PRS
somber V;SG;3;PRS
massacer V.PTCP;PST
unprotect V.PTCP;PRS
fourpeat V;NFIN
downdraw V.PTCP;PRS
explode V.PTCP;PRS
gern V;NFIN
decline V.PTCP;PST
dejunk V;PST
decocainize V.PTCP;PST
acquaint V.PTCP;PST
registrate V;PST
astand V;SG;3;PRS
howl V;PST
fictionalise V;NFIN
inswathe V;NFIN
lour V.PTCP;PRS
camphorate V;NFIN
ripsaw V;NFIN
watchdog V;PST
ground V.PTCP;PRS
reck V;SG;3;PRS
flyer V;PST
rehouse V;SG;3;PRS
flate V.PTCP;PST
forleet V;SG;3;PRS
unhobble V.PTCP;PST
see V.PTCP;PST
defrock V.PTCP;PRS
forlet V.PTCP;PRS
regift V;PST
redivide V;NFIN
bishop V;PST
overman V;SG;3;PRS
unpeg V.PTCP;PRS
compilate V.PTCP;PRS
enterlace V;PST
re-ally V.PTCP;PRS
Iranify V;SG;3;PRS
perplex V;NFIN
freefall V.PTCP;PST
streamline V.PTCP;PST
frine V;NFIN
snow V;SG;3;PRS
grouse V.PTCP;PST
phonologize V.PTCP;PRS
averse V.PTCP;PST
enkennel V.PTCP;PST
overtype V;SG;3;PRS
lockstitch V;PST
dusk V.PTCP;PST
riffle V.PTCP;PRS
unscreen V;PST
spearfish V;SG;3;PRS
succede V;NFIN
inditch V;PST
foxhunt V;NFIN
oversing V;PST
bloodlet V;NFIN
disavail V;NFIN
chafe V.PTCP;PST
unthrone V;NFIN
annul V.PTCP;PRS
leam V.PTCP;PRS
sod V.PTCP;PRS
etiolate V;SG;3;PRS
torrefy V;NFIN
reshare V;NFIN
whimper V;SG;3;PRS
speedread V.PTCP;PRS
serve V;PST
owe V;NFIN
manace V;NFIN
æstuate V.PTCP;PST
dredge V;SG;3;PRS
newspaper V;PST
pig V;SG;3;PRS
pushbike V.PTCP;PRS
forbathe V;NFIN
revolt V;NFIN
pogo V;NFIN
whiff V.PTCP;PST
unbundle V.PTCP;PST
flench V;SG;3;PRS
uplock V;SG;3;PRS
rehang V;PST
ming V;SG;3;PRS
kleptoparasitize V;SG;3;PRS
torend V;PST
disfigure V;SG;3;PRS
unbolt V.PTCP;PRS
aquatint V;NFIN
dreave V.PTCP;PST
sate V.PTCP;PST
volumize V.PTCP;PRS
overblow V;SG;3;PRS
tobreak V;SG;3;PRS
volow V.PTCP;PRS
outnoise V;SG;3;PRS
ort V.PTCP;PST
outengineer V.PTCP;PST
MacGyver V.PTCP;PST
drove V.PTCP;PST
disentitle V.PTCP;PRS
fractionize V.PTCP;PRS
photostat V;NFIN
penance V.PTCP;PST
upgather V.PTCP;PRS
cope V;NFIN
disorganize V.PTCP;PST
preread V;NFIN
grice V.PTCP;PRS
bepower V;PST
panegyrize V;NFIN
heapsort V;SG;3;PRS
discourage V;SG;3;PRS
multishirk V.PTCP;PST
podcast V;PST
operationalize V;SG;3;PRS
dissonate V;SG;3;PRS
acetize V;PST
bank V;PST
recompute V.PTCP;PRS
prickle V;NFIN
carmelize V;SG;3;PRS
landlock V.PTCP;PST
beshake V;NFIN
toom V;SG;3;PRS
jouk V;SG;3;PRS
stage V;NFIN
pregrease V;SG;3;PRS
distune V.PTCP;PRS
dulcify V.PTCP;PST
præscribe V.PTCP;PST
blake V;PST
forswink V;NFIN
strow V;NFIN
screak V;NFIN
stretcher V.PTCP;PST
distune V.PTCP;PST
Germanize V;PST
photoconvert V.PTCP;PST
pussyfoot V;SG;3;PRS
exanimate V;NFIN
spatiate V;PST
discommend V;SG;3;PRS
fun V;PST
atsit V.PTCP;PST
recarnify V;PST
stell V;NFIN
telepath V;NFIN
appraise V;PST
re-cognize V;NFIN
yarr V.PTCP;PRS
telemonitor V.PTCP;PRS
coadd V;PST
daysail V;SG;3;PRS
parade V;PST
bewell V;SG;3;PRS
bench-press V;PST
infract V;NFIN
curtain V;NFIN
deindustrialise V;PST
gobsmack V.PTCP;PST
polyubiquitinylate V;SG;3;PRS
biomineralize V;NFIN
anarchize V;PST
garrot V;NFIN
windrow V.PTCP;PRS
propone V.PTCP;PST
roast V;NFIN
outcreep V;NFIN
squelch V;SG;3;PRS
killfile V.PTCP;PST
fine V;PST
rhotacize V;PST
reannotate V.PTCP;PRS
replicate V.PTCP;PST
counterwheel V;PST
checkpoint V;PST
overgroom V;PST
repin V;PST
clem V.PTCP;PST
crenelate V.PTCP;PRS
reprieve V.PTCP;PST
sandbag V;PST
luv V;SG;3;PRS
sphere V.PTCP;PRS
rivet V;PST
warraunt V.PTCP;PRS
recover V;PST
overcompensate V;PST
rebottle V.PTCP;PST
bowse V.PTCP;PST
pulverize V;PST
submerge V.PTCP;PRS
microchip V.PTCP;PRS
toll V;NFIN
Velcro V.PTCP;PST
pike V.PTCP;PST
imbar V;PST
greaten V;PST
belaugh V.PTCP;PRS
grudge V;PST
bestow V;PST
fluoridate V;SG;3;PRS
tape-record V.PTCP;PRS
writh V;SG;3;PRS
honk V.PTCP;PRS
ideologize V;SG;3;PRS
decriminalize V;NFIN
nursle V;PST
underbid V;SG;3;PRS
dogpile V.PTCP;PST
picaroon V.PTCP;PRS
jupe V.PTCP;PRS
schoolmaster V;SG;3;PRS
mispay V;PST
underfong V;NFIN
apple-polish V;NFIN
treasure V;NFIN
housesit V;PST
recrystallize V;NFIN
dehook V;PST
raffle V.PTCP;PRS
equivalent V;SG;3;PRS
futurise V;SG;3;PRS
emendate V;SG;3;PRS
index V.PTCP;PST
disappoynt V.PTCP;PST
pee-pee V;PST
pregelatinize V;SG;3;PRS
presift V.PTCP;PRS
misvote V;NFIN
tervy V;SG;3;PRS
dwell V;SG;3;PRS
subside V;PST
outcoach V;NFIN
sediment V;NFIN
upbar V;SG;3;PRS
blether V;PST
roentgenograph V;NFIN
desolate V;NFIN
top-rope V.PTCP;PRS
comprise V;PST
marcel V.PTCP;PRS
collude V.PTCP;PST
dinghy V;PST
retire V;NFIN
vary V;PST
cross-kick V.PTCP;PRS
smaak V;SG;3;PRS
affright V;NFIN
bliken V;PST
boot V;PST
underjoin V;NFIN
report V;PST
caveat V.PTCP;PST
restem V.PTCP;PST
straught V;NFIN
overpamper V.PTCP;PST
ritualize V.PTCP;PST
antipathise V.PTCP;PST
spur V;SG;3;PRS
nither V.PTCP;PST
extricate V.PTCP;PRS
fascistize V.PTCP;PST
forlighten V.PTCP;PRS
sphacelate V.PTCP;PRS
cark V;PST
enkennel V;PST
decarbonate V;NFIN
partay V;NFIN
prepackage V.PTCP;PRS
copperplate V;PST
irrorate V.PTCP;PRS
flurt V;NFIN
Celticize V;NFIN
underteach V;SG;3;PRS
desulphurize V;NFIN
tongue-lash V;NFIN
sperg V;SG;3;PRS
hemstitch V;PST
croquet V.PTCP;PST
deaurate V.PTCP;PST
repro V;SG;3;PRS
general V.PTCP;PRS
attask V.PTCP;PST
double-declutch V.PTCP;PST
recrown V;SG;3;PRS
impasture V.PTCP;PRS
solutionize V;PST
gelatinise V;NFIN
defrag V;PST
outdrive V;SG;3;PRS
dl V;SG;3;PRS
hyperbolise V.PTCP;PRS
secrete V.PTCP;PRS
enrich V;SG;3;PRS
boke V;NFIN
solecize V.PTCP;PST
teepee V.PTCP;PRS
foreready V;PST
counterirritate V;SG;3;PRS
answere V.PTCP;PST
taper V;NFIN
unlap V.PTCP;PRS
underearn V;SG;3;PRS
rebase V;SG;3;PRS
disfigure V.PTCP;PRS
excorticate V;NFIN
spell V;NFIN
subnect V.PTCP;PRS
underrepresent V;SG;3;PRS
skateboard V;PST
generalise V.PTCP;PST
sync V.PTCP;PRS
betimber V;SG;3;PRS
mismail V;PST
fissure V.PTCP;PST
buzz-bomb V;PST
besort V.PTCP;PST
segmentalize V.PTCP;PST
automate V.PTCP;PRS
hooray V;PST
taw V.PTCP;PRS
hex V.PTCP;PST
pap V;PST
ken V;PST
copyleft V;SG;3;PRS
bituminize V.PTCP;PST
f-word V.PTCP;PST
transpire V.PTCP;PRS
herry V.PTCP;PRS
byname V.PTCP;PRS
overchill V.PTCP;PST
label V;PST
abstractify V.PTCP;PST
canonize V;NFIN
accuminate V.PTCP;PRS
descale V.PTCP;PRS
blandish V;SG;3;PRS
retube V;SG;3;PRS
carpet V.PTCP;PST
deaccession V.PTCP;PRS
glitch V;NFIN
anear V.PTCP;PST
bollix V;SG;3;PRS
underseal V.PTCP;PST
detoxify V;PST
scraffle V.PTCP;PST
immunize V.PTCP;PRS
beduck V;NFIN
toshend V;PST
wisecrack V.PTCP;PRS
wrassle V;NFIN
weaponise V;NFIN
adight V;NFIN
misoperate V;NFIN
naturalise V;NFIN
skim V.PTCP;PRS
carburize V;PST
over-awe V.PTCP;PRS
bewind V.PTCP;PST
unwarp V;PST
hilite V.PTCP;PST
weary V;NFIN
snowshoe V;NFIN
jerk V;NFIN
decapsulate V;NFIN
reskin V;NFIN
clonk V.PTCP;PRS
specify V.PTCP;PST
uncheck V;NFIN
quicksort V;NFIN
silage V.PTCP;PST
fan V.PTCP;PST
unscrew V;NFIN
glitter V;NFIN
preplace V.PTCP;PST
bedirt V;PST
crick V;SG;3;PRS
waylay V.PTCP;PST
ruck V.PTCP;PST
headbutt V.PTCP;PST
unstar V.PTCP;PST
transpile V;NFIN
overtwist V;NFIN
honeyfuggle V;SG;3;PRS
remerchandise V;PST
detokenize V;SG;3;PRS
discretise V;NFIN
manoeuver V.PTCP;PST
innerduce V;SG;3;PRS
outscout V.PTCP;PRS
thermalize V.PTCP;PRS
equivalise V.PTCP;PST
reënforce V;NFIN
beetle V.PTCP;PST
prescribe V;PST
offsmite V;NFIN
relove V;NFIN
spect V;NFIN
underpitch V;PST
pee-pee V.PTCP;PRS
evil-eye V;PST
stone V;PST
forflutter V;NFIN
chunk V;NFIN
jell V;PST
dysregulate V;PST
concorporate V.PTCP;PRS
coöpt V.PTCP;PRS
famble V;PST
underfang V;NFIN
tole V;SG;3;PRS
syllabificate V.PTCP;PST
mute V;SG;3;PRS
preconform V;PST
diphthongize V;NFIN
distream V;SG;3;PRS
slop V.PTCP;PRS
underlive V;SG;3;PRS
disvalue V.PTCP;PST
clog V.PTCP;PRS
pauperise V;SG;3;PRS
costimulate V;SG;3;PRS
drone V;NFIN
homogenize V;SG;3;PRS
whiplash V.PTCP;PST
montage V;NFIN
spelt V;NFIN
claime V.PTCP;PRS
effulge V.PTCP;PRS
cum V.PTCP;PST
iambize V;SG;3;PRS
forhold V;NFIN
overlick V;NFIN
superfix V.PTCP;PST
shatter V.PTCP;PRS
superscribe V.PTCP;PST
handcraft V.PTCP;PRS
deadpan V.PTCP;PRS
scam V;NFIN
deliquiate V.PTCP;PST
flacker V;PST
omnify V;NFIN
rhetoricate V;SG;3;PRS
demobilise V.PTCP;PRS
repoint V;NFIN
genocide V;NFIN
drygulch V;NFIN
plasmolyze V.PTCP;PRS
incloud V;PST
tellurize V.PTCP;PRS
hegemonise V;PST
beta-read V.PTCP;PRS
co-mingle V;NFIN
torace V;PST
necessitate V;SG;3;PRS
forthcome V.PTCP;PST
sideglance V.PTCP;PST
tan V.PTCP;PRS
striddle V;PST
underload V.PTCP;PST
clotter V.PTCP;PRS
atray V.PTCP;PRS
person V;NFIN
twidle V;SG;3;PRS
counterbuff V;NFIN
enhunger V;NFIN
clip V.PTCP;PRS
delete V;SG;3;PRS
jibber V;SG;3;PRS
cornute V;NFIN
bartend V;PST
detribalize V.PTCP;PST
cryoconcentrate V.PTCP;PRS
parp V.PTCP;PST
forthspeak V;PST
underdope V.PTCP;PRS
reoppose V;PST
shutter V;PST
reside V.PTCP;PRS
impatronize V;PST
projectile-vomit V.PTCP;PST
climatise V.PTCP;PST
eclipse V;NFIN
cratch V.PTCP;PST
campus V;NFIN
autorotate V;SG;3;PRS
uninspire V.PTCP;PRS
discompany V;NFIN
baze V;SG;3;PRS
bloat V;NFIN
befrill V;PST
vanpool V;NFIN
miaou V.PTCP;PRS
garnishee V.PTCP;PST
gangrene V.PTCP;PST
role-play V;SG;3;PRS
stoop V;PST
metathesize V;PST
overglance V;SG;3;PRS
disgrace V;SG;3;PRS
satirize V.PTCP;PST
undertip V;NFIN
junk V.PTCP;PRS
contrary V;PST
yak V;PST
bevomit V.PTCP;PST
pooh V.PTCP;PRS
forbathe V.PTCP;PST
self-harm V.PTCP;PRS
cabalize V.PTCP;PRS
revet V.PTCP;PRS
backport V.PTCP;PRS
academicise V;SG;3;PRS
proctor V;PST
scrounge V.PTCP;PST
debase V.PTCP;PRS
unpopularize V;SG;3;PRS
opine V.PTCP;PRS
republicanize V.PTCP;PRS
anagram V.PTCP;PRS
rechart V;PST
disacquaint V;NFIN
flob V.PTCP;PST
musk V;SG;3;PRS
outlive V;SG;3;PRS
cradle V.PTCP;PRS
tenon V.PTCP;PST
spiflicate V;SG;3;PRS
semiautomate V;NFIN
scar V;SG;3;PRS
dulce V.PTCP;PST
overprescribe V;NFIN
dispark V.PTCP;PST
slummock V.PTCP;PST
echo V;SG;3;PRS
desensitize V.PTCP;PST
embosom V;PST
subsample V.PTCP;PST
cube V.PTCP;PST
sophisticate V;NFIN
sass V;PST
referee V.PTCP;PST
gerbil V.PTCP;PRS
intromit V.PTCP;PRS
flocculate V;NFIN
color V.PTCP;PST
nub V;SG;3;PRS
sporterize V.PTCP;PRS
reprotect V;NFIN
remble V;PST
beclam V;NFIN
overtip V;SG;3;PRS
betrow V.PTCP;PST
gybe V;PST
manace V;PST
entwist V.PTCP;PST
reflip V;NFIN
mirken V.PTCP;PST
unisexualize V.PTCP;PRS
tabulate V;SG;3;PRS
undercreep V.PTCP;PRS
unbold V;NFIN
scumber V;PST
level V.PTCP;PST
lot V;NFIN
toboggan V;SG;3;PRS
betrap V;SG;3;PRS
filter V.PTCP;PRS
ignite V.PTCP;PRS
cum V;PST
arylate V;NFIN
rebuke V.PTCP;PRS
telpher V.PTCP;PRS
antioxidize V.PTCP;PRS
trundle V;SG;3;PRS
sunbathe V.PTCP;PRS
decriminalise V;NFIN
onsell V.PTCP;PST
hackle V.PTCP;PRS
reconquer V;NFIN
forebelieve V.PTCP;PRS
supercalender V;NFIN
Zuluize V;NFIN
gunzel V.PTCP;PRS
groop V;PST
dativize V.PTCP;PRS
blame V;SG;3;PRS
phagocytise V;SG;3;PRS
dyb V.PTCP;PRS
valourise V;SG;3;PRS
regroup V;NFIN
discide V;SG;3;PRS
air-condition V;PST
use V.PTCP;PST
eep V;SG;3;PRS
betouch V.PTCP;PRS
affect V;SG;3;PRS
unemploy V;SG;3;PRS
bearhug V;NFIN
re-entre V.PTCP;PST
emblematize V;PST
preconceive V;PST
climber V;PST
pooh-pooh V.PTCP;PRS
de-emphasize V;SG;3;PRS
detort V.PTCP;PRS
dispread V.PTCP;PRS
apprentice V.PTCP;PST
cerebrate V.PTCP;PRS
understaund V;SG;3;PRS
suffumigate V;NFIN
beblind V;NFIN
undercalculate V;SG;3;PRS
phial V.PTCP;PRS
Anglify V.PTCP;PRS
shot V.PTCP;PST
pick V;SG;3;PRS
overcompress V;PST
bodybuild V;SG;3;PRS
dribble V;SG;3;PRS
villanize V;PST
outbreed V;NFIN
resent V;SG;3;PRS
roughen V;NFIN
transmogrify V.PTCP;PST
strake V;SG;3;PRS
operationalize V;PST
roughhouse V;SG;3;PRS
coralize V.PTCP;PRS
babble V.PTCP;PRS
mispaint V;SG;3;PRS
deterge V;NFIN
genderswap V.PTCP;PST
enlink V.PTCP;PRS
unmarshal V;SG;3;PRS
rust V;SG;3;PRS
ratify V;PST
quip V.PTCP;PST
curse V;PST
deprovincialize V.PTCP;PRS
conde V.PTCP;PST
deprave V;PST
abrenounce V;NFIN
virilize V;SG;3;PRS
jewel V;PST
æmulate V.PTCP;PST
court V.PTCP;PRS
feck V.PTCP;PRS
talebear V;SG;3;PRS
sympathise V;SG;3;PRS
wrangle V;NFIN
reemphasize V;NFIN
stove V;PST
remasticate V;SG;3;PRS
repolarize V.PTCP;PST
rape V;SG;3;PRS
bemercy V;NFIN
foreknow V;PST
evidence V;SG;3;PRS
grouse V;NFIN
relevel V.PTCP;PST
recognise V;PST
traditionalize V;NFIN
overspecialise V.PTCP;PRS
porpoise V;SG;3;PRS
craw V.PTCP;PST
fornumb V.PTCP;PRS
categorify V;PST
dumb V;PST
jockey V.PTCP;PRS
dacoit V;NFIN
formirken V;SG;3;PRS
unbecome V.PTCP;PRS
ree V.PTCP;PRS
overmeasure V;PST
adhibit V;NFIN
brownback V.PTCP;PST
presift V;NFIN
juice V;SG;3;PRS
diaper V;NFIN
fright V.PTCP;PRS
upseek V;PST
canonicalize V;PST
keratinise V.PTCP;PST
tocleave V.PTCP;PST
kiteboard V;SG;3;PRS
postfix V.PTCP;PST
extemporise V;SG;3;PRS
corporealise V;SG;3;PRS
effervesce V;PST
denunciate V;PST
immesh V.PTCP;PRS
booze V;SG;3;PRS
snoggle V;SG;3;PRS
amalgamate V;SG;3;PRS
parascend V;PST
deify V;PST
zee V;SG;3;PRS
wallop V;PST
dearomatize V;PST
caterwaul V.PTCP;PRS
mosquito V;SG;3;PRS
resegment V.PTCP;PST
chew V.PTCP;PRS
discord V;SG;3;PRS
refocillate V;NFIN
rede V.PTCP;PST
slipper V.PTCP;PST
gip V.PTCP;PST
forshut V.PTCP;PST
Houdini V.PTCP;PST
skill V;PST
cottage V.PTCP;PRS
encircle V;NFIN
convolve V;PST
inspire V;SG;3;PRS
recriminalize V.PTCP;PRS
schismatize V;NFIN
snatch V.PTCP;PST
broadseal V;PST
rejumble V.PTCP;PRS
entomologize V;NFIN
tribute V;PST
superinfect V;NFIN
twonk V;NFIN
trapes V;NFIN
page V.PTCP;PRS
letter V.PTCP;PRS
retuck V;SG;3;PRS
tolash V.PTCP;PST
quadrilateralize V.PTCP;PRS
defrock V.PTCP;PST
balk V;NFIN
lightning V;NFIN
Talibanize V;SG;3;PRS
steak V.PTCP;PST
anatomize V;SG;3;PRS
neal V;SG;3;PRS
enfranchize V;SG;3;PRS
sexplore V.PTCP;PRS
trist V;SG;3;PRS
amese V;PST
spice V;SG;3;PRS
countersign V;SG;3;PRS
swoop V;NFIN
gree V;NFIN
misaddress V;SG;3;PRS
auto-block V;NFIN
clam V.PTCP;PST
outbud V;SG;3;PRS
overinflate V.PTCP;PST
subgroup V.PTCP;PST
common V.PTCP;PST
act V;SG;3;PRS
re-emerge V;PST
reprimand V.PTCP;PST
newform V;NFIN
rearchive V.PTCP;PRS
unleash V.PTCP;PST
malinger V;PST
oversweep V;NFIN
won V;SG;3;PRS
gurge V;SG;3;PRS
misappropriate V.PTCP;PRS
balbutiate V;PST
quine V.PTCP;PST
chiack V;NFIN
relexicalize V;PST
gawp V;SG;3;PRS
enmove V;NFIN
time V;NFIN
prod V.PTCP;PRS
ozonize V.PTCP;PRS
fuel V;SG;3;PRS
unyoke V.PTCP;PRS
Maorify V;PST
spean V.PTCP;PRS
rick V;SG;3;PRS
northernise V;SG;3;PRS
rekeyboard V;PST
outlaugh V;PST
luminate V.PTCP;PST
overpunch V;SG;3;PRS
soap V.PTCP;PRS
outpoise V.PTCP;PST
thumbshot V.PTCP;PST
abraid V.PTCP;PRS
munerate V;PST
disavouch V.PTCP;PST
gush V.PTCP;PRS
uptrain V;PST
avouch V.PTCP;PST
grubstake V;PST
betumble V.PTCP;PST
oversimplify V;SG;3;PRS
decompile V.PTCP;PRS
thwite V;NFIN
precalculate V.PTCP;PST
cross-sell V.PTCP;PRS
unrhyme V;NFIN
metaphrase V;NFIN
nappy V.PTCP;PST
brabble V;PST
bedwarf V.PTCP;PST
tissue V;SG;3;PRS
bodyslam V.PTCP;PRS
begather V;PST
retrigger V.PTCP;PST
exeleutherostomize V.PTCP;PRS
buttress V;NFIN
sunbake V.PTCP;PRS
methylate V.PTCP;PRS
procession V.PTCP;PRS
exceed V;SG;3;PRS
bouse V;PST
declutter V;SG;3;PRS
dumfound V;SG;3;PRS
barn V.PTCP;PST
sot V.PTCP;PRS
age V;SG;3;PRS
validate V.PTCP;PST
lithify V.PTCP;PST
spud V.PTCP;PST
Malayise V.PTCP;PRS
extinguish V;NFIN
filigree V;NFIN
byline V.PTCP;PRS
misreceive V.PTCP;PST
pepper-pot V.PTCP;PRS
dissociate V.PTCP;PST
perscopate V.PTCP;PRS
grunt V.PTCP;PRS
underbid V;PST
mundify V.PTCP;PST
noseprint V;NFIN
ordain V.PTCP;PST
ail V;PST
modularise V;PST
shape V;NFIN
sidestep V.PTCP;PST
cancel V.PTCP;PST
disenthrone V;SG;3;PRS
jacobinize V;NFIN
waylay V.PTCP;PRS
unbelieve V.PTCP;PRS
nesh V;SG;3;PRS
platonize V.PTCP;PST
prescale V;SG;3;PRS
accompass V;PST
depose V;NFIN
underload V;NFIN
spar V.PTCP;PST
frostbite V;PST
blackguard V.PTCP;PRS
unescape V;NFIN
dry-clean V.PTCP;PST
fooster V.PTCP;PRS
unabsolve V;SG;3;PRS
rong V.PTCP;PST
vascularize V.PTCP;PRS
riff V;NFIN
impave V;NFIN
vum V.PTCP;PRS
plaw V.PTCP;PST
denature V.PTCP;PRS
remerchandise V;NFIN
overeye V.PTCP;PST
endow V;PST
brutalise V;SG;3;PRS
clusterfuck V;NFIN
voodoo V.PTCP;PRS
knobble V;NFIN
unprotect V;PST
upskirt V;PST
bobbar V;SG;3;PRS
freeline V;PST
gezumph V.PTCP;PST
symbolise V.PTCP;PRS
barb V;NFIN
casualise V.PTCP;PST
botanize V;SG;3;PRS
mist V.PTCP;PRS
unmask V;PST
botch V;NFIN
scythe V;PST
shellac V;PST
dethaw V.PTCP;PST
comparison-shop V;PST
mindscrew V;SG;3;PRS
thin V.PTCP;PST
reabsorb V;PST
pin V;SG;3;PRS
haggle V.PTCP;PRS
fractalize V.PTCP;PRS
forbise V;PST
abut V;NFIN
blithen V;PST
rerail V;NFIN
aeriate V.PTCP;PRS
mercify V;SG;3;PRS
whisper V.PTCP;PRS
encharge V.PTCP;PRS
git V;SG;3;PRS
outdrink V.PTCP;PST
whoosh V.PTCP;PST
denunciate V;NFIN
hear V;SG;3;PRS
regorge V.PTCP;PST
autofocus V;PST
amp V;PST
hoarsen V;SG;3;PRS
ding V;NFIN
deem V.PTCP;PST
canonicalize V;SG;3;PRS
nail V.PTCP;PRS
defamiliarize V;NFIN
haze V;SG;3;PRS
graphitize V.PTCP;PST
slandre V;PST
manufacture V;PST
discase V;SG;3;PRS
iterate V;SG;3;PRS
contort V;NFIN
intermit V.PTCP;PRS
siren V.PTCP;PRS
film V.PTCP;PST
terminalize V.PTCP;PST
rationalise V;PST
microphotograph V.PTCP;PRS
awestrike V;PST
stream V;NFIN
air-dry V.PTCP;PRS
overscreen V.PTCP;PST
crowbar V.PTCP;PRS
sedentarise V;SG;3;PRS
plagiarise V;NFIN
fistulate V;NFIN
palter V;SG;3;PRS
rewaken V;NFIN
pollack V;NFIN
unmasque V;SG;3;PRS
meager V.PTCP;PRS
untwine V;SG;3;PRS
rendevous V;SG;3;PRS
bourgeon V;SG;3;PRS
wreak V.PTCP;PST
rifle V;SG;3;PRS
doll V.PTCP;PST
subfix V.PTCP;PRS
gawp V.PTCP;PRS
imbezzle V;PST
bespit V.PTCP;PRS
counterfeed V;NFIN
reinspire V.PTCP;PRS
exile V.PTCP;PRS
journey V;PST
dazzle V;PST
absorb V.PTCP;PST
overoptimize V;PST
precompensate V;NFIN
freecycle V;PST
greylist V;NFIN
beshape V;PST
sicken V;SG;3;PRS
infranchise V;PST
elongate V;NFIN
bethwack V.PTCP;PRS
unspell V;SG;3;PRS
autocomplete V.PTCP;PST
vouch V.PTCP;PST
gekker V;NFIN
uncharge V;SG;3;PRS
tone V;SG;3;PRS
reprecipitate V;NFIN
pragmatize V;SG;3;PRS
homage V;PST
study V.PTCP;PRS
linkify V.PTCP;PST
indoctrinate V.PTCP;PRS
research V;NFIN
efflate V.PTCP;PRS
prim V;PST
belabour V;NFIN
telecommute V;PST
dartle V;NFIN
sculp V;SG;3;PRS
reparametrize V;SG;3;PRS
disfrock V.PTCP;PRS
whirry V;SG;3;PRS
ungird V.PTCP;PRS
imbezzle V;NFIN
foredeclare V;SG;3;PRS
unreason V;PST
monophthongize V.PTCP;PST
swallow V;PST
surveil V;SG;3;PRS
physic V;NFIN
overgorge V;SG;3;PRS
submerge V;NFIN
inveigh V;PST
incline V;PST
overinsure V;PST
auscultate V;SG;3;PRS
drip V.PTCP;PST
enfamish V.PTCP;PST
implode V.PTCP;PST
subindicate V.PTCP;PST
tumble V;NFIN
mythologize V;NFIN
expend V.PTCP;PRS
myelinate V.PTCP;PRS
pacify V;PST
wander V;SG;3;PRS
slambang V;NFIN
increase V.PTCP;PST
lump V.PTCP;PST
cowboy V.PTCP;PST
creep V;NFIN
gallopade V.PTCP;PST
Palestinianise V.PTCP;PST
homotope V.PTCP;PRS
dismortgage V.PTCP;PST
nurstle V;NFIN
refurbish V;NFIN
stereotype V;SG;3;PRS
desingularize V;NFIN
fluorinate V.PTCP;PRS
amplificate V.PTCP;PRS
sorn V.PTCP;PST
insperse V.PTCP;PRS
volatilize V.PTCP;PRS
gold V;NFIN
haffle V.PTCP;PST
decrunch V.PTCP;PRS
Italianise V.PTCP;PRS
decon V.PTCP;PRS
accurse V.PTCP;PRS
abscess V;SG;3;PRS
underboil V.PTCP;PRS
misfeed V.PTCP;PST
trosh V;NFIN
topicalize V;NFIN
cozy V;PST
downselect V.PTCP;PST
derange V;NFIN
spifflicate V;NFIN
immolate V;SG;3;PRS
outtalk V;PST
gobble V.PTCP;PRS
unveil V;NFIN
furdle V;PST
miscategorise V;NFIN
perpetuate V;PST
liaise V;NFIN
zipline V.PTCP;PRS
autotune V.PTCP;PRS
symmetrise V;SG;3;PRS
odorise V;PST
backpack V.PTCP;PST
thinke V.PTCP;PRS
flint V;PST
unmold V;NFIN
bedarken V;SG;3;PRS
atrine V.PTCP;PST
bastardize V;PST
reduce V;SG;3;PRS
baff V.PTCP;PRS
neeze V.PTCP;PST
gestate V;NFIN
fruit V.PTCP;PST
audiotape V;SG;3;PRS
obstruct V;SG;3;PRS
postil V.PTCP;PRS
enfamish V;NFIN
colleague V;NFIN
overbrow V;SG;3;PRS
parrot V;PST
bowdlerise V.PTCP;PST
meliorate V;SG;3;PRS
peel V.PTCP;PST
betell V;SG;3;PRS
canary V;SG;3;PRS
deck V;SG;3;PRS
surfle V;NFIN
upheap V;PST
misascribe V;PST
fraternalise V.PTCP;PRS
entrammel V.PTCP;PST
macromanage V.PTCP;PST
offset V;NFIN
inchase V;NFIN
under-represent V;SG;3;PRS
showcase V;SG;3;PRS
bog V;SG;3;PRS
ruminate V;PST
gast V;SG;3;PRS
ecchymose V;NFIN
debuff V.PTCP;PST
circumlocute V;NFIN
grabble V;PST
gnarl V.PTCP;PRS
caper V.PTCP;PST
inditch V;SG;3;PRS
enhance V;SG;3;PRS
scream V;PST
kernelize V;PST
circumlocute V;SG;3;PRS
coalite V.PTCP;PRS
relocate V;SG;3;PRS
tussle V.PTCP;PRS
off-bear V;NFIN
forthpass V;SG;3;PRS
subtrude V.PTCP;PRS
siphon V;PST
bedamn V;NFIN
extimulate V;SG;3;PRS
humanize V;PST
buckler V;NFIN
refigure V;SG;3;PRS
outslick V;SG;3;PRS
recut V;PST
snooker V;PST
naturalise V;SG;3;PRS
wheelie V;PST
reimpregnate V;SG;3;PRS
desophisticate V.PTCP;PST
transfect V.PTCP;PST
payroll V.PTCP;PRS
disorientate V;PST
misbede V.PTCP;PRS
hele V.PTCP;PST
reroof V;NFIN
silicify V.PTCP;PRS
philosophize V;SG;3;PRS
gird V.PTCP;PRS
orthographize V.PTCP;PRS
reskin V;PST
imblaze V;NFIN
rebutton V;PST
cimmerianize V.PTCP;PST
shmoke V.PTCP;PST
crimp V;PST
dissimilate V;SG;3;PRS
buffalo V;SG;3;PRS
lattice V.PTCP;PRS
discovenant V.PTCP;PRS
outsweeten V;PST
diecast V.PTCP;PST
demagogue V;NFIN
clit V.PTCP;PST
bemonster V.PTCP;PRS
enumerate V.PTCP;PST
declare V.PTCP;PRS
takfir V;SG;3;PRS
caulk V.PTCP;PST
dindle V;NFIN
indungeon V;SG;3;PRS
resurrectionize V;NFIN
accelerate V.PTCP;PRS
præmise V;PST
biomagnify V;NFIN
co-write V;NFIN
dragonize V;SG;3;PRS
cliffhang V.PTCP;PRS
regurgitate V;NFIN
synchronise V;PST
inconvenience V.PTCP;PST
Edenize V;PST
disburthen V;SG;3;PRS
slaughtre V;NFIN
abord V;SG;3;PRS
neighbor V;PST
ting V;PST
evanish V;PST
desymmetrize V.PTCP;PRS
read V;SG;3;PRS
filch V;SG;3;PRS
exclaim V.PTCP;PST
underline V;SG;3;PRS
database V.PTCP;PRS
scunner V;NFIN
inrush V;PST
unsecularize V.PTCP;PRS
extoll V.PTCP;PST
metallicize V;NFIN
furnace V;NFIN
disown V.PTCP;PST
podzolize V;PST
patronise V.PTCP;PST
dehook V;NFIN
factorise V;SG;3;PRS
assplant V;PST
interrail V;NFIN
trammel V.PTCP;PRS
mathematicize V.PTCP;PST
relatch V;NFIN
mistrust V;NFIN
cage V;SG;3;PRS
mislie V;NFIN
snoggle V.PTCP;PRS
quantise V.PTCP;PST
cowhide V;SG;3;PRS
imbase V;SG;3;PRS
imbastardize V;NFIN
wern V.PTCP;PRS
roughneck V.PTCP;PST
bewreck V;SG;3;PRS
forslouthe V;SG;3;PRS
orienteer V.PTCP;PST
humble V;NFIN
untrain V.PTCP;PRS
astony V.PTCP;PRS
overcompress V.PTCP;PST
disordain V;PST
repatch V;NFIN
overcriticize V.PTCP;PRS
contract V;NFIN
w**k V;NFIN
involve V.PTCP;PRS
peeve V.PTCP;PRS
French V;PST
wagon V.PTCP;PST
clause V.PTCP;PST
sollar V;SG;3;PRS
outvoice V.PTCP;PRS
chirp V;NFIN
battalion V;SG;3;PRS
opalize V;PST
canonise V.PTCP;PST
glycate V;NFIN
outfence V;PST
scroop V;SG;3;PRS
snow-blow V.PTCP;PRS
dag V;PST
taughten V;NFIN
ringfence V;PST
culch V.PTCP;PRS
carpool V;SG;3;PRS
pose V;NFIN
jeff V;NFIN
misrecite V;NFIN
twoc V.PTCP;PRS
demarcate V;PST
rematerialize V;SG;3;PRS
abstrude V;SG;3;PRS
gasify V;SG;3;PRS
dissettle V;SG;3;PRS
protract V;NFIN
miscapitalise V;PST
conscribe V;SG;3;PRS
steem V;PST
dilacerate V;NFIN
minse V;NFIN
turnkey V.PTCP;PRS
undercalculate V;PST
overweigh V;PST
unwonder V.PTCP;PRS
gas V;SG;3;PRS
shunt V.PTCP;PST
unprop V;PST
intone V;SG;3;PRS
hypermutate V;PST
gaiter V;SG;3;PRS
frostproof V;NFIN
cocirculate V.PTCP;PST
humiliate V.PTCP;PST
enwiden V.PTCP;PRS
depreciate V.PTCP;PST
circumflect V.PTCP;PST
outthink V.PTCP;PST
upshift V;SG;3;PRS
libidinize V;NFIN
entangel V;PST
disconsecrate V.PTCP;PST
reem V;PST
steeple V;NFIN
Australianize V.PTCP;PRS
deubiquitinate V.PTCP;PST
egoscan V.PTCP;PST
propose V;PST
ration V;SG;3;PRS
dogfight V.PTCP;PRS
outspeak V;PST
reparate V;SG;3;PRS
rhetorize V.PTCP;PST
swale V.PTCP;PRS
impurple V;SG;3;PRS
unbook V;PST
pigeon V;NFIN
wager V.PTCP;PST
eek V;SG;3;PRS
gauge V.PTCP;PST
recondite V.PTCP;PRS
scrouge V.PTCP;PRS
dehort V;NFIN
manoeuver V;NFIN
interlude V;SG;3;PRS
secularize V.PTCP;PRS
acclamate V.PTCP;PRS
rekindle V;PST
Calvinise V.PTCP;PRS
unconcede V;SG;3;PRS
project V.PTCP;PRS
overspeak V;PST
peece V.PTCP;PST
Jew V.PTCP;PST
provine V;NFIN
outgaze V.PTCP;PRS
intrunk V.PTCP;PST
orienteer V.PTCP;PRS
kyanize V.PTCP;PRS
interbed V;SG;3;PRS
beray V;NFIN
rejoice V.PTCP;PRS
safeguard V.PTCP;PRS
concorporate V;NFIN
wtfpwn V;SG;3;PRS
yed V.PTCP;PST
solemnise V;PST
muff V;NFIN
need V;PST
phlebotomize V.PTCP;PRS
empuzzle V.PTCP;PRS
English V.PTCP;PRS
spring-clean V.PTCP;PST
bullshit V;NFIN
similarize V;PST
sunburn V;SG;3;PRS
phagocytise V;NFIN
bechat V;NFIN
tittle-tattle V;NFIN
chank V;SG;3;PRS
unhide V.PTCP;PRS
whup V.PTCP;PRS
dimit V.PTCP;PST
æstimate V.PTCP;PRS
disbranch V;SG;3;PRS
anonymize V;SG;3;PRS
constrain V.PTCP;PST
headline V.PTCP;PST
whizz V;PST
overslow V;SG;3;PRS
bebay V;NFIN
dephysicalize V;PST
shunt V;SG;3;PRS
oversay V.PTCP;PST
stylise V.PTCP;PRS
premaster V;NFIN
readorn V;NFIN
biopsy V;NFIN
prefer V.PTCP;PRS
samba V.PTCP;PRS
garrotte V.PTCP;PST
palaver V;NFIN
detusk V;PST
uplink V;NFIN
forban V.PTCP;PST
reperpetrate V;NFIN
overdot V;SG;3;PRS
loiter V;PST
sax V;SG;3;PRS
outspell V;PST
survey V.PTCP;PRS
poach V.PTCP;PRS
abolitionize V;SG;3;PRS
undistort V.PTCP;PRS
pleasure V.PTCP;PST
redevelop V;PST
windmill V;NFIN
supreme V;NFIN
reshrink V;SG;3;PRS
rehyphenate V.PTCP;PST
ensnarl V;PST
behelm V.PTCP;PRS
grow V.PTCP;PST
enchasten V.PTCP;PST
bivy V.PTCP;PRS
embogue V;SG;3;PRS
outnice V.PTCP;PST
audible V.PTCP;PRS
litigate V;NFIN
despume V;NFIN
topple V.PTCP;PST
unconstrain V.PTCP;PST
raven V;SG;3;PRS
intwine V;NFIN
misworship V.PTCP;PRS
fabulate V.PTCP;PRS
caveach V;PST
inlay V;SG;3;PRS
disincentivise V.PTCP;PST
lullaby V;PST
contrist V;SG;3;PRS
premix V;NFIN
outseek V.PTCP;PRS
abolitionise V;PST
dammish V.PTCP;PRS
disinvigorate V;PST
scrage V;PST
outnim V;NFIN
chill V.PTCP;PRS
dematerialise V;SG;3;PRS
fugle V.PTCP;PRS
overpackage V;SG;3;PRS
bemire V.PTCP;PRS
repartee V;NFIN
preadapt V;NFIN
prearm V.PTCP;PRS
snub V;SG;3;PRS
unreave V;NFIN
romance V;PST
oversimplify V.PTCP;PRS
retract V;NFIN
reterritorialize V.PTCP;PRS
missed-call V.PTCP;PST
assever V;NFIN
coalize V.PTCP;PRS
depersonalise V.PTCP;PRS
outfight V;SG;3;PRS
interpellate V;PST
modulize V;PST
ironize V;SG;3;PRS
puff V;PST
plus V.PTCP;PST
womanise V;NFIN
rustproof V.PTCP;PST
fleet V.PTCP;PST
rebaseline V;SG;3;PRS
Zuluise V.PTCP;PRS
premasticate V;NFIN
underfill V;PST
pinken V;NFIN
lead V;SG;3;PRS
unforgive V.PTCP;PST
occupy V;PST
binner V.PTCP;PST
furrow V.PTCP;PRS
rue V;NFIN
recontinue V;PST
euthanatise V;NFIN
nucleate V.PTCP;PST
perorate V;SG;3;PRS
endeavor V.PTCP;PRS
tesselate V.PTCP;PST
postcode V.PTCP;PRS
hotdog V;NFIN
instigate V;PST
regulate V.PTCP;PRS
couch-surf V;NFIN
perfix V;SG;3;PRS
ice-jack V.PTCP;PRS
weatherproof V;PST
discide V.PTCP;PST
abear V.PTCP;PST
rib V;PST
divulge V.PTCP;PST
fanaticise V;NFIN
pressurise V;PST
inbring V.PTCP;PST
olden V.PTCP;PST
unequip V.PTCP;PRS
spoil V.PTCP;PRS
sam V.PTCP;PST
resole V;SG;3;PRS
fellate V.PTCP;PRS
screak V;PST
enfreeze V;PST
redeliberate V;PST
capitulate V.PTCP;PRS
norn V.PTCP;PRS
duck V;NFIN
prioritize V.PTCP;PRS
tabulate V.PTCP;PST
electroplate V;SG;3;PRS
miscensure V;PST
ponderate V;PST
consult V;PST
flobber V;PST
bestialize V;SG;3;PRS
baggs V;NFIN
presspack V.PTCP;PST
overspread V;NFIN
inflect V.PTCP;PST
rerate V;PST
joul V.PTCP;PST
scarlet V;NFIN
maternalise V;SG;3;PRS
clitch V;PST
prentice V.PTCP;PST
uphaul V;SG;3;PRS
progenate V.PTCP;PST
mysticize V;PST
overfinance V;PST
avoke V.PTCP;PRS
aluminumize V;SG;3;PRS
kibitz V.PTCP;PST
disbowel V;SG;3;PRS
piqueer V;PST
snigger V;SG;3;PRS
surbeat V;PST
caravan V;PST
reliquify V;PST
repudiate V;PST
recurve V;NFIN
powershift V;NFIN
prebuild V.PTCP;PST
menace V;NFIN
disaccustom V.PTCP;PST
freefall V.PTCP;PRS
recomember V;PST
exsuscitate V;NFIN
stave V.PTCP;PRS
oversweeten V.PTCP;PRS
dequeue V;PST
bemean V;PST
statisticize V;SG;3;PRS
offhold V.PTCP;PST
number V;PST
repropagate V.PTCP;PST
automize V;SG;3;PRS
weaponise V;SG;3;PRS
partner V.PTCP;PST
true V.PTCP;PRS
foam V;SG;3;PRS
lambaste V.PTCP;PRS
desacralize V.PTCP;PRS
risk V.PTCP;PST
straitjacket V;NFIN
electrocute V;NFIN
burgeon V;SG;3;PRS
sing V.PTCP;PRS
scur V;SG;3;PRS
unmotivate V.PTCP;PST
sclerose V;PST
resediment V.PTCP;PRS
solemnify V;NFIN
publicise V.PTCP;PRS
hose V;NFIN
Nazify V;PST
behap V;NFIN
unbone V;NFIN
predispose V;PST
froust V;PST
view V;PST
overbulk V;SG;3;PRS
beslubber V;PST
dogsled V.PTCP;PRS
forthclepe V.PTCP;PST
untick V.PTCP;PST
rumble V.PTCP;PRS
harness V.PTCP;PRS
redraft V.PTCP;PRS
clem V;NFIN
cut V;PST
discompt V.PTCP;PST
jump V.PTCP;PST
detect V;SG;3;PRS
swinge V;SG;3;PRS
eisegete V;NFIN
miscount V;NFIN
pre-set V;SG;3;PRS
traject V.PTCP;PRS
frot V;SG;3;PRS
sexualize V;NFIN
speckle V.PTCP;PST
wiccanize V.PTCP;PRS
recuse V;SG;3;PRS
benothing V;PST
reinjure V;NFIN
incompass V;NFIN
smof V.PTCP;PRS
demate V;SG;3;PRS
corbel V;SG;3;PRS
wright V.PTCP;PRS
disconsecrate V;NFIN
chunder V;NFIN
scalp V;PST
twitch V;PST
theatricalise V;NFIN
pre-tin V;PST
cannibalise V;NFIN
smallcap V;PST
delegalize V;SG;3;PRS
hawk V.PTCP;PST
disable V;PST
reafforest V;NFIN
hydrogenize V;SG;3;PRS
underprize V;SG;3;PRS
besnuff V.PTCP;PRS
outbeg V;NFIN
desand V.PTCP;PRS
reek V;SG;3;PRS
hard-wire V;SG;3;PRS
persevere V.PTCP;PST
glom V;PST
unsnib V;PST
desilk V;SG;3;PRS
seam V.PTCP;PST
acquiet V;SG;3;PRS
chance V.PTCP;PRS
temporize V.PTCP;PRS
pyrograph V.PTCP;PRS
humbug V;PST
gatecrash V;SG;3;PRS
inclose V.PTCP;PRS
fathom V;SG;3;PRS
dispace V.PTCP;PST
doat V;NFIN
quadrate V.PTCP;PST
affeer V.PTCP;PST
wolf V;SG;3;PRS
beclam V;PST
mispraise V;PST
discolorate V.PTCP;PRS
nodulate V;NFIN
birth V;SG;3;PRS
dispurvey V.PTCP;PST
joust V.PTCP;PST
shrew V.PTCP;PST
gutter V.PTCP;PST
tarmacadam V.PTCP;PST
inable V.PTCP;PST
cost V;PST
skell V;NFIN
squail V.PTCP;PRS
man V;PST
bucketize V;PST
outshop V;PST
forel V.PTCP;PRS
copay V.PTCP;PST
clomp V.PTCP;PST
proffre V;SG;3;PRS
heat V;NFIN
impone V;SG;3;PRS
darn V.PTCP;PST
forstaa V.PTCP;PST
basket V;NFIN
deinitialize V;SG;3;PRS
reheat V;PST
chase V.PTCP;PST
bepraise V.PTCP;PRS
effront V.PTCP;PST
dissever V;PST
spoom V.PTCP;PRS
cell V.PTCP;PRS
forburn V.PTCP;PST
reedify V;SG;3;PRS
insee V;PST
tenter V.PTCP;PRS
condemn V;NFIN
denucleate V;PST
extemporize V;PST
regen V.PTCP;PRS
precancel V;PST
tine V.PTCP;PRS
atwite V;SG;3;PRS
visualize V.PTCP;PST
economise V.PTCP;PST
reinform V.PTCP;PRS
illighten V.PTCP;PRS
pun V;PST
sluttify V;SG;3;PRS
pummel V;PST
zig-zag V.PTCP;PRS
superelevate V;PST
astrogate V.PTCP;PST
oust V.PTCP;PST
desier V.PTCP;PST
flange V.PTCP;PRS
congenialize V.PTCP;PRS
necropsy V.PTCP;PST
castigate V;PST
unfix V.PTCP;PST
gezumph V;NFIN
egotize V;NFIN
subtend V;SG;3;PRS
promulgate V;PST
atstert V;NFIN
mismake V;SG;3;PRS
'phone V.PTCP;PST
dispurpose V;NFIN
infold V.PTCP;PST
dismiss V;PST
contradistinguish V.PTCP;PRS
pratfall V.PTCP;PST
unabdicate V;NFIN
unorder V;NFIN
Sadducize V.PTCP;PRS
sheep-dip V.PTCP;PST
overlabour V;PST
campus V.PTCP;PRS
ensilage V.PTCP;PRS
infranchise V.PTCP;PST
deglamorize V.PTCP;PST
incarn V.PTCP;PRS
nack V.PTCP;PST
manifesto V;NFIN
waterproof V;PST
unct V;NFIN
complex V;SG;3;PRS
pop V;NFIN
enisle V;SG;3;PRS
rebegin V;SG;3;PRS
revolutionalize V;PST
togo V.PTCP;PRS
filthen V.PTCP;PRS
pretest V;PST
demo V.PTCP;PST
connive V.PTCP;PST
sentinel V;SG;3;PRS
ruby V;SG;3;PRS
baffle V;NFIN
overdramatize V;NFIN
perspire V;NFIN
subtiliate V.PTCP;PRS
redeem V;NFIN
stabilize V;PST
diswarn V.PTCP;PST
skid V.PTCP;PRS
cobble V;NFIN
indue V.PTCP;PRS
overdose V;PST
unframe V.PTCP;PRS
frogmarch V.PTCP;PST
rehabilitate V.PTCP;PST
soporate V;NFIN
intwist V;NFIN
outsize V;SG;3;PRS
tramp V.PTCP;PST
inlard V.PTCP;PST
outlie V;PST
grieve V;SG;3;PRS
dispend V.PTCP;PRS
misplan V;SG;3;PRS
foresave V;NFIN
spurge V.PTCP;PST
subduce V;SG;3;PRS
coy V.PTCP;PRS
mistake V.PTCP;PRS
infile V.PTCP;PST
forstand V.PTCP;PST
impanate V;SG;3;PRS
facialize V;SG;3;PRS
menstrate V;PST
disannex V;NFIN
fumble V;SG;3;PRS
hot-swap V;NFIN
camo V;SG;3;PRS
imbreathe V;NFIN
permeabilize V.PTCP;PRS
uncompress V;SG;3;PRS
capitate V;PST
overrent V;NFIN
affoord V;SG;3;PRS
farsee V;PST
interoperate V.PTCP;PRS
pulse V;SG;3;PRS
backstroke V.PTCP;PRS
outreason V.PTCP;PST
slighten V.PTCP;PRS
segmentalize V;NFIN
unbreast V.PTCP;PRS
toshend V;SG;3;PRS
infeoff V.PTCP;PRS
inwood V;SG;3;PRS
denize V;SG;3;PRS
cove V;SG;3;PRS
underpredict V;NFIN
tram V.PTCP;PST
annualise V;SG;3;PRS
mistreat V;PST
term V;NFIN
zombify V;SG;3;PRS
refurb V;PST
enveigle V;NFIN
foreshorten V.PTCP;PST
recondition V;NFIN
compt V;NFIN
self-deport V;NFIN
reactivate V;PST
irritate V;PST
worst V.PTCP;PRS
straphang V.PTCP;PRS
choke V;SG;3;PRS
hongi V;PST
subtend V.PTCP;PRS
crossruff V;SG;3;PRS
reenkindle V.PTCP;PST
fullcome V;PST
lake V;PST
mellow V;SG;3;PRS
unedge V.PTCP;PST
deprofessionalize V;PST
interoperate V;SG;3;PRS
unpucker V.PTCP;PST
replead V;NFIN
merengue V;SG;3;PRS
reverse-pickpocket V;PST
mistify V;PST
psyche V;PST
foremake V.PTCP;PRS
deionize V.PTCP;PRS
enharden V;NFIN
clay V;NFIN
live V.PTCP;PRS
hydrophilize V;NFIN
industrialise V;NFIN
balbucinate V.PTCP;PST
illtreat V.PTCP;PST
indemnify V;SG;3;PRS
repaint V.PTCP;PRS
effeminize V;SG;3;PRS
inturn V.PTCP;PRS
Thatcherise V.PTCP;PRS
plebeianize V.PTCP;PRS
luxuriate V;SG;3;PRS
disemvowel V;PST
pudder V;NFIN
aske V.PTCP;PRS
automize V;PST
highjack V;SG;3;PRS
pee V;PST
screwtape V.PTCP;PST
splat V;NFIN
sirenize V.PTCP;PRS
portage V;PST
unappropriate V;SG;3;PRS
frame V.PTCP;PST
replan V.PTCP;PRS
glamorise V;NFIN
overclaim V;NFIN
repræsent V;PST
lock-pick V;NFIN
expidite V.PTCP;PRS
malign V.PTCP;PST
wolve V.PTCP;PST
chaw V.PTCP;PRS
cross-refer V;PST
foreflow V.PTCP;PRS
overjump V;PST
emmove V.PTCP;PST
keen V.PTCP;PRS
inlead V.PTCP;PST
misconfigure V;PST
fantasize V.PTCP;PST
fledge V;NFIN
reteam V;PST
fascinate V;SG;3;PRS
hotch V;SG;3;PRS
implate V.PTCP;PST
mispunctuate V;PST
resubscribe V.PTCP;PST
enarmour V;SG;3;PRS
soliloquize V;NFIN
dispirit V;NFIN
codeswitch V.PTCP;PST
gain V.PTCP;PST
overwet V.PTCP;PRS
impest V.PTCP;PRS
meek V.PTCP;PRS
resprout V.PTCP;PRS
halo V;NFIN
conduce V;PST
googlewhore V.PTCP;PRS
shooger V;SG;3;PRS
unmask V;NFIN
enquire V;SG;3;PRS
broggle V.PTCP;PST
rather V.PTCP;PRS
moss V.PTCP;PST
petard V;NFIN
hew V;PST
kibbitz V;PST
relisten V;SG;3;PRS
malt V.PTCP;PST
tendre V;NFIN
overveil V.PTCP;PST
betide V;PST
olden V;NFIN
rapture V;NFIN
laminate V;PST
poussette V;NFIN
yellow V;SG;3;PRS
await V;SG;3;PRS
author V;NFIN
obtemper V;PST
handknit V.PTCP;PST
pulsate V;PST
encrust V;PST
concert V.PTCP;PRS
MiST V;SG;3;PRS
squidge V;NFIN
issue V.PTCP;PST
DJ V.PTCP;PST
prog V;NFIN
dib V;NFIN
copresent V;PST
illuminize V;PST
gamahauch V;PST
bedrite V;PST
asexualize V;NFIN
entender V.PTCP;PST
perpend V.PTCP;PST
golly V.PTCP;PST
unswaddle V.PTCP;PST
grovel V.PTCP;PRS
talc V;SG;3;PRS
sneb V;SG;3;PRS
handsome V.PTCP;PST
centrifuge V.PTCP;PST
miscensure V.PTCP;PST
pounce V.PTCP;PRS
overdamp V.PTCP;PST
Australianise V;SG;3;PRS
sort V.PTCP;PRS
disharmonize V.PTCP;PRS
smash V.PTCP;PRS
de-humanise V;PST
brominate V;SG;3;PRS
simple V;SG;3;PRS
downclimb V.PTCP;PRS
schvitz V;SG;3;PRS
re-form V;NFIN
circularize V;NFIN
annunciate V;PST
camber V.PTCP;PST
marinade V;NFIN
restation V.PTCP;PRS
typify V.PTCP;PRS
coinsure V;PST
immingle V;SG;3;PRS
bework V.PTCP;PRS
forswift V.PTCP;PST
laminarize V;NFIN
bleg V.PTCP;PST
tract V.PTCP;PST
wardrive V;PST
aquatint V;SG;3;PRS
non-plus V.PTCP;PRS
backflip V;PST
hopscotch V;SG;3;PRS
thrill V;NFIN
recook V.PTCP;PST
metricise V.PTCP;PST
misquote V;PST
stean V.PTCP;PRS
dispossess V.PTCP;PST
lib V.PTCP;PRS
outmuscle V.PTCP;PRS
assassin V;SG;3;PRS
buzz-bomb V.PTCP;PST
bunch V.PTCP;PRS
gray V.PTCP;PST
wee V.PTCP;PRS
regrease V.PTCP;PST
inbreathe V.PTCP;PRS
reinfiltrate V;NFIN
pedestrianise V;PST
decivilise V;NFIN
blin V;PST
ted V;PST
beset V.PTCP;PST
dank V;SG;3;PRS
vaginalize V.PTCP;PST
hostilize V.PTCP;PST
domino V.PTCP;PST
flight V;SG;3;PRS
overspread V.PTCP;PST
enfeoff V;PST
uninvent V;SG;3;PRS
banquet V.PTCP;PST
compare V;NFIN
profer V;SG;3;PRS
embastardize V;PST
stuprate V;NFIN
intervolve V.PTCP;PRS
vaseline V;PST
reconstruct V;NFIN
obfirm V;PST
overbulk V;PST
seriate V.PTCP;PST
refoveate V.PTCP;PRS
guff V.PTCP;PRS
kiss V.PTCP;PRS
reënable V;SG;3;PRS
saltate V;PST
co-star V;NFIN
decipher V.PTCP;PST
beweep V;SG;3;PRS
crisscross V.PTCP;PST
river V;PST
dissociate V;NFIN
upsolve V;SG;3;PRS
dirt V.PTCP;PST
forslowth V.PTCP;PST
compense V;SG;3;PRS
theorize V.PTCP;PRS
desalivate V.PTCP;PST
forbid V;SG;3;PRS
sesquioxidize V;PST
bodyguard V;PST
outfinesse V;SG;3;PRS
crunch V.PTCP;PRS
writhe V;PST
bemad V;PST
frenzy V;PST
deconceptualize V;SG;3;PRS
entitule V;SG;3;PRS
redraught V;PST
overlive V;NFIN
disvouch V.PTCP;PRS
sauter V.PTCP;PST
forstand V;NFIN
worthen V;NFIN
whingle V;NFIN
principiate V.PTCP;PRS
parleyvoo V.PTCP;PST
altercate V.PTCP;PST
coanalyze V;NFIN
unpredict V.PTCP;PST
enunciate V.PTCP;PST
frot V.PTCP;PRS
tie V;PST
gob V;PST
Iranify V.PTCP;PRS
wibble V;SG;3;PRS
revenge V.PTCP;PRS
schoolmaster V;NFIN
embottle V.PTCP;PST
bus V;SG;3;PRS
fix V.PTCP;PST
retch V;SG;3;PRS
tee V.PTCP;PST
dignify V;SG;3;PRS
popple V.PTCP;PRS
assistant-manage V;PST
outwing V;PST
incumber V.PTCP;PST
wallop V;NFIN
devalue V.PTCP;PST
updive V;NFIN
define V;NFIN
phonate V;PST
intercoil V.PTCP;PST
Mondayize V;PST
weep V;PST
oversteam V.PTCP;PRS
emaciate V.PTCP;PRS
candle V.PTCP;PST
disencharm V;NFIN
whetten V.PTCP;PST
recalk V;SG;3;PRS
situate V.PTCP;PRS
zipper V.PTCP;PRS
preface V;PST
wend V;PST
dele V.PTCP;PST
jerk V.PTCP;PRS
cart V.PTCP;PRS
misdesign V;SG;3;PRS
overpart V;SG;3;PRS
create V.PTCP;PST
bewreke V;PST
disfellowship V;PST
disman V.PTCP;PST
dowse V.PTCP;PRS
bootleg V;NFIN
economise V;NFIN
outshout V;SG;3;PRS
underbake V;NFIN
slipstream V.PTCP;PRS
boil-wash V;NFIN
sleeptalk V.PTCP;PRS
nurn V.PTCP;PRS
in-winter V.PTCP;PRS
Dolbyize V.PTCP;PST
beclam V.PTCP;PRS
approbate V.PTCP;PST
verb V;SG;3;PRS
besorrow V;PST
onsend V;NFIN
coalite V;SG;3;PRS
fraternize V;PST
travell V;PST
impoor V.PTCP;PRS
pote V.PTCP;PST
killfile V;PST
expurge V.PTCP;PST
dox V;SG;3;PRS
poke V.PTCP;PRS
hasp V;PST
walter V;PST
languish V.PTCP;PRS
dump V;NFIN
preact V;SG;3;PRS
inlight V;SG;3;PRS
umshade V;SG;3;PRS
redeliver V;NFIN
restitch V.PTCP;PRS
triangularize V;NFIN
marginalize V;PST
misdefine V.PTCP;PST
intersect V;NFIN
diswont V.PTCP;PRS
sauna V;SG;3;PRS
tittup V;PST
potentiate V;SG;3;PRS
pyrolyse V;PST
nounize V.PTCP;PST
jihad V;SG;3;PRS
megaphone V;SG;3;PRS
unmarshal V.PTCP;PST
globalise V.PTCP;PST
unpaganize V;PST
embronze V;PST
unmap V.PTCP;PRS
reacidify V.PTCP;PRS
uncross V.PTCP;PRS
quirt V;SG;3;PRS
dun V.PTCP;PST
splint V.PTCP;PRS
precancel V;SG;3;PRS
picturize V;SG;3;PRS
recontribute V;NFIN
dandle V.PTCP;PRS
misinform V;NFIN
vilify V.PTCP;PRS
temporise V.PTCP;PST
defunct V.PTCP;PRS
forecut V.PTCP;PST
cahoot V.PTCP;PST
vitaminise V.PTCP;PST
slite V.PTCP;PRS
scurry V.PTCP;PRS
happen V;NFIN
hog V.PTCP;PRS
bucketize V.PTCP;PRS
schuss V;PST
unmortgage V;NFIN
chill V;SG;3;PRS
inbound V;PST
dislocate V;NFIN
tweezer V.PTCP;PRS
hoast V;NFIN
atterrate V.PTCP;PRS
prettyprint V;SG;3;PRS
unplace V;PST
coach V.PTCP;PRS
reconsider V;SG;3;PRS
scranch V;PST
anear V.PTCP;PRS
coldcock V;SG;3;PRS
approve V.PTCP;PST
reseed V.PTCP;PST
disappoynt V.PTCP;PRS
imbibe V;PST
rephotograph V;PST
envigourate V;PST
parallelise V.PTCP;PST
complicate V.PTCP;PST
incestualize V;SG;3;PRS
marginate V;NFIN
despeckle V;PST
spiral V;NFIN
merchandise V;PST
steamboat V;PST
shipwreck V.PTCP;PRS
perfectionate V;NFIN
coruscate V;NFIN
redefend V;NFIN
blubber V.PTCP;PRS
jeopardise V.PTCP;PST
reregulate V;NFIN
sissy V;NFIN
undersow V;PST
impone V;PST
gipsy V;SG;3;PRS
gull V;PST
squib V;NFIN
ally V;PST
overreckon V;PST
stamp V;PST
vocalize V.PTCP;PRS
see-saw V;PST
denegate V.PTCP;PRS
freckle V;SG;3;PRS
scruffle V.PTCP;PST
swingle V;NFIN
entabulate V.PTCP;PST
prelight V.PTCP;PRS
redargue V.PTCP;PST
pour V;SG;3;PRS
swig V;SG;3;PRS
spud V;PST
minorate V;PST
disrepute V;SG;3;PRS
lecture V;PST
narcotise V;SG;3;PRS
fling V;SG;3;PRS
lapse V.PTCP;PST
disserve V;SG;3;PRS
chlorinate V.PTCP;PRS
masturbate V;PST
bewail V;PST
ambass V;NFIN
saber V;NFIN
accompass V;NFIN
flunk V.PTCP;PST
electrofish V;PST
equivalent V.PTCP;PST
spite V.PTCP;PRS
corporate V;PST
inbreak V.PTCP;PRS
bejumble V;SG;3;PRS
overprice V;PST
epoxidise V.PTCP;PST
suffonsify V.PTCP;PRS
mich V;PST
triangulate V.PTCP;PST
graunch V;SG;3;PRS
tousel V.PTCP;PRS
language V;PST
bedung V;NFIN
indenize V;SG;3;PRS
deplume V;NFIN
yank V.PTCP;PST
fordrive V.PTCP;PRS
pamphleteer V.PTCP;PRS
bergh V;SG;3;PRS
devirginize V.PTCP;PRS
arterialize V.PTCP;PRS
compere V;NFIN
piddle V.PTCP;PST
remagnetize V;SG;3;PRS
rigorize V;NFIN
throttle V.PTCP;PST
instigate V;SG;3;PRS
terraform V;NFIN
unalienate V;NFIN
underestimate V;PST
evitate V;SG;3;PRS
poniard V.PTCP;PST
tonsure V;NFIN
vial V.PTCP;PST
uproar V.PTCP;PRS
console V;NFIN
glob V.PTCP;PST
forecheck V.PTCP;PRS
increpate V;PST
contract V;PST
hardwire V;SG;3;PRS
bypass V.PTCP;PST
coexist V;SG;3;PRS
misremember V;NFIN
hould V.PTCP;PST
attach V;SG;3;PRS
loll V;NFIN
upcurl V;SG;3;PRS
acierate V;NFIN
pitter V;PST
overproduce V;NFIN
enwomb V.PTCP;PRS
vail V.PTCP;PST
hanker V.PTCP;PST
opiniate V.PTCP;PRS
vide V.PTCP;PRS
shooger V.PTCP;PST
enkitten V.PTCP;PST
diaphragm V.PTCP;PST
vice V.PTCP;PRS
pen V;NFIN
disorientate V;NFIN
outleap V;SG;3;PRS
aftercool V.PTCP;PST
journey V.PTCP;PRS
rosa V.PTCP;PRS
cursor V;SG;3;PRS
reshingle V.PTCP;PST
reënter V;SG;3;PRS
flub V.PTCP;PRS
defeature V;SG;3;PRS
cooptate V;PST
preadvertise V;NFIN
romper V.PTCP;PST
bewinter V.PTCP;PRS
glut V;SG;3;PRS
forelend V.PTCP;PRS
degazette V.PTCP;PRS
undercome V;NFIN
rehouse V.PTCP;PST
transparentize V;NFIN
genlock V;PST
wolve V;PST
outpunch V;SG;3;PRS
demigrate V.PTCP;PST
upkeep V;SG;3;PRS
yelloch V;SG;3;PRS
Teutonicize V;SG;3;PRS
inspan V;SG;3;PRS
lockpick V;NFIN
something V;PST
crosswalk V.PTCP;PST
vernacularize V;PST
recast V;SG;3;PRS
spurt V.PTCP;PRS
unline V;NFIN
copycat V.PTCP;PST
scrootch V;NFIN
battle V;SG;3;PRS
subinduce V.PTCP;PST
intort V;NFIN
equate V;PST
declutch V.PTCP;PST
reactivate V;SG;3;PRS
paternoster V;NFIN
stench V;PST
shire V.PTCP;PRS
hypersensitize V.PTCP;PST
screeve V;PST
backshine V;PST
outsell V.PTCP;PST
lubricate V;SG;3;PRS
show V;PST
crepe V.PTCP;PST
edder V;NFIN
backstroke V;PST
regauge V.PTCP;PST
hospitate V.PTCP;PST
miscolour V;PST
uncrunch V.PTCP;PST
chirrup V;SG;3;PRS
dehighlight V.PTCP;PST
genderize V.PTCP;PRS
procrastinate V;SG;3;PRS
restrengthen V;SG;3;PRS
thrum V;SG;3;PRS
spurge V;SG;3;PRS
anagrammatise V;SG;3;PRS
reborrow V.PTCP;PST
pluralise V;PST
testfire V;SG;3;PRS
self-suck V;PST
Californianize V;SG;3;PRS
gley V;NFIN
humourise V;SG;3;PRS
joint V.PTCP;PST
refatten V.PTCP;PST
handwave V;SG;3;PRS
oint V.PTCP;PST
scrooch V.PTCP;PRS
supplace V.PTCP;PRS
underwhelm V.PTCP;PST
præsume V.PTCP;PST
traditionalize V;PST
breadcrumb V.PTCP;PST
ensue V.PTCP;PRS
liniment V;PST
recite V.PTCP;PST
chaun V;NFIN
umbego V;NFIN
mush V;PST
decoy V.PTCP;PRS
re-enforce V.PTCP;PST
tosh V.PTCP;PST
pern V;NFIN
un-break V;PST
gown V;PST
nance V.PTCP;PRS
retransfer V;PST
vermilion V.PTCP;PST
ant V;PST
undemocratize V;SG;3;PRS
savagize V;NFIN
inserve V.PTCP;PST
oop V;NFIN
television V;NFIN
redisplay V.PTCP;PRS
oversensationalize V;SG;3;PRS
re-organize V;PST
lever V.PTCP;PST
ingrapple V.PTCP;PRS
misguilt V.PTCP;PST
greenify V;NFIN
benim V.PTCP;PST
unballast V.PTCP;PRS
defamiliarise V;NFIN
muffle V.PTCP;PST
unmantle V;NFIN
cosediment V;NFIN
schlomp V.PTCP;PST
bedung V.PTCP;PST
inhold V;SG;3;PRS
readdress V;NFIN
cranch V;SG;3;PRS
becroggle V;NFIN
stablize V.PTCP;PRS
bedaub V.PTCP;PST
underapproximate V;SG;3;PRS
fistbump V;PST
devil V;SG;3;PRS
overcentralize V.PTCP;PST
disserve V.PTCP;PST
foretell V;PST
playfight V;PST
listen V;SG;3;PRS
hock V.PTCP;PST
abutt V.PTCP;PRS
downrate V.PTCP;PST
hockle V;NFIN
excurse V.PTCP;PST
weed V.PTCP;PST
steel V.PTCP;PRS
keratinize V.PTCP;PRS
overplay V.PTCP;PRS
frosh V;PST
feather-bed V;NFIN
unfix V;NFIN
formulise V;NFIN
swage V.PTCP;PRS
self-kill V;SG;3;PRS
irrigate V;SG;3;PRS
storehouse V.PTCP;PST
publicate V;SG;3;PRS
liquour V;PST
misprint V;PST
colorate V;PST
commonize V;PST
miniature V;NFIN
meliorate V.PTCP;PRS
mousetrap V.PTCP;PST
remortgage V.PTCP;PRS
photometer V.PTCP;PRS
sucker-punch V;PST
folio V;NFIN
detail V.PTCP;PRS
escort V;NFIN
constitute V;SG;3;PRS
apply V.PTCP;PST
despread V;PST
deauthorize V.PTCP;PRS
overplant V;SG;3;PRS
regale V;NFIN
toshear V.PTCP;PRS
acquire V.PTCP;PST
unmaiden V;SG;3;PRS
misestimate V.PTCP;PST
roin V;PST
hag V.PTCP;PST
micronize V;NFIN
kodak V;SG;3;PRS
recraft V;SG;3;PRS
howl V;NFIN
smarm V;PST
becut V;NFIN
sensationalise V;PST
newmodelize V.PTCP;PST
clap V;NFIN
axiomatise V;NFIN
rejourn V.PTCP;PST
anastomose V;PST
desexualise V;PST
depurate V.PTCP;PST
untwirl V.PTCP;PST
regrease V;NFIN
aslake V;SG;3;PRS
overcalculate V.PTCP;PRS
postdate V.PTCP;PRS
inhibit V;SG;3;PRS
unharbour V.PTCP;PST
pencil V;NFIN
minorate V.PTCP;PRS
middle-click V.PTCP;PRS
dispope V.PTCP;PRS
phenotype V.PTCP;PST
peach V;SG;3;PRS
uproll V.PTCP;PRS
scuba V;SG;3;PRS
follow V;SG;3;PRS
douche V.PTCP;PST
regularise V.PTCP;PST
co-exist V;PST
zouk V;NFIN
reappraise V.PTCP;PRS
stut V;PST
decorate V.PTCP;PRS
preset V;SG;3;PRS
spraddle V;NFIN
desysop V;NFIN
passionate V.PTCP;PST
overdreep V;NFIN
unshift V;PST
tallyho V;PST
intercalate V;SG;3;PRS
socialise V.PTCP;PST
skedaddle V.PTCP;PRS
pommel V;NFIN
fratch V.PTCP;PRS
unpinion V.PTCP;PST
letterbox V;PST
parameterise V;SG;3;PRS
mystify V.PTCP;PRS
choogle V;SG;3;PRS
unseam V;SG;3;PRS
redelete V;SG;3;PRS
inch V.PTCP;PRS
optimise V;PST
sock V;PST
fornicate V.PTCP;PST
unspit V;PST
trosh V;SG;3;PRS
succeed V;PST
reentrust V;NFIN
misplay V;SG;3;PRS
treck V;SG;3;PRS
spiel V;NFIN
interesterify V.PTCP;PST
enzone V.PTCP;PRS
non-pros V.PTCP;PRS
relocalize V;PST
shemozzle V;NFIN
pillory V.PTCP;PRS
somaticize V.PTCP;PST
curlicue V.PTCP;PST
impoverish V;PST
puke V.PTCP;PRS
marmalise V;PST
siesta V.PTCP;PRS
abrupt V;PST
atreach V.PTCP;PRS
pre-arrange V;SG;3;PRS
theologize V;PST
baksheesh V;NFIN
expel V;NFIN
bestir V;NFIN
objectivize V;SG;3;PRS
prioritize V.PTCP;PST
unformat V;PST
mele V.PTCP;PRS
prest V;NFIN
tantalise V;SG;3;PRS
gimbal V;NFIN
Polonize V.PTCP;PRS
unknit V.PTCP;PST
slew V;NFIN
uncollar V.PTCP;PST
objectivize V;NFIN
indicate V;NFIN
miscognize V;SG;3;PRS
embush V.PTCP;PRS
corner V.PTCP;PRS
fab V;NFIN
diplomatize V;SG;3;PRS
tallage V;SG;3;PRS
uphilt V.PTCP;PST
uncord V;SG;3;PRS
hyphen V.PTCP;PST
gossip V;PST
dignify V;PST
propitiate V.PTCP;PST
yete V;SG;3;PRS
kidnap V;PST
mean V.PTCP;PST
insolence V.PTCP;PRS
miscost V;PST
bive V.PTCP;PRS
disembrangle V;SG;3;PRS
unarchive V.PTCP;PRS
overlead V;SG;3;PRS
tweep V.PTCP;PRS
airmail V.PTCP;PRS
circumflex V.PTCP;PRS
unlearn V;PST
ensweeten V;NFIN
drip-dry V;SG;3;PRS
befold V;PST
school V.PTCP;PRS
swindle V;NFIN
vernacularise V;NFIN
luteinize V.PTCP;PST
commodify V.PTCP;PRS
spackle V.PTCP;PRS
gib V;SG;3;PRS
zorb V.PTCP;PST
pole V;NFIN
GIF V;PST
prevet V.PTCP;PRS
sad-iron V;PST
revie V;NFIN
unlock V;PST
wair V;NFIN
commodify V;PST
undemocratise V.PTCP;PST
redemand V;PST
succuss V;PST
exfiltrate V.PTCP;PRS
unseel V;SG;3;PRS
brand V;PST
aview V;SG;3;PRS
Velcro V.PTCP;PRS
over-approximate V;NFIN
motivate V.PTCP;PST
span V;SG;3;PRS
pseudonymize V;NFIN
bescorch V;PST
mamaguy V;SG;3;PRS
sandwich V;SG;3;PRS
hang V;PST
forelend V;NFIN
rekick V;SG;3;PRS
mythopoeticize V.PTCP;PST
ahoy V;NFIN
lath V.PTCP;PST
MST V;SG;3;PRS
overprime V;SG;3;PRS
intercede V.PTCP;PRS
palletise V.PTCP;PRS
overbill V.PTCP;PRS
autoselect V.PTCP;PST
reprotect V.PTCP;PST
earmark V;SG;3;PRS
choose V.PTCP;PST
appear V.PTCP;PST
embus V.PTCP;PST
delouse V.PTCP;PST
intemperate V;SG;3;PRS
zephyr V.PTCP;PRS
gastrulate V;NFIN
ruden V.PTCP;PRS
anæsthetize V;NFIN
infarce V.PTCP;PST
conjure V;SG;3;PRS
undomesticate V.PTCP;PST
gigantify V;SG;3;PRS
attame V;PST
rescore V;PST
undeserve V.PTCP;PRS
sheet V;NFIN
familiarise V.PTCP;PRS
desulphurate V;PST
rangle V;NFIN
fasten V.PTCP;PRS
reminisce V;SG;3;PRS
subitize V;NFIN
untruck V.PTCP;PRS
outperform V;SG;3;PRS
adrenalise V.PTCP;PRS
beleaguer V;SG;3;PRS
banter V;SG;3;PRS
midwife V;NFIN
plummet V.PTCP;PRS
rehappen V;NFIN
bolo V.PTCP;PRS
depopulate V;NFIN
startle V.PTCP;PST
fustigate V;SG;3;PRS
effluviate V.PTCP;PST
gyrate V.PTCP;PST
unmelt V.PTCP;PRS
biologize V.PTCP;PST
housel V;PST
reinitialise V.PTCP;PST
rambolt V;PST
lip V;PST
outact V.PTCP;PRS
downclimb V;NFIN
estop V;PST
overproduce V;PST
pluck V;PST
totalize V;NFIN
harass V.PTCP;PRS
thermalize V;PST
clone V;PST
inhoop V;PST
protest V;SG;3;PRS
upclimb V;NFIN
repave V.PTCP;PRS
turgesce V;SG;3;PRS
scrab V.PTCP;PRS
oversensationalize V.PTCP;PRS
bepuzzle V.PTCP;PST
thropple V;SG;3;PRS
recarve V.PTCP;PST
mishave V;PST
disbark V;PST
condone V;NFIN
bathe V.PTCP;PRS
increst V;PST
domineer V;SG;3;PRS
cryoprotect V.PTCP;PST
retromod V;SG;3;PRS
unabsolve V;PST
crosscontaminate V.PTCP;PST
nark V;PST
deduct V;PST
preacquaint V;NFIN
foreshame V;NFIN
disanchor V.PTCP;PRS
countermand V;SG;3;PRS
whois V;SG;3;PRS
angle V.PTCP;PRS
introsume V.PTCP;PST
revendicate V.PTCP;PRS
abrupt V;NFIN
rib V.PTCP;PST
text V;NFIN
accelerate V;NFIN
vermicompost V;PST
mar V;NFIN
quote V;NFIN
untruss V.PTCP;PST
unkennel V;PST
destruct V.PTCP;PST
reckon V;SG;3;PRS
outweary V.PTCP;PST
dismembre V.PTCP;PST
enhaunce V;PST
latinize V;PST
mosey V.PTCP;PST
rubify V;SG;3;PRS
riprap V;NFIN
diaphragm V;SG;3;PRS
sequestre V;NFIN
stonish V;SG;3;PRS
poleax V;SG;3;PRS
salivate V;PST
psychoanalyze V.PTCP;PRS
lithify V;NFIN
photogravure V.PTCP;PRS
metempsychose V.PTCP;PST
umbegrip V;SG;3;PRS
oink V.PTCP;PRS
scrimp V;NFIN
cramp V.PTCP;PST
flatline V.PTCP;PRS
overrake V;PST
yoohoo V.PTCP;PRS
lord V.PTCP;PST
quintuple V;PST
disaccustom V;SG;3;PRS
interconnect V;NFIN
playact V;PST
gnash V.PTCP;PST
reradiate V.PTCP;PRS
nonplus V.PTCP;PST
betrash V;NFIN
pectize V.PTCP;PST
frap V.PTCP;PRS
tampon V;SG;3;PRS
biomagnify V.PTCP;PRS
misrender V;SG;3;PRS
alligator V;SG;3;PRS
biostimulate V.PTCP;PST
underenforce V;NFIN
bevoice V.PTCP;PRS
bodysurf V.PTCP;PRS
coregister V.PTCP;PST
caulk V;NFIN
forlet V.PTCP;PST
festinate V.PTCP;PST
hoax V;SG;3;PRS
commonise V;PST
denotify V;SG;3;PRS
dread V;NFIN
aggroup V;PST
indoctrinate V;SG;3;PRS
reëvoke V;NFIN
cull V;PST
fable V.PTCP;PRS
bespy V;PST
man-handle V.PTCP;PRS
satisfice V;SG;3;PRS
swim V.PTCP;PST
overcanopy V.PTCP;PRS
fulminate V;PST
countersue V;PST
flameproof V.PTCP;PRS
beblubber V.PTCP;PST
bewield V.PTCP;PST
backwash V;PST
cognize V.PTCP;PST
gyp V;SG;3;PRS
pee V.PTCP;PST
mat V;SG;3;PRS
tippytoe V.PTCP;PRS
pouch V;NFIN
rewed V;PST
outbattle V;SG;3;PRS
misdo V.PTCP;PRS
bemind V.PTCP;PRS
palisado V;PST
tenter V.PTCP;PST
outpiss V;SG;3;PRS
disserve V;PST
unbarricade V;SG;3;PRS
peripheralize V;SG;3;PRS
misreport V;PST
amaze V;SG;3;PRS
shepherd V;SG;3;PRS
neyghbour V;NFIN
blade V;PST
boln V;SG;3;PRS
outrush V;SG;3;PRS
spit V;PST
shtup V.PTCP;PST
happify V;NFIN
imbower V;SG;3;PRS
photoengrave V;PST
trivialise V.PTCP;PST
retouch V;SG;3;PRS
atgo V;SG;3;PRS
pieface V;NFIN
forshut V.PTCP;PRS
victimise V.PTCP;PRS
swink V.PTCP;PST
counterpunch V.PTCP;PRS
stimy V;PST
blowdry V;SG;3;PRS
endanger V;PST
underpromote V.PTCP;PRS
bedrabble V;PST
wether V.PTCP;PST
pageant V;NFIN
cocktease V.PTCP;PRS
commercialise V;SG;3;PRS
incuse V.PTCP;PRS
rereport V.PTCP;PST
thunk V.PTCP;PRS
ultracrepidate V;PST
misperson V.PTCP;PRS
foul V.PTCP;PST
estuate V.PTCP;PRS
greenwash V.PTCP;PST
historify V;SG;3;PRS
concertina V.PTCP;PRS
vacuate V;PST
pulsate V;SG;3;PRS
pilot V;SG;3;PRS
whop V.PTCP;PRS
redecree V;NFIN
biomineralize V.PTCP;PRS
re-cognise V;NFIN
onforward V;NFIN
redisburse V.PTCP;PST
birle V;NFIN
cheek V;SG;3;PRS
disparkle V;PST
heaven V.PTCP;PRS
pig-out V;NFIN
reprise V;SG;3;PRS
fax V;PST
forbuy V;PST
deny V.PTCP;PST
chide V.PTCP;PST
please V;NFIN
apparate V;NFIN
defray V;PST
regrind V.PTCP;PRS
overpitch V.PTCP;PRS
embrew V.PTCP;PRS
revarnish V.PTCP;PST
hyp V;PST
reconnoitre V;NFIN
forthfill V;SG;3;PRS
indenize V;PST
begab V.PTCP;PST
underinflate V;PST
surveil V.PTCP;PRS
mildew V.PTCP;PST
umbethink V.PTCP;PRS
recess V;SG;3;PRS
platten V.PTCP;PST
splatter V;NFIN
birl V;PST
dave V.PTCP;PST
affright V;SG;3;PRS
sexile V;SG;3;PRS
redbait V;NFIN
tough V.PTCP;PRS
revere V.PTCP;PST
desilverize V;SG;3;PRS
plonge V;NFIN
predrill V.PTCP;PRS
impress V.PTCP;PST
transcribe V;NFIN
reference V.PTCP;PST
avaunce V;PST
bemow V.PTCP;PST
harang V;NFIN
infect V;NFIN
alchemize V.PTCP;PST
maternalize V;NFIN
shook V;NFIN
clew V;PST
decivilize V;PST
abandon V;PST
peract V.PTCP;PST
mismate V;PST
holla V.PTCP;PST
bream V.PTCP;PST
conceal V.PTCP;PST
o'erleap V.PTCP;PST
becripple V.PTCP;PST
uncape V;SG;3;PRS
recompose V;PST
outwit V.PTCP;PST
engore V;NFIN
viol V;NFIN
escalade V.PTCP;PST
mismarket V.PTCP;PRS
impede V;NFIN
criticise V;PST
anathematise V;NFIN
deputise V;NFIN
skylark V;NFIN
envermeil V;SG;3;PRS
downzone V;PST
homotope V;NFIN
redesign V;NFIN
sexile V;PST
say V;SG;3;PRS
ticket V;PST
jazzify V.PTCP;PRS
skink V.PTCP;PRS
preach V;SG;3;PRS
renominate V.PTCP;PRS
hydrotreat V;SG;3;PRS
shaft V;NFIN
chunk V;SG;3;PRS
rong V;NFIN
wrench V;NFIN
quaver V;PST
fist-pump V;NFIN
overmagnify V;PST
tongue V;SG;3;PRS
reverse-commute V;NFIN
dowry V.PTCP;PRS
frab V.PTCP;PST
officialise V;NFIN
postpose V;PST
redemonstrate V.PTCP;PRS
compartmentalize V.PTCP;PST
snort V;SG;3;PRS
ablactate V;NFIN
chastize V;SG;3;PRS
Moroccanize V.PTCP;PST
shush V;SG;3;PRS
englamour V;PST
vacillate V.PTCP;PRS
disprofess V.PTCP;PST
par V;SG;3;PRS
bugbear V;PST
disembody V;SG;3;PRS
byheart V;PST
Hinduize V.PTCP;PST
misbrand V;PST
splash V;SG;3;PRS
decompress V.PTCP;PRS
pause V.PTCP;PST
coast V;NFIN
automount V.PTCP;PST
upholster V.PTCP;PRS
superseminate V;NFIN
unlade V.PTCP;PST
foreheat V.PTCP;PRS
misreceive V;PST
inbeat V;NFIN
retractate V.PTCP;PRS
conculcate V.PTCP;PST
steeple V.PTCP;PRS
glue V;SG;3;PRS
cocirculate V;PST
jar V;SG;3;PRS
rescope V.PTCP;PST
tiff V.PTCP;PRS
discandy V;NFIN
interpel V;SG;3;PRS
overreact V;PST
re-frame V.PTCP;PST
donate V.PTCP;PRS
inlead V;PST
to-and-fro V;NFIN
backreference V;PST
myelinate V;PST
deprovincialize V;NFIN
supputate V;NFIN
weasel V.PTCP;PST
drip-dry V.PTCP;PST
toughen V.PTCP;PRS
reduce V;PST
Balkanize V;PST
precess V;PST
luv V.PTCP;PST
home V;NFIN
skijor V.PTCP;PRS
situate V;SG;3;PRS
fraud V.PTCP;PRS
scam V;PST
outbox V.PTCP;PRS
d/l V.PTCP;PST
dejudicialize V.PTCP;PST
intersect V.PTCP;PRS
gag V;NFIN
circumrotate V.PTCP;PRS
confuscate V.PTCP;PRS
immerge V.PTCP;PST
revince V;PST
desorb V;SG;3;PRS
uudecode V.PTCP;PST
endear V;NFIN
heaven V;SG;3;PRS
cony-catch V;SG;3;PRS
outdraw V;NFIN
coom V;SG;3;PRS
crescendo V;NFIN
submerse V.PTCP;PST
noun V.PTCP;PRS
footer V.PTCP;PST
fritter V.PTCP;PRS
concamerate V;PST
grundle V.PTCP;PRS
determinize V.PTCP;PST
snathe V;SG;3;PRS
stave V;SG;3;PRS
dolly V;PST
wed V;NFIN
ginger V.PTCP;PST
drail V.PTCP;PRS
rearm V;SG;3;PRS
inshrine V.PTCP;PST
honest V.PTCP;PST
unscreen V.PTCP;PRS
outdrink V;PST
cross-question V.PTCP;PST
gimblet V;SG;3;PRS
resign V.PTCP;PRS
interosculate V;SG;3;PRS
inspirit V;SG;3;PRS
judder V;PST
enrange V;PST
'prentice V.PTCP;PST
disemvowel V;NFIN
sip V.PTCP;PST
plea-bargain V.PTCP;PRS
repugnate V.PTCP;PST
eclaircise V;NFIN
draft V;SG;3;PRS
beguess V.PTCP;PRS
faint V.PTCP;PST
decock V.PTCP;PRS
re-embrace V;SG;3;PRS
wether V;NFIN
begallow V;PST
re-abuse V.PTCP;PST
auth V;NFIN
euthanize V;PST
altre V.PTCP;PST
radiotelegraph V;NFIN
osmose V;PST
belirt V;PST
unsake V.PTCP;PRS
spaz V;NFIN
masculinise V.PTCP;PRS
shale V;SG;3;PRS
caravan V;NFIN
focalise V.PTCP;PRS
preferr V;NFIN
mainline V.PTCP;PRS
hydrogenize V;PST
behelp V;SG;3;PRS
colourcast V;SG;3;PRS
disprove V;SG;3;PRS
defenestrate V.PTCP;PRS
bastardise V.PTCP;PRS
cross-link V;SG;3;PRS
rejourn V.PTCP;PRS
surview V.PTCP;PST
slaver V.PTCP;PST
outwatch V;NFIN
still V.PTCP;PST
brandish V;PST
squoosh V;SG;3;PRS
degenitalize V;PST
prepend V;PST
harlot V.PTCP;PST
evergreen V.PTCP;PST
underwise V;SG;3;PRS
quadrilateralize V;SG;3;PRS
serotype V.PTCP;PRS
unify V;NFIN
marble V;PST
solarize V;SG;3;PRS
automethylate V;PST
arrow V.PTCP;PST
Gasconade V.PTCP;PRS
discept V.PTCP;PRS
jargonize V;NFIN
squiggle V;NFIN
meow V;NFIN
apologise V;NFIN
ford V.PTCP;PRS
trellis V;SG;3;PRS
reevolve V;NFIN
misguide V;NFIN
unblue V;PST
off-gas V;PST
adorate V.PTCP;PRS
reseal V;PST
crab V;SG;3;PRS
frag V;PST
betee V.PTCP;PST
impanate V;NFIN
trend V;NFIN
archaicize V.PTCP;PST
substantivize V.PTCP;PRS
alphabet V;SG;3;PRS
dele V;NFIN
skinnydip V;SG;3;PRS
pioneer V;NFIN
creolise V;PST
melanize V;NFIN
reshoot V;NFIN
educe V;SG;3;PRS
layaway V;PST
thou V;NFIN
recode V.PTCP;PST
unlaw V.PTCP;PST
depucelate V;SG;3;PRS
reincur V.PTCP;PST
peptonize V.PTCP;PST
kamikaze V;NFIN
discompany V;PST
intoxicate V.PTCP;PRS
advect V;NFIN
pooh-pooh V;PST
pompadour V.PTCP;PRS
hobble V;SG;3;PRS
father V;SG;3;PRS
accumulate V.PTCP;PST
clone V;NFIN
anesthetize V.PTCP;PST
selfie V;NFIN
crevasse V;PST
peen V.PTCP;PRS
endplay V;PST
crossfade V.PTCP;PRS
slurp V;SG;3;PRS
slaughtre V.PTCP;PRS
deracinate V;PST
foreread V.PTCP;PRS
photoexcite V.PTCP;PRS
misthread V;NFIN
restabilize V;NFIN
discoure V;PST
factify V;SG;3;PRS
underpeep V.PTCP;PST
revivify V.PTCP;PST
untrammel V;NFIN
smore V;NFIN
just V;SG;3;PRS
garotte V.PTCP;PRS
knuckle V.PTCP;PST
crossreact V;NFIN
ambuscade V.PTCP;PRS
enterplead V;PST
bullyproof V;SG;3;PRS
decolour V;SG;3;PRS
allide V;NFIN
bespend V.PTCP;PRS
rehearse V;PST
yodel V.PTCP;PST
hiss V;NFIN
unpackage V;NFIN
estop V.PTCP;PST
toze V;PST
day V.PTCP;PST
cross-fertilize V.PTCP;PST
preinstruct V.PTCP;PST
discombobulate V;PST
seckill V;NFIN
strand V;PST
brief V;PST
indevour V;SG;3;PRS
displease V.PTCP;PST
swaddle V.PTCP;PST
rind V.PTCP;PST
photolyze V;SG;3;PRS
evince V;PST
mistransliterate V;NFIN
foreheat V.PTCP;PST
besmear V;SG;3;PRS
co-ordinate V.PTCP;PRS
pickax V;SG;3;PRS
misdoom V.PTCP;PST
miniature V.PTCP;PST
decondition V;NFIN
bootleg V;SG;3;PRS
strongarm V;PST
uptalk V;PST
necro V.PTCP;PRS
nerdify V;SG;3;PRS
ingravidate V;NFIN
overoil V.PTCP;PST
overcome V.PTCP;PRS
clit V.PTCP;PRS
delapse V.PTCP;PST
swim V;SG;3;PRS
defund V;NFIN
destinate V.PTCP;PRS
snap V.PTCP;PST
downsample V.PTCP;PRS
frontload V.PTCP;PST
suggilate V.PTCP;PST
pressurize V;PST
hypoventilate V;NFIN
tidivate V.PTCP;PST
affectionate V;SG;3;PRS
reconductor V.PTCP;PRS
Amazon V;PST
skrimshander V;NFIN
proctor V.PTCP;PST
magnetize V.PTCP;PRS
mabble V;PST
penalize V;NFIN
moblog V.PTCP;PST
dandify V.PTCP;PST
oxidize V;NFIN
toburst V;PST
up V;PST
underpitch V.PTCP;PST
deghettoize V.PTCP;PRS
incombine V;SG;3;PRS
scrawl V.PTCP;PRS
splice V.PTCP;PST
pythagorize V;PST
antecede V;PST
handle V;PST
growse V.PTCP;PST
scituate V.PTCP;PST
misfile V.PTCP;PST
tassel V.PTCP;PRS
resensitize V;NFIN
refoveate V;NFIN
undernim V;PST
advesperate V.PTCP;PRS
disconsecrate V;SG;3;PRS
uplight V;PST
depeople V;PST
snowblade V.PTCP;PST
tolug V.PTCP;PST
spurtle V;SG;3;PRS
disentrail V;NFIN
subtract V.PTCP;PST
debrine V;PST
Israelize V;NFIN
ordain V.PTCP;PRS
beguile V.PTCP;PST
solutionize V;NFIN
wildfowl V;PST
desand V;NFIN
adjudg V.PTCP;PST
contact V.PTCP;PST
wring V.PTCP;PST
conn V.PTCP;PST
restation V;SG;3;PRS
manoeuver V.PTCP;PRS
sift V;NFIN
nomadize V;SG;3;PRS
particularise V;PST
subcategorise V;SG;3;PRS
telecommunicate V.PTCP;PRS
fist V;NFIN
thack V.PTCP;PST
teethe V;PST
easy-oar V;SG;3;PRS
packet V.PTCP;PST
telex V.PTCP;PRS
shank-nag V.PTCP;PRS
assault V;PST
inisle V.PTCP;PST
interconvert V;SG;3;PRS
shine V.PTCP;PST
abridge V;SG;3;PRS
rhyme V;SG;3;PRS
unloose V.PTCP;PST
gradation V.PTCP;PST
swell V;NFIN
prerender V.PTCP;PRS
boogie V;NFIN
carpet V;NFIN
electrify V;PST
modalise V;NFIN
landscape V;SG;3;PRS
inbox V;PST
assent V.PTCP;PRS
underfinance V;PST
fang V;SG;3;PRS
rendezvous V;SG;3;PRS
arrive V.PTCP;PST
fist V;PST
decolorate V;NFIN
deemphasise V;PST
steam-crack V;PST
lope V.PTCP;PST
trance V;SG;3;PRS
unsell V;PST
decorticate V;SG;3;PRS
heliski V.PTCP;PST
sandbag V;SG;3;PRS
gleam V;NFIN
dieselise V;SG;3;PRS
carbonatise V.PTCP;PST
paralyse V;NFIN
Charlieplex V.PTCP;PRS
reobserve V;PST
sjamboke V;NFIN
holler V.PTCP;PRS
hut V.PTCP;PST
leave V.PTCP;PST
joggle V;SG;3;PRS
hymn V;PST
second-guess V;PST
reenslave V.PTCP;PRS
retune V.PTCP;PRS
sop V.PTCP;PST
overfertilize V.PTCP;PRS
discompany V;SG;3;PRS
unbolt V;NFIN
backpropagate V;PST
aphetize V.PTCP;PST
attemper V;SG;3;PRS
dishevel V;PST
balderdash V;PST
reconstruct V.PTCP;PST
larrup V;NFIN
overtalk V;NFIN
mitose V;SG;3;PRS
cha-cha V;PST
immesh V;NFIN
overwork V.PTCP;PST
imprest V;SG;3;PRS
desport V.PTCP;PRS
unrhyme V.PTCP;PST
shoe V.PTCP;PST
prejudicate V;PST
epistle V;NFIN
osmoregulate V;SG;3;PRS
envassal V;NFIN
shall V;NFIN
goose-pen V.PTCP;PST
begrease V;NFIN
window V.PTCP;PST
oblectate V.PTCP;PST
volow V;PST
waterflood V;PST
skirt V;PST
involute V;NFIN
absinthiate V;NFIN
dishorse V.PTCP;PRS
disleaf V;NFIN
vidcast V.PTCP;PST
improvize V;PST
enarmor V;PST
lux V;NFIN
flier V;SG;3;PRS
lirt V;NFIN
guide V;SG;3;PRS
decolorise V.PTCP;PRS
overdribble V;SG;3;PRS
fortake V;PST
pultrude V;NFIN
pandy V.PTCP;PRS
ingraft V;NFIN
handicap V;SG;3;PRS
pornographise V.PTCP;PST
unsanctify V;NFIN
undercook V.PTCP;PRS
infest V.PTCP;PRS
renest V;PST
overpaint V;PST
time-limit V;NFIN
dehusk V.PTCP;PRS
unshar V;PST
indebt V.PTCP;PRS
reapply V;SG;3;PRS
date-rape V;NFIN
yoke V.PTCP;PST
uprise V;NFIN
poormouth V.PTCP;PST
redlight V.PTCP;PST
imbar V.PTCP;PST
disvelop V.PTCP;PST
mishandle V;PST
carve V;SG;3;PRS
bedye V;NFIN
lig V.PTCP;PRS
oppone V.PTCP;PRS
systemize V;NFIN
misgauge V.PTCP;PST
co-chair V;NFIN
announce V.PTCP;PST
winterfeed V.PTCP;PST
misplease V.PTCP;PST
begall V.PTCP;PRS
biotreat V.PTCP;PST
shmooze V.PTCP;PST
BM V.PTCP;PST
dibs V;SG;3;PRS
anagrammatise V;PST
unhang V.PTCP;PST
enarmour V;PST
shell-shock V;PST
fingerpaint V;PST
smirt V.PTCP;PRS
immunoprotect V;PST
dischurch V;SG;3;PRS
copurify V.PTCP;PRS
monitor V.PTCP;PST
jazzify V;SG;3;PRS
epitaph V;NFIN
effort V;NFIN
ensepulchre V.PTCP;PST
standby V.PTCP;PRS
nurse V;SG;3;PRS
capacitate V;SG;3;PRS
afear V.PTCP;PST
inroll V;NFIN
wobble V.PTCP;PRS
tranch V;PST
unpopularize V;PST
outtell V.PTCP;PST
robocall V.PTCP;PRS
slump V.PTCP;PRS
disband V.PTCP;PST
banalise V;SG;3;PRS
disacidify V.PTCP;PST
profligate V;NFIN
besmart V.PTCP;PST
refect V;SG;3;PRS
meet V;NFIN
bibblebabble V;PST
narrate V.PTCP;PST
unroot V;NFIN
spet V;SG;3;PRS
beagle V;NFIN
swallie V.PTCP;PRS
galumph V;NFIN
profess V;SG;3;PRS
desolvate V.PTCP;PRS
suffumigate V;SG;3;PRS
sade V;NFIN
eternize V;SG;3;PRS
torat V;PST
synergise V;PST
foil V;NFIN
encline V;NFIN
colourise V;SG;3;PRS
ingo V;SG;3;PRS
enharden V;SG;3;PRS
swap V.PTCP;PST
evangelize V;PST
subclassify V;SG;3;PRS
dammish V.PTCP;PST
passivate V;SG;3;PRS
dehire V.PTCP;PRS
conceit V;PST
ship V.PTCP;PRS
skiver V.PTCP;PST
consolidate V.PTCP;PRS
blick V;NFIN
dissemble V.PTCP;PRS
bejade V.PTCP;PST
foreignize V.PTCP;PRS
coralise V.PTCP;PST
bewash V.PTCP;PST
unliken V.PTCP;PRS
tidy V;NFIN
dempne V;SG;3;PRS
curry V;SG;3;PRS
unsister V.PTCP;PST
tabularize V;NFIN
mollifie V;PST
harnass V;NFIN
globalise V.PTCP;PRS
canter V;NFIN
foremake V.PTCP;PST
velarize V.PTCP;PRS
indulge V.PTCP;PST
fall V.PTCP;PST
chace V.PTCP;PST
wisse V;SG;3;PRS
fake V.PTCP;PRS
loose V.PTCP;PST
underpromise V;NFIN
respider V;SG;3;PRS
squawl V.PTCP;PST
bemaze V;SG;3;PRS
cere V;PST
extruct V.PTCP;PRS
oscitate V;SG;3;PRS
mortify V;NFIN
educamate V.PTCP;PRS
fray V;PST
mank V;SG;3;PRS
intervisit V;PST
understroke V;PST
præcede V.PTCP;PST
lazyload V.PTCP;PRS
strafe V.PTCP;PRS
synopsize V.PTCP;PST
discalceate V.PTCP;PST
greave V.PTCP;PST
super V;NFIN
spaniel V.PTCP;PST
presort V.PTCP;PST
stap V;SG;3;PRS
ossify V.PTCP;PST
semicastrate V;NFIN
overweary V;PST
favorize V.PTCP;PRS
heeze V;SG;3;PRS
insimulate V.PTCP;PST
revie V.PTCP;PST
infantilize V;NFIN
asymptote V;NFIN
debeard V;PST
paper V;NFIN
jimmy V;SG;3;PRS
fructuate V.PTCP;PRS
egg V;SG;3;PRS
rambolt V;SG;3;PRS
re-lay V.PTCP;PST
sloganeer V;NFIN
combat V;NFIN
reenslave V.PTCP;PST
asswage V.PTCP;PRS
prebuild V;PST
unmold V;PST
squall V;SG;3;PRS
cribble V;PST
webize V;NFIN
revulse V;SG;3;PRS
meeten V;SG;3;PRS
bewarm V.PTCP;PST
overinvest V;PST
Catholicise V.PTCP;PRS
bluiter V;NFIN
beworry V;NFIN
finish V;NFIN
jupe V;SG;3;PRS
inlumine V;NFIN
hypothesise V;SG;3;PRS
flicker V.PTCP;PRS
scone V.PTCP;PRS
quay V.PTCP;PST
raft V.PTCP;PRS
interdevour V;PST
alien V.PTCP;PRS
videocast V.PTCP;PRS
recanalize V;PST
forwear V;NFIN
palm V;SG;3;PRS
whemmel V.PTCP;PST
enlist V.PTCP;PST
sweb V;PST
defail V.PTCP;PRS
dechrome V.PTCP;PRS
manufacture V;SG;3;PRS
sugar V.PTCP;PST
coimmunoprecipitate V;PST
rend V.PTCP;PRS
embox V;SG;3;PRS
etherize V.PTCP;PRS
gill V;SG;3;PRS
Buddhize V;SG;3;PRS
machinate V;SG;3;PRS
raven V;NFIN
conscript V;SG;3;PRS
reamplify V;NFIN
disadvance V;SG;3;PRS
fluidify V;NFIN
plead V.PTCP;PST
overaccelerate V;PST
balmify V;NFIN
envenime V.PTCP;PRS
undermine V.PTCP;PRS
hydroplane V.PTCP;PRS
exscind V;NFIN
impel V;SG;3;PRS
copay V;NFIN
detartrate V.PTCP;PRS
mouth V;SG;3;PRS
resail V;NFIN
amerce V.PTCP;PRS
subway V;PST
memorialize V.PTCP;PST
hearsome V.PTCP;PRS
broadcast V;SG;3;PRS
fescue V.PTCP;PST
tennis V;PST
retattoo V;PST
intubate V.PTCP;PRS
bladder V.PTCP;PRS
ciswash V;SG;3;PRS
advertise V.PTCP;PST
officiate V;SG;3;PRS
jag V;NFIN
atslip V;PST
prædict V;SG;3;PRS
courier V;PST
seam V;PST
rest V.PTCP;PRS
googlewhore V;NFIN
geolocalise V;PST
taste V;PST
pupate V.PTCP;PST
pivot V.PTCP;PRS
epiloguize V;NFIN
dern V;NFIN
possession V;SG;3;PRS
unpopularize V.PTCP;PRS
mascara V;SG;3;PRS
simplicate V;SG;3;PRS
educationalize V.PTCP;PST
unteach V;NFIN
assain V;NFIN
perbreak V.PTCP;PRS
swarten V.PTCP;PRS
enwisen V;NFIN
disenable V.PTCP;PRS
chunder V.PTCP;PST
stur V.PTCP;PRS
undersling V;SG;3;PRS
incant V;PST
action V.PTCP;PST
extort V.PTCP;PST
pompador V.PTCP;PST
chide V;PST
proclaime V;SG;3;PRS
boohoo V;PST
airdash V.PTCP;PRS
smoodge V.PTCP;PST
linearize V.PTCP;PRS
boost V;NFIN
teathe V.PTCP;PRS
overhandle V.PTCP;PRS
siss V;NFIN
bescrape V.PTCP;PRS
beyearn V.PTCP;PST
belay V;NFIN
royster V;NFIN
titer V;SG;3;PRS
debrain V;PST
rechase V;NFIN
rear V;SG;3;PRS
interdevour V.PTCP;PRS
endark V;SG;3;PRS
muscularize V;SG;3;PRS
infer V;SG;3;PRS
rerefer V;PST
uptalk V.PTCP;PRS
console V.PTCP;PRS
outact V;PST
wrest V;NFIN
overdate V;NFIN
English V.PTCP;PST
adult V;SG;3;PRS
blood V.PTCP;PRS
conceave V;PST
enspect V;PST
brumate V.PTCP;PRS
unserialize V.PTCP;PST
thee V;NFIN
dehypnotize V;SG;3;PRS
infilm V;NFIN
auger V;SG;3;PRS
autoinhibit V;PST
Emiratise V.PTCP;PST
bastinade V;SG;3;PRS
fare V.PTCP;PST
smart V;PST
obliviate V.PTCP;PST
gaze V.PTCP;PRS
aviate V;SG;3;PRS
overgild V;NFIN
ace V;NFIN
dew V.PTCP;PST
mozy V;PST
backdrop V.PTCP;PST
unattire V;SG;3;PRS
unhighlight V.PTCP;PST
abirritate V.PTCP;PRS
encloud V.PTCP;PST
cicurate V.PTCP;PRS
foremind V.PTCP;PRS
avert V;SG;3;PRS
overread V.PTCP;PST
overbeat V;PST
typewrite V.PTCP;PST
secern V;PST
bentch V;SG;3;PRS
Sanskritize V.PTCP;PST
redefend V.PTCP;PRS
spell V.PTCP;PST
yard-sale V.PTCP;PRS
superinfuse V;PST
affection V;SG;3;PRS
featherbed V.PTCP;PRS
outspread V.PTCP;PST
stomack V.PTCP;PRS
wintle V.PTCP;PST
spancel V.PTCP;PST
reroute V.PTCP;PST
nearshore V.PTCP;PRS
famish V;NFIN
mishope V;NFIN
feoff V.PTCP;PST
siesta V;SG;3;PRS
impute V;SG;3;PRS
recriminalize V;PST
blenk V.PTCP;PRS
consider V.PTCP;PST
reconsolidate V;PST
quake V.PTCP;PST
effeminate V;SG;3;PRS
out-guess V;NFIN
swage V;SG;3;PRS
quintessentialize V;PST
stereotype V;PST
offlay V;SG;3;PRS
allonge V;NFIN
transcend V;SG;3;PRS
culvert V;PST
Medize V;NFIN
resegment V;NFIN
suitor V;PST
enscale V;PST
teasel V;SG;3;PRS
overpolish V;SG;3;PRS
diplomate V;PST
slacken V;SG;3;PRS
poot V.PTCP;PRS
sauna V;PST
enchase V.PTCP;PRS
punk V;NFIN
harmonise V;PST
unlade V;PST
brog V;NFIN
afoord V.PTCP;PRS
coenrich V;PST
ghosten V;NFIN
wark V.PTCP;PST
expect V.PTCP;PRS
pluff V;PST
duct V.PTCP;PST
timeshift V.PTCP;PST
badmouth V.PTCP;PRS
regerminate V;NFIN
illtreat V.PTCP;PRS
lightning V;PST
singsong V.PTCP;PRS
decrucify V;PST
overachieve V;SG;3;PRS
allotropize V;SG;3;PRS
deprotect V;PST
blowdry V;PST
reanalyse V;NFIN
waggon V;PST
daisy-chain V;SG;3;PRS
discede V.PTCP;PRS
vaunt V;SG;3;PRS
magnificate V.PTCP;PRS
replough V;SG;3;PRS
benchslap V.PTCP;PRS
constrict V.PTCP;PRS
discriminate V;NFIN
barge V;PST
forthrist V.PTCP;PRS
awake V.PTCP;PST
advertize V;SG;3;PRS
unpreach V;PST
presence V.PTCP;PST
thrid V;NFIN
craven V;PST
nut V.PTCP;PRS
peach V;PST
transelement V.PTCP;PST
thyroidectomize V.PTCP;PRS
suction V;NFIN
vaporate V;PST
request V.PTCP;PRS
wail V;NFIN
renominate V.PTCP;PST
furnace V.PTCP;PST
intellectualise V;NFIN
lighter V.PTCP;PRS
tow V;PST
ween V.PTCP;PRS
enrol V;NFIN
pare V;PST
broil V.PTCP;PST
authorize V.PTCP;PRS
argufy V;PST
unhang V.PTCP;PRS
betrump V;NFIN
overdisperse V;PST
espouse V.PTCP;PRS
napoo V.PTCP;PRS
reskin V.PTCP;PRS
jar V;PST
reoptimize V;SG;3;PRS
fortake V;SG;3;PRS
embiggen V;SG;3;PRS
marzipan V.PTCP;PRS
appress V;PST
overspan V;PST
debranch V;SG;3;PRS
suborn V;PST
arcweld V.PTCP;PST
necropost V;NFIN
yakety-yak V.PTCP;PRS
reestate V;SG;3;PRS
overarch V;NFIN
human V;SG;3;PRS
mythologize V;SG;3;PRS
solute V.PTCP;PRS
disedge V.PTCP;PRS
bewake V;PST
over-educate V;NFIN
ruralise V;NFIN
overcloy V.PTCP;PRS
yakety-yak V;SG;3;PRS
cofractionate V.PTCP;PRS
unsphere V;NFIN
dawt V.PTCP;PST
wire V;NFIN
photometer V;SG;3;PRS
proliferate V;PST
equivocate V;NFIN
unground V.PTCP;PRS
delapse V;SG;3;PRS
slam V.PTCP;PST
detox V;SG;3;PRS
outflux V;PST
windproof V;NFIN
babify V.PTCP;PST
schematize V;NFIN
broil V.PTCP;PRS
orienteer V;SG;3;PRS
re-cognise V.PTCP;PST
infilm V;PST
planogram V.PTCP;PST
grammaticize V.PTCP;PST
halsen V.PTCP;PST
smatter V.PTCP;PRS
dismask V;SG;3;PRS
interfere V;NFIN
miscome V;SG;3;PRS
debate V;NFIN
ferruminate V;NFIN
drein V.PTCP;PST
cope V.PTCP;PST
disforest V;PST
rejoinder V;SG;3;PRS
snopes V;PST
starch V.PTCP;PRS
recoil V;PST
learn V;SG;3;PRS
bladder V.PTCP;PST
zerg V;PST
twizzle V;SG;3;PRS
counterflood V;SG;3;PRS
redrum V;PST
dateline V;PST
surpass V.PTCP;PST
cocker V;PST
refuel V;PST
marbelize V.PTCP;PRS
bewander V;PST
rebond V;NFIN
pupate V;PST
unplug V;PST
overpower V;PST
excogitate V.PTCP;PRS
contextualise V.PTCP;PST
querken V;NFIN
localize V;PST
enwall V;PST
jargonize V.PTCP;PRS
strafe V;SG;3;PRS
difficult V;NFIN
pixelate V.PTCP;PST
ascend V.PTCP;PRS
gas V;SG;3;PRS
demotivate V;PST
stellenbosch V.PTCP;PST
pasteurize V.PTCP;PST
alleviate V.PTCP;PRS
palladiumize V;PST
link V;PST
yatter V;PST
hobo V;PST
divide V.PTCP;PRS
recertify V;PST
Earthscape V.PTCP;PST
penectomize V.PTCP;PST
patent V;NFIN
immanacle V;NFIN
fangirl V;NFIN
enhaunce V.PTCP;PST
thwite V;PST
tap-dance V;NFIN
outsport V;SG;3;PRS
decede V;NFIN
binge-watch V.PTCP;PRS
despread V;PST
enwrite V.PTCP;PRS
emball V;NFIN
keynote V;SG;3;PRS
veer V;NFIN
rearrest V.PTCP;PST
table V.PTCP;PRS
UL V.PTCP;PST
olden V.PTCP;PRS
whistle-blow V.PTCP;PST
relade V;SG;3;PRS
placify V;SG;3;PRS
coactivate V;NFIN
aggrieve V;SG;3;PRS
abjoint V.PTCP;PRS
commeasure V;NFIN
medicalize V;SG;3;PRS
barbecue V;PST
overfertilize V;NFIN
livescan V.PTCP;PST
rowel V.PTCP;PRS
depublish V.PTCP;PRS
glop V;NFIN
bespice V.PTCP;PST
sprout V.PTCP;PRS
horseplay V.PTCP;PRS
mistag V;NFIN
refly V.PTCP;PRS
afare V;PST
phosphate V.PTCP;PRS
depute V;NFIN
fowl V;PST
toshear V.PTCP;PST
jedge V.PTCP;PST
cross-train V;SG;3;PRS
frape V.PTCP;PRS
pauperise V.PTCP;PRS
bond V;NFIN
aluminise V;NFIN
blorp V;NFIN
crenelate V.PTCP;PST
upsend V;PST
oversalt V;SG;3;PRS
batik V.PTCP;PST
patch V.PTCP;PRS
tiver V.PTCP;PST
glug V;NFIN
juxtaposit V;NFIN
coeducate V.PTCP;PRS
unchamber V;PST
ammonify V;PST
breadthen V;SG;3;PRS
prefetch V;PST
overstare V.PTCP;PST
row V;PST
shinny V;SG;3;PRS
underrecruit V.PTCP;PRS
forsake V.PTCP;PRS
you V;NFIN
wall V.PTCP;PST
alligate V;NFIN
jalouse V;NFIN
scath V.PTCP;PRS
mismake V;NFIN
zeolitise V.PTCP;PST
disinflame V;SG;3;PRS
conjugate V.PTCP;PRS
thread V.PTCP;PRS
upcoil V.PTCP;PST
spiral V;PST
sluice V.PTCP;PST
flabrigast V;SG;3;PRS
appeall V.PTCP;PST
twink V.PTCP;PST
overmaster V;PST
unfriend V;SG;3;PRS
handsome V.PTCP;PRS
DIY V;PST
discede V;SG;3;PRS
tobreak V.PTCP;PRS
missee V;PST
skimp V.PTCP;PST
inboard V;SG;3;PRS
brave V.PTCP;PST
contaminate V.PTCP;PST
threepeat V.PTCP;PST
implore V.PTCP;PST
palletize V.PTCP;PRS
motorize V;SG;3;PRS
suicide V.PTCP;PRS
bosonise V;PST
precontract V.PTCP;PRS
murmur V;PST
roundtrip V;PST
raspberry V.PTCP;PRS
beeline V.PTCP;PST
unflex V.PTCP;PST
bunk V.PTCP;PST
miscensure V.PTCP;PRS
Yankee V.PTCP;PST
richen V;PST
exquire V;NFIN
onlead V;NFIN
canvas V;SG;3;PRS
PDF V;NFIN
uncock V;PST
assonate V.PTCP;PST
pretex V;SG;3;PRS
spiriten V.PTCP;PST
outright V;NFIN
disbud V.PTCP;PRS
undeclare V;SG;3;PRS
resentence V;PST
blorp V;SG;3;PRS
deflower V;NFIN
recanvass V;NFIN
hate-watch V.PTCP;PRS
tropify V;SG;3;PRS
reoccur V.PTCP;PRS
resee V.PTCP;PRS
gyrostabilize V.PTCP;PRS
vapourize V.PTCP;PST
withcall V.PTCP;PRS
cordon V;PST
epitomise V.PTCP;PRS
reexplain V;NFIN
backwind V;NFIN
behold V;NFIN
re-cover V;SG;3;PRS
alight V.PTCP;PRS
belye V.PTCP;PST
unshare V.PTCP;PST
unlead V.PTCP;PST
defragment V;SG;3;PRS
wanton V.PTCP;PRS
wee V;NFIN
mispoint V;PST
bourd V;PST
forfend V;PST
incute V.PTCP;PRS
incentivize V.PTCP;PRS
lux V.PTCP;PST
platitudinize V;NFIN
turntable V;SG;3;PRS
resend V;PST
suppurate V.PTCP;PST
phosphorize V;PST
onpass V.PTCP;PRS
dementalize V.PTCP;PST
cross-link V;NFIN
rôleplay V;NFIN
kvetch V.PTCP;PRS
winterkill V;PST
jackass V.PTCP;PRS
galvanise V.PTCP;PST
paste V;NFIN
oxygenise V;NFIN
unelect V;SG;3;PRS
reenergize V;SG;3;PRS
relexify V.PTCP;PRS
trow V;PST
reop V;PST
cram V;SG;3;PRS
devilize V;PST
forsta V;NFIN
vestigate V;NFIN
fibreise V.PTCP;PST
reincorporate V;NFIN
unsheath V;SG;3;PRS
sparsify V;NFIN
underdo V;PST
disrupt V.PTCP;PRS
lyophilise V;NFIN
monish V;NFIN
advoke V;PST
wrench V;PST
squirr V;SG;3;PRS
Teutonicise V;SG;3;PRS
entermete V;NFIN
unteach V.PTCP;PRS
scarper V;PST
crawfish V.PTCP;PRS
'elp V.PTCP;PST
argufy V;SG;3;PRS
deconcoct V.PTCP;PST
flambe V.PTCP;PRS
overpressure V.PTCP;PST
unseel V;PST
blissom V;PST
bedrench V.PTCP;PRS
beshadow V.PTCP;PST
yo-yo V;SG;3;PRS
memo V.PTCP;PRS
hindre V.PTCP;PRS
ebonize V.PTCP;PST
rod V;PST
streamline V.PTCP;PRS
misgender V.PTCP;PRS
departmentalise V;NFIN
unencrypt V;NFIN
liaison V.PTCP;PRS
barback V.PTCP;PRS
pert V;PST
irrupt V.PTCP;PRS
drab V.PTCP;PRS
mustre V;SG;3;PRS
overwear V.PTCP;PST
outfox V;PST
cripple V;SG;3;PRS
firm V;PST
incommode V;PST
jizz V.PTCP;PRS
javelin V;NFIN
defer V;PST
FTP V;NFIN
obstupefy V;SG;3;PRS
decrepitate V;NFIN
con V;NFIN
juggle V;PST
etherize V;PST
eke V.PTCP;PST
polyubiquitinylate V;NFIN
tunnel V.PTCP;PRS
euthanise V.PTCP;PRS
rerationalize V;PST
allowance V.PTCP;PST
dispropriate V;SG;3;PRS
phantomize V.PTCP;PST
overcook V;SG;3;PRS
pine V;NFIN
instill V;PST
preëmpt V;PST
ensanguine V.PTCP;PRS
flatulate V;PST
reupload V.PTCP;PRS
hance V.PTCP;PST
prefabricate V.PTCP;PST
restaff V.PTCP;PST
departmentalize V;SG;3;PRS
relegitimize V.PTCP;PRS
scour V.PTCP;PST
unmasculate V.PTCP;PRS
Thaify V;SG;3;PRS
recalcitrate V.PTCP;PST
bootblack V.PTCP;PST
imbarrass V.PTCP;PRS
entend V;SG;3;PRS
reorganise V.PTCP;PST
muffle V;NFIN
serpentine V.PTCP;PRS
encrypt V;NFIN
watchlist V;SG;3;PRS
sugar V;PST
misrule V.PTCP;PST
revirginize V;SG;3;PRS
reoperate V.PTCP;PST
humanitarianize V;PST
underthrust V.PTCP;PST
reperuse V;PST
circularise V;NFIN
uphilt V;SG;3;PRS
advance V.PTCP;PST
collateralize V;NFIN
longe V;NFIN
offtake V;PST
umbraid V;NFIN
endamnify V;SG;3;PRS
acetise V;PST
misconvert V;SG;3;PRS
hen V.PTCP;PRS
misgrow V;SG;3;PRS
repressurize V;SG;3;PRS
unbreast V.PTCP;PST
overservice V.PTCP;PRS
construe V.PTCP;PST
illuminize V.PTCP;PST
romper V.PTCP;PRS
forecaddie V.PTCP;PRS
deromanticize V;NFIN
lobotomize V;PST
hoof V.PTCP;PST
retime V.PTCP;PRS
sunder V.PTCP;PRS
recrew V;PST
tohew V;NFIN
abide V;NFIN
coevolve V;NFIN
vesicate V;SG;3;PRS
outstart V;PST
impone V.PTCP;PRS
sabbatize V.PTCP;PST
unwarm V.PTCP;PRS
chloridate V;SG;3;PRS
televise V;PST
passivate V;NFIN
mackle V;SG;3;PRS
dearomatize V;NFIN
awake V;SG;3;PRS
mispraise V.PTCP;PRS
outtop V;SG;3;PRS
abirritate V;NFIN
task V;SG;3;PRS
affor V.PTCP;PRS
pressure V.PTCP;PST
shy V;SG;3;PRS
chromize V;PST
bunker V.PTCP;PST
slot V;PST
misknow V;PST
preinstall V.PTCP;PST
bumble V.PTCP;PRS
dagnab V;SG;3;PRS
delay V;PST
mineralogize V.PTCP;PST
stog V.PTCP;PST
blet V;PST
optimise V;NFIN
sapientize V;SG;3;PRS
beclose V.PTCP;PST
replead V.PTCP;PST
electroblot V.PTCP;PRS
slut V.PTCP;PST
outpour V;NFIN
resift V.PTCP;PST
commentate V.PTCP;PST
inwood V;NFIN
seethe V;NFIN
forelike V;SG;3;PRS
camrip V.PTCP;PRS
overeducate V;NFIN
forage V;NFIN
overtrade V;NFIN
circumvent V;PST
legalize V.PTCP;PRS
degunkify V;NFIN
affreight V;PST
larn V.PTCP;PST
importunate V;SG;3;PRS
ure V;NFIN
bibblebabble V.PTCP;PRS
bituminize V;SG;3;PRS
phosphorise V;PST
pollock V;SG;3;PRS
bowdlerize V.PTCP;PRS
force V;NFIN
retime V;NFIN
mussitate V.PTCP;PST
vulnerate V.PTCP;PRS
liquidate V.PTCP;PST
disembark V;PST
disinthral V.PTCP;PST
omen V.PTCP;PRS
dignosce V.PTCP;PRS
skinny-dip V;PST
bestill V;PST
forbar V;NFIN
tie-dye V;PST
attitudinise V;NFIN
deblur V.PTCP;PRS
felter V;SG;3;PRS
snack V;PST
disappoynt V;SG;3;PRS
detour V.PTCP;PST
ennoble V;NFIN
mingle-mangle V;NFIN
exect V.PTCP;PST
stage-whisper V;PST
securitise V.PTCP;PRS
femalize V.PTCP;PST
retweet V.PTCP;PST
annualize V;NFIN
scyle V;SG;3;PRS
sough V.PTCP;PRS
louden V.PTCP;PRS
deattribute V.PTCP;PST
pumice V.PTCP;PST
wallow V;PST
yarn V;SG;3;PRS
flump V.PTCP;PRS
visé V.PTCP;PRS
collogue V;NFIN
fibrise V.PTCP;PST
redeck V;PST
coitize V;SG;3;PRS
motorcycle V.PTCP;PRS
whisk V;PST
counterargue V.PTCP;PST
maffick V;NFIN
misbeat V.PTCP;PST
outhire V.PTCP;PRS
effeminate V.PTCP;PST
homeport V;PST
bower V;SG;3;PRS
enchafe V;SG;3;PRS
rebreed V.PTCP;PST
deburse V.PTCP;PRS
aggrandise V;PST
inawe V;PST
rax V.PTCP;PST
regrow V;NFIN
inter V;SG;3;PRS
sticky-tape V.PTCP;PRS
cancel V.PTCP;PST
overschedule V;SG;3;PRS
withhold V.PTCP;PST
dowry V;NFIN
deserialize V.PTCP;PST
rankle V;NFIN
frag V;SG;3;PRS
depattern V.PTCP;PST
chisel V;PST
xfer V.PTCP;PRS
blazon V.PTCP;PST
select V.PTCP;PRS
weave V.PTCP;PRS
roar V.PTCP;PST
gowl V;NFIN
cradle V;NFIN
enmire V.PTCP;PRS
braid V.PTCP;PRS
chromium-plate V.PTCP;PRS
untell V.PTCP;PRS
handsel V;NFIN
begloom V;NFIN
semiquote V;PST
scowl V;NFIN
resegregrate V;NFIN
prestress V.PTCP;PST
circumvallate V;PST
thwart V.PTCP;PST
bowl V.PTCP;PRS
rank V.PTCP;PRS
mic V.PTCP;PRS
wibble-wobble V;PST
revert V;NFIN
beacon V.PTCP;PST
desand V;PST
payroll V;PST
proc V.PTCP;PRS
transpare V;SG;3;PRS
besew V;NFIN
manumit V;PST
foller V;SG;3;PRS
loid V;PST
carp V;NFIN
percuss V;SG;3;PRS
overlay V.PTCP;PST
umbrate V;NFIN
sprint V;PST
amerce V;SG;3;PRS
windshield V.PTCP;PST
pule V;NFIN
avenge V;SG;3;PRS
microfabricate V;PST
double-shot V;PST
unlove V;SG;3;PRS
pulp V;NFIN
insend V;PST
skiboard V;PST
approximate V.PTCP;PST
dizz V.PTCP;PRS
repro V;NFIN
depopulate V.PTCP;PST
coagment V.PTCP;PRS
Sunnise V.PTCP;PRS
polytheize V.PTCP;PRS
forsta V;PST
install V;SG;3;PRS
sanctificate V.PTCP;PRS
superglue V;PST
untie V;NFIN
popularise V.PTCP;PST
horn V.PTCP;PST
squint V;NFIN
atstert V;PST
bald V;PST
ubiquitylate V;SG;3;PRS
luge V;NFIN
landmark V.PTCP;PST
reendow V;PST
concrew V.PTCP;PST
castigate V;SG;3;PRS
disimbitter V.PTCP;PRS
reconsign V;NFIN
trypsinise V;SG;3;PRS
imprint V;PST
detestate V.PTCP;PRS
culch V;PST
forearm V;PST
RV V;SG;3;PRS
constuprate V;PST
mesmerize V.PTCP;PRS
blizzard V;SG;3;PRS
chamber V;NFIN
recelebrate V;SG;3;PRS
class V;SG;3;PRS
affy V;NFIN
lorry V;SG;3;PRS
scull V;NFIN
dunch V;PST
cyclotrimerize V;NFIN
enshelter V.PTCP;PST
skive V.PTCP;PRS
sawder V.PTCP;PST
derve V.PTCP;PRS
vector V.PTCP;PST
din V;PST
bestrange V;SG;3;PRS
benim V;PST
lumberjack V;SG;3;PRS
streighten V.PTCP;PST
piggle V;SG;3;PRS
suade V;SG;3;PRS
jumar V;NFIN
Septembrize V.PTCP;PRS
baze V.PTCP;PRS
retromod V.PTCP;PRS
debosh V.PTCP;PRS
defibrillate V.PTCP;PST
anticorrelate V.PTCP;PRS
Yiddishize V.PTCP;PST
stomach V;PST
stockade V;SG;3;PRS
instaure V.PTCP;PST
decalibrate V;SG;3;PRS
demean V;SG;3;PRS
apostatise V;PST
spring V.PTCP;PST
overheal V.PTCP;PST
compel V;SG;3;PRS
sejoin V;SG;3;PRS
revolutionalise V.PTCP;PST
priest V;SG;3;PRS
bloom V.PTCP;PST
deceive V;NFIN
rejudge V;SG;3;PRS
psychoanalyse V;PST
Egyptianize V.PTCP;PRS
geotarget V.PTCP;PST
provant V.PTCP;PRS
fibreglass V;NFIN
fudge V.PTCP;PST
pigeonhole V.PTCP;PST
reign V;NFIN
sip V;PST
preconfigure V;NFIN
redrill V;NFIN
confine V.PTCP;PST
bulletproof V;PST
pet V;SG;3;PRS
recollect V.PTCP;PRS
weathercock V;PST
politicise V.PTCP;PRS
debilitate V;PST
light V.PTCP;PRS
beshade V.PTCP;PRS
regas V;SG;3;PRS
snuff V.PTCP;PRS
spell V.PTCP;PST
single V.PTCP;PRS
ouse V.PTCP;PST
affile V;NFIN
itinerate V.PTCP;PRS
carburet V.PTCP;PST
propine V;SG;3;PRS
forebelieve V;PST
outbuy V;NFIN
enslave V.PTCP;PST
droll V.PTCP;PST
dishonor V.PTCP;PST
metablog V.PTCP;PST
letch V.PTCP;PST
allonge V.PTCP;PST
misdial V.PTCP;PST
condole V;NFIN
tintinnabulate V;PST
heterolyze V;NFIN
hod V.PTCP;PST
despise V;NFIN
cocreate V.PTCP;PRS
fuzz V;PST
outlie V.PTCP;PST
lecher V;NFIN
beroll V.PTCP;PST
911 V;NFIN
imbrown V;PST
awarn V;PST
suppose V.PTCP;PRS
hoodoo V;PST
retrodisplace V;PST
curvet V;PST
probate V;PST
delist V;NFIN
cinefilm V;SG;3;PRS
netsplit V.PTCP;PRS
beclap V;PST
peent V;SG;3;PRS
dimerize V;PST
nidify V.PTCP;PRS
implead V;SG;3;PRS
dispair V;SG;3;PRS
apple-polish V;PST
forsake V.PTCP;PST
afterthink V.PTCP;PRS
rigourize V.PTCP;PST
overshape V.PTCP;PST
backlog V;PST
holystone V;PST
purple V;PST
gride V.PTCP;PST
allure V.PTCP;PST
ribbon V.PTCP;PST
intersect V;PST
bestick V;SG;3;PRS
notice V.PTCP;PRS
antithesise V;PST
sanforize V.PTCP;PRS
convoke V;SG;3;PRS
arc V;NFIN
daze V;NFIN
sectionize V;NFIN
path V;SG;3;PRS
retap V.PTCP;PST
praize V.PTCP;PST
oxygenate V.PTCP;PST
comove V.PTCP;PRS
respect V;SG;3;PRS
exclude V.PTCP;PST
misguess V.PTCP;PST
sluther V;PST
potentialize V.PTCP;PST
atrine V;PST
unglaze V;PST
emulsify V.PTCP;PST
scone V;SG;3;PRS
enflesh V;PST
intwine V;SG;3;PRS
selfie V.PTCP;PST
architect V.PTCP;PST
devalorize V;PST
promerit V.PTCP;PST
forstaa V;PST
plate V.PTCP;PST
juvenilize V;PST
spouse V;SG;3;PRS
engorge V.PTCP;PRS
uncollapse V.PTCP;PST
spear V.PTCP;PST
unmold V;SG;3;PRS
incarcerate V;PST
out V;PST
resupply V;NFIN
cantillate V.PTCP;PRS
answer V;NFIN
gatecrash V;NFIN
inshure V.PTCP;PRS
overpicture V;SG;3;PRS
habilitate V;PST
wring V;NFIN
canton V;NFIN
bemind V;PST
ques V.PTCP;PRS
copurify V;PST
vehiculate V.PTCP;PRS
besmirk V;NFIN
annumerate V;NFIN
swear V;PST
handbrake V;PST
demineralize V;PST
whitesplain V;NFIN
near V;SG;3;PRS
blither V.PTCP;PRS
prenote V;NFIN
reave V;NFIN
lapper V;PST
cryopreserve V.PTCP;PST
underpraise V;SG;3;PRS
incage V;NFIN
write-off V;SG;3;PRS
educe V;NFIN
contravene V.PTCP;PRS
deodourize V.PTCP;PRS
northernise V;PST
wuv V;PST
eventuate V;NFIN
belive V;PST
bechat V.PTCP;PRS
gobble V.PTCP;PST
root V.PTCP;PRS
destabilize V;NFIN
ooze V;SG;3;PRS
chugalug V;SG;3;PRS
termine V;PST
nostrify V.PTCP;PRS
maleficiate V.PTCP;PRS
scarify V;PST
anxt V;NFIN
wilder V;PST
backsolve V;PST
bayonet V;SG;3;PRS
interdigitate V.PTCP;PRS
chirre V;SG;3;PRS
rax V.PTCP;PRS
enact V.PTCP;PST
queazen V;SG;3;PRS
fare V;NFIN
reblast V;NFIN
craft V;NFIN
meawl V;PST
sludge V;SG;3;PRS
girlcott V;PST
proscribe V.PTCP;PST
miscite V;PST
finance V;SG;3;PRS
epilate V;SG;3;PRS
foreshape V;PST
extrude V.PTCP;PRS
reboiler V;NFIN
thumbtack V;NFIN
nitrify V.PTCP;PST
reign V;PST
restack V;NFIN
underguesstimate V;NFIN
esquire V.PTCP;PST
overgloom V;PST
countersink V;NFIN
kit V.PTCP;PST
back-comb V;PST
gasify V;PST
reconfess V;NFIN
groze V;PST
shock V.PTCP;PRS
pickeer V;SG;3;PRS
Indianize V.PTCP;PRS
repetition V;SG;3;PRS
downcase V;SG;3;PRS
whelm V;SG;3;PRS
schlepp V;NFIN
caseharden V.PTCP;PRS
fimbriate V;SG;3;PRS
simper V;PST
disbecome V;PST
disinhume V;SG;3;PRS
abet V.PTCP;PRS
parbake V.PTCP;PST
curarize V;SG;3;PRS
disgarnish V;PST
disinsert V;NFIN
wolve V;NFIN
by-peep V.PTCP;PRS
ninja V;NFIN
decompartmentalize V;NFIN
forwear V;SG;3;PRS
countenance V.PTCP;PRS
innew V.PTCP;PRS
unhand V;PST
engendre V;NFIN
pants V;NFIN
seesaw V;PST
uncup V;SG;3;PRS
pinocytose V;SG;3;PRS
wine V.PTCP;PRS
moot V;PST
thizz V;NFIN
imbay V;SG;3;PRS
deexcite V.PTCP;PRS
deraign V.PTCP;PRS
whang V;NFIN
stupe V;SG;3;PRS
gulp V.PTCP;PST
re-constrict V;NFIN
coquette V;PST
GIF V;SG;3;PRS
gallop V;SG;3;PRS
ultrasimplify V;SG;3;PRS
purl V;SG;3;PRS
Micawber V.PTCP;PRS
somnambulate V;NFIN
forearm V;NFIN
reconsolidate V;NFIN
slobber V.PTCP;PRS
revision V;SG;3;PRS
refound V.PTCP;PRS
unsnag V;PST
spin V.PTCP;PST
autohide V.PTCP;PST
smithy V.PTCP;PRS
fourpeat V.PTCP;PST
hack V.PTCP;PRS
dispauperize V;PST
sidefoot V;PST
take V;SG;3;PRS
misdo V.PTCP;PST
pandar V;SG;3;PRS
upfault V;PST
imboil V;PST
wig V.PTCP;PRS
allegorise V.PTCP;PRS
accouche V;SG;3;PRS
muckle V.PTCP;PRS
depants V.PTCP;PST
interstratify V;PST
company V;SG;3;PRS
dissect V.PTCP;PRS
deverbalise V;SG;3;PRS
ungird V;PST
drowse V.PTCP;PRS
plasmolyse V;SG;3;PRS
sound V.PTCP;PST
muddy V;SG;3;PRS
refind V;SG;3;PRS
worse V;NFIN
axotomize V;NFIN
rescatter V;NFIN
yo-yo V.PTCP;PST
bog V;NFIN
incest V;PST
reimbark V;NFIN
soodle V.PTCP;PRS
hence V;PST
rethaw V;PST
trimerise V;SG;3;PRS
excarnificate V;PST
fuzz V.PTCP;PST
roofie V.PTCP;PRS
gay V;SG;3;PRS
indispose V;PST
despite V.PTCP;PST
discommission V.PTCP;PST
misapprehend V.PTCP;PST
disleaf V;SG;3;PRS
unturn V.PTCP;PST
goblinize V;PST
palletise V;SG;3;PRS
prerequire V;SG;3;PRS
hypothecate V.PTCP;PST
engraff V.PTCP;PST
clairt V;NFIN
impeed V;PST
insteep V.PTCP;PRS
flank V;PST
reaffiliate V;NFIN
recovre V;NFIN
drivel V.PTCP;PRS
unthink V.PTCP;PST
outwrest V;SG;3;PRS
tether V;SG;3;PRS
ma'am V;PST
discomplexion V;SG;3;PRS
waterflood V;NFIN
foregive V.PTCP;PRS
dibble V;SG;3;PRS
skittle V.PTCP;PRS
recoin V;NFIN
boldface V.PTCP;PRS
dole V.PTCP;PST
better V;SG;3;PRS
threpe V;NFIN
tabour V;PST
towel V;NFIN
yield V;PST
sugar V;NFIN
disanimate V;SG;3;PRS
immesh V;PST
gamify V;PST
thrack V;NFIN
dehusk V;NFIN
reacclimate V.PTCP;PRS
weatherstrip V.PTCP;PRS
total V.PTCP;PRS
instyle V.PTCP;PST
unheed V;NFIN
reëxtend V.PTCP;PRS
misunderestimate V.PTCP;PST
microwave V.PTCP;PRS
derain V;NFIN
reexpress V.PTCP;PST
definitize V;PST
rematch V;PST
pussify V;NFIN
reflect V.PTCP;PST
overwrest V;PST
resand V.PTCP;PRS
fianchetto V;SG;3;PRS
inline V;NFIN
reluctate V;PST
parametrise V.PTCP;PRS
infibulate V;PST
jew V;NFIN
coopt V;SG;3;PRS
immobilise V;SG;3;PRS
shoosh V;PST
discompose V.PTCP;PST
pedipulate V;PST
snuggle V.PTCP;PST
shanty V;PST
undevil V;PST
hardwire V.PTCP;PST
kvitch V;PST
champion V;NFIN
eulogize V.PTCP;PST
superfetate V;PST
top-dress V.PTCP;PST
instar V;SG;3;PRS
backheel V;PST
bedare V.PTCP;PRS
camp V;PST
excoct V;SG;3;PRS
pope V;PST
refamiliarise V;SG;3;PRS
newvamp V.PTCP;PST
ranch V.PTCP;PST
hydrolyze V.PTCP;PRS
snag V;PST
bemulce V;SG;3;PRS
untune V.PTCP;PRS
defoliate V;NFIN
unmap V;NFIN
elude V.PTCP;PST
umbrage V;SG;3;PRS
countre V;NFIN
cardiovert V;SG;3;PRS
leather V.PTCP;PST
biotransform V;PST
pitchpole V.PTCP;PRS
overrent V.PTCP;PRS
dissertate V.PTCP;PST
cog V;PST
fund V.PTCP;PST
outsparkle V;SG;3;PRS
repatriate V;PST
hightail V.PTCP;PRS
overparameterize V;NFIN
axisymmetrise V.PTCP;PRS
eel V.PTCP;PRS
retroflect V;SG;3;PRS
enseel V;SG;3;PRS
circumvallate V.PTCP;PST
beward V;NFIN
overhelp V;PST
undertreat V.PTCP;PST
gush V;SG;3;PRS
go V.PTCP;PST
answere V;PST
promote V;NFIN
reattract V.PTCP;PRS
anathematize V;SG;3;PRS
droyle V;PST
intersert V;NFIN
outvie V;SG;3;PRS
cund V;SG;3;PRS
outnim V;PST
reweave V.PTCP;PST
cuckquean V;SG;3;PRS
flesh V.PTCP;PRS
nosegrind V.PTCP;PST
sweeten V.PTCP;PRS
bangtail V;PST
hebetate V;NFIN
vasal V;SG;3;PRS
sympathise V;PST
detassel V;PST
dun V.PTCP;PRS
respond V.PTCP;PRS
berth V.PTCP;PST
pay V.PTCP;PST
transude V;SG;3;PRS
embetter V.PTCP;PRS
reforward V;PST
shoad V;NFIN
photodegrade V.PTCP;PRS
gork V;SG;3;PRS
culch V.PTCP;PST
forthleap V;NFIN
acclimatize V.PTCP;PRS
misexplain V;NFIN
neoterize V.PTCP;PST
swordfish V.PTCP;PRS
estrangle V.PTCP;PST
oink V;PST
beframe V;NFIN
ultracentrifuge V.PTCP;PST
spanish V;NFIN
fawnch V.PTCP;PST
pinken V;PST
ensonify V;NFIN
splat V;PST
broadseal V;SG;3;PRS
@end V;SG;3;PRS
faceplant V.PTCP;PST
blindfold V;NFIN
wibble-wobble V;SG;3;PRS
orange V;SG;3;PRS
undersupport V.PTCP;PRS
disseize V.PTCP;PRS
solipsize V;SG;3;PRS
vouch V;SG;3;PRS
unravel V;PST
chasten V.PTCP;PRS
moder V;PST
overdate V.PTCP;PST
talliate V.PTCP;PRS
mope V;NFIN
unbung V.PTCP;PST
belick V.PTCP;PST
corporify V;PST
drove V;SG;3;PRS
acetalise V.PTCP;PST
prefabricate V.PTCP;PRS
perne V.PTCP;PRS
lignify V;NFIN
derestrict V;NFIN
pump V.PTCP;PST
carboxylate V;NFIN
disleave V;NFIN
overswell V.PTCP;PRS
desulfurise V.PTCP;PRS
revolve V.PTCP;PRS
gibe V;SG;3;PRS
boulder V.PTCP;PRS
solvate V.PTCP;PRS
self-destruct V;PST
scale V.PTCP;PST
exolve V;SG;3;PRS
prove V.PTCP;PRS
reaerate V.PTCP;PRS
ineye V;SG;3;PRS
troubleshoot V.PTCP;PRS
expertize V;PST
downsize V;NFIN
tind V.PTCP;PST
unty V;NFIN
concreate V.PTCP;PST
self-deal V;NFIN
innodate V;NFIN
umbelap V.PTCP;PST
suspicion V;SG;3;PRS
small V;SG;3;PRS
inlive V;PST
contract V.PTCP;PRS
brow V;NFIN
compromise V;PST
sjambok V.PTCP;PRS
recanalise V.PTCP;PST
reëstablish V.PTCP;PST
bivvy V;PST
touze V;NFIN
faunch V;SG;3;PRS
dung V;PST
dampproof V;NFIN
transmethylate V;SG;3;PRS
forbruise V;NFIN
evangelise V;SG;3;PRS
day V;SG;3;PRS
jeer V;PST
overexplain V.PTCP;PRS
belt V;SG;3;PRS
hallo V.PTCP;PST
waste V.PTCP;PRS
colourise V.PTCP;PRS
enrheum V;NFIN
plait V;NFIN
awaken V;SG;3;PRS
pepper V.PTCP;PRS
fieldstrip V;PST
defog V.PTCP;PRS
infoliate V;SG;3;PRS
reminisce V;PST
unaccent V;PST
skyrocket V.PTCP;PST
interplant V;SG;3;PRS
rigidify V.PTCP;PST
grammar V.PTCP;PST
flambé V;NFIN
paean V.PTCP;PRS
inlet V.PTCP;PRS
scud V.PTCP;PST
overinvest V;SG;3;PRS
bravo V.PTCP;PRS
teaze V.PTCP;PRS
digest V.PTCP;PRS
Finnicize V;PST
rotproof V;PST
miss V;NFIN
forecast V;SG;3;PRS
foreguard V;PST
season V;SG;3;PRS
bloop V;NFIN
deballast V;SG;3;PRS
beslabber V;SG;3;PRS
menstrate V.PTCP;PRS
jut V.PTCP;PST
birdlime V;SG;3;PRS
disco V;NFIN
eloign V.PTCP;PRS
underdress V;SG;3;PRS
exauthorize V;SG;3;PRS
coppel V;PST
mis-hit V;SG;3;PRS
hydrogenate V.PTCP;PST
mourn V;SG;3;PRS
rabbet V;SG;3;PRS
ostracize V.PTCP;PST
weed V;SG;3;PRS
betrench V;NFIN
run V.PTCP;PST
misroute V.PTCP;PRS
outring V.PTCP;PST
unshare V;SG;3;PRS
sickle V;NFIN
overexert V.PTCP;PRS
canvass V;PST
quop V.PTCP;PRS
spray V.PTCP;PRS
hijack V;SG;3;PRS
reapply V.PTCP;PST
die-cast V.PTCP;PST
inchaunt V.PTCP;PST
unnail V;SG;3;PRS
prostitute V.PTCP;PST
ineye V.PTCP;PRS
quethe V.PTCP;PST
rickshaw V;SG;3;PRS
pickpocket V.PTCP;PRS
transcode V.PTCP;PRS
upfill V.PTCP;PST
repurchase V;NFIN
McDonaldize V;SG;3;PRS
carbonado V;SG;3;PRS
decapitate V;PST
stargaze V.PTCP;PST
nurdle V;NFIN
betall V.PTCP;PRS
like V.PTCP;PRS
itemise V;PST
joist V;SG;3;PRS
epithelialize V.PTCP;PST
renumber V;PST
woolgather V;SG;3;PRS
apostatize V;NFIN
misinfer V;PST
interset V.PTCP;PST
misbehave V;SG;3;PRS
otherize V.PTCP;PST
skurry V.PTCP;PRS
obelise V.PTCP;PRS
redeem V.PTCP;PST
reswear V.PTCP;PST
hydrogenise V.PTCP;PRS
wheedle V.PTCP;PRS
overdraw V.PTCP;PRS
tubthump V;NFIN
murk V;PST
variegate V;SG;3;PRS
omnibus V.PTCP;PRS
estheticize V;SG;3;PRS
plunge V.PTCP;PRS
aken V;PST
underprovision V.PTCP;PRS
overmaster V;SG;3;PRS
disempower V;NFIN
crape V.PTCP;PRS
aslake V.PTCP;PRS
lin V.PTCP;PST
stockade V;PST
disgruntle V.PTCP;PRS
tic V;SG;3;PRS
friggle V;NFIN
deSUMOylate V;NFIN
found V.PTCP;PRS
script V;NFIN
patronise V;NFIN
wrest V;SG;3;PRS
mancipate V;SG;3;PRS
elixate V;SG;3;PRS
wok V;SG;3;PRS
utilise V.PTCP;PST
emacerate V.PTCP;PRS
contextualise V.PTCP;PRS
tang V.PTCP;PST
withsit V.PTCP;PST
deliquesce V;NFIN
toshiver V.PTCP;PRS
undeafen V;SG;3;PRS
etymologize V;PST
dumfounder V.PTCP;PST
unlaugh V;NFIN
loft V;NFIN
think V.PTCP;PST
intergrade V;PST
protest V.PTCP;PRS
ammo V;SG;3;PRS
penalise V;NFIN
unhelm V;PST
decease V;SG;3;PRS
confer V.PTCP;PRS
boff V.PTCP;PRS
break-up V.PTCP;PST
interlope V;SG;3;PRS
pre-arrange V.PTCP;PST
surprise V.PTCP;PRS
chromatograph V;NFIN
reinvite V;SG;3;PRS
episcopize V.PTCP;PST
transdifferentiate V.PTCP;PST
till V.PTCP;PST
swarm V;NFIN
reallow V.PTCP;PRS
deflow V;PST
code V;SG;3;PRS
dissert V;NFIN
beflay V.PTCP;PST
geminate V;PST
retest V;PST
matchmake V.PTCP;PRS
carpool V;PST
mutualise V.PTCP;PST
subdue V.PTCP;PRS
imbrown V;SG;3;PRS
spelt V;SG;3;PRS
repartee V;SG;3;PRS
Cumberbatch V.PTCP;PST
exect V;SG;3;PRS
order V.PTCP;PRS
mithridatize V.PTCP;PRS
mish-mash V;NFIN
elt V.PTCP;PRS
dom V;SG;3;PRS
reembrace V.PTCP;PST
comix V;NFIN
commiserate V.PTCP;PRS
forejudge V;SG;3;PRS
dequantize V.PTCP;PST
fake V.PTCP;PST
finedraw V.PTCP;PRS
travel V;SG;3;PRS
hearken V;NFIN
pong V.PTCP;PST
adempt V;SG;3;PRS
X-ray V.PTCP;PST
cheese V.PTCP;PRS
overspecialise V;SG;3;PRS
swan-dive V;NFIN
cinchonize V.PTCP;PST
blink V.PTCP;PRS
liquate V.PTCP;PST
cotton-wool V;SG;3;PRS
savor V;PST
railbank V;SG;3;PRS
unattire V;PST
factorise V;NFIN
regionalise V;NFIN
abscind V;NFIN
excede V;SG;3;PRS
sherardise V.PTCP;PST
matter V;NFIN
cone V;SG;3;PRS
you V;SG;3;PRS
rerack V;NFIN
retype V;NFIN
rug V.PTCP;PRS
culture V;NFIN
fordrench V.PTCP;PST
avocate V;PST
one V;PST
actualize V;PST
forgnide V.PTCP;PST
potentiate V.PTCP;PRS
androgenise V.PTCP;PST
insidiate V;PST
undock V;NFIN
irritate V;NFIN
nanofabricate V;SG;3;PRS
regle V.PTCP;PST
unsnib V.PTCP;PST
wog V;NFIN
attribute V;PST
mistransliterate V;PST
readjourn V.PTCP;PST
blick V;SG;3;PRS
injoin V;SG;3;PRS
oversway V;SG;3;PRS
enhunger V;SG;3;PRS
nither V;NFIN
rediaper V.PTCP;PRS
vasectomise V.PTCP;PRS
flambé V.PTCP;PRS
unlatch V;SG;3;PRS
marionette V.PTCP;PST
interject V;NFIN
misrepeat V.PTCP;PRS
compliment V;NFIN
rent V;NFIN
outzany V;PST
refuck V.PTCP;PRS
concomitate V;NFIN
departition V.PTCP;PST
præsent V;PST
sheal V;PST
quicklime V;PST
redivide V.PTCP;PST
triturate V.PTCP;PRS
pestre V;PST
diazotise V;SG;3;PRS
forharden V;NFIN
arise V;PST
abnormalize V;NFIN
reorder V.PTCP;PRS
GIF V;NFIN
decussate V;NFIN
outbrazen V;PST
sproing V;NFIN
caulk V;PST
frill V;PST
all-hail V.PTCP;PST
rebiopsy V;SG;3;PRS
reform V;SG;3;PRS
basilectalize V.PTCP;PST
attrite V.PTCP;PST
recohere V;PST
predestinate V.PTCP;PST
fee V.PTCP;PRS
antisepticize V.PTCP;PRS
coordain V;PST
escort V.PTCP;PST
pulley V.PTCP;PRS
outski V.PTCP;PST
bauchle V.PTCP;PST
todrive V;PST
recoin V.PTCP;PST
categorify V;NFIN
foresmell V;NFIN
sgraffito V.PTCP;PST
flow V;SG;3;PRS
birth V.PTCP;PST
roist V;SG;3;PRS
knucklewalk V;SG;3;PRS
disembarrass V.PTCP;PRS
fardel V;NFIN
objectivate V;SG;3;PRS
fail-safe V;PST
bellycrawl V;NFIN
rafter V;PST
pitapat V.PTCP;PST
babywear V.PTCP;PST
outskin V.PTCP;PRS
bebreak V;PST
lackey V.PTCP;PST
overswell V;NFIN
overstay V.PTCP;PRS
philibuster V.PTCP;PST
pole V;SG;3;PRS
virtuate V;PST
peeve V;NFIN
defy V.PTCP;PST
besaint V.PTCP;PST
rezip V.PTCP;PST
colocalize V;PST
sustain V;PST
accuse V.PTCP;PRS
spunge V.PTCP;PST
recommit V;NFIN
remassage V.PTCP;PST
chopper V;SG;3;PRS
solder V;SG;3;PRS
discolor V.PTCP;PST
enduer V;NFIN
gape V;NFIN
reap V;SG;3;PRS
demarcate V.PTCP;PST
dismay V;PST
die V;SG;3;PRS
assrape V;PST
misassociate V;NFIN
indulgiate V;PST
propone V.PTCP;PRS
sinicize V;SG;3;PRS
understudy V.PTCP;PRS
reclimb V;PST
disuse V.PTCP;PRS
bebloody V;PST
acculture V;NFIN
aestivate V;SG;3;PRS
mispersuade V;PST
bluster V.PTCP;PST
misenter V;SG;3;PRS
overwrap V;SG;3;PRS
teen V.PTCP;PST
propulse V;PST
fordull V.PTCP;PRS
ungrave V.PTCP;PRS
injury V;PST
war V;NFIN
tepefy V;NFIN
belabor V.PTCP;PST
vectorize V;NFIN
heliograph V;NFIN
knag V.PTCP;PRS
befool V;SG;3;PRS
quantize V;PST
PEGylate V;PST
knauvshawl V;SG;3;PRS
toot V;SG;3;PRS
præjudice V.PTCP;PST
librate V;NFIN
lower V;PST
misarrange V;SG;3;PRS
hench V;NFIN
logarithmize V;NFIN
rape V.PTCP;PRS
thirl V;NFIN
dereference V;PST
growl V.PTCP;PST
north V;NFIN
light V.PTCP;PST
misbeseem V.PTCP;PST
mispair V;NFIN
hondel V.PTCP;PST
hallelujah V;SG;3;PRS
pittle V;NFIN
crown V.PTCP;PST
unteach V;PST
dung V;NFIN
wetproof V.PTCP;PRS
tusk V;SG;3;PRS
guarish V;NFIN
sensualize V;SG;3;PRS
obviate V;SG;3;PRS
bescare V.PTCP;PRS
hadronise V;NFIN
clique V.PTCP;PRS
tousel V;PST
bedye V;PST
pedal V.PTCP;PRS
ablactate V.PTCP;PRS
humidify V;NFIN
repower V.PTCP;PRS
rehat V;NFIN
unshape V.PTCP;PST
sheep-dip V;PST
unbenumb V;PST
breed V;PST
self-abuse V.PTCP;PST
skringe V.PTCP;PST
overadvertise V.PTCP;PRS
glump V;PST
rebleach V.PTCP;PST
hearse V.PTCP;PST
lignify V.PTCP;PRS
snail V.PTCP;PRS
rehook V;NFIN
shackle V;SG;3;PRS
belye V;PST
misbrand V.PTCP;PRS
assot V.PTCP;PRS
economise V;SG;3;PRS
don V;SG;3;PRS
deindividualize V;SG;3;PRS
spout V.PTCP;PRS
preclude V;PST
forthnim V.PTCP;PRS
rejuvenize V;PST
resperse V.PTCP;PRS
underturn V;NFIN
extoll V;NFIN
enslave V;NFIN
becare V.PTCP;PRS
flote V;SG;3;PRS
accordion V;NFIN
syncopate V.PTCP;PRS
fresco V.PTCP;PST
uncrook V;NFIN
imborder V.PTCP;PST
pregrind V.PTCP;PRS
monodisperse V;PST
complex V;PST
bediaper V;PST
calcify V.PTCP;PST
mixe V;SG;3;PRS
short-tack V;NFIN
affiance V;SG;3;PRS
bewit V;PST
majestify V.PTCP;PST
hanker V;SG;3;PRS
vibe V.PTCP;PRS
blackmail V;PST
inslave V.PTCP;PRS
uncunt V;PST
fractionate V;SG;3;PRS
preboard V;SG;3;PRS
tuft V;PST
scantle V;SG;3;PRS
coast V;PST
shode V;PST
deplant V;SG;3;PRS
arouse V.PTCP;PRS
missee V.PTCP;PST
stoak V.PTCP;PRS
person V.PTCP;PST
fraud V;SG;3;PRS
worthy V;PST
automethylate V.PTCP;PST
deblur V.PTCP;PST
preact V;PST
plow V.PTCP;PRS
schedule V.PTCP;PRS
gongoozle V.PTCP;PST
anchour V;NFIN
scuttle V;PST
renovate V;NFIN
withsit V;NFIN
finger-wag V;PST
renege V.PTCP;PST
incapsulate V;NFIN
kegel V;PST
prison V;SG;3;PRS
starburst V;NFIN
scarify V.PTCP;PRS
harnass V;SG;3;PRS
exert V.PTCP;PST
transcolate V;SG;3;PRS
cat V.PTCP;PST
choogle V;NFIN
find V;PST
rog V.PTCP;PRS
rewake V;SG;3;PRS
adhere V.PTCP;PST
respot V.PTCP;PRS
crackle V;PST
iris V.PTCP;PST
acetalize V;SG;3;PRS
shtup V;NFIN
anatomise V.PTCP;PST
instance V;SG;3;PRS
bout V;PST
transcend V.PTCP;PST
basify V.PTCP;PST
paddock V.PTCP;PST
fooster V;NFIN
monitor V;NFIN
overbudget V.PTCP;PRS
overwhip V.PTCP;PST
outlay V;PST
IRC V;SG;3;PRS
unstink V;SG;3;PRS
steve V.PTCP;PST
nought V.PTCP;PRS
cold-shoulder V.PTCP;PRS
bedrizzle V;PST
pan-fry V;PST
deidentify V;SG;3;PRS
ooze V.PTCP;PST
surrender V;PST
pustulate V.PTCP;PRS
apologise V;SG;3;PRS
expugn V.PTCP;PST
subfranchise V;PST
activate V.PTCP;PRS
pre-empt V.PTCP;PRS
emblemize V.PTCP;PST
divest V.PTCP;PST
rebloom V;NFIN
precompute V;SG;3;PRS
abscind V.PTCP;PST
disinterest V;PST
wagon V.PTCP;PRS
redate V;PST
shilly-shally V.PTCP;PRS
seize V;SG;3;PRS
destage V.PTCP;PST
outskin V;SG;3;PRS
depattern V;PST
mezzotinto V;NFIN
revenge V;SG;3;PRS
programme V.PTCP;PRS
pend V.PTCP;PRS
copter V.PTCP;PRS
denay V;PST
braze V.PTCP;PST
obstupefy V.PTCP;PST
proliferate V.PTCP;PRS
misprint V.PTCP;PRS
bedye V.PTCP;PST
daub V;NFIN
howl V;SG;3;PRS
coassemble V.PTCP;PST
ruggedise V.PTCP;PRS
jade V;SG;3;PRS
mobilize V;NFIN
beskirt V;NFIN
plaister V.PTCP;PRS
jerk V.PTCP;PST
zionify V;SG;3;PRS
sticky V;SG;3;PRS
overroast V.PTCP;PRS
Sovietize V;PST
zerg V;NFIN
bestraddle V;SG;3;PRS
recentre V;SG;3;PRS
sectionalize V;SG;3;PRS
peregrinate V.PTCP;PRS
moodle V;NFIN
faze V;NFIN
refix V;NFIN
callet V;SG;3;PRS
heeltap V.PTCP;PRS
lol V.PTCP;PST
squeak V;NFIN
sigh V.PTCP;PRS
syndicate V;PST
addulce V.PTCP;PST
subsume V;SG;3;PRS
strikethrough V;SG;3;PRS
omnify V;PST
nibble V;SG;3;PRS
overmilk V.PTCP;PST
reascend V;PST
betrust V.PTCP;PRS
alligate V.PTCP;PST
proposition V;SG;3;PRS
initialise V;PST
outstable V;NFIN
barbecue V;NFIN
upfront V;SG;3;PRS
mistime V.PTCP;PST
Darwinize V;SG;3;PRS
append V;SG;3;PRS
feceate V;NFIN
non-plus V;NFIN
divulge V;PST
weasel V;SG;3;PRS
reoxygenate V;PST
chast V;PST
palmitoylate V;NFIN
inregister V;PST
unsolemnize V.PTCP;PST
carbonatise V.PTCP;PRS
subselect V.PTCP;PST
fold V.PTCP;PST
reflash V.PTCP;PRS
chate V;PST
rediscount V.PTCP;PST
republish V;NFIN
derecognise V;SG;3;PRS
reexamine V;NFIN
mistemper V;NFIN
albuminise V;NFIN
backburner V;NFIN
overgeneralize V;PST
disvouch V;NFIN
summons V;PST
defunctionalize V.PTCP;PRS
influence V;SG;3;PRS
enhearten V;PST
handplant V;NFIN
fast-forward V;SG;3;PRS
resue V.PTCP;PST
newform V;PST
bookend V;NFIN
attire V;SG;3;PRS
Earthscape V;PST
outworth V;NFIN
lallygag V.PTCP;PRS
semiforce V;PST
overhire V;SG;3;PRS
exsolve V;NFIN
overpersuade V;PST
jeff V;SG;3;PRS
steel V;NFIN
shend V.PTCP;PRS
tress V;PST
husk V;NFIN
signiorize V;PST
punctuate V;SG;3;PRS
remediate V.PTCP;PST
aggravate V;PST
poss V;PST
unhex V;PST
monkey V;PST
reëdit V;NFIN
cludge V;SG;3;PRS
photosensitise V.PTCP;PST
hand V.PTCP;PRS
discloud V;PST
hackle V;NFIN
@end V.PTCP;PST
luteinize V.PTCP;PRS
overtalk V.PTCP;PST
chauffeur V;PST
hatefuck V;SG;3;PRS
tablet V.PTCP;PRS
Islamicize V.PTCP;PRS
tut V.PTCP;PST
fordote V.PTCP;PST
frak V;NFIN
outstare V.PTCP;PRS
jacobinize V.PTCP;PST
emmarble V;PST
nonplus V;PST
renverse V;PST
outwin V;SG;3;PRS
turney V;SG;3;PRS
snippet V.PTCP;PRS
greenwash V;SG;3;PRS
backshine V;SG;3;PRS
oversing V.PTCP;PRS
er V;SG;3;PRS
manwhore V.PTCP;PRS
underdig V;SG;3;PRS
desighn V;PST
impower V.PTCP;PRS
cinefilm V.PTCP;PRS
exnihilate V;PST
distrouble V.PTCP;PRS
outtop V;NFIN
undercut V;PST
sulfurise V;PST
chromise V.PTCP;PRS
mistrain V;PST
besmut V.PTCP;PRS
bullshit V;SG;3;PRS
cybercast V;PST
faggot V.PTCP;PST
litter V;NFIN
gift V.PTCP;PRS
beshear V.PTCP;PST
unhat V;SG;3;PRS
haggle V;SG;3;PRS
ironise V;NFIN
overpsychologize V.PTCP;PRS
solve V;NFIN
outnumber V.PTCP;PST
dispeed V;NFIN
neshen V.PTCP;PST
prechew V.PTCP;PRS
eef V;SG;3;PRS
glint V;NFIN
alliterate V;PST
effulge V;SG;3;PRS
Zuluise V;NFIN
reënable V;NFIN
hardcode V.PTCP;PST
crochet V.PTCP;PST
breastfeed V.PTCP;PRS
lesbianize V.PTCP;PST
decantate V;SG;3;PRS
overcram V;SG;3;PRS
recapitalise V;PST
embillow V;NFIN
kibbitz V.PTCP;PST
toe-poke V.PTCP;PRS
reprize V;NFIN
besing V;PST
exeleutherostomize V.PTCP;PST
chroot V;SG;3;PRS
indorse V;PST
intake V;SG;3;PRS
zincify V;NFIN
forlead V.PTCP;PST
robotrip V;SG;3;PRS
composite V.PTCP;PRS
estuate V;SG;3;PRS
tonicize V.PTCP;PRS
round V.PTCP;PST
mutagenize V.PTCP;PST
secede V;PST
bioconcentrate V.PTCP;PRS
disleaf V;PST
paternalise V.PTCP;PST
deceive V.PTCP;PST
runnel V;PST
moove V;PST
reagree V;SG;3;PRS
unfuck V;SG;3;PRS
reget V;PST
sectarianize V.PTCP;PRS
rehyphenate V;PST
trash V;NFIN
inbound V.PTCP;PST
resubordinate V.PTCP;PST
ming V.PTCP;PRS
barrel V.PTCP;PRS
tenderize V.PTCP;PST
misbeat V;NFIN
intreat V;SG;3;PRS
spell V;PST
secundate V.PTCP;PRS
despumate V;PST
ironize V.PTCP;PRS
reprogramme V.PTCP;PRS
trifle V.PTCP;PST
cham V;PST
forisfamiliate V;NFIN
overexcite V.PTCP;PRS
window-shop V;NFIN
containerize V.PTCP;PRS
slather V.PTCP;PRS
whizz V.PTCP;PRS
repress V;NFIN
babbitt V;NFIN
quitclaim V.PTCP;PST
antiterminate V.PTCP;PST
autocorrect V;PST
garter V;NFIN
Sanskritise V;PST
rechime V;PST
reproach V.PTCP;PRS
guarantee V.PTCP;PST
retool V;PST
spew V;NFIN
premodify V;PST
reencounter V;SG;3;PRS
decolonize V;NFIN
benegro V;SG;3;PRS
bodybuild V;NFIN
misally V;SG;3;PRS
infer V.PTCP;PST
skank V;PST
rencounter V;NFIN
compound V;NFIN
evibrate V;NFIN
nudzh V.PTCP;PST
embellish V;SG;3;PRS
underdramatize V;NFIN
precook V.PTCP;PST
recurvate V.PTCP;PRS
excel V;NFIN
postscore V.PTCP;PRS
dezionize V;SG;3;PRS
Atticize V.PTCP;PST
storehouse V.PTCP;PRS
learn V;PST
buccan V;PST
contextualise V;NFIN
beshite V;SG;3;PRS
exhale V;PST
prep V;SG;3;PRS
gestate V;PST
tessellate V.PTCP;PRS
dishable V.PTCP;PRS
metabolise V;PST
ball V;NFIN
coregister V.PTCP;PRS
reobserve V;SG;3;PRS
plunk V;NFIN
exeunt V;SG;3;PRS
cherrypick V;PST
toe-poke V;PST
loam V;PST
detreat V;NFIN
preweight V;SG;3;PRS
twit V;NFIN
photograph V.PTCP;PST
expediate V;NFIN
guff V;NFIN
romper V;PST
wear V;SG;3;PRS
becut V;PST
bill V;SG;3;PRS
coextend V.PTCP;PRS
lip-sync V.PTCP;PST
dehumanize V.PTCP;PST
umbelappe V;NFIN
idle V.PTCP;PST
behold V;PST
hotplug V;SG;3;PRS
geek V.PTCP;PRS
mergesort V;PST
undercool V;PST
visualise V.PTCP;PRS
gallicize V.PTCP;PST
garrison V;NFIN
fix V;SG;3;PRS
innate V.PTCP;PRS
clicket V.PTCP;PRS
ensorcell V.PTCP;PRS
wot V;SG;3;PRS
undraw V;SG;3;PRS
medicine V.PTCP;PRS
cronk V;NFIN
chitchat V;PST
outhire V;NFIN
yen V;SG;3;PRS
badger V;SG;3;PRS
expede V.PTCP;PST
outstay V;NFIN
meeken V;NFIN
bequeath V.PTCP;PST
precoat V;PST
emotionalize V;NFIN
rustle V.PTCP;PRS
unwarp V;SG;3;PRS
supplant V;SG;3;PRS
maximise V;SG;3;PRS
scraffle V;NFIN
focus V.PTCP;PRS
blimp V.PTCP;PRS
incroach V;SG;3;PRS
depopulate V;PST
patent V;SG;3;PRS
under-represent V;PST
gip V;NFIN
material V.PTCP;PRS
preplace V.PTCP;PRS
whish V;PST
becry V.PTCP;PRS
wander V.PTCP;PRS
inline V.PTCP;PST
aks V.PTCP;PRS
copypasta V;NFIN
renumerate V.PTCP;PRS
T-stop V;SG;3;PRS
coffer V;NFIN
outgallop V;PST
striddle V;NFIN
miscapitalise V;SG;3;PRS
unlaw V.PTCP;PRS
suss V;PST
forslack V.PTCP;PST
halt V;PST
misguess V.PTCP;PRS
outbear V.PTCP;PST
overcategorize V.PTCP;PST
skrimshander V;PST
dream V;PST
prelude V;SG;3;PRS
haramize V;SG;3;PRS
devirginate V.PTCP;PRS
underlook V;PST
beblister V;NFIN
jihadise V;NFIN
overmake V;PST
halt V.PTCP;PST
gorge V;PST
unjumble V.PTCP;PST
transrate V;NFIN
calendar V.PTCP;PRS
dice V.PTCP;PST
codenature V;SG;3;PRS
anglicise V.PTCP;PST
monophthongize V;NFIN
repurchase V.PTCP;PRS
stockpile V;NFIN
slabber V;PST
camber V;NFIN
camouflage V;NFIN
necro V;SG;3;PRS
subject V;SG;3;PRS
shoal V;SG;3;PRS
redemonstrate V.PTCP;PST
damascene V.PTCP;PRS
pomp V;SG;3;PRS
outwalk V;NFIN
reop V;NFIN
over-educate V;PST
overeducate V;SG;3;PRS
atheise V;NFIN
impure V;PST
conquassate V.PTCP;PST
cod V;PST
label V.PTCP;PRS
refloat V.PTCP;PRS
overshine V;NFIN
redd V.PTCP;PST
sermonise V;SG;3;PRS
sideglance V;SG;3;PRS
summon V;PST
gloop V.PTCP;PST
sprig V;PST
binner V.PTCP;PRS
unholster V;PST
throng V.PTCP;PST
recommend V.PTCP;PST
reapproach V.PTCP;PRS
adjourn V.PTCP;PST
yaw V;SG;3;PRS
intercross V.PTCP;PRS
behoove V.PTCP;PST
undergird V.PTCP;PST
nitrosate V.PTCP;PST
epistle V;PST
descry V;SG;3;PRS
preheat V;PST
unbreech V;NFIN
permeablise V;PST
bat V;SG;3;PRS
hondel V;PST
forway V;SG;3;PRS
jackass V;NFIN
refasten V;NFIN
recrystallize V.PTCP;PST
nigger-rig V;PST
perceptualize V;PST
overromanticize V;NFIN
hassle V;PST
bedrop V;SG;3;PRS
pyke V;SG;3;PRS
quintessence V;PST
write V.PTCP;PST
curfuffle V;SG;3;PRS
disinclose V.PTCP;PRS
slite V.PTCP;PST
downcase V.PTCP;PRS
heterodyne V;SG;3;PRS
zest V.PTCP;PST
reexpand V;SG;3;PRS
reinternalize V;NFIN
shave V.PTCP;PRS
extricate V;NFIN
photoisomerize V.PTCP;PST
re-use V;SG;3;PRS
bedraw V;SG;3;PRS
illapse V;PST
iterate V;NFIN
dehonestate V.PTCP;PST
restem V;PST
wuv V;SG;3;PRS
peel V.PTCP;PRS
returf V;PST
warm V.PTCP;PST
laudanum V.PTCP;PST
aguise V;PST
reforge V.PTCP;PRS
bioneer V;PST
cherish V.PTCP;PST
colour-coordinate V.PTCP;PST
dumple V;NFIN
thrive V.PTCP;PST
frostbite V.PTCP;PST
hit V;PST
outzany V;SG;3;PRS
angelify V.PTCP;PST
overcite V.PTCP;PRS
hamble V;PST
muss V.PTCP;PST
disdain V;SG;3;PRS
kline V.PTCP;PRS
flabagast V;SG;3;PRS
spuddle V;PST
tincture V.PTCP;PST
excerp V;SG;3;PRS
pistolwhip V;NFIN
eclaircise V;PST
undecorate V;NFIN
superstimulate V.PTCP;PST
sliver V.PTCP;PRS
sile V;NFIN
submeter V.PTCP;PST
helm V;PST
calcitrate V.PTCP;PST
smail V.PTCP;PRS
unpriest V;SG;3;PRS
demonetise V;PST
w**k V.PTCP;PRS
incentivise V;NFIN
reedify V.PTCP;PRS
brian V.PTCP;PRS
simulate V.PTCP;PST
beweigh V.PTCP;PST
push V;SG;3;PRS
peen V;SG;3;PRS
dissocialize V;NFIN
tumultuate V.PTCP;PRS
canonicalise V.PTCP;PRS
beer V.PTCP;PST
pre-increment V.PTCP;PRS
corradiate V.PTCP;PRS
assegai V;PST
box V.PTCP;PRS
wizard V;SG;3;PRS
vide V;NFIN
prease V.PTCP;PST
biologize V;PST
moor V;PST
cognise V.PTCP;PST
shudder V;PST
ungrab V;NFIN
bestorm V;PST
hollow V.PTCP;PST
uniformise V.PTCP;PRS
criticise V;NFIN
jury-rig V;PST
paynize V.PTCP;PRS
relexicalize V;SG;3;PRS
subduct V.PTCP;PST
subclone V;NFIN
bury V;SG;3;PRS
bewelcome V;NFIN
predetermine V.PTCP;PST
correspond V;PST
bewell V.PTCP;PST
scry V;PST
outbuy V;PST
resterilize V;SG;3;PRS
jant V.PTCP;PST
nanny V;PST
unpackage V;PST
reallot V.PTCP;PST
pipeclay V;NFIN
memorize V;SG;3;PRS
unarm V.PTCP;PRS
mercify V.PTCP;PST
stench V;NFIN
lipsync V.PTCP;PST
personify V.PTCP;PRS
commoditize V;SG;3;PRS
insnare V.PTCP;PRS
adjure V;SG;3;PRS
rally V;PST
yark V.PTCP;PST
confection V.PTCP;PRS
aerify V.PTCP;PST
disroot V;PST
polemicize V.PTCP;PRS
undock V.PTCP;PRS
scutter V;PST
purple V;SG;3;PRS
Quakerize V;SG;3;PRS
layaway V.PTCP;PRS
Libyanize V.PTCP;PST
baa V.PTCP;PST
yo-yo V;NFIN
traditionalize V;SG;3;PRS
clabber V;PST
tong V.PTCP;PRS
outduel V.PTCP;PRS
favourize V;PST
awfulize V.PTCP;PST
dispute V;PST
high V;SG;3;PRS
poundage V;SG;3;PRS
uncrinkle V;SG;3;PRS
futureproof V;NFIN
worrit V;SG;3;PRS
treat V.PTCP;PST
refactorize V.PTCP;PST
ope V.PTCP;PST
recalibrate V.PTCP;PST
shart V;SG;3;PRS
shmoke V;SG;3;PRS
screw V.PTCP;PST
affirm V;NFIN
nativize V;SG;3;PRS
reinflate V.PTCP;PRS
doorstep V.PTCP;PRS
defriend V;NFIN
chime V;PST
ensweep V;NFIN
angelise V;PST
sectionize V.PTCP;PST
contest V.PTCP;PRS
evomit V;PST
egotize V;PST
parathyroidectomize V.PTCP;PST
dew V;PST
coiffeur V;PST
wisecrack V;PST
roquet V;SG;3;PRS
hassle V.PTCP;PRS
recoup V;NFIN
oooh V.PTCP;PST
swizz V.PTCP;PST
dehydrogenise V;NFIN
backscatter V.PTCP;PRS
misdefend V;SG;3;PRS
pestre V.PTCP;PRS
garnett V.PTCP;PRS
practice V;NFIN
loiter V;SG;3;PRS
refit V;SG;3;PRS
boldface V;SG;3;PRS
fasciate V;NFIN
preweight V.PTCP;PRS
disallow V;PST
spunge V.PTCP;PRS
downcome V.PTCP;PST
sprain V;SG;3;PRS
garb V;SG;3;PRS
norm V;PST
paw V;NFIN
blackboard V;SG;3;PRS
quicksilver V.PTCP;PRS
adlect V;PST
fragment V.PTCP;PST
enucleate V;SG;3;PRS
bethatch V;PST
bemix V.PTCP;PRS
cling V;NFIN
templatize V;SG;3;PRS
usher V;NFIN
daze V.PTCP;PST
misread V;SG;3;PRS
inbelch V;SG;3;PRS
guilt-trip V;NFIN
calver V.PTCP;PST
devocalize V;NFIN
effloresce V;PST
burn-beat V;PST
misclassify V;NFIN
sepose V.PTCP;PST
fertilise V.PTCP;PST
crust V;SG;3;PRS
profre V.PTCP;PST
supersede V.PTCP;PST
swirl V.PTCP;PRS
intergern V.PTCP;PRS
ridge V;PST
fear V.PTCP;PRS
re-fuse V;PST
mutiny V.PTCP;PRS
brohoof V.PTCP;PRS
clapperclaw V;NFIN
attuite V;PST
symbol V;PST
insult V;PST
coindex V;NFIN
disincorporate V;NFIN
flacker V.PTCP;PST
hover V;NFIN
oxidate V.PTCP;PRS
bichromatize V;SG;3;PRS
cowboy V;SG;3;PRS
cross-dress V.PTCP;PST
UL V;PST
coexert V.PTCP;PST
decaffeinate V;NFIN
cume V;NFIN
premier V.PTCP;PRS
retexture V.PTCP;PST
jump V;SG;3;PRS
bedust V.PTCP;PRS
renvoy V;NFIN
redraw V.PTCP;PST
dam V;SG;3;PRS
misken V;SG;3;PRS
misdirect V.PTCP;PST
deflow V.PTCP;PRS
imbastardize V.PTCP;PRS
overdeliver V.PTCP;PST
desolder V;SG;3;PRS
sneb V.PTCP;PRS
lurve V.PTCP;PST
clamp V;SG;3;PRS
wreak V;NFIN
front V.PTCP;PRS
inlead V;SG;3;PRS
preadmonish V;PST
re-edit V;PST
inroad V;PST
hent V;NFIN
Sovietize V;NFIN
trolley V;NFIN
incant V.PTCP;PST
scantle V;NFIN
closen V.PTCP;PRS
gild V;PST
entitule V.PTCP;PST
doodle V.PTCP;PRS
encamp V.PTCP;PST
capacify V;PST
leaguer V;SG;3;PRS
sarge V.PTCP;PRS
misspeak V.PTCP;PST
ferry V;NFIN
barrel V;PST
forthset V;NFIN
overconstrain V.PTCP;PRS
breadboard V;PST
fast-forward V.PTCP;PRS
convocate V.PTCP;PST
dance V.PTCP;PST
unrelate V;PST
misallege V;NFIN
unvote V.PTCP;PRS
rebreathe V;PST
leer V;SG;3;PRS
autoregulate V;SG;3;PRS
freewheel V.PTCP;PST
downscale V;SG;3;PRS
mislive V;SG;3;PRS
shag V.PTCP;PST
frame V;PST
stickybeak V.PTCP;PRS
deattribute V;SG;3;PRS
mislay V.PTCP;PST
fagot V;NFIN
tarre V;NFIN
wigwag V.PTCP;PRS
eld V;PST
foreordinate V;PST
weathercock V;SG;3;PRS
underpay V;PST
potion V;NFIN
inwrite V.PTCP;PRS
punk V;PST
reenact V;SG;3;PRS
recluse V;NFIN
depacketize V;SG;3;PRS
lipread V;NFIN
disarrange V;PST
freelance V;SG;3;PRS
postlude V;SG;3;PRS
railbank V.PTCP;PRS
droyle V;NFIN
rehang V;PST
unshift V.PTCP;PST
attemper V;PST
parametrise V;SG;3;PRS
pattern V;PST
roundhouse V.PTCP;PRS
regrind V.PTCP;PST
volatilize V;PST
neigh V.PTCP;PRS
garner V.PTCP;PST
jumper V.PTCP;PRS
racemize V;NFIN
transmetallate V.PTCP;PST
ram V.PTCP;PRS
poetize V.PTCP;PST
double V;PST
reorient V;NFIN
misrehearse V.PTCP;PST
Egyptize V;NFIN
profane V.PTCP;PST
rechoreograph V;SG;3;PRS
pleasure V;SG;3;PRS
besnow V;PST
subsample V.PTCP;PRS
kayak V;NFIN
deionize V;PST
rechoreograph V.PTCP;PRS
flux V.PTCP;PST
anhele V;NFIN
ump V.PTCP;PST
corduroy V;NFIN
enlarge V.PTCP;PRS
oscitate V.PTCP;PST
portray V;SG;3;PRS
judicialize V;NFIN
trickle V.PTCP;PRS
coafforest V.PTCP;PST
hen V;NFIN
haberdash V;NFIN
clerk V;PST
outengineer V.PTCP;PRS
moble V;NFIN
oversample V;SG;3;PRS
retune V;SG;3;PRS
bethatch V;NFIN
prologuise V;NFIN
norn V;NFIN
nesslerize V.PTCP;PST
inspect V;PST
tartan V;PST
civilize V.PTCP;PRS
discriminate V.PTCP;PRS
betouch V;PST
joyne V.PTCP;PST
liquidise V;SG;3;PRS
overpoise V.PTCP;PRS
fanaticize V.PTCP;PST
microphone V;SG;3;PRS
bugle V;PST
syncopate V;NFIN
vibe V;NFIN
keypunch V;SG;3;PRS
peddle V.PTCP;PRS
browbeat V.PTCP;PST
lanken V;SG;3;PRS
garden V.PTCP;PST
poddy V.PTCP;PST
pond V.PTCP;PST
demerge V.PTCP;PST
cluster V;NFIN
moralise V;NFIN
spanghew V.PTCP;PST
constrain V.PTCP;PRS
retape V;PST
rickroll V.PTCP;PST
harshen V;PST
underestimate V;SG;3;PRS
precept V.PTCP;PRS
humour V;PST
terrace V;SG;3;PRS
amortise V.PTCP;PST
tonitruate V;PST
starburst V.PTCP;PST
heist V;SG;3;PRS
unpivot V.PTCP;PRS
interfold V.PTCP;PRS
deturbate V;PST
professionalise V.PTCP;PRS
vitalize V.PTCP;PRS
deculturize V.PTCP;PRS
modify V;PST
tyrannise V.PTCP;PRS
updraw V;NFIN
whirr V;SG;3;PRS
indelve V.PTCP;PST
polymerise V;NFIN
excogitate V.PTCP;PST
sinew V;NFIN
drivel V.PTCP;PST
bescrape V;PST
snare V.PTCP;PST
overpsychologize V.PTCP;PST
pornographize V;PST
empierce V.PTCP;PRS
inviscate V.PTCP;PST
mistag V.PTCP;PRS
gloam V;PST
billhook V;SG;3;PRS
preplace V;SG;3;PRS
pamper V.PTCP;PST
luminesce V;NFIN
accroach V;SG;3;PRS
defease V.PTCP;PRS
caveach V;NFIN
unjinx V.PTCP;PST
renerve V.PTCP;PRS
wherret V.PTCP;PST
fossilise V.PTCP;PST
propound V;SG;3;PRS
cheat V.PTCP;PST
decapacitate V;SG;3;PRS
parametrise V.PTCP;PST
beneficiate V.PTCP;PRS
heli-ski V.PTCP;PRS
promote V;SG;3;PRS
exungulate V.PTCP;PRS
getter V.PTCP;PRS
tax V;NFIN
unphilosophize V;NFIN
underoil V;PST
napalm V.PTCP;PRS
overbake V;PST
emblazon V;NFIN
homeschool V;NFIN
liue V;NFIN
disreverence V;PST
deleverage V.PTCP;PST
unpublish V;PST
escribe V.PTCP;PST
highjack V;NFIN
sieve V.PTCP;PRS
repave V;PST
drab V;PST
autoclave V;PST
desume V;NFIN
irrugate V.PTCP;PST
bobsleigh V;NFIN
collar V;SG;3;PRS
betrend V;NFIN
oblivion V.PTCP;PRS
snark V;NFIN
parrot V.PTCP;PST
ormolu V.PTCP;PST
seem V.PTCP;PST
scoot V;SG;3;PRS
thrill V.PTCP;PRS
tunnel V.PTCP;PST
recoyle V;SG;3;PRS
disseize V.PTCP;PST
ablude V.PTCP;PST
rigourise V;NFIN
exhumate V;SG;3;PRS
pabble V.PTCP;PRS
offbear V;SG;3;PRS
ambush V.PTCP;PST
hode V.PTCP;PST
miswed V;NFIN
sauté V;PST
twoc V.PTCP;PST
out-winter V;NFIN
recache V.PTCP;PST
outmetal V;SG;3;PRS
coath V.PTCP;PRS
rodomontade V;NFIN
oath V.PTCP;PST
cosegregate V.PTCP;PRS
parlay V;NFIN
logarithmize V.PTCP;PRS
jee V.PTCP;PST
deteriorate V.PTCP;PST
cacuminate V;NFIN
preset V;PST
pesoize V;PST
pregelatinize V;NFIN
mistle V.PTCP;PST
overthrow V.PTCP;PRS
photocompose V;NFIN
sidewind V.PTCP;PRS
lube V.PTCP;PST
downdraw V;SG;3;PRS
rearchitect V.PTCP;PRS
dextrinize V.PTCP;PST
fullbring V;SG;3;PRS
superhumanize V.PTCP;PRS
outsmart V;PST
manuscribe V;PST
daggle V.PTCP;PRS
suspend V.PTCP;PST
vaccinate V;PST
hound V;PST
beglamour V.PTCP;PRS
well-order V;SG;3;PRS
corset V.PTCP;PRS
pluralize V;NFIN
overstitch V;PST
coinhere V.PTCP;PST
prepurchase V;NFIN
imperialize V;NFIN
compress V;SG;3;PRS
atslike V.PTCP;PRS
recoupe V;SG;3;PRS
edge V;PST
mirrour V.PTCP;PRS
bield V;SG;3;PRS
minac V;SG;3;PRS
underhang V.PTCP;PST
caricature V;NFIN
cybercast V.PTCP;PST
thorn V;PST
circumgyrate V.PTCP;PRS
belch V;SG;3;PRS
traumatize V;NFIN
assegai V;SG;3;PRS
bottle-feed V.PTCP;PST
seme V;NFIN
attract V;NFIN
pluck V;SG;3;PRS
rebecome V.PTCP;PST
sort V;SG;3;PRS
line V;NFIN
beknow V;PST
sliver V.PTCP;PST
fet V.PTCP;PST
fistbump V.PTCP;PRS
unalter V;PST
beclepe V.PTCP;PRS
condemn V;SG;3;PRS
preëmpt V.PTCP;PST
minimalise V;SG;3;PRS
metamorphosize V.PTCP;PST
spear V;PST
tragicize V;NFIN
spoon V;SG;3;PRS
sunscald V;PST
overbreed V;SG;3;PRS
heave-ho V.PTCP;PST
testern V.PTCP;PST
unweight V.PTCP;PRS
coadminister V.PTCP;PST
prebook V.PTCP;PST
kiss V;SG;3;PRS
coventrate V;SG;3;PRS
mascara V;NFIN
grype V.PTCP;PRS
sportfish V;NFIN
high V.PTCP;PRS
mimmer V;NFIN
stink V;NFIN
vaporize V.PTCP;PRS
write V;SG;3;PRS
lambaste V;SG;3;PRS
outpaint V.PTCP;PST
reperuse V.PTCP;PRS
hickup V.PTCP;PST
restore V.PTCP;PRS
upcome V;SG;3;PRS
tramble V;PST
rain V;SG;3;PRS
presspack V;SG;3;PRS
befringe V.PTCP;PST
clay V;PST
recommit V.PTCP;PRS
yoik V;PST
pommel V.PTCP;PST
taxonomize V.PTCP;PRS
impugn V;PST
intermine V.PTCP;PST
pace V;PST
argue V.PTCP;PRS
editionalize V;SG;3;PRS
cheap V;NFIN
naysay V;PST
collateralize V;PST
overmedicate V;PST
rebalance V;SG;3;PRS
discandy V.PTCP;PRS
sagaciate V;SG;3;PRS
outgreen V.PTCP;PRS
explode V;SG;3;PRS
defame V;NFIN
timecode V.PTCP;PRS
betee V;PST
relativize V.PTCP;PRS
pathologize V;NFIN
reef V;SG;3;PRS
mendelize V;NFIN
nobblerize V.PTCP;PRS
precompose V.PTCP;PST
sabo V;NFIN
electrotype V.PTCP;PST
discapacitate V.PTCP;PRS
humidify V.PTCP;PRS
oh V;NFIN
erase V;PST
rescreen V.PTCP;PRS
aright V;SG;3;PRS
remodify V;NFIN
feoff V.PTCP;PRS
passenger V.PTCP;PST
shine V.PTCP;PST
dejudicialize V;PST
teen V.PTCP;PRS
manure V;PST
mand V.PTCP;PST
streamline V;NFIN
tide V;PST
neologize V;PST
dedecorate V.PTCP;PST
recollar V;NFIN
subtitle V;PST
trouble V;PST
micronize V.PTCP;PST
eluviate V;SG;3;PRS
slike V;PST
whore V;PST
ungod V;SG;3;PRS
undelete V;PST
novate V.PTCP;PST
subtiliate V;SG;3;PRS
vapour V;NFIN
endanger V;NFIN
goal-suck V;SG;3;PRS
bodycheck V;SG;3;PRS
pare V;NFIN
sheet V.PTCP;PRS
outdance V;SG;3;PRS
applot V.PTCP;PRS
outrage V;NFIN
deflect V;PST
retard V;PST
eponymize V;NFIN
wood V.PTCP;PRS
facet V.PTCP;PRS
transverse V;PST
overquell V.PTCP;PST
handicap V.PTCP;PRS
ankle V.PTCP;PRS
asepticize V;PST
whizz V;SG;3;PRS
meal V.PTCP;PRS
piston V.PTCP;PST
mow V;PST
tumultuate V;SG;3;PRS
apahack V;NFIN
reaffiliate V.PTCP;PST
skin-dive V.PTCP;PST
cofound V;NFIN
inturbidate V.PTCP;PST
inlace V;SG;3;PRS
mathematicise V;NFIN
delay V;NFIN
endamage V;NFIN
forwear V.PTCP;PST
ease V.PTCP;PRS
lateral V;NFIN
validify V.PTCP;PST
pole-vault V;PST
restuff V.PTCP;PST
infield V;NFIN
plight V;PST
emblaze V;PST
februate V;NFIN
aggro V.PTCP;PST
fuzzify V.PTCP;PST
forthset V;PST
metamorphose V;NFIN
reshow V;NFIN
oversystematise V.PTCP;PRS
forthyete V.PTCP;PRS
depurate V.PTCP;PRS
mime V;NFIN
stum V;PST
underbudget V.PTCP;PST
weather V.PTCP;PST
advocate V.PTCP;PRS
accurize V.PTCP;PRS
unbrick V.PTCP;PRS
misassociate V;PST
strafe V;NFIN
befringe V;SG;3;PRS
meteor V.PTCP;PST
resuscitate V;SG;3;PRS
floodlight V.PTCP;PRS
assoilzie V.PTCP;PST
expropriate V;PST
corpse V;NFIN
memorise V;PST
resolve V.PTCP;PRS
square-dance V;SG;3;PRS
member V.PTCP;PST
bride V;PST
globe V;SG;3;PRS
unsheath V.PTCP;PRS
distemper V;PST
unstick V;NFIN
feine V;NFIN
annunciate V.PTCP;PST
whur V.PTCP;PST
scowl V.PTCP;PRS
disaggregate V;NFIN
illiberalize V.PTCP;PRS
inseam V;SG;3;PRS
flurt V.PTCP;PST
forthsend V.PTCP;PST
swarten V.PTCP;PST
upswell V;SG;3;PRS
besow V;PST
trial V.PTCP;PST
leap V.PTCP;PST
begrudge V;PST
steer V;PST
moralise V;SG;3;PRS
disinherit V.PTCP;PRS
overseed V.PTCP;PRS
trickle V;PST
unfool V;NFIN
robotise V.PTCP;PST
transpile V.PTCP;PST
empoison V;NFIN
jihadise V.PTCP;PST
gasbag V;PST
dele V;SG;3;PRS
daunt V;PST
pen V;PST
circumstance V;NFIN
canoe V.PTCP;PST
demoss V;PST
empeople V.PTCP;PST
prevent V;SG;3;PRS
vampirize V;PST
bane V;NFIN
singsong V;SG;3;PRS
jingle V;SG;3;PRS
survise V;PST
regrant V;PST
kickban V;PST
embarn V;SG;3;PRS
censure V.PTCP;PRS
perforce V.PTCP;PST
bedim V.PTCP;PST
mod V.PTCP;PRS
aerobicise V.PTCP;PRS
unbonnet V.PTCP;PRS
spokeshave V;PST
shun V;NFIN
aromatise V;PST
concede V.PTCP;PRS
mistune V;SG;3;PRS
prig V;SG;3;PRS
reimport V;SG;3;PRS
masker V.PTCP;PRS
surge V;SG;3;PRS
nudzh V;PST
outpoint V.PTCP;PRS
whistleblow V;PST
redden V;SG;3;PRS
hot-tub V.PTCP;PRS
overfire V.PTCP;PST
undivert V;PST
calcify V;NFIN
unoil V;NFIN
remineralize V;SG;3;PRS
pre-empt V;SG;3;PRS
hypercriticize V;SG;3;PRS
escarp V;SG;3;PRS
umbegrippe V;PST
tyrannise V;PST
smarten V.PTCP;PST
airmail V;PST
flail V;NFIN
fumble V.PTCP;PST
hate-fuck V;NFIN
yerk V;PST
dishevel V;PST
ensearch V;PST
reference V;NFIN
beshrew V;PST
nominalize V.PTCP;PST
unaffiliate V;PST
autodestruct V;PST
rechamber V;SG;3;PRS
delouse V;PST
shrill V.PTCP;PST
aroint V;PST
Thatcherize V;NFIN
bottle V;SG;3;PRS
bowstring V.PTCP;PST
transcode V;SG;3;PRS
hockle V.PTCP;PRS
transfigurate V;PST
unpray V.PTCP;PRS
despond V.PTCP;PRS
relume V;PST
embarge V.PTCP;PST
recalcine V;NFIN
formelt V.PTCP;PST
conciliate V;PST
hindre V;NFIN
overlock V.PTCP;PRS
shale V.PTCP;PRS
quail V;PST
understaund V;PST
hypostasize V;PST
dragoon V;NFIN
lie V.PTCP;PST
ingo V;PST
eclipse V.PTCP;PRS
modernise V.PTCP;PRS
resample V;NFIN
hydrogenize V;NFIN
retribute V;NFIN
upbreathe V;SG;3;PRS
bongo V.PTCP;PRS
wedding V;NFIN
implicate V;PST
bowge V;SG;3;PRS
out-Byzantine V;NFIN
gipsy V;PST
betallow V;PST
stim V.PTCP;PRS
redry V;NFIN
bach V;NFIN
cantile V;SG;3;PRS
duress V;SG;3;PRS
kyanize V;PST
generate V;NFIN
dogsit V;SG;3;PRS
defoul V.PTCP;PST
overwrest V;SG;3;PRS
marshal V.PTCP;PST
pry V;NFIN
auction V;SG;3;PRS
irrorate V.PTCP;PST
cosupervise V.PTCP;PRS
dedent V;PST
obfusticate V;PST
blue-ball V;PST
Alaskanize V.PTCP;PST
salsa V;SG;3;PRS
show V.PTCP;PST
dissimule V;SG;3;PRS
vague V;NFIN
pell V.PTCP;PRS
connive V;SG;3;PRS
prophecise V;SG;3;PRS
hand-code V;SG;3;PRS
underplant V.PTCP;PRS
humify V;NFIN
reaggravate V.PTCP;PST
transcytose V.PTCP;PST
gyp V.PTCP;PRS
levitate V.PTCP;PST
concamerate V.PTCP;PRS
cyanate V.PTCP;PRS
centerpunch V;SG;3;PRS
rehandle V;SG;3;PRS
gloom V.PTCP;PRS
interplay V.PTCP;PRS
resperse V;SG;3;PRS
plaw V;SG;3;PRS
structuralise V;SG;3;PRS
clap V.PTCP;PST
saunter V.PTCP;PST
arboresce V;PST
Danicise V;SG;3;PRS
cameltoe V;SG;3;PRS
scrumple V.PTCP;PRS
misframe V.PTCP;PST
misdivide V.PTCP;PRS
manoeuvre V;SG;3;PRS
welter V;NFIN
encourage V.PTCP;PST
metricise V.PTCP;PRS
rejoinder V.PTCP;PRS
predestine V;NFIN
fleece V.PTCP;PRS
vagabondize V.PTCP;PST
test V;PST
codiverge V;SG;3;PRS
eruct V.PTCP;PST
gambrel V.PTCP;PST
article V.PTCP;PRS
disprivilege V;SG;3;PRS
sever V.PTCP;PRS
stove V;SG;3;PRS
rebrace V;NFIN
kickflip V.PTCP;PST
photoset V;NFIN
discloak V;NFIN
counterbleed V.PTCP;PST
outkiss V;NFIN
seam V;NFIN
venerate V;NFIN
bioconcentrate V;SG;3;PRS
dialyze V;SG;3;PRS
prohibit V;SG;3;PRS
alligator V;PST
trephine V;NFIN
intercut V.PTCP;PRS
tassel V;NFIN
drown V.PTCP;PRS
modem V.PTCP;PST
transmit V.PTCP;PRS
send V.PTCP;PRS
unseven V.PTCP;PST
undernourish V.PTCP;PRS
befog V.PTCP;PRS
incriminate V;PST
enring V;SG;3;PRS
consignify V;PST
miscensure V;NFIN
unstop V.PTCP;PST
dastardize V.PTCP;PRS
underpay V;SG;3;PRS
unrack V;NFIN
outdate V;PST
slash V.PTCP;PST
thimblerig V;SG;3;PRS
arpeggiate V.PTCP;PRS
prebuy V.PTCP;PRS
screw V;NFIN
re-engineer V;NFIN
journalize V.PTCP;PST
mismeasure V;PST
excommunicate V.PTCP;PRS
deport V.PTCP;PST
thinck V;NFIN
glour V;NFIN
malax V;PST
daggle V.PTCP;PST
caravan V;PST
shram V.PTCP;PRS
dissect V;NFIN
endogenize V;PST
babelize V.PTCP;PST
runnel V;NFIN
cume V;SG;3;PRS
Qatarize V;NFIN
honnour V;NFIN
recalcitrate V;NFIN
glisten V;PST
grutch V;NFIN
island-hop V.PTCP;PST
slacken V;NFIN
port V;SG;3;PRS
fuel V;PST
adnominalise V;PST
colly V;NFIN
repast V;PST
adjudg V;NFIN
showcase V;NFIN
commercialise V;NFIN
subtotal V.PTCP;PRS
renay V.PTCP;PRS
administer V;PST
disadvise V.PTCP;PST
interpone V.PTCP;PST
gat V;SG;3;PRS
wibble-wobble V.PTCP;PST
spawn V.PTCP;PRS
rapturize V;PST
tampon V;NFIN
aestuate V.PTCP;PRS
race-bait V;NFIN
admin V.PTCP;PRS
fair V.PTCP;PRS
sever V;SG;3;PRS
slay V.PTCP;PST
mushroom V.PTCP;PRS
overwhip V.PTCP;PRS
silver V.PTCP;PST
irradicate V;NFIN
caponize V;PST
tidy-up V;SG;3;PRS
presuppose V;PST
scantle V.PTCP;PRS
disclaunder V.PTCP;PST
superintend V.PTCP;PST
unbay V.PTCP;PRS
bestead V.PTCP;PST
solvate V;SG;3;PRS
rosin V;NFIN
overcomplicate V;NFIN
minoritize V.PTCP;PST
virialise V.PTCP;PST
stick V;PST
underground V;NFIN
accession V;NFIN
vernish V;NFIN
gzip V;PST
toboggan V.PTCP;PST
devoid V;PST
interracialize V;PST
propel V;NFIN
recuse V.PTCP;PST
accoil V.PTCP;PRS
outpsych V;SG;3;PRS
glister V.PTCP;PST
externalise V.PTCP;PST
expense V;NFIN
RSVP V.PTCP;PST
outfox V.PTCP;PRS
redefeat V;SG;3;PRS
starburst V;PST
bilingualize V.PTCP;PRS
set V.PTCP;PST
unmark V.PTCP;PRS
ungroup V;PST
æquate V.PTCP;PRS
Nazify V.PTCP;PST
bowstring V;PST
refund V.PTCP;PRS
hierarchize V;PST
polish V;NFIN
spin V;PST
goose-step V;NFIN
overput V.PTCP;PRS
impale V;PST
marzipan V;NFIN
achieve V;PST
segment V.PTCP;PST
byline V;SG;3;PRS
dart V.PTCP;PST
trial V.PTCP;PRS
knick V;PST
startscum V.PTCP;PRS
catheterise V.PTCP;PST
defile V;NFIN
woman V;NFIN
pension V.PTCP;PST
rediminish V.PTCP;PST
rant V.PTCP;PST
overfill V;PST
belace V;PST
toxicate V;PST
label V.PTCP;PRS
underextend V;PST
hammermill V;PST
betow V;SG;3;PRS
Afghanise V.PTCP;PRS
inspissate V;NFIN
histolyse V;NFIN
enduer V.PTCP;PRS
earplug V;SG;3;PRS
rummage V.PTCP;PST
supersell V.PTCP;PRS
disqualify V.PTCP;PST
cherup V.PTCP;PRS
paint V;PST
bawd V;PST
dush V;PST
atwind V;PST
overprint V;NFIN
overspill V;NFIN
dynamize V;SG;3;PRS
daunce V;NFIN
reroot V;SG;3;PRS
Germanize V;SG;3;PRS
beheart V;NFIN
trivialize V;SG;3;PRS
underwise V.PTCP;PST
airbrush V.PTCP;PST
abdicate V;NFIN
sicker V.PTCP;PST
replaster V;NFIN
reanoint V;PST
derat V;SG;3;PRS
outvote V.PTCP;PST
rechange V.PTCP;PST
backtag V;PST
overdraw V.PTCP;PST
hinny V;PST
retrim V;PST
intonate V;SG;3;PRS
wrongfoot V;PST
stucco V;PST
pose V.PTCP;PRS
autopilot V;SG;3;PRS
refer V;NFIN
dryline V;NFIN
electricize V;NFIN
parochialize V;SG;3;PRS
rebecome V;SG;3;PRS
popularise V;PST
colour-coordinate V;PST
eschew V;PST
treeify V.PTCP;PST
nursemaid V;NFIN
halftone V;NFIN
frother V;PST
coagment V;NFIN
wallop V.PTCP;PST
familiarise V;SG;3;PRS
outrate V.PTCP;PRS
cantonize V.PTCP;PST
yern V.PTCP;PST
forefend V;PST
spitshine V;NFIN
collect V.PTCP;PRS
androgynise V.PTCP;PRS
unrobe V;NFIN
overseal V;PST
upsolve V;NFIN
inveil V;PST
undisclose V;NFIN
emplane V;NFIN
retire V;SG;3;PRS
hump V.PTCP;PST
tomahawk V;NFIN
resilence V;SG;3;PRS
enkennel V;SG;3;PRS
microphone V.PTCP;PRS
effascinate V.PTCP;PST
internationalize V;NFIN
probe V;NFIN
underbuild V.PTCP;PRS
skank V;NFIN
enavigate V.PTCP;PRS
pore V;NFIN
perspirate V;NFIN
whop V;NFIN
repalletize V;SG;3;PRS
underplay V;PST
overwrest V;NFIN
house-sit V;NFIN
miscue V.PTCP;PRS
journey V.PTCP;PST
composite V;PST
disrobe V.PTCP;PRS
fret V;SG;3;PRS
term V.PTCP;PST
bivvy V;NFIN
trinket V;PST
preharden V;PST
interpale V;SG;3;PRS
orthorectify V.PTCP;PST
mischoose V.PTCP;PST
outvote V;SG;3;PRS
gether V;NFIN
resume V.PTCP;PST
pend V.PTCP;PST
pinocytose V.PTCP;PST
nidulate V.PTCP;PST
pipeclay V;PST
marmalade V.PTCP;PST
rankle V.PTCP;PST
outwait V.PTCP;PRS
nickel-and-dime V;SG;3;PRS
oversaturate V;NFIN
homestead V.PTCP;PRS
forge V;NFIN
rechurn V;NFIN
rereplicate V.PTCP;PST
bedumb V.PTCP;PST
outcross V;PST
lisse V;NFIN
overattribute V;PST
hend V;SG;3;PRS
schvitz V;PST
misdiet V;NFIN
foregive V;SG;3;PRS
dispraise V.PTCP;PRS
bedaw V.PTCP;PST
bide V;PST
futurise V.PTCP;PRS
bristle V;NFIN
syphilize V;SG;3;PRS
outreason V;NFIN
foresignify V;SG;3;PRS
undistort V;SG;3;PRS
clash V;PST
scutch V.PTCP;PST
wed V;PST
disalliege V;PST
quinquiplicate V;SG;3;PRS
outsee V;NFIN
booby-trap V;SG;3;PRS
circumpose V;SG;3;PRS
lurve V;PST
amate V;NFIN
offbear V.PTCP;PRS
crumb V.PTCP;PRS
placeshift V.PTCP;PST
arage V;NFIN
encolour V;NFIN
totear V;PST
forfete V;PST
rotate V.PTCP;PST
repressurise V;NFIN
bethumb V;SG;3;PRS
ethnicize V;SG;3;PRS
hobanob V;NFIN
soliloquy V;SG;3;PRS
colport V.PTCP;PRS
applique V;PST
dehypnotise V;NFIN
access V;NFIN
yawn V;NFIN
taboo V;NFIN
outtalk V;SG;3;PRS
lilt V.PTCP;PST
pal V.PTCP;PRS
ingorge V;PST
crescent V;NFIN
inhere V;NFIN
repressurize V;PST
cross-contaminate V;SG;3;PRS
miscalibrate V.PTCP;PRS
unbracket V.PTCP;PST
sweeten V;SG;3;PRS
photogravure V;PST
flambé V;PST
acculturate V.PTCP;PRS
philosophy V;NFIN
thanksgive V;SG;3;PRS
bewag V.PTCP;PST
hooray V.PTCP;PRS
cross-multiply V;SG;3;PRS
fictionalise V.PTCP;PST
fine V;NFIN
umcast V;SG;3;PRS
tripod V.PTCP;PRS
receave V;PST
inglobe V.PTCP;PST
nasalise V;SG;3;PRS
undersend V;PST
popcorn V;PST
reallow V;NFIN
tab V;PST
erotise V.PTCP;PST
misinvest V;NFIN
embottle V;SG;3;PRS
compel V;PST
aestivate V;NFIN
collor V;NFIN
zap V;NFIN
overapproximate V;NFIN
aggrate V;NFIN
race-walk V;PST
top-post V.PTCP;PRS
kist V.PTCP;PST
refashion V.PTCP;PST
healthen V.PTCP;PST
recompact V;NFIN
gittern V;SG;3;PRS
bepuzzle V;NFIN
refund V;PST
boycott V.PTCP;PST
poleaxe V.PTCP;PST
wholesale V;PST
aguise V.PTCP;PST
turgesce V.PTCP;PST
miscue V;SG;3;PRS
foreshow V;NFIN
stress V;SG;3;PRS
aventre V.PTCP;PST
fornim V.PTCP;PRS
ruin V;PST
albuminise V.PTCP;PRS
gluck V;NFIN
paintball V;SG;3;PRS
peptonize V;SG;3;PRS
overexplain V.PTCP;PST
tutor V;NFIN
stevvon V.PTCP;PST
retouch V;PST
acervate V;PST
breeze V.PTCP;PRS
putz V;NFIN
courtesy V;NFIN
customise V;NFIN
pretend V;NFIN
halalize V;SG;3;PRS
misserve V;NFIN
coventrate V.PTCP;PST
remonetize V.PTCP;PRS
becarve V;PST
delibrate V;NFIN
solidarize V.PTCP;PRS
efface V;NFIN
compartmentalize V;PST
spaniel V;SG;3;PRS
dearomatise V;SG;3;PRS
salute V;SG;3;PRS
overidentify V;SG;3;PRS
aphorise V.PTCP;PRS
cooper V;PST
perceive V;NFIN
botanise V.PTCP;PST
twig V;PST
scythe V.PTCP;PRS
unparse V;PST
preshrink V.PTCP;PST
daydream V;PST
disserve V;NFIN
precel V;SG;3;PRS
mocque V.PTCP;PRS
gainstand V.PTCP;PRS
foreset V;SG;3;PRS
abscess V;PST
merrimake V;SG;3;PRS
hector V.PTCP;PST
ensnare V.PTCP;PST
jumble V.PTCP;PST
reglucosylate V.PTCP;PST
unfavorite V;SG;3;PRS
engender V.PTCP;PST
militarise V;PST
cranch V;PST
profre V;NFIN
interfold V;NFIN
forwonder V.PTCP;PST
pimp V;NFIN
doorstep V;NFIN
rebuild V;NFIN
jogtrot V;PST
trace V;PST
coddle V.PTCP;PRS
theatricalise V.PTCP;PRS
mosey V.PTCP;PRS
bankrupt V;PST
impatronize V.PTCP;PRS
wing V.PTCP;PRS
vse V;SG;3;PRS
philosophize V.PTCP;PST
butle V;SG;3;PRS
orbit V;PST
brick V.PTCP;PST
fon V.PTCP;PRS
emborder V.PTCP;PRS
motorbike V;PST
unstep V;SG;3;PRS
formate V;SG;3;PRS
melodramatise V.PTCP;PRS
juxtapose V;SG;3;PRS
moan V.PTCP;PRS
relish V.PTCP;PRS
legitimate V;SG;3;PRS
unbuckle V;PST
twirl V;PST
discriminate V.PTCP;PST
bedrape V;NFIN
superelevate V.PTCP;PST
curtail V;PST
martyr V;PST
bass V;PST
underdramatize V;PST
gan V.PTCP;PST
superhumanise V;PST
superconduct V.PTCP;PST
clot V;PST
plagiarize V.PTCP;PST
nay V.PTCP;PST
browse V;PST
effervesce V.PTCP;PRS
maneuver V.PTCP;PST
potshot V.PTCP;PRS
enchafe V.PTCP;PST
disguise V.PTCP;PST
unparent V;SG;3;PRS
sublimate V;NFIN
proll V.PTCP;PST
telemarket V;NFIN
surprize V;SG;3;PRS
unloop V;NFIN
agitate V.PTCP;PST
anhele V.PTCP;PRS
mawn V.PTCP;PST
disvirgin V;SG;3;PRS
nay-say V;NFIN
docquet V;NFIN
metabolise V;SG;3;PRS
lard V;PST
earplug V.PTCP;PRS
geocache V;NFIN
kiboze V.PTCP;PRS
exemplify V.PTCP;PST
astroturf V;NFIN
chapter V;PST
efform V;SG;3;PRS
overhip V;SG;3;PRS
thropple V;PST
overpraise V;NFIN
togrind V;PST
wield V.PTCP;PST
stupify V.PTCP;PRS
rehospitalize V.PTCP;PST
misdeem V;SG;3;PRS
misgive V;SG;3;PRS
reencourage V;PST
unpaunch V.PTCP;PST
transglycosylate V;NFIN
seniorize V;SG;3;PRS
perennialize V;PST
chopper V;NFIN
lip-synch V;SG;3;PRS
firewalk V.PTCP;PST
forecount V;NFIN
miaul V.PTCP;PST
skunk V.PTCP;PST
act V;PST
terrestrialize V.PTCP;PRS
masculise V;NFIN
less V.PTCP;PST
frazzle V.PTCP;PRS
westernise V;NFIN
guddle V;NFIN
adjute V.PTCP;PRS
tangle V.PTCP;PRS
overadvertise V;PST
MiST V;PST
refinish V.PTCP;PST
chevron V;NFIN
luge V;SG;3;PRS
yaup V;SG;3;PRS
throng V;NFIN
stodge V;NFIN
champagne V;SG;3;PRS
aspirate V;NFIN
defame V;PST
candle V.PTCP;PRS
adjute V;PST
cohabit V;SG;3;PRS
beflower V.PTCP;PRS
foxhunt V;PST
puke V;SG;3;PRS
shallow V.PTCP;PRS
firk V;SG;3;PRS
agnominate V;NFIN
uncurry V.PTCP;PRS
beshade V.PTCP;PST
conge V;PST
æqual V;SG;3;PRS
inwheel V.PTCP;PRS
downlight V;PST
originate V;NFIN
represent V;NFIN
tic V;NFIN
hemstitch V;SG;3;PRS
flunk V;SG;3;PRS
abscess V;NFIN
impower V;NFIN
overcoach V;SG;3;PRS
borg V.PTCP;PRS
dismembre V.PTCP;PRS
gyre V;SG;3;PRS
impanate V.PTCP;PRS
coadjust V;NFIN
stipendiate V.PTCP;PRS
strategise V.PTCP;PST
instate V;SG;3;PRS
benumb V.PTCP;PRS
snotter V;PST
lithograph V.PTCP;PST
shampoo V;NFIN
disillusionize V;PST
disinform V.PTCP;PST
remerge V.PTCP;PST
halloo V;NFIN
jigsaw V.PTCP;PRS
stoke V;SG;3;PRS
bread V;NFIN
prettyprint V;PST
egocast V;SG;3;PRS
eclose V;PST
tinge V;PST
patch-up V.PTCP;PST
adnominalise V;SG;3;PRS
decollate V;PST
adrenalectomize V;SG;3;PRS
drivel V.PTCP;PST
pilfer V.PTCP;PRS
hyperosculate V.PTCP;PRS
dartle V.PTCP;PST
huckster V.PTCP;PRS
chase V;PST
refunnel V.PTCP;PRS
shrew V;SG;3;PRS
gainsay V;SG;3;PRS
waucht V.PTCP;PST
endeavour V.PTCP;PST
disable V.PTCP;PST
abutt V;NFIN
Barnumize V;SG;3;PRS
disbase V;NFIN
troul V.PTCP;PRS
semicastrate V.PTCP;PST
thrave V;NFIN
venenate V;SG;3;PRS
pour V;NFIN
scape V.PTCP;PST
upbring V;SG;3;PRS
pshaw V;SG;3;PRS
kayo V.PTCP;PRS
unbark V.PTCP;PST
disparage V;SG;3;PRS
moonball V.PTCP;PST
forseek V.PTCP;PST
impaste V;SG;3;PRS
recontest V.PTCP;PST
bevvy V.PTCP;PRS
beclown V.PTCP;PST
knag V;PST
aftercool V;NFIN
divagate V;SG;3;PRS
fink V.PTCP;PST
subduce V.PTCP;PST
skive V;NFIN
depicture V;SG;3;PRS
litigate V;PST
tassel V.PTCP;PST
unstate V;NFIN
eight-ball V;SG;3;PRS
reenact V.PTCP;PST
flabbergast V;SG;3;PRS
firtle V;SG;3;PRS
imp V.PTCP;PST
underdose V;NFIN
remanufacture V;NFIN
disproportionate V.PTCP;PST
mung V.PTCP;PRS
auctioneer V;PST
bias V;PST
de-dupe V.PTCP;PRS
outbid V.PTCP;PRS
rescore V;SG;3;PRS
tomahawk V;PST
purvey V.PTCP;PRS
mone V.PTCP;PRS
gillnet V.PTCP;PST
incloister V;PST
unpaganize V.PTCP;PST
mobilise V;NFIN
live V;NFIN
mirrour V;SG;3;PRS
todraw V;PST
hotbox V;PST
downselect V;PST
secede V;NFIN
outgo V;SG;3;PRS
disrecommend V;NFIN
heterosexualize V.PTCP;PST
forset V;NFIN
leash V.PTCP;PRS
inrage V.PTCP;PRS
shelve V;PST
dedecorate V;NFIN
hoover V.PTCP;PRS
vomit V;SG;3;PRS
apostatize V.PTCP;PST
unprop V;NFIN
stramash V;NFIN
kife V;PST
imposthume V;NFIN
resequence V;PST
miscook V.PTCP;PRS
intershow V;PST
corruscate V;PST
simper V.PTCP;PRS
juke V;PST
topline V.PTCP;PRS
cinch V;NFIN
pote V;PST
federalise V;NFIN
ventuse V;NFIN
gyrostabilize V.PTCP;PST
foretaste V.PTCP;PST
pan-broil V;PST
shortcut V.PTCP;PRS
conceive V;PST
skelter V.PTCP;PST
forswear V.PTCP;PRS
hegemonize V.PTCP;PRS
frizzle V;PST
enfringe V.PTCP;PRS
reëmbody V.PTCP;PST
unarc V.PTCP;PST
alliterate V;NFIN
concretise V;SG;3;PRS
hoedown V;NFIN
fail V.PTCP;PRS
derp V;SG;3;PRS
chamber V.PTCP;PRS
malagarouse V.PTCP;PRS
puff V;NFIN
wind V.PTCP;PRS
radio-tag V.PTCP;PST
chondrify V.PTCP;PST
recut V;SG;3;PRS
glue V;PST
swing V;PST
fewter V;PST
deglobalise V;NFIN
smirk V.PTCP;PST
prenote V.PTCP;PRS
arread V.PTCP;PST
cofire V;PST
unrecord V;PST
deescalate V.PTCP;PRS
garrot V;PST
cauterise V;NFIN
befur V;PST
disinvolve V;PST
predose V;PST
predesignate V;PST
recondite V;NFIN
clearstarch V.PTCP;PST
forecount V;SG;3;PRS
unhate V.PTCP;PST
blicken V;PST
silage V.PTCP;PRS
elegise V;SG;3;PRS
segmentize V.PTCP;PRS
convert V.PTCP;PRS
skeletonise V;PST
remobilize V;PST
immould V;NFIN
outring V;NFIN
braze V;NFIN
forwall V;SG;3;PRS
sandbox V;PST
inflate V.PTCP;PST
accouter V.PTCP;PRS
mortalise V;SG;3;PRS
escort V.PTCP;PRS
rejoin V.PTCP;PST
open V;PST
impierce V.PTCP;PRS
interstratify V;NFIN
easternise V.PTCP;PRS
ascribe V;PST
knacker V;PST
atsit V;PST
white-ant V.PTCP;PRS
lofe V.PTCP;PST
gleen V;PST
reproof V;PST
lift V.PTCP;PRS
convince V;PST
provision V.PTCP;PST
conciliate V;SG;3;PRS
fiberize V.PTCP;PST
infeudate V;SG;3;PRS
enring V;PST
scourge V;SG;3;PRS
rift V.PTCP;PST
entangel V.PTCP;PST
deoxidise V.PTCP;PRS
enthrill V;SG;3;PRS
uphoard V;SG;3;PRS
ping V.PTCP;PST
downcase V.PTCP;PST
accurise V;NFIN
unmuffle V;PST
unhug V;PST
coagment V;PST
sheave V;PST
blotch V;PST
negativize V;PST
sedate V.PTCP;PRS
trellis V;PST
one-up V.PTCP;PRS
disglorify V;NFIN
hemorrhage V;PST
gawp V;NFIN
mard V.PTCP;PST
soundtrack V;PST
rebutter V.PTCP;PST
overbid V.PTCP;PST
grasp V.PTCP;PRS
cheesepare V;SG;3;PRS
mactate V.PTCP;PST
ramraid V.PTCP;PST
restick V.PTCP;PST
oop V.PTCP;PST
respite V;NFIN
haunt V.PTCP;PRS
uptear V;SG;3;PRS
verbal V;NFIN
defeat V.PTCP;PRS
reemphasize V.PTCP;PRS
diagonalise V.PTCP;PRS
leave V;PST
revibrate V;SG;3;PRS
snowball V.PTCP;PRS
tango V.PTCP;PST
undeaf V.PTCP;PRS
mortalize V.PTCP;PST
ASBO V;SG;3;PRS
saber V;PST
squee V;PST
unacknowledge V.PTCP;PST
deinstitutionalize V.PTCP;PRS
vaginalize V;SG;3;PRS
fullfreme V;SG;3;PRS
possess V.PTCP;PRS
mosquito V.PTCP;PST
phototypeset V;PST
prefocus V;NFIN
overname V;SG;3;PRS
itch V.PTCP;PRS
transition V;NFIN
bulge V;PST
ubiquitinate V;NFIN
penny V;PST
IM V;SG;3;PRS
dimensionalize V;PST
socialise V;SG;3;PRS
decreolize V;NFIN
plasmolyse V;PST
infix V;PST
ree V;SG;3;PRS
pond V.PTCP;PRS
douse V.PTCP;PST
billhook V.PTCP;PST
scope V.PTCP;PRS
redeem V;SG;3;PRS
offsaddle V;SG;3;PRS
fictionalize V;PST
gasp V;NFIN
snowmobile V.PTCP;PRS
nickname V;PST
attack V;SG;3;PRS
begunk V;NFIN
repulse V;PST
referee V;PST
rebuild V;PST
reigle V.PTCP;PRS
prescore V;SG;3;PRS
parochialize V;PST
chilltime V;SG;3;PRS
hurry-skurry V;PST
undeclare V.PTCP;PST
reexpose V.PTCP;PRS
emove V.PTCP;PST
undirect V;NFIN
jostle V;SG;3;PRS
interanimate V;SG;3;PRS
preassemble V.PTCP;PRS
rebelieve V.PTCP;PRS
moan V;NFIN
uncunt V.PTCP;PRS
outslug V.PTCP;PRS
automount V;SG;3;PRS
croud V.PTCP;PST
conscion V.PTCP;PST
pretext V.PTCP;PST
cockpunch V;SG;3;PRS
savage V.PTCP;PST
wipe V;PST
photocopy V.PTCP;PRS
unseason V;PST
unfriend V.PTCP;PRS
pilgrimage V.PTCP;PRS
aerosolize V.PTCP;PRS
furbish V.PTCP;PST
tsktsk V.PTCP;PRS
defeat V;NFIN
explain V.PTCP;PST
beseek V.PTCP;PRS
general V.PTCP;PRS
vide V;PST
reconnect V.PTCP;PRS
short-sheet V.PTCP;PST
waterlog V;NFIN
nesslerize V.PTCP;PRS
sacrifice V.PTCP;PRS
rebag V;NFIN
waggon V.PTCP;PRS
tod V;PST
reindustrialize V;PST
compassion V;NFIN
chisel V;SG;3;PRS
slabber V;SG;3;PRS
interface V;PST
liss V.PTCP;PST
scrub V;PST
barbarize V;PST
attediate V.PTCP;PRS
rizzar V;PST
underman V;SG;3;PRS
unprison V.PTCP;PST
outpray V;NFIN
hyperacetylate V;SG;3;PRS
refortify V.PTCP;PRS
poof V.PTCP;PRS
exect V;PST
cofractionate V.PTCP;PST
bureaucratize V;SG;3;PRS
oversystematize V;SG;3;PRS
slub V.PTCP;PST
quicklime V.PTCP;PST
piledrive V.PTCP;PST
elucubrate V.PTCP;PRS
perch V.PTCP;PST
overattribute V.PTCP;PRS
freak V.PTCP;PST
lighter V;PST
catechise V;NFIN
delve V;PST
forpass V.PTCP;PST
hiddle V.PTCP;PRS
decapsulate V.PTCP;PRS
emulsify V.PTCP;PRS
unburden V.PTCP;PRS
goof V.PTCP;PST
jeopardize V;NFIN
rehook V.PTCP;PST
torve V;PST
bethrall V.PTCP;PST
transcur V;SG;3;PRS
double-cross V;PST
pectize V;SG;3;PRS
ensue V;PST
cryosection V;PST
devolve V.PTCP;PST
cack V;SG;3;PRS
slackline V.PTCP;PST
putter V.PTCP;PST
frottage V;NFIN
deemphasise V;NFIN
lexicalize V.PTCP;PRS
noose V.PTCP;PST
reinflate V;SG;3;PRS
norm V.PTCP;PRS
overwash V.PTCP;PRS
microchip V;PST
nationalize V;PST
equalise V;NFIN
consubstantiate V.PTCP;PRS
sepulchre V.PTCP;PRS
likeness V.PTCP;PST
beta V.PTCP;PRS
forshrink V.PTCP;PST
emote V;SG;3;PRS
sqush V;PST
outwin V.PTCP;PRS
martyrize V;PST
empale V;SG;3;PRS
roister V.PTCP;PRS
shrithe V;SG;3;PRS
fib V;PST
ominate V.PTCP;PRS
overtoil V.PTCP;PRS
airmail V;NFIN
compactify V;NFIN
massify V.PTCP;PRS
compliment V.PTCP;PST
overrun V.PTCP;PRS
bebroyde V.PTCP;PRS
reprimand V;SG;3;PRS
autowind V.PTCP;PST
manualize V.PTCP;PRS
fribble V;SG;3;PRS
perplex V;SG;3;PRS
lever V;PST
antiquarianise V.PTCP;PRS
jar V.PTCP;PRS
relabel V.PTCP;PRS
wog V.PTCP;PST
descrive V;SG;3;PRS
enclasp V;NFIN
speedrun V.PTCP;PST
temper V;PST
belight V.PTCP;PST
decompactify V.PTCP;PRS
delint V;PST
clour V;SG;3;PRS
inflect V;NFIN
mothball V;PST
inebriate V.PTCP;PRS
astrologize V;NFIN
staple V.PTCP;PRS
churnalise V;SG;3;PRS
woul V.PTCP;PRS
gamahauch V;SG;3;PRS
recall V;NFIN
unschedule V.PTCP;PRS
anthropomorphise V;NFIN
shunt V;NFIN
queep V.PTCP;PRS
demulsify V.PTCP;PRS
jarp V;PST
cretinize V;PST
solutionize V;SG;3;PRS
lift V.PTCP;PST
survise V.PTCP;PST
reverence V.PTCP;PRS
sublease V;NFIN
diagnose V;NFIN
flatten V;NFIN
send V;SG;3;PRS
misjoin V;SG;3;PRS
fornim V;PST
prerender V;SG;3;PRS
oversell V;SG;3;PRS
steve V.PTCP;PRS
pipelay V;SG;3;PRS
hug V.PTCP;PRS
conventionalize V;PST
tucker V.PTCP;PRS
skateboard V;SG;3;PRS
relubricate V.PTCP;PST
parbake V;SG;3;PRS
insonate V.PTCP;PST
belam V.PTCP;PST
dehypnotise V;SG;3;PRS
corporealise V;PST
mizzle V.PTCP;PST
salsa V;NFIN
lovelify V.PTCP;PRS
problem-solve V.PTCP;PRS
argumentize V;NFIN
forage V.PTCP;PRS
straighten V.PTCP;PRS
bulbectomize V;PST
prattle V;PST
unrecommend V;SG;3;PRS
mask V;PST
misperceive V;NFIN
grade V;NFIN
rotproof V;SG;3;PRS
robustify V;SG;3;PRS
separate V;NFIN
pungle V;NFIN
fletcherize V.PTCP;PST
umbelap V.PTCP;PRS
overcrowd V.PTCP;PST
gamahuche V;NFIN
squib V;PST
talke V.PTCP;PST
monsterize V.PTCP;PRS
quiet V;PST
optate V.PTCP;PST
penetrate V;NFIN
rebuild V.PTCP;PST
ermine V.PTCP;PRS
spearfish V.PTCP;PST
unravel V.PTCP;PRS
foreordinate V;SG;3;PRS
dare V;SG;3;PRS
sphinx V.PTCP;PST
arc V;SG;3;PRS
hightail V;PST
deglobalize V.PTCP;PST
whipstitch V.PTCP;PST
manuscribe V.PTCP;PRS
macgyver V.PTCP;PRS
nostrificate V;SG;3;PRS
engroove V.PTCP;PST
herborize V;SG;3;PRS
obambulate V.PTCP;PST
beweep V;PST
misstructure V.PTCP;PST
demean V.PTCP;PST
louse V.PTCP;PST
overlick V.PTCP;PRS
critic V;NFIN
underpraise V.PTCP;PRS
demethylate V.PTCP;PST
angel V;SG;3;PRS
beduck V.PTCP;PST
Micawber V.PTCP;PST
scrike V;NFIN
happify V;PST
pique V;NFIN
typo V;PST
hazard V;SG;3;PRS
embow V;PST
mimick V.PTCP;PST
dysphemize V.PTCP;PST
squirr V;PST
rue V;PST
probate V.PTCP;PRS
skeeve V;NFIN
cocker V.PTCP;PST
counterindicate V.PTCP;PRS
enkindle V.PTCP;PST
adrenalize V.PTCP;PST
brawn V;PST
marmalade V;SG;3;PRS
blackmark V;PST
photostat V;PST
bichromatize V.PTCP;PRS
wise V;NFIN
banninate V.PTCP;PST
redpoint V;NFIN
confessionalise V.PTCP;PRS
explore V;PST
recarpet V.PTCP;PST
retap V;NFIN
ensweep V.PTCP;PST
succor V;NFIN
revolutionise V;SG;3;PRS
deSUMOylate V;PST
fetter V;SG;3;PRS
snift V;SG;3;PRS
rethatch V.PTCP;PST
peg-leg V;SG;3;PRS
notice V.PTCP;PST
lotion V;SG;3;PRS
invoke V;SG;3;PRS
sny V;NFIN
scribble V.PTCP;PRS
coffer V.PTCP;PRS
missionise V;NFIN
outwell V.PTCP;PRS
intromit V;PST
rhotacise V;NFIN
predesign V.PTCP;PST
obduct V;PST
attrap V.PTCP;PST
finch V.PTCP;PST
overhend V;SG;3;PRS
redistrict V.PTCP;PRS
feyne V.PTCP;PST
rekindle V.PTCP;PRS
beslabber V;PST
intervise V;NFIN
learn V.PTCP;PRS
overcanopy V;PST
dispend V;PST
over-rate V;PST
metastisize V.PTCP;PRS
countenaunce V.PTCP;PRS
nurl V;NFIN
coadminister V;SG;3;PRS
pitchfork V;PST
biff V;PST
ding V.PTCP;PST
alkylate V.PTCP;PST
bespell V;NFIN
imperialize V;PST
turbanize V;PST
quintessentialize V;SG;3;PRS
enchaunt V;PST
disorb V;PST
nix V;NFIN
polyubiquitinate V;SG;3;PRS
underthrust V.PTCP;PST
grin V.PTCP;PST
misplead V;SG;3;PRS
aberrate V;SG;3;PRS
reinstruct V.PTCP;PST
velcome V;SG;3;PRS
limp V;NFIN
disslander V;PST
adenylate V;PST
vajazzle V.PTCP;PRS
fabricate V.PTCP;PRS
bejesuit V.PTCP;PST
clubhaul V.PTCP;PRS
orchestrate V;SG;3;PRS
inwomb V;SG;3;PRS
master V;PST
ting V;NFIN
impoverish V.PTCP;PRS
highlight V;SG;3;PRS
vitaminise V;PST
overspill V;PST
betrumpet V;PST
embattle V.PTCP;PRS
dismiss V;SG;3;PRS
ghettoize V;PST
rote V;SG;3;PRS
esteem V.PTCP;PST
declaim V;NFIN
theatricalise V;SG;3;PRS
Cumberbatch V;PST
rather V.PTCP;PST
sin V.PTCP;PRS
overshadow V.PTCP;PRS
enharbour V.PTCP;PST
carnify V;NFIN
reanalyze V;NFIN
enlessen V.PTCP;PST
impignorate V;SG;3;PRS
hanafize V;NFIN
daggle V;SG;3;PRS
efflux V.PTCP;PRS
extoll V.PTCP;PRS
impower V.PTCP;PST
roam V.PTCP;PST
countersink V;PST
odorise V.PTCP;PRS
champ V;PST
preload V.PTCP;PRS
overpull V.PTCP;PRS
reboard V.PTCP;PST
unrecommend V;PST
day-trade V;PST
transact V;PST
presuppose V;NFIN
impolder V;SG;3;PRS
automatize V;NFIN
reteam V.PTCP;PRS
father V.PTCP;PRS
palletize V;PST
empower V;SG;3;PRS
scar V;PST
desaturate V.PTCP;PST
reshave V;SG;3;PRS
beknowledge V.PTCP;PST
cod V.PTCP;PRS
sny V;SG;3;PRS
rebelieve V.PTCP;PST
cytolyze V;NFIN
fry V;PST
overguesstimate V;PST
like V;PST
wheeple V.PTCP;PRS
'ave V.PTCP;PST
overpass V.PTCP;PRS
tendre V;SG;3;PRS
hospitalize V;NFIN
overwax V;PST
prelatise V;NFIN
shingle V.PTCP;PST
religate V.PTCP;PST
bedrum V;NFIN
inundate V.PTCP;PRS
luv V.PTCP;PRS
misimprint V.PTCP;PRS
overcriticize V;NFIN
bad-mouth V;PST
unspeak V;NFIN
chamfer V.PTCP;PST
foreread V;NFIN
shawl V;PST
backchannel V;PST
recircumcise V;PST
reaffiliate V;SG;3;PRS
dematerialise V.PTCP;PST
rebake V.PTCP;PRS
cubiclize V.PTCP;PRS
exile V;PST
lease V;NFIN
gospel V;SG;3;PRS
jumboize V;PST
grasp V;PST
immiserate V;PST
short-list V;NFIN
mine V.PTCP;PRS
adze V;PST
copy V;SG;3;PRS
bewarm V;SG;3;PRS
equivalent V.PTCP;PRS
attitude V.PTCP;PRS
refill V.PTCP;PRS
democratize V;PST
quarantine V.PTCP;PST
elong V.PTCP;PRS
wantonize V;NFIN
overwhelm V.PTCP;PST
externalize V.PTCP;PST
conch V;NFIN
maneuvre V.PTCP;PRS
lair V;SG;3;PRS
ensweeten V.PTCP;PRS
sanctuarize V.PTCP;PRS
calcine V;PST
reprogramme V.PTCP;PST
name-drop V;SG;3;PRS
spitchcock V.PTCP;PRS
skurf V;SG;3;PRS
provinciate V;NFIN
deinstall V;NFIN
uphoard V;NFIN
trinketize V.PTCP;PST
buffle V.PTCP;PST
twaddle V.PTCP;PRS
sermon V;NFIN
gaup V;SG;3;PRS
genocide V;SG;3;PRS
overflood V.PTCP;PST
re-shoot V;PST
wildfowl V.PTCP;PST
coffer V;SG;3;PRS
skip V.PTCP;PRS
indulge V;SG;3;PRS
injury V.PTCP;PRS
enframe V.PTCP;PST
overreach V.PTCP;PRS
control V.PTCP;PST
busk V.PTCP;PRS
subvocalize V;PST
immanentize V.PTCP;PST
glaum V.PTCP;PRS
gobbet V;NFIN
unwad V.PTCP;PRS
unpackage V.PTCP;PST
exhaust V;PST
untruck V;SG;3;PRS
corset V;SG;3;PRS
descope V.PTCP;PRS
appertain V;PST
flidge V;NFIN
overlinger V.PTCP;PRS
human V.PTCP;PST
oxygenize V.PTCP;PST
lauter V;NFIN
truckle V.PTCP;PRS
windshield V;SG;3;PRS
gossip V;PST
overstare V;PST
adolesce V.PTCP;PRS
speedcube V.PTCP;PST
gack V.PTCP;PST
gild V.PTCP;PST
tenon V.PTCP;PRS
jawn V;SG;3;PRS
disfancy V.PTCP;PRS
parole V;SG;3;PRS
refuel V;NFIN
videoconference V;NFIN
confederate V;SG;3;PRS
inwheel V;PST
demonopolize V.PTCP;PST
excruciate V;SG;3;PRS
replete V.PTCP;PRS
telemark V;PST
betrend V.PTCP;PRS
bum-rush V.PTCP;PRS
commit V;NFIN
transvalue V;SG;3;PRS
notarise V;NFIN
applaud V.PTCP;PST
vampirize V.PTCP;PST
polygonize V;SG;3;PRS
sporterize V;SG;3;PRS
unbefool V;NFIN
scrumple V;SG;3;PRS
punk V.PTCP;PST
pitapat V;SG;3;PRS
uncharnel V;NFIN
downshift V;NFIN
linish V;SG;3;PRS
bespit V;PST
garnett V.PTCP;PST
bejewel V;PST
loose V;NFIN
stet V;PST
delphie V;PST
double-end V;PST
fixe V;SG;3;PRS
discommend V.PTCP;PST
bulletin V.PTCP;PRS
lex V;PST
dispair V;NFIN
clangour V.PTCP;PRS
spank V;PST
conquer V.PTCP;PRS
massage V.PTCP;PRS
forbreak V.PTCP;PRS
solder V;PST
windscreen V;NFIN
uncrinkle V.PTCP;PST
bescatter V.PTCP;PRS
demetallize V.PTCP;PST
desier V;PST
womanize V;NFIN
bork V;PST
coöperate V;SG;3;PRS
unfang V.PTCP;PST
unanchor V;SG;3;PRS
trepan V;SG;3;PRS
overinvest V;NFIN
king V;NFIN
grant V;PST
onfall V;PST
urticate V.PTCP;PRS
oppose V;NFIN
brag V.PTCP;PST
Dutchify V;PST
busk V;NFIN
wither V.PTCP;PRS
sail V;PST
missound V.PTCP;PRS
rediaper V;PST
æqualize V;SG;3;PRS
yeasay V.PTCP;PRS
blackline V;NFIN
replait V.PTCP;PST
season V;PST
misconjugate V;SG;3;PRS
inserve V;PST
autostart V;SG;3;PRS
debug V;SG;3;PRS
ensky V;PST
bigfoot V.PTCP;PRS
precycle V.PTCP;PRS
agrarianize V;PST
adolesce V;PST
scribe V;SG;3;PRS
degranulate V;PST
betow V;PST
sauté V;NFIN
wagon V;SG;3;PRS
frob V.PTCP;PST
budge V.PTCP;PRS
bludge V.PTCP;PST
welk V;SG;3;PRS
goffer V;NFIN
miscleave V;PST
agglomerate V;PST
bedaub V;NFIN
mutter V;NFIN
quash V.PTCP;PST
treasure V.PTCP;PRS
annihilate V;SG;3;PRS
re-extend V.PTCP;PST
respread V;SG;3;PRS
apprehend V.PTCP;PST
underprocess V;NFIN
upkeep V;NFIN
misguide V.PTCP;PST
forthclepe V;PST
gerbil V;PST
hypnotize V;SG;3;PRS
halp V;NFIN
predigest V;SG;3;PRS
toze V.PTCP;PST
predose V;NFIN
reverify V.PTCP;PRS
brandy V;NFIN
novate V;NFIN
disgrade V;PST
argue V;NFIN
coralize V;PST
underpitch V.PTCP;PST
disincarcerate V;PST
reproliferate V.PTCP;PRS
channel-surf V;PST
expropriate V;NFIN
overreport V;PST
betake V.PTCP;PRS
cross-examine V;PST
compear V;NFIN
luteinize V;SG;3;PRS
grovel V;PST
soul V;SG;3;PRS
autoclave V;NFIN
authorize V;NFIN
beflower V;PST
retromoderate V;NFIN
subinduce V;NFIN
chirrup V.PTCP;PRS
spange V.PTCP;PST
impersonalize V;PST
exsert V.PTCP;PST
reassimilate V;PST
disoxidate V;NFIN
crossprime V.PTCP;PST
memoize V;NFIN
extemporise V.PTCP;PST
reinvade V;SG;3;PRS
anoil V;SG;3;PRS
appear V.PTCP;PRS
italicize V;SG;3;PRS
pillow V;NFIN
ma'am V;NFIN
recrew V.PTCP;PRS
leave V.PTCP;PRS
avile V.PTCP;PST
hurdle V;SG;3;PRS
unstrap V.PTCP;PST
mishandle V;NFIN
overslip V.PTCP;PRS
empawn V.PTCP;PRS
instinctualize V;PST
pilgrimize V.PTCP;PST
remise V;NFIN
recultivate V;PST
decenter V.PTCP;PRS
commence V.PTCP;PRS
gratify V.PTCP;PRS
testfire V;PST
swap V;PST
somersault V;PST
transport V;SG;3;PRS
prevent V.PTCP;PRS
underpush V.PTCP;PST
squiny V.PTCP;PRS
bioremediate V;SG;3;PRS
præface V;PST
shitcan V;SG;3;PRS
autoinhibit V;NFIN
whew V;NFIN
bonus V.PTCP;PST
damage V.PTCP;PST
spam V;SG;3;PRS
acronymize V.PTCP;PST
atchieve V;NFIN
circularize V.PTCP;PST
harm V;PST
refigure V.PTCP;PRS
toll V;SG;3;PRS
chlorinize V.PTCP;PRS
dismay V;SG;3;PRS
ghostwrite V.PTCP;PST
scrimshander V.PTCP;PRS
opaque V.PTCP;PST
unabolish V;NFIN
button V;NFIN
argle-bargle V.PTCP;PRS
drenche V.PTCP;PRS
rewire V.PTCP;PST
muzzle V.PTCP;PST
altercate V;PST
photolyze V.PTCP;PST
skewer V;NFIN
enable V;SG;3;PRS
conscion V;NFIN
outcrack V.PTCP;PRS
smuggle V;SG;3;PRS
cyanate V.PTCP;PST
expand V.PTCP;PRS
unlash V.PTCP;PRS
puree V;PST
flute V;PST
prede V.PTCP;PRS
transpass V.PTCP;PST
crock V;SG;3;PRS
repay V.PTCP;PST
slog-sweep V.PTCP;PRS
Astroturf V.PTCP;PST
sharecrop V.PTCP;PRS
disposit V;NFIN
wedding V.PTCP;PRS
usher V;SG;3;PRS
eventuate V.PTCP;PRS
proposition V.PTCP;PRS
repromise V.PTCP;PRS
blazon V;SG;3;PRS
slit V.PTCP;PST
soundtrack V;SG;3;PRS
spin V.PTCP;PRS
bitch-slap V;PST
rethread V;NFIN
price V;SG;3;PRS
fuse V.PTCP;PST
præpose V.PTCP;PRS
enflame V;SG;3;PRS
tunnel V.PTCP;PST
masquerade V;NFIN
embower V;PST
micronize V;PST
bego V;NFIN
decrunch V;SG;3;PRS
copyright V;PST
belearn V;PST
obsolete V;PST
outpoll V.PTCP;PST
attorn V.PTCP;PRS
undermilk V.PTCP;PRS
bowse V.PTCP;PRS
crap V;PST
globe V;PST
straight-arm V;NFIN
imbrangle V;SG;3;PRS
pyrograph V.PTCP;PST
remaster V.PTCP;PST
disroot V.PTCP;PST
erotize V;PST
rehem V.PTCP;PRS
trist V;PST
bedrite V.PTCP;PST
intermingle V;NFIN
unscrew V;PST
umbrate V.PTCP;PRS
overempty V.PTCP;PRS
unsettle V.PTCP;PST
adapt V;PST
immune V.PTCP;PST
acronymize V;SG;3;PRS
JIT V;PST
meet V;SG;3;PRS
unmasculate V;NFIN
navvy V;NFIN
ire V.PTCP;PRS
slummock V;NFIN
staw V;SG;3;PRS
whisk V.PTCP;PRS
coquette V;SG;3;PRS
nationalise V.PTCP;PST
perch V;SG;3;PRS
newfashion V;SG;3;PRS
overhydrate V;SG;3;PRS
bestraddle V.PTCP;PST
abrogate V.PTCP;PRS
gast V;NFIN
cobrand V;SG;3;PRS
wunner V.PTCP;PST
colonize V;SG;3;PRS
pitch V;PST
insearch V.PTCP;PST
ponderate V;SG;3;PRS
perennate V;SG;3;PRS
snog V.PTCP;PRS
fornumb V;NFIN
hew V;SG;3;PRS
alledge V.PTCP;PRS
oversweeten V;NFIN
co-mingle V;SG;3;PRS
forwean V;NFIN
foreguess V;NFIN
hoedown V;PST
fantasize V;PST
becare V.PTCP;PST
lute V;NFIN
mingle-mangle V.PTCP;PST
critique V;SG;3;PRS
spute V.PTCP;PST
mystify V;PST
rame V;PST
melanize V;PST
acupuncture V.PTCP;PST
bedeafen V;PST
monitor V;PST
stave-rhyme V;SG;3;PRS
bestar V;SG;3;PRS
unblur V;NFIN
picturise V.PTCP;PST
anglicize V;SG;3;PRS
straight-arm V.PTCP;PRS
reflourish V.PTCP;PST
rouze V;NFIN
Hellenize V;PST
severalize V;NFIN
vogue V.PTCP;PST
telemonitor V;PST
unjoint V.PTCP;PST
bimble V;PST
sprunt V;SG;3;PRS
begaud V.PTCP;PRS
deepthroat V;NFIN
besmile V.PTCP;PST
unite V;SG;3;PRS
benefit V.PTCP;PRS
breakdance V;NFIN
bush V.PTCP;PRS
shrowd V;PST
exasperate V.PTCP;PST
wool-gather V;PST
bower V;PST
begrave V.PTCP;PRS
synergise V;NFIN
york V;NFIN
heterosexualize V.PTCP;PRS
visé V;SG;3;PRS
faine V.PTCP;PST
insnarl V;SG;3;PRS
discumber V;NFIN
blag V.PTCP;PST
superstimulate V;SG;3;PRS
sensationalise V;SG;3;PRS
honour V.PTCP;PRS
dunch V.PTCP;PRS
forslip V;NFIN
underthink V;NFIN
depose V;PST
cotton V.PTCP;PST
marinate V;SG;3;PRS
codirect V.PTCP;PST
plantarflex V;PST
recuperate V;SG;3;PRS
ptyalize V.PTCP;PST
depeople V;NFIN
obrogate V.PTCP;PST
resin V;NFIN
regarrison V.PTCP;PST
kipper V.PTCP;PST
coelute V;PST
adlib V;SG;3;PRS
prelease V;SG;3;PRS
deconvolute V;PST
shadow-box V;PST
atend V.PTCP;PRS
gley V.PTCP;PST
discretise V.PTCP;PRS
resource V.PTCP;PRS
disemburden V;NFIN
sluice V;NFIN
levigate V.PTCP;PST
adjective V;NFIN
jaunce V.PTCP;PRS
demerit V;SG;3;PRS
toquash V;PST
enthral V;SG;3;PRS
retread V;PST
reprise V;PST
disculpate V.PTCP;PRS
vivify V;NFIN
averse V;PST
weave V;NFIN
prolate V.PTCP;PST
shail V;PST
overswing V;PST
thrall V.PTCP;PRS
devvel V.PTCP;PRS
mischristen V.PTCP;PST
shamble V;NFIN
squeal V;PST
knab V;SG;3;PRS
buttweld V;NFIN
impound V.PTCP;PRS
pollinate V;PST
frivol V;SG;3;PRS
aggest V;NFIN
exnihilate V;NFIN
whither V.PTCP;PST
salsa V.PTCP;PRS
enlock V.PTCP;PRS
strangulate V;NFIN
Hebraize V;SG;3;PRS
uncrumple V.PTCP;PRS
besort V;SG;3;PRS
envy V;SG;3;PRS
categize V;NFIN
frover V.PTCP;PRS
catalysize V;NFIN
resyllabify V;SG;3;PRS
tinker V;NFIN
purvey V;PST
reforge V.PTCP;PST
format V.PTCP;PRS
immunodetect V;NFIN
stomack V.PTCP;PST
counterwheel V.PTCP;PST
disavaunce V;SG;3;PRS
Leeroy V;PST
pressurize V.PTCP;PST
accroach V.PTCP;PST
accept V.PTCP;PRS
reminisce V.PTCP;PRS
investure V;NFIN
nostalgize V.PTCP;PRS
absolutize V;PST
endenture V;PST
dreadlock V.PTCP;PRS
portscan V.PTCP;PRS
outthrust V;SG;3;PRS
prang V;NFIN
ground V;SG;3;PRS
bluejack V;NFIN
begloom V.PTCP;PRS
benefit V;PST
imprison V.PTCP;PST
biologize V.PTCP;PRS
haxor V;SG;3;PRS
operate V;SG;3;PRS
recolonise V.PTCP;PST
ammoniate V;NFIN
betouch V;NFIN
singularize V.PTCP;PST
gowl V;PST
fertilise V;PST
foliate V;NFIN
overspecify V;SG;3;PRS
lithograph V;PST
delayer V;SG;3;PRS
breeze V;SG;3;PRS
kaolinize V.PTCP;PST
traumatize V;PST
shire V.PTCP;PST
jambok V;SG;3;PRS
rewild V;NFIN
snotter V.PTCP;PST
betail V.PTCP;PST
vivificate V;NFIN
entrust V;SG;3;PRS
tap V;NFIN
condenscend V;SG;3;PRS
lirt V.PTCP;PRS
reboil V;PST
fantasise V;PST
tunnel V;PST
religionize V.PTCP;PRS
rejig V;PST
goldbrick V.PTCP;PST
indurate V;NFIN
progue V.PTCP;PST
approximate V;NFIN
microminiaturize V.PTCP;PRS
bub V;SG;3;PRS
clickjack V;SG;3;PRS
reabsorb V;SG;3;PRS
vagabondize V.PTCP;PRS
underhole V;NFIN
re-explain V.PTCP;PRS
fiddlefuck V;PST
synch V;NFIN
rejustify V;SG;3;PRS
you V.PTCP;PRS
rive V;PST
schtup V.PTCP;PRS
androgenize V.PTCP;PST
constitutionalize V;PST
expostulate V;SG;3;PRS
coif V.PTCP;PRS
tack V;PST
popple V.PTCP;PST
condomize V.PTCP;PRS
school V.PTCP;PST
trudge V;SG;3;PRS
wed V;PST
flower V.PTCP;PST
god V.PTCP;PST
member V;NFIN
conflagrate V;NFIN
disliken V.PTCP;PST
stack V;NFIN
ensepulchre V;PST
sidle V;NFIN
limewash V;PST
lipolyze V.PTCP;PST
wise V.PTCP;PRS
witticize V;NFIN
jellygraph V;SG;3;PRS
weather V;PST
creolise V.PTCP;PRS
spindle V.PTCP;PST
disbecome V;NFIN
cloister V;NFIN
vitalise V.PTCP;PRS
nosegrind V;SG;3;PRS
comb V;SG;3;PRS
singularize V;PST
foryield V;NFIN
counterpose V;PST
roughwork V;PST
excoct V.PTCP;PST
reesterify V;SG;3;PRS
renominate V;PST
material V;SG;3;PRS
noseride V;SG;3;PRS
bulge V;SG;3;PRS
violent V.PTCP;PRS
trench-plow V.PTCP;PRS
decensor V.PTCP;PST
reblock V.PTCP;PST
interbring V;SG;3;PRS
facemail V;NFIN
promise V.PTCP;PST
forburn V;SG;3;PRS
demultiplex V.PTCP;PRS
facilitate V;NFIN
gayne V.PTCP;PRS
postmark V.PTCP;PRS
roadblock V;PST
pommel V.PTCP;PRS
sherlock V;SG;3;PRS
defect V;PST
muzzle V.PTCP;PRS
sam V;PST
labor V.PTCP;PST
attaint V;PST
redargue V.PTCP;PRS
reextend V.PTCP;PST
prevalidate V.PTCP;PRS
innovate V;PST
glister V;SG;3;PRS
disaccustom V;PST
Jordanianize V;SG;3;PRS
metamorphize V.PTCP;PST
previsualize V;NFIN
uninvite V.PTCP;PRS
commission V;SG;3;PRS
reprocess V.PTCP;PST
teleprint V.PTCP;PRS
expel V;PST
pythagorize V.PTCP;PRS
suitcase V.PTCP;PST
pshaw V.PTCP;PRS
bejewel V;SG;3;PRS
mistype V;PST
excruciate V.PTCP;PST
rerender V.PTCP;PST
rebelieve V;SG;3;PRS
leg V.PTCP;PST
recompensate V.PTCP;PST
waterski V;PST
inflesh V;NFIN
decelerate V;SG;3;PRS
overlaunch V;NFIN
muster V.PTCP;PRS
newset V.PTCP;PRS
unvicar V.PTCP;PRS
disqualify V;SG;3;PRS
solemnify V.PTCP;PST
prepense V;SG;3;PRS
mustre V;PST
misthread V;SG;3;PRS
recobble V;NFIN
grue V.PTCP;PST
enwomb V;SG;3;PRS
overpress V;PST
veer V;PST
preheat V.PTCP;PST
unisexualize V;PST
squabash V.PTCP;PST
self-harm V.PTCP;PST
overbook V.PTCP;PRS
announce V;NFIN
tharf V.PTCP;PRS
divine V;SG;3;PRS
man V;NFIN
prebait V;SG;3;PRS
nictitate V;PST
frostproof V.PTCP;PST
breed V.PTCP;PST
fix V;PST
reanalyze V.PTCP;PRS
admove V.PTCP;PST
discontinue V;PST
fiddle V;SG;3;PRS
drop V;SG;3;PRS
spurtle V;NFIN
saccharize V.PTCP;PST
fly-tip V.PTCP;PRS
sorn V;NFIN
slug V;SG;3;PRS
emperil V;PST
transit V.PTCP;PST
benumb V;SG;3;PRS
intercloud V;NFIN
whine V.PTCP;PST
outcrack V;PST
chromakey V;NFIN
kick-start V;SG;3;PRS
rickroll V;SG;3;PRS
syncronize V.PTCP;PRS
rehydrate V;PST
snood V.PTCP;PST
disimprove V;NFIN
fullfeed V;SG;3;PRS
pauperise V;NFIN
shawl V;SG;3;PRS
frit V;NFIN
impel V.PTCP;PST
emprise V;NFIN
open V.PTCP;PST
plotter V;SG;3;PRS
waterlog V.PTCP;PRS
disgage V.PTCP;PRS
flimflam V;NFIN
hobo V.PTCP;PRS
magnify V;PST
haggle V;NFIN
eschew V;SG;3;PRS
remate V.PTCP;PRS
locate V;SG;3;PRS
hybridise V;PST
subordinate V.PTCP;PRS
PC V;PST
skirt V.PTCP;PRS
melt V;PST
suss V.PTCP;PRS
blowe V;PST
tyrant V;SG;3;PRS
reimbue V.PTCP;PST
obsecrate V.PTCP;PST
virtualize V;SG;3;PRS
infall V;SG;3;PRS
angelify V;NFIN
automobilize V;NFIN
disprofit V.PTCP;PRS
backwater V.PTCP;PST
bootjack V.PTCP;PST
discharge V.PTCP;PRS
effect V;PST
fasten V;SG;3;PRS
Moslemize V.PTCP;PST
restabilise V;PST
English V;SG;3;PRS
Africanise V;PST
rassle V.PTCP;PST
complex V.PTCP;PRS
overbuild V;NFIN
overpursue V;PST
premonstrate V;PST
manoeuvre V.PTCP;PRS
motorbike V;NFIN
snib V;PST
bin V;PST
devel V.PTCP;PRS
sic V;NFIN
accoy V;PST
rejacket V;PST
endenize V;PST
asexualize V;PST
traumatise V;PST
overstudy V.PTCP;PRS
stumble V;SG;3;PRS
brother V.PTCP;PRS
knight V;SG;3;PRS
channel V;PST
coinhabit V.PTCP;PRS
unlade V.PTCP;PRS
tolash V;PST
FIF V;NFIN
dequantize V.PTCP;PRS
shape V.PTCP;PRS
certificate V.PTCP;PST
let V.PTCP;PST
delegitimatise V.PTCP;PST
backslap V;NFIN
egerminate V;SG;3;PRS
obtest V;NFIN
robustify V;PST
misdevote V;NFIN
slot V;NFIN
do V;PST
upscale V;NFIN
structuralize V.PTCP;PST
abstain V.PTCP;PST
swathe V.PTCP;PRS
gerrymander V.PTCP;PST
mythologise V;SG;3;PRS
squirrel V;PST
emblaze V;SG;3;PRS
leap V;PST
rewet V.PTCP;PRS
enlay V;NFIN
subpœna V;PST
fletch V;NFIN
deligate V;NFIN
exact V.PTCP;PRS
municipalize V;SG;3;PRS
outrate V;NFIN
pickle V;NFIN
dwindle V;PST
positivize V.PTCP;PST
rike V.PTCP;PST
latrate V;SG;3;PRS
trawl V;PST
vernacularise V;SG;3;PRS
engrain V;PST
forpamper V;NFIN
triumph V;NFIN
nucleate V;PST
spritz V.PTCP;PRS
underpart V;SG;3;PRS
tat V;SG;3;PRS
nucleate V;SG;3;PRS
capture V.PTCP;PST
destimulate V;SG;3;PRS
consternate V.PTCP;PST
amalgam V;SG;3;PRS
relicense V;NFIN
recapitate V.PTCP;PRS
outmarch V;PST
unwad V;SG;3;PRS
reland V.PTCP;PST
invoice V;SG;3;PRS
outname V;PST
saught V.PTCP;PRS
pollenize V;SG;3;PRS
misconstruct V;SG;3;PRS
recut V.PTCP;PST
upvote V;SG;3;PRS
gangle V.PTCP;PRS
sprag V;PST
boondock V.PTCP;PRS
hegemonize V.PTCP;PST
project V;PST
antiquate V;SG;3;PRS
nitrate V;PST
cartwheel V;NFIN
forgnide V;SG;3;PRS
reextend V;NFIN
decenter V;NFIN
overweigh V.PTCP;PST
oviposit V;NFIN
heliograph V;PST
counter-attack V.PTCP;PRS
toe V.PTCP;PST
puppy V;SG;3;PRS
repressure V;SG;3;PRS
crossbreed V.PTCP;PST
thew V;NFIN
scummer V.PTCP;PRS
preoptimize V.PTCP;PST
enlengthen V;SG;3;PRS
scarify V;NFIN
outboast V.PTCP;PST
intonate V;NFIN
shanghae V;PST
veto V;PST
imbowel V.PTCP;PST
indeavor V.PTCP;PRS
besmirch V;PST
worthy V;SG;3;PRS
gather V.PTCP;PRS
trailer V.PTCP;PRS
skirmish V.PTCP;PRS
tantamount V;SG;3;PRS
toast V;SG;3;PRS
valet V.PTCP;PRS
retell V;NFIN
unchristen V;PST
display V;SG;3;PRS
excavate V;SG;3;PRS
scruff V;SG;3;PRS
secuer V.PTCP;PST
winterfeed V;PST
quine V.PTCP;PRS
skank V.PTCP;PRS
beeline V;SG;3;PRS
shotgun V;SG;3;PRS
rechalk V.PTCP;PST
dump V;PST
pastiche V.PTCP;PRS
dehort V.PTCP;PST
pang V.PTCP;PST
emmew V;PST
dry-gulch V;NFIN
dangle V;PST
shrive V.PTCP;PST
underlook V;NFIN
felch V.PTCP;PST
immew V.PTCP;PST
quiesce V.PTCP;PST
unschedule V;SG;3;PRS
dupe V.PTCP;PST
green-light V;NFIN
voice V.PTCP;PRS
radicalize V;PST
inhabitate V;SG;3;PRS
griddle V;SG;3;PRS
mince V.PTCP;PST
ripsaw V.PTCP;PRS
meaw V.PTCP;PST
rehumanize V.PTCP;PRS
euthanize V;NFIN
sleev V.PTCP;PST
remord V;NFIN
outcharm V;PST
shot V;SG;3;PRS
debride V.PTCP;PST
reinstitutionalise V;NFIN
sabo V.PTCP;PRS
image V.PTCP;PRS
deubiquitinate V;SG;3;PRS
suage V;NFIN
reprice V;NFIN
telnet V;SG;3;PRS
outorganize V.PTCP;PRS
prick V.PTCP;PRS
rethread V.PTCP;PST
collineate V.PTCP;PST
designate V;PST
intend V;SG;3;PRS
refile V.PTCP;PST
Sadducize V;NFIN
sparge V;PST
ruggedise V;SG;3;PRS
withsit V.PTCP;PRS
cinefilm V;PST
wrong-foot V.PTCP;PST
apahack V;PST
grime V;PST
beef V;NFIN
assort V.PTCP;PRS
frivol V.PTCP;PST
yank V.PTCP;PRS
reconverge V.PTCP;PRS
Skype V;NFIN
legitimise V.PTCP;PRS
desilver V;NFIN
foulder V;NFIN
crawk V.PTCP;PST
derivatize V.PTCP;PRS
lop V.PTCP;PST
increment V;PST
postcode V;NFIN
wimble V.PTCP;PRS
fleece V;SG;3;PRS
occult V;PST
snot V;NFIN
circle-strafe V.PTCP;PRS
casualize V;SG;3;PRS
delegitimatise V;SG;3;PRS
jowl V.PTCP;PRS
outcampaign V.PTCP;PST
eat V;PST
cleanse V;NFIN
overripen V.PTCP;PST
overprescribe V.PTCP;PST
Jordanianize V;PST
malagruze V;SG;3;PRS
wick V.PTCP;PRS
tick V;SG;3;PRS
quantitate V.PTCP;PST
overmatch V;SG;3;PRS
intervert V;PST
encyst V;NFIN
depicture V.PTCP;PST
sorcerize V;PST
beclog V;SG;3;PRS
scamp V.PTCP;PST
rediaper V;SG;3;PRS
unsolve V.PTCP;PST
boff V;NFIN
obtrude V.PTCP;PST
potentize V;PST
snore V.PTCP;PRS
Asianize V.PTCP;PRS
reconceive V;NFIN
choque V.PTCP;PRS
consternate V.PTCP;PRS
rerack V.PTCP;PRS
rehospitalise V;SG;3;PRS
piddle V.PTCP;PRS
neuter V;NFIN
derogate V;NFIN
espalier V.PTCP;PST
instamp V;PST
refall V;NFIN
enstool V;NFIN
foreweigh V;PST
dethronize V.PTCP;PST
lounge V;NFIN
underboil V.PTCP;PST
vocalise V;NFIN
defraud V;SG;3;PRS
toat V.PTCP;PST
unoil V.PTCP;PRS
reclock V.PTCP;PRS
pocket V;NFIN
programme V;PST
wet V.PTCP;PST
embowl V.PTCP;PRS
compromise V.PTCP;PST
eavesread V;SG;3;PRS
self-injure V;NFIN
imbrown V.PTCP;PST
imbastardize V;SG;3;PRS
foam V;NFIN
unguard V.PTCP;PST
overtrip V.PTCP;PRS
corporatize V.PTCP;PRS
rove V.PTCP;PRS
nanofabricate V;NFIN
overcriticize V.PTCP;PST
troll V.PTCP;PRS
intreat V;PST
camrip V;NFIN
beatbox V;SG;3;PRS
spurge V.PTCP;PRS
unclue V;NFIN
forslow V.PTCP;PST
abstract V.PTCP;PST
adumbrate V;SG;3;PRS
platitudinise V;SG;3;PRS
chloroform V.PTCP;PST
bull-whip V.PTCP;PST
foredate V;SG;3;PRS
miniaturize V;PST
pieface V;PST
resubmerge V;SG;3;PRS
foresign V.PTCP;PST
Australianize V;SG;3;PRS
deal V;NFIN
sarse V.PTCP;PST
malaxate V.PTCP;PST
anodise V;PST
leap V.PTCP;PST
anticipate V;NFIN
oratorize V;NFIN
loyalize V.PTCP;PRS
repeople V;PST
bottle-feed V;NFIN
retape V.PTCP;PST
nobilitate V;PST
lip-synch V;PST
embar V.PTCP;PRS
achieve V;SG;3;PRS
dill V.PTCP;PRS
contristate V;PST
crosslicense V;NFIN
polymorph V;SG;3;PRS
endocytose V.PTCP;PRS
shaffle V;SG;3;PRS
underrecruit V;SG;3;PRS
scourge V.PTCP;PST
kohl V;PST
chud V;PST
demonise V;SG;3;PRS
clothe V;NFIN
beweigh V;NFIN
forlong V;PST
interdevour V;NFIN
merge V;PST
barnacle V;NFIN
crumb V;NFIN
inmesh V;NFIN
groin V.PTCP;PST
berob V;NFIN
kaw V.PTCP;PRS
outpoise V;SG;3;PRS
indispose V;NFIN
grump V;NFIN
sejoin V.PTCP;PRS
rerent V;NFIN
counterpicket V.PTCP;PRS
inspirit V.PTCP;PRS
recompose V;SG;3;PRS
prepurchase V.PTCP;PST
illumine V.PTCP;PRS
overtreat V;NFIN
appoint V.PTCP;PST
chum V.PTCP;PST
overpaint V.PTCP;PST
annumerate V.PTCP;PRS
religionize V.PTCP;PST
assistant-manage V.PTCP;PST
upsize V;SG;3;PRS
hard-boil V;SG;3;PRS
lucubrate V;NFIN
mutualise V;NFIN
coiffure V;PST
moulder V;SG;3;PRS
doxologize V;PST
dialyse V;NFIN
straight V;SG;3;PRS
unrein V.PTCP;PST
siesta V;PST
hickup V;PST
resecure V;NFIN
bother V;SG;3;PRS
overput V.PTCP;PST
curd V;PST
impropriate V.PTCP;PST
outpace V.PTCP;PRS
disannex V;SG;3;PRS
outrival V.PTCP;PRS
tricycle V;PST
checkpoint V.PTCP;PST
relitigate V.PTCP;PST
porpoise V.PTCP;PRS
interlope V;PST
overfire V;NFIN
tear V;NFIN
supererogate V;PST
counterirritate V.PTCP;PRS
englobe V;PST
overthrow V;PST
harden V;PST
theosophise V;NFIN
bag V;SG;3;PRS
decloak V;SG;3;PRS
Medise V.PTCP;PST
brilliantine V;PST
baulk V;SG;3;PRS
stopper V.PTCP;PST
nurl V.PTCP;PST
bewinter V;NFIN
defunctionalize V;NFIN
palpate V.PTCP;PST
manufacture V.PTCP;PST
man-handle V;NFIN
codge V;PST
heal V;PST
timetable V;NFIN
weave V;PST
retard V.PTCP;PRS
phonemicize V.PTCP;PRS
marmalize V.PTCP;PRS
beshear V;PST
outstrike V.PTCP;PST
jolley V;NFIN
blike V;PST
startscum V;NFIN
recelebrate V.PTCP;PRS
whitesplain V.PTCP;PST
incroach V;NFIN
disperple V;NFIN
rotograph V.PTCP;PRS
prolong V;SG;3;PRS
forestal V;SG;3;PRS
agriculturize V;PST
downpour V;SG;3;PRS
heteronormalize V;PST
smite V.PTCP;PST
bodge V;SG;3;PRS
sneak V.PTCP;PST
encolour V.PTCP;PST
frieze V.PTCP;PST
destem V.PTCP;PST
coast V.PTCP;PRS
sinew V;PST
compart V;NFIN
etch V;NFIN
appoint V;SG;3;PRS
cath V.PTCP;PST
photosensitize V.PTCP;PRS
forfight V.PTCP;PRS
layer V;NFIN
clamber V;SG;3;PRS
remorate V;NFIN
clangour V;PST
metamorphosise V;SG;3;PRS
repel V;PST
donkeypunch V;SG;3;PRS
fordote V.PTCP;PRS
amind V;NFIN
kit V;SG;3;PRS
sneap V.PTCP;PST
magnify V.PTCP;PST
club-hop V;PST
place-kick V;NFIN
hutch V;NFIN
cringe V;NFIN
browze V.PTCP;PST
whither V;SG;3;PRS
negrofy V;SG;3;PRS
intail V.PTCP;PRS
merengue V;NFIN
dedramatize V;PST
polycondense V.PTCP;PST
swoon V;NFIN
join V;NFIN
coafforest V;PST
sjambok V;NFIN
appropinquate V;PST
clip-clop V;SG;3;PRS
atren V;PST
reafforest V.PTCP;PRS
nut V;NFIN
departmentalise V.PTCP;PST
villainise V.PTCP;PRS
dusk V;NFIN
sibilate V;SG;3;PRS
tame V;NFIN
traverse V;PST
disbase V.PTCP;PST
destash V;SG;3;PRS
dishorn V;NFIN
TAS V.PTCP;PRS
soporate V.PTCP;PRS
parch V;SG;3;PRS
forejudge V;PST
stot V.PTCP;PRS
rest V;PST
saturate V;SG;3;PRS
untighten V;NFIN
doxx V;SG;3;PRS
telefax V.PTCP;PRS
match V;PST
other V;SG;3;PRS
recompute V;NFIN
borg V;PST
numerate V.PTCP;PST
trunk V;NFIN
dross V.PTCP;PST
overaffect V.PTCP;PRS
eff V.PTCP;PRS
catch V;PST
defalcate V;PST
hypostasize V.PTCP;PRS
pipette V;PST
eclecticize V;PST
strength V;SG;3;PRS
knap V;PST
resubordinate V;PST
bereave V;PST
frit V;SG;3;PRS
deeky V.PTCP;PRS
besprinkle V;PST
dilapidate V;SG;3;PRS
neck V.PTCP;PST
chemicalize V.PTCP;PRS
homopolymerize V;SG;3;PRS
teamkill V;PST
ladder V;SG;3;PRS
cabob V.PTCP;PST
hilt V;PST
newgroup V;SG;3;PRS
tribotest V.PTCP;PST
antiquarianize V.PTCP;PRS
regrant V;NFIN
punk V;SG;3;PRS
wheelie V.PTCP;PRS
assubjugate V.PTCP;PST
chumble V;PST
jalouse V.PTCP;PST
duckwalk V;NFIN
encasket V;NFIN
detonate V;NFIN
animalize V;NFIN
berob V.PTCP;PRS
applaud V;NFIN
disacknowledge V.PTCP;PST
reinstitutionalise V;PST
versify V;SG;3;PRS
purge V;SG;3;PRS
anear V;SG;3;PRS
functionalize V;SG;3;PRS
facelift V;PST
adhære V;SG;3;PRS
masturbate V;SG;3;PRS
pesoize V;SG;3;PRS
sclaff V;NFIN
rerail V.PTCP;PRS
chloridize V;SG;3;PRS
preannounce V;NFIN
modernize V;SG;3;PRS
granularize V.PTCP;PRS
outcon V.PTCP;PRS
mwah-mwah V;NFIN
redetect V;SG;3;PRS
xylograph V;SG;3;PRS
overcome V;PST
chide V.PTCP;PST
backroll V.PTCP;PRS
singe V.PTCP;PRS
prairie-dog V.PTCP;PST
upstay V.PTCP;PST
revolt V;SG;3;PRS
orthographize V;SG;3;PRS
drool V;SG;3;PRS
retaliate V.PTCP;PRS
offsaddle V.PTCP;PRS
photostat V;SG;3;PRS
varnish V;SG;3;PRS
misattend V;PST
intumesce V;SG;3;PRS
myelinate V.PTCP;PST
squattle V.PTCP;PRS
eat V.PTCP;PRS
repress V;PST
exhibit V.PTCP;PRS
resynch V;SG;3;PRS
bewill V;SG;3;PRS
perve V.PTCP;PRS
musk V.PTCP;PST
misunderestimate V;NFIN
underproduce V;NFIN
tradition V.PTCP;PST
thermolyze V;PST
bath V.PTCP;PST
excede V;NFIN
eviscerate V;NFIN
transsex V;SG;3;PRS
corner V;NFIN
blake V.PTCP;PST
unmove V.PTCP;PST
cojoin V.PTCP;PRS
exorcize V.PTCP;PRS
spoof V.PTCP;PST
overlay V;PST
hatter V.PTCP;PRS
mosey V;NFIN
pastime V;SG;3;PRS
envermeil V.PTCP;PRS
transfect V;SG;3;PRS
fable V;NFIN
overhope V;SG;3;PRS
vaunt V;NFIN
gird V.PTCP;PST
chromise V.PTCP;PST
overeducate V.PTCP;PRS
adore V;PST
transliterate V;NFIN
clasp V;NFIN
unfreeze V;NFIN
upthrust V;NFIN
pink V.PTCP;PRS
kafirize V.PTCP;PRS
meld V.PTCP;PRS
resignal V.PTCP;PRS
dieselize V.PTCP;PRS
despecificate V;PST
frosh V;NFIN
disembowel V;SG;3;PRS
impowre V;PST
sacerdotalize V.PTCP;PRS
besay V.PTCP;PRS
debleat V;PST
snivel V.PTCP;PRS
tree V;PST
unpeople V;SG;3;PRS
wring V;PST
brawl V.PTCP;PRS
Thaify V;PST
requite V.PTCP;PST
overswell V.PTCP;PST
vitriol V;NFIN
chronicle V.PTCP;PRS
geometricize V;SG;3;PRS
deoxygenate V.PTCP;PST
disacquaint V;SG;3;PRS
architect V.PTCP;PRS
forthdraw V;NFIN
swoosh V.PTCP;PRS
Medize V;SG;3;PRS
redefine V.PTCP;PRS
shy V;PST
forecast V.PTCP;PST
demast V;PST
deglamorize V.PTCP;PRS
relabel V;NFIN
liposuck V;PST
sideswipe V;SG;3;PRS
empoverish V;SG;3;PRS
recomfort V;SG;3;PRS
bargain V.PTCP;PRS
nutcrack V.PTCP;PST
whimper V;PST
mimic V.PTCP;PRS
unaffiliate V.PTCP;PRS
mangle V.PTCP;PST
unbalance V.PTCP;PRS
pigment V;PST
tousel V;SG;3;PRS
outgross V.PTCP;PRS
poeticise V;NFIN
modulate V;SG;3;PRS
fash V;PST
aerobate V;PST
indorse V;NFIN
rôleplay V;SG;3;PRS
reeducate V;PST
occupate V.PTCP;PRS
steven V.PTCP;PRS
inquinate V;NFIN
lot V;SG;3;PRS
crop V.PTCP;PRS
lancinate V.PTCP;PST
uncask V.PTCP;PST
renucleate V;NFIN
beclepe V;PST
heigh-ho V;SG;3;PRS
outshout V.PTCP;PST
gazette V;NFIN
fan V;NFIN
brisk V;NFIN
raxle V;PST
innoculate V.PTCP;PRS
fore-give V.PTCP;PST
diaper V;PST
pittle-pattle V.PTCP;PST
clout V;NFIN
breathalyse V;PST
resignal V;SG;3;PRS
atrine V;SG;3;PRS
smile V;NFIN
co-educate V.PTCP;PRS
poussette V.PTCP;PST
repay V;PST
recruit V.PTCP;PST
partner V;NFIN
hot V;PST
heaf V;PST
appraise V.PTCP;PRS
pooh-pooh V;SG;3;PRS
avise V;NFIN
rationalize V;NFIN
counterbalance V.PTCP;PST
overmake V;NFIN
reverberate V;PST
invenom V.PTCP;PST
frover V.PTCP;PST
excuse V;NFIN
zero V;SG;3;PRS
outcaste V;PST
pedestal V;PST
titer V;NFIN
freelance V;PST
rewarehouse V;SG;3;PRS
canton V;PST
cask V.PTCP;PST
stir V;SG;3;PRS
Bangalore V;PST
stravaige V.PTCP;PRS
pize V;PST
upstage V;PST
sustentate V;PST
quine V;NFIN
eutrophicate V.PTCP;PRS
pize V;NFIN
suscitate V.PTCP;PST
delegitimatize V;NFIN
loophole V;NFIN
pestle V.PTCP;PRS
activate V;PST
decategorize V.PTCP;PST
assort V;NFIN
refel V.PTCP;PRS
dize V.PTCP;PST
trowl V;NFIN
pretty V.PTCP;PST
drawbore V.PTCP;PRS
inmesh V;PST
hydrolyse V;PST
hash V;PST
trinkle V;SG;3;PRS
wank V;NFIN
metastatize V;PST
betread V;NFIN
range V.PTCP;PRS
emperil V;SG;3;PRS
quench V;PST
disimprove V;PST
alkalinise V.PTCP;PST
controverse V;PST
inaurate V;PST
delirate V;SG;3;PRS
crosstalk V;PST
outweed V.PTCP;PRS
parrock V.PTCP;PRS
denerdify V;NFIN
commissionate V;NFIN
dishable V;SG;3;PRS
init V;SG;3;PRS
bibblebabble V;NFIN
dry-hump V;PST
chinwag V;NFIN
predispose V.PTCP;PRS
snar V;SG;3;PRS
blister V;PST
shirr V;PST
bose V;PST
fester V.PTCP;PRS
vamper V;SG;3;PRS
decrumb V;NFIN
unpadlock V.PTCP;PRS
unswaddle V;PST
tempest V;SG;3;PRS
abend V.PTCP;PRS
bewrite V;NFIN
savescum V.PTCP;PST
undeclare V;PST
halftone V;PST
excerp V;NFIN
overdetermine V;PST
resist V;NFIN
malleableize V;NFIN
deliver V;NFIN
upvote V.PTCP;PRS
editorialize V.PTCP;PRS
pivot V;NFIN
dare V.PTCP;PRS
afforest V;NFIN
rant V;NFIN
pessimize V.PTCP;PRS
beghost V;SG;3;PRS
portion V.PTCP;PST
speed V;PST
amind V;SG;3;PRS
rent V.PTCP;PRS
repressurise V;SG;3;PRS
inseminate V.PTCP;PRS
curl V;PST
coconspire V.PTCP;PST
foreordain V;PST
rationalise V.PTCP;PST
schematize V;SG;3;PRS
disaffiliate V;NFIN
resay V;PST
deliberate V.PTCP;PRS
nickelize V.PTCP;PST
behearken V;SG;3;PRS
mandate V;SG;3;PRS
adjective V;SG;3;PRS
suspicion V.PTCP;PRS
court V.PTCP;PST
populate V;NFIN
cribble V;SG;3;PRS
reperceive V.PTCP;PRS
smatch V;PST
fortax V;PST
fuel V;NFIN
wackyparse V;SG;3;PRS
body-slam V;PST
misfriend V;SG;3;PRS
excruciate V;PST
hode V;PST
portion V.PTCP;PRS
commingle V;PST
creaseproof V;SG;3;PRS
befind V.PTCP;PRS
overmeddle V.PTCP;PST
unsecularize V;PST
feudalize V.PTCP;PRS
squib V.PTCP;PRS
spacewalk V;NFIN
expugn V;SG;3;PRS
grig V.PTCP;PST
emborder V.PTCP;PST
'onour V;NFIN
scoat V.PTCP;PST
blueprint V.PTCP;PRS
domesticize V.PTCP;PST
mee-maw V;SG;3;PRS
cross V;PST
reëmbark V.PTCP;PRS
cleftgraft V.PTCP;PST
enchafe V;NFIN
frieze V.PTCP;PRS
ensheath V.PTCP;PRS
pathologise V.PTCP;PRS
reschedule V;NFIN
inculpate V;PST
queue V;SG;3;PRS
scumber V;NFIN
decarbonylate V;NFIN
foot V;PST
encarnalize V;NFIN
casualise V.PTCP;PRS
quethe V;NFIN
jawn V.PTCP;PRS
pardon V.PTCP;PST
suspect V.PTCP;PST
insend V;SG;3;PRS
pigeon V.PTCP;PRS
hob-nob V;PST
reinvestigate V.PTCP;PRS
disconcur V;SG;3;PRS
covenant V;NFIN
attitudinize V;SG;3;PRS
misrespect V.PTCP;PST
sluff V.PTCP;PRS
booze V;PST
ventouse V;PST
period V;SG;3;PRS
cache V.PTCP;PST
belock V.PTCP;PRS
cutify V;SG;3;PRS
enlock V.PTCP;PST
BBM V.PTCP;PST
overmedicate V;SG;3;PRS
reswear V;SG;3;PRS
coexpose V.PTCP;PST
unjumble V.PTCP;PRS
rereview V.PTCP;PST
telemonitor V.PTCP;PST
hoist V;SG;3;PRS
yabby V;SG;3;PRS
speedrun V;SG;3;PRS
unsensualize V.PTCP;PST
restyle V.PTCP;PRS
club V;PST
blenk V.PTCP;PST
divebomb V;SG;3;PRS
bitbucket V.PTCP;PST
wlate V;PST
courier V;NFIN
inburn V.PTCP;PST
bum V;SG;3;PRS
bedye V.PTCP;PRS
Croatise V;PST
forsench V;SG;3;PRS
divel V;PST
reprivatize V.PTCP;PST
sacrifice V;PST
demarket V;SG;3;PRS
tolt V;NFIN
crupper V;SG;3;PRS
outargue V.PTCP;PRS
revarnish V;NFIN
atterrate V.PTCP;PST
conjecture V.PTCP;PRS
concertize V;SG;3;PRS
halloo V;SG;3;PRS
degerm V.PTCP;PST
stickybeak V.PTCP;PST
water V;PST
Salafize V;PST
foretake V;SG;3;PRS
antagonise V;PST
rethicken V;SG;3;PRS
behowl V;PST
emmantle V.PTCP;PST
gist V;SG;3;PRS
redaguerreotype V.PTCP;PRS
approbate V;SG;3;PRS
unclose V;SG;3;PRS
devilize V;NFIN
fauch V.PTCP;PST
resignify V;NFIN
concreate V.PTCP;PRS
unionize V;SG;3;PRS
rebrew V;SG;3;PRS
counterweight V.PTCP;PRS
chumble V;NFIN
augle V.PTCP;PRS
umount V.PTCP;PST
underlead V;SG;3;PRS
nosegrind V.PTCP;PRS
captivate V;NFIN
torend V;SG;3;PRS
apparate V;PST
denotate V;PST
polytype V;SG;3;PRS
overbubble V;NFIN
rebolt V.PTCP;PRS
swelt V;PST
snow V.PTCP;PST
anguish V.PTCP;PST
D/L V;SG;3;PRS
layaway V.PTCP;PST
flummox V.PTCP;PRS
beath V;PST
facilitate V.PTCP;PRS
intertangle V.PTCP;PST
Fennicize V;NFIN
retokenize V;SG;3;PRS
unshackle V;PST
rake V.PTCP;PRS
romanticise V.PTCP;PST
imprint V;NFIN
enround V;PST
outgaze V.PTCP;PST
reinternalize V;SG;3;PRS
rift V;PST
praize V;PST
leam V.PTCP;PST
illegitimatize V;NFIN
sparble V;NFIN
nip V;NFIN
shindle V;NFIN
indart V;PST
denizen V;SG;3;PRS
disgust V;NFIN
trek V.PTCP;PRS
buoy V;SG;3;PRS
rusticate V;NFIN
top V;SG;3;PRS
stark V;SG;3;PRS
exungulate V;PST
shellack V;NFIN
confide V;NFIN
slim V;PST
unkey V;NFIN
flabbergast V;NFIN
Hollywoodize V;PST
deacetylate V;SG;3;PRS
likeness V;PST
peptonize V;PST
unmove V;NFIN
tut-tut V;SG;3;PRS
keyframe V.PTCP;PRS
complicate V;SG;3;PRS
tin V.PTCP;PST
rebanish V.PTCP;PRS
unheed V;SG;3;PRS
siege V;SG;3;PRS
mich V.PTCP;PRS
lasso V;NFIN
euroize V;NFIN
plouter V;PST
incommode V;NFIN
wattle V.PTCP;PRS
moisturize V.PTCP;PRS
parley V;NFIN
postcode V.PTCP;PST
rejoyce V.PTCP;PST
enavigate V;NFIN
progue V;NFIN
inlet V;SG;3;PRS
eructate V;SG;3;PRS
pollack V.PTCP;PST
troupe V.PTCP;PST
debut V.PTCP;PST
disglorify V.PTCP;PST
reappear V;SG;3;PRS
gamify V;NFIN
tyek V;SG;3;PRS
backslide V;PST
sperg V.PTCP;PST
wrong-foot V;SG;3;PRS
sentimentalise V;SG;3;PRS
supercool V;NFIN
table V;NFIN
cast V;NFIN
shog V;NFIN
moider V;NFIN
similize V;NFIN
vlog V.PTCP;PRS
imbark V;PST
forwelk V;SG;3;PRS
thropple V.PTCP;PRS
bespangle V;NFIN
decern V;NFIN
award V;NFIN
sidestep V;SG;3;PRS
meditate V;PST
unspit V;SG;3;PRS
overexplain V;NFIN
discombobulate V.PTCP;PST
leapfrog V.PTCP;PRS
resail V;PST
roam V;PST
compaginate V.PTCP;PRS
replug V;SG;3;PRS
result V.PTCP;PST
misgo V;SG;3;PRS
overshine V.PTCP;PST
foreplan V;SG;3;PRS
allineate V.PTCP;PRS
Russify V.PTCP;PST
tooth V.PTCP;PRS
undersend V;NFIN
overtwist V;PST
rodeo V;PST
squib V.PTCP;PST
kickstart V.PTCP;PST
mechanize V.PTCP;PRS
stumble V.PTCP;PST
epimerize V;NFIN
reinfest V;NFIN
vanillafy V;NFIN
key V;NFIN
mocque V;SG;3;PRS
outherod V;SG;3;PRS
pang V.PTCP;PRS
aerobicize V;NFIN
undertreat V;SG;3;PRS
barrack V.PTCP;PRS
upthunder V;SG;3;PRS
clew V;SG;3;PRS
cample V;NFIN
besmut V;PST
wholesale V;NFIN
saught V.PTCP;PST
parish V.PTCP;PST
animate V;NFIN
hoik V.PTCP;PRS
debottleneck V;SG;3;PRS
hoot V;PST
balmify V.PTCP;PRS
rejacket V;SG;3;PRS
dedisperse V;NFIN
foresense V;NFIN
beprose V.PTCP;PST
recurse V;SG;3;PRS
conceptualize V.PTCP;PST
misseek V.PTCP;PST
prescreen V.PTCP;PRS
pervaporate V.PTCP;PST
unknight V;SG;3;PRS
besot V.PTCP;PST
modularise V.PTCP;PST
expone V;SG;3;PRS
deboard V.PTCP;PST
knap V.PTCP;PRS
overcloy V;SG;3;PRS
anticipate V.PTCP;PRS
process V.PTCP;PRS
underboil V;SG;3;PRS
foreken V;PST
upsot V.PTCP;PST
pan V;NFIN
amputate V;SG;3;PRS
bear V;SG;3;PRS
self-kill V;PST
protuberate V.PTCP;PST
redon V.PTCP;PRS
brawl V;PST
besnow V.PTCP;PST
man-handle V.PTCP;PST
unbay V;NFIN
unparadise V.PTCP;PST
bepowder V.PTCP;PST
bestain V.PTCP;PRS
sum V;NFIN
rechase V.PTCP;PST
jabber V;NFIN
kegel V;SG;3;PRS
evolve V.PTCP;PRS
accumulate V.PTCP;PRS
salivate V.PTCP;PST
axe-murder V;PST
monograph V.PTCP;PRS
body-check V.PTCP;PST
slink V;PST
wave V;SG;3;PRS
interleaf V.PTCP;PST
transplant V;NFIN
excruciate V.PTCP;PRS
epithelialize V.PTCP;PRS
renationalize V;NFIN
enthrone V;SG;3;PRS
uncling V;SG;3;PRS
constringe V.PTCP;PRS
reirrigate V.PTCP;PRS
maladapt V;NFIN
empress V;PST
scallop V.PTCP;PRS
alledge V;NFIN
kip V;SG;3;PRS
betwynde V;NFIN
beblot V.PTCP;PST
hedge-hop V.PTCP;PST
detract V.PTCP;PRS
digitalise V;NFIN
slat V.PTCP;PST
doze V.PTCP;PRS
dandify V;NFIN
endamnify V.PTCP;PST
jackknife V.PTCP;PST
dribble V.PTCP;PST
poop V.PTCP;PST
outweep V.PTCP;PST
pedestrianize V;PST
coin V.PTCP;PST
snippet V.PTCP;PST
clomp V.PTCP;PRS
bedip V;SG;3;PRS
adhibit V;SG;3;PRS
tranquillize V;SG;3;PRS
reguerdon V.PTCP;PST
micher V.PTCP;PST
renew V.PTCP;PST
char V.PTCP;PRS
tongue V;PST
crystalize V;PST
bicker V;PST
unstiffen V;PST
ingraff V.PTCP;PST
chloridate V;PST
vivify V;PST
saddleback V;SG;3;PRS
disassociate V;NFIN
ghost-ride V;NFIN
lute V;SG;3;PRS
chip V;NFIN
shrine V;NFIN
theatricalise V.PTCP;PST
mundify V.PTCP;PRS
overdose V.PTCP;PST
sherpa V;NFIN
dass V.PTCP;PST
miscarry V.PTCP;PST
flash V.PTCP;PST
vlog V;SG;3;PRS
float V.PTCP;PST
resignify V.PTCP;PRS
pinkwash V;NFIN
squish V;PST
æstimate V;NFIN
missionaryize V;SG;3;PRS
adsignify V.PTCP;PRS
mutter V.PTCP;PST
factor V.PTCP;PRS
forget V.PTCP;PST
unsolemnize V;SG;3;PRS
insufflate V.PTCP;PRS
oversample V.PTCP;PST
unchamber V.PTCP;PST
juvenilize V.PTCP;PST
paganize V.PTCP;PRS
commentate V;SG;3;PRS
vurp V;PST
militate V;PST
puree V.PTCP;PST
re-run V.PTCP;PST
sowse V.PTCP;PRS
defy V;SG;3;PRS
restrive V.PTCP;PRS
bituminize V;NFIN
exsolve V.PTCP;PST
opiate V.PTCP;PST
disaffect V;NFIN
band V;SG;3;PRS
unqualify V.PTCP;PST
breadcrumb V;NFIN
untar V;PST
sacramentize V.PTCP;PRS
shirtfront V;NFIN
coon V;NFIN
violate V.PTCP;PRS
remercy V.PTCP;PRS
back-form V.PTCP;PRS
headlong V;SG;3;PRS
molt V;NFIN
busticate V.PTCP;PRS
miscount V.PTCP;PST
monotask V;NFIN
embase V.PTCP;PRS
micro-aggress V.PTCP;PST
mantel V;PST
dephosphorylate V;SG;3;PRS
inlaw V;NFIN
wedge V;PST
purport V;PST
disfurnish V;SG;3;PRS
foreclaim V.PTCP;PRS
præcipitate V;SG;3;PRS
inspire V;NFIN
bequest V;SG;3;PRS
limewash V.PTCP;PRS
reutilise V;NFIN
racewalk V;NFIN
caper V;PST
monogram V.PTCP;PRS
intern V;SG;3;PRS
tussle V.PTCP;PST
malinvest V.PTCP;PST
mismeasure V.PTCP;PRS
emigrate V.PTCP;PRS
cushion V.PTCP;PST
soothe V.PTCP;PST
uncouple V;NFIN
confusticate V;SG;3;PRS
overlabour V;SG;3;PRS
mike V;PST
tremor V;NFIN
outcompass V.PTCP;PST
unhelm V;NFIN
oker V;PST
overemphasize V;SG;3;PRS
palate V.PTCP;PST
restreak V;NFIN
dilucidate V;PST
curlicue V.PTCP;PRS
forelet V.PTCP;PRS
beslime V;PST
umcast V.PTCP;PST
site V;NFIN
haven V.PTCP;PRS
revalue V.PTCP;PRS
unalter V.PTCP;PRS
re-search V;NFIN
avulse V;PST
romanise V.PTCP;PRS
tact V.PTCP;PRS
sociologize V.PTCP;PRS
undersign V;SG;3;PRS
misacknowledge V;PST
out-Byzantine V.PTCP;PRS
dude V.PTCP;PST
back-form V;SG;3;PRS
heckle V;PST
graft V;PST
belay V.PTCP;PRS
affor V;NFIN
threat V;NFIN
fibrize V;PST
bosom V;SG;3;PRS
repicture V.PTCP;PRS
shred V;PST
latch V;PST
prease V;NFIN
stigmatise V;PST
narcissize V.PTCP;PRS
geranylate V;PST
preexamine V.PTCP;PRS
debarb V;SG;3;PRS
recontest V;PST
steward V;SG;3;PRS
cockblock V;NFIN
expose V.PTCP;PST
holler V;PST
scintillate V.PTCP;PRS
exclusivize V;NFIN
coppel V.PTCP;PST
misown V.PTCP;PRS
destress V;NFIN
memorise V;NFIN
bowssen V.PTCP;PRS
revise V;NFIN
anchylose V.PTCP;PRS
asshure V;SG;3;PRS
unmanacle V.PTCP;PST
childmind V;PST
keratinise V;SG;3;PRS
enumerate V;SG;3;PRS
sky V.PTCP;PST
re-aggravate V.PTCP;PRS
misrecord V;SG;3;PRS
remount V.PTCP;PST
degustate V.PTCP;PST
formalise V;SG;3;PRS
implate V;NFIN
vade V;NFIN
homeport V.PTCP;PST
guarish V.PTCP;PRS
equitize V;PST
falwe V.PTCP;PST
lallygag V;PST
unerase V;NFIN
yodle V;PST
outpunch V;PST
disrank V;PST
gentle V;PST
disembrangle V.PTCP;PRS
bewitch V.PTCP;PRS
balkanise V;SG;3;PRS
circumvolve V.PTCP;PST
enlace V.PTCP;PRS
shell-shock V;SG;3;PRS
Latinise V;SG;3;PRS
encharge V;SG;3;PRS
redound V.PTCP;PRS
on V.PTCP;PRS
presspack V;NFIN
imbound V.PTCP;PRS
matronise V;PST
prologuise V.PTCP;PRS
meech V;NFIN
catalyze V;PST
inlaw V;SG;3;PRS
hoodwink V.PTCP;PRS
bald V.PTCP;PRS
discipline V;NFIN
drawknife V;SG;3;PRS
edit V;SG;3;PRS
underline V;NFIN
againsay V.PTCP;PRS
outride V;PST
reënforce V;PST
practise V.PTCP;PRS
something V.PTCP;PRS
cartop V.PTCP;PRS
tenant V;SG;3;PRS
oracle V;PST
discloud V.PTCP;PRS
disheart V;PST
desier V;NFIN
immerse V;NFIN
subtend V.PTCP;PST
radiobroadcast V.PTCP;PRS
dog-ear V;SG;3;PRS
bechat V;SG;3;PRS
homogenize V.PTCP;PST
vat V.PTCP;PST
covenaunt V;PST
refry V;PST
uprate V.PTCP;PST
grotch V;SG;3;PRS
violate V;NFIN
salivate V;SG;3;PRS
transprint V.PTCP;PRS
smilt V;PST
elute V;SG;3;PRS
dismarry V;NFIN
whip V;SG;3;PRS
bomb V.PTCP;PRS
complect V.PTCP;PST
decrown V;PST
demerit V.PTCP;PST
ham V.PTCP;PRS
constate V;NFIN
yaw V;NFIN
remark V.PTCP;PST
lake V.PTCP;PST
orient V.PTCP;PST
bethrall V;NFIN
shake V.PTCP;PST
inwreathe V;SG;3;PRS
modelize V.PTCP;PST
adjugate V.PTCP;PST
overlie V.PTCP;PRS
reinvert V;PST
reconvene V.PTCP;PRS
disprovide V;PST
fret V.PTCP;PST
tinker V;SG;3;PRS
disrobe V;NFIN
fink V;PST
skinch V;PST
sinter V.PTCP;PRS
interpose V;NFIN
undercome V.PTCP;PRS
ranch V;SG;3;PRS
grangerize V.PTCP;PRS
claime V.PTCP;PST
emplore V;NFIN
foul V;NFIN
march V;NFIN
fordeem V.PTCP;PST
reaccentuate V;PST
gang V.PTCP;PRS
resignify V.PTCP;PST
zhoosh V.PTCP;PST
vesicularize V.PTCP;PST
hurt V;SG;3;PRS
transaminate V.PTCP;PRS
overdate V.PTCP;PRS
besnuff V;SG;3;PRS
tare V.PTCP;PRS
desilk V.PTCP;PRS
dere V;PST
undercoat V.PTCP;PST
coiffure V.PTCP;PST
dash V;NFIN
sweet-talk V;SG;3;PRS
rootle V;SG;3;PRS
bestialize V.PTCP;PRS
disthronize V;NFIN
untread V;PST
defibrinize V;PST
interstratify V.PTCP;PRS
subsample V;PST
upbring V;NFIN
defile V.PTCP;PRS
reaccredit V.PTCP;PRS
reexport V.PTCP;PST
toll V.PTCP;PST
enroll V.PTCP;PRS
gale V.PTCP;PST
bace V;NFIN
retransform V;NFIN
sharpen V;NFIN
deallocate V;NFIN
ripe V.PTCP;PST
incourage V;PST
supertype V.PTCP;PST
glum V.PTCP;PRS
standardize V.PTCP;PRS
stench V;SG;3;PRS
BBQ V.PTCP;PRS
fanaticize V;NFIN
goosestep V;SG;3;PRS
playtest V;NFIN
crawl V.PTCP;PRS
counsel V;SG;3;PRS
eliquate V;NFIN
biomagnify V;SG;3;PRS
decoupage V;SG;3;PRS
sherpa V;SG;3;PRS
keynote V.PTCP;PRS
rathole V;SG;3;PRS
lowball V.PTCP;PST
giantize V.PTCP;PST
agriculturize V.PTCP;PST
separate V;SG;3;PRS
discard V;NFIN
contextualize V;PST
gride V;PST
overstay V;PST
remultiply V;PST
enrapture V.PTCP;PST
instrengthen V.PTCP;PRS
honeycomb V.PTCP;PST
droll V;PST
haloo V;PST
banninate V.PTCP;PRS
unhex V;NFIN
vaseline V;SG;3;PRS
anatomise V.PTCP;PRS
reassemble V;NFIN
buckler V;SG;3;PRS
flutter V.PTCP;PST
bewile V;SG;3;PRS
fart V.PTCP;PRS
handfast V;PST
brickfilm V.PTCP;PRS
overveil V;NFIN
recircle V.PTCP;PST
rivel V;PST
ballast V.PTCP;PST
raffle V;PST
engroove V;NFIN
excorticate V.PTCP;PRS
skydive V.PTCP;PST
soss V;PST
counterbalance V;NFIN
misbehave V.PTCP;PRS
bake V;PST
develope V.PTCP;PRS
speed V.PTCP;PST
westernise V;SG;3;PRS
adview V.PTCP;PST
divaricate V;PST
unfang V;PST
ul V;SG;3;PRS
renter V.PTCP;PST
headquarter V.PTCP;PRS
preform V;NFIN
freeze V;SG;3;PRS
decant V.PTCP;PRS
cozy V;NFIN
sulphate V;SG;3;PRS
gild V;SG;3;PRS
scomfit V.PTCP;PST
police V.PTCP;PST
weive V;NFIN
mottle V.PTCP;PST
reimburse V;PST
prelatise V;SG;3;PRS
tally V.PTCP;PRS
belike V;SG;3;PRS
stick V;NFIN
pungle V;PST
forewarn V;PST
carl V;PST
league V.PTCP;PST
interpoint V.PTCP;PST
smite V;PST
uptake V.PTCP;PRS
dismask V.PTCP;PRS
transition V.PTCP;PRS
fleet V;PST
enprison V;PST
miskeep V;SG;3;PRS
skin V;SG;3;PRS
rereinforce V;NFIN
recapture V;SG;3;PRS
touristify V.PTCP;PST
affix V.PTCP;PST
bedirty V;PST
stob V;PST
asperate V;NFIN
uncapitalise V;NFIN
gray V;PST
coheadline V.PTCP;PRS
pi V.PTCP;PRS
sticky V;NFIN
outwear V;PST
gripe V;NFIN
rope V.PTCP;PST
meditate V;SG;3;PRS
debuff V.PTCP;PRS
reshelve V;SG;3;PRS
cure V;NFIN
medivac V.PTCP;PRS
lurry V.PTCP;PST
steamboat V.PTCP;PRS
preach V;NFIN
mail V.PTCP;PST
misdescribe V.PTCP;PRS
impoverish V;SG;3;PRS
veejay V.PTCP;PRS
nonsuit V.PTCP;PRS
organ V.PTCP;PST
holloa V;SG;3;PRS
fatwah V;PST
cardinalize V.PTCP;PRS
simonise V;SG;3;PRS
forwaste V.PTCP;PST
gangrenate V;NFIN
pitter V;SG;3;PRS
superfetate V;NFIN
emprove V;PST
injoint V;SG;3;PRS
dualise V;PST
reverse-commute V;SG;3;PRS
unprofessionalise V.PTCP;PST
hawm V;SG;3;PRS
forepay V;PST
crinkle V;NFIN
lug V;SG;3;PRS
perfuse V.PTCP;PRS
athetize V.PTCP;PST
jackrabbit V;NFIN
vindicate V.PTCP;PRS
marbelise V.PTCP;PST
ellipse V;PST
recelebrate V;NFIN
spurt V.PTCP;PST
further V.PTCP;PST
atstert V;SG;3;PRS
crosscut V;SG;3;PRS
poly V.PTCP;PRS
rewater V.PTCP;PRS
wench V.PTCP;PRS
refreeze V.PTCP;PRS
skill V;SG;3;PRS
kleptoparasitize V;PST
goose V;NFIN
engirdle V;PST
hallmark V;PST
replan V;PST
execute V;NFIN
forelay V;NFIN
demesmerize V.PTCP;PRS
underfire V;NFIN
augment V;PST
modernize V.PTCP;PST
grovel V;PST
license V.PTCP;PST
derecognise V;PST
tootle V.PTCP;PST
blin V.PTCP;PRS
uncapitalise V;SG;3;PRS
pre-process V;SG;3;PRS
breakdance V;SG;3;PRS
ninja V.PTCP;PST
bechance V.PTCP;PST
malveuille V.PTCP;PRS
viol V.PTCP;PST
enstore V;SG;3;PRS
braise V.PTCP;PRS
foreclose V;NFIN
disappear V;NFIN
yammer V;NFIN
re-form V.PTCP;PST
roadtest V;PST
chare V;NFIN
parkour V;NFIN
tawk V;PST
reclothe V.PTCP;PRS
ensphere V;NFIN
clepe V.PTCP;PRS
unchurch V.PTCP;PRS
rotoscope V;SG;3;PRS
deflow V.PTCP;PST
Timonize V.PTCP;PST
staddle V;NFIN
apprehend V;PST
Mediterraneanize V;PST
redisperse V;NFIN
preharden V;SG;3;PRS
ramble V.PTCP;PRS
wiredraw V;PST
bestand V.PTCP;PRS
realize V.PTCP;PST
dewax V;PST
tosliver V.PTCP;PRS
salt V;PST
lush V;SG;3;PRS
feint V;SG;3;PRS
lollop V;NFIN
envenomate V.PTCP;PRS
countercheck V.PTCP;PST
twitch V;NFIN
devilize V.PTCP;PST
oppress V.PTCP;PRS
enravish V;NFIN
forgather V.PTCP;PRS
re-enact V.PTCP;PST
cockneyfy V;SG;3;PRS
bouche V;SG;3;PRS
pin-point V;PST
minor V;PST
hypothesize V.PTCP;PRS
yive V;NFIN
unown V.PTCP;PST
re-introduce V.PTCP;PRS
fermentate V.PTCP;PRS
misdetermine V.PTCP;PRS
weatherboard V;NFIN
crossgrade V.PTCP;PRS
egosurf V;PST
betrail V.PTCP;PST
overassess V.PTCP;PRS
dyb V;PST
fon V;PST
fearmonger V;SG;3;PRS
white-ant V.PTCP;PST
kinkle V;SG;3;PRS
redesignate V;NFIN
entertain V;NFIN
wain V;SG;3;PRS
leash V.PTCP;PST
goose-pen V;NFIN
bodder V;SG;3;PRS
hoe V.PTCP;PST
embow V;NFIN
alchemise V;PST
short-circuit V.PTCP;PST
render V;NFIN
begird V.PTCP;PRS
expostulate V.PTCP;PST
squish V;SG;3;PRS
deprovincialize V.PTCP;PST
rusticate V;SG;3;PRS
wrath V.PTCP;PRS
unchild V.PTCP;PST
whiten V.PTCP;PRS
repace V;PST
shatter V;NFIN
breastfeed V;PST
ninja V;PST
payse V;PST
te-hee V;PST
render V;PST
reive V;SG;3;PRS
blit V.PTCP;PRS
overwater V;PST
ungroup V.PTCP;PST
luminesce V.PTCP;PRS
eavesdrop V;SG;3;PRS
buttle V.PTCP;PRS
engraft V;PST
naturalize V;SG;3;PRS
de-ice V;PST
laureate V;PST
shoogle V;SG;3;PRS
bedabble V.PTCP;PRS
mislike V;PST
out-Byzantine V;PST
expound V.PTCP;PRS
hire V;PST
constitutionalise V;NFIN
upstay V;SG;3;PRS
crock V;NFIN
path V;PST
synonymize V.PTCP;PST
periscope V;PST
argle-bargle V;PST
mezzotinto V;PST
reresolve V.PTCP;PRS
'urry V;PST
wtfpwn V.PTCP;PRS
implore V.PTCP;PRS
prefix V;SG;3;PRS
toy V;PST
rouge V;PST
eep V.PTCP;PST
air-freight V;PST
witticize V.PTCP;PRS
outfire V;PST
capon V;SG;3;PRS
encave V;SG;3;PRS
blesh V.PTCP;PST
need V;NFIN
sysop V;SG;3;PRS
shovel V.PTCP;PST
blue V;PST
market V.PTCP;PST
forespeak V;PST
jaup V.PTCP;PST
skateboard V;NFIN
spearhead V.PTCP;PRS
scran V;SG;3;PRS
transact V;NFIN
reparate V;NFIN
jee V;SG;3;PRS
subsidize V;SG;3;PRS
bemad V.PTCP;PRS
quake V;PST
misbrook V.PTCP;PRS
reduct V.PTCP;PRS
bisect V.PTCP;PST
adulter V;SG;3;PRS
shi'ize V.PTCP;PRS
underdrain V;NFIN
stomp V;SG;3;PRS
comproportionate V;PST
canonise V.PTCP;PRS
recoup V.PTCP;PRS
adrenalectomise V;PST
lynch V.PTCP;PST
glow V;NFIN
layn V.PTCP;PRS
disenter V;PST
winterfeed V;SG;3;PRS
acraze V.PTCP;PRS
wield V.PTCP;PRS
cluster V.PTCP;PRS
perdure V.PTCP;PRS
scandal V;PST
reënter V;NFIN
encumber V;PST
stifle V.PTCP;PST
beshade V;NFIN
corrupt V.PTCP;PST
midwife V;SG;3;PRS
viscerate V;SG;3;PRS
misconster V.PTCP;PST
Danicize V.PTCP;PST
unthaw V;PST
bouse V;SG;3;PRS
diddle V;SG;3;PRS
hock V;PST
impede V.PTCP;PST
jailbreak V;NFIN
pittle V.PTCP;PST
computerise V.PTCP;PRS
deauthorise V;SG;3;PRS
notice V;PST
dyscrasy V.PTCP;PST
horsewhip V.PTCP;PST
eglomerate V.PTCP;PST
intort V;PST
baksheesh V;PST
joyne V;SG;3;PRS
expede V;NFIN
capon V;PST
geminate V.PTCP;PST
asciify V.PTCP;PST
foresave V.PTCP;PRS
rigidify V;PST
detartrate V.PTCP;PST
rigorise V.PTCP;PRS
metastisize V;NFIN
prickle V;PST
tase V.PTCP;PST
superimpose V.PTCP;PST
raik V.PTCP;PRS
misspell V.PTCP;PST
spiriten V;SG;3;PRS
quitter V.PTCP;PST
welt V;SG;3;PRS
miscategorise V.PTCP;PST
pollock V.PTCP;PRS
spurn V.PTCP;PST
dash V.PTCP;PST
vodcast V;SG;3;PRS
monoubiquitylate V.PTCP;PST
oversit V;PST
relet V;NFIN
surname V;SG;3;PRS
seem V.PTCP;PRS
precache V;SG;3;PRS
componentize V.PTCP;PST
recoin V.PTCP;PRS
disallow V;SG;3;PRS
bangtail V;NFIN
pastour V.PTCP;PRS
Timonize V.PTCP;PRS
decentralise V;PST
genericize V.PTCP;PRS
mooch V;NFIN
reconstitute V;NFIN
internalise V;PST
becripple V;SG;3;PRS
œconomize V;PST
exauctorate V;SG;3;PRS
inwood V.PTCP;PST
revictual V.PTCP;PRS
tog V.PTCP;PRS
embargo V;PST
chequerboard V.PTCP;PST
predigest V;NFIN
iambize V;NFIN
outstride V.PTCP;PST
deep-fry V;SG;3;PRS
hybridize V;SG;3;PRS
cape V;PST
incinerate V.PTCP;PRS
overkill V.PTCP;PST
divagate V.PTCP;PST
hobnail V;PST
underbet V;SG;3;PRS
abnegate V;NFIN
cultivate V.PTCP;PST
etymologise V;PST
hydrodesulfurize V.PTCP;PRS
homodyne V;PST
reheel V.PTCP;PST
underact V;PST
lozenge V;PST
madefy V;NFIN
verge V;SG;3;PRS
bower V.PTCP;PRS
Sunnize V.PTCP;PRS
recollect V.PTCP;PST
superintend V;NFIN
disembowel V;PST
survene V;SG;3;PRS
hustle V.PTCP;PST
poleaxe V;NFIN
transduce V;SG;3;PRS
plink V.PTCP;PST
outbear V;NFIN
message V.PTCP;PST
interbring V.PTCP;PST
outscorn V;NFIN
repolish V;NFIN
clad V.PTCP;PST
misqualify V.PTCP;PRS
cylindrify V;SG;3;PRS
leint V;SG;3;PRS
stroam V;SG;3;PRS
vampirize V;NFIN
softload V.PTCP;PST
jive V;PST
disrecommend V;SG;3;PRS
disinsect V;SG;3;PRS
knee V.PTCP;PST
unflesh V;SG;3;PRS
convoke V;PST
disparple V.PTCP;PST
collectivise V.PTCP;PST
shnor V;PST
beckon V;PST
hurdle V;PST
ribosylate V;PST
hallucinate V.PTCP;PRS
brigade V;SG;3;PRS
oversend V;PST
deplume V.PTCP;PRS
down V.PTCP;PRS
inrush V.PTCP;PRS
batter V;SG;3;PRS
begift V;PST
indemnify V;NFIN
dismail V;SG;3;PRS
underfurrow V.PTCP;PRS
sgraffito V;NFIN
readdress V;PST
island-hop V;SG;3;PRS
shitcan V.PTCP;PRS
canonicalise V;SG;3;PRS
forcleave V.PTCP;PST
hack V;SG;3;PRS
outfire V.PTCP;PRS
defer V.PTCP;PST
Sunnize V;PST
fret V.PTCP;PST
upraise V;NFIN
relate V.PTCP;PRS
catechize V.PTCP;PST
overcanopy V.PTCP;PST
industrialize V;SG;3;PRS
outworth V;PST
whack V.PTCP;PST
streel V;SG;3;PRS
cwtch V;SG;3;PRS
congree V.PTCP;PST
corrupt V.PTCP;PRS
precook V;NFIN
resize V.PTCP;PST
stultify V.PTCP;PRS
præcede V;NFIN
proletarianize V.PTCP;PST
delegitimatize V.PTCP;PST
reject V;PST
void V.PTCP;PST
autodecrement V;SG;3;PRS
encash V.PTCP;PST
reëmerge V.PTCP;PST
shipwreck V;NFIN
sealift V;NFIN
blackmark V;NFIN
clean V.PTCP;PRS
overlean V;PST
instimulate V.PTCP;PRS
dudder V.PTCP;PST
dementate V;SG;3;PRS
torpedo V.PTCP;PST
snet V.PTCP;PRS
retransliterate V.PTCP;PST
retrain V;SG;3;PRS
beflake V;PST
impest V.PTCP;PST
uncluster V;PST
begrime V;PST
defalk V;PST
overcharge V.PTCP;PRS
accept V.PTCP;PST
tour V;NFIN
rote V.PTCP;PRS
secularise V.PTCP;PRS
lapse V;NFIN
beath V.PTCP;PST
serialize V;NFIN
anesthetize V.PTCP;PRS
inglobe V;PST
need V;SG;3;PRS
glomp V.PTCP;PRS
foller V;PST
repower V;SG;3;PRS
enshadow V;NFIN
deodourize V;NFIN
forage V;PST
disinvolve V;NFIN
flame V.PTCP;PRS
overglance V.PTCP;PRS
chest V.PTCP;PST
temp V;NFIN
misdial V.PTCP;PRS
humidify V;PST
precondemn V;SG;3;PRS
traverse V.PTCP;PST
forirk V.PTCP;PRS
appetise V;NFIN
represent V;SG;3;PRS
Tylerize V.PTCP;PST
benighten V;PST
accomplish V;SG;3;PRS
escalate V;NFIN
cryptograph V.PTCP;PRS
preconceive V;NFIN
notarize V;SG;3;PRS
retrude V.PTCP;PRS
procrasturbate V;NFIN
outslug V;SG;3;PRS
beshite V;NFIN
preachify V.PTCP;PRS
retcon V;NFIN
foreordain V.PTCP;PRS
mislocalize V;PST
redevelop V;NFIN
patrol V.PTCP;PRS
disbar V;PST
migrate V;PST
conde V.PTCP;PRS
fulldo V;SG;3;PRS
predeposit V;SG;3;PRS
uprun V;PST
bind V.PTCP;PST
precompress V;NFIN
slay V;NFIN
conn V.PTCP;PRS
autoradiograph V;NFIN
unchristianize V.PTCP;PRS
scabbard V.PTCP;PRS
vary V.PTCP;PST
incarnate V.PTCP;PST
steepen V.PTCP;PST
belord V;PST
facilize V.PTCP;PST
disfavour V;NFIN
hamshackle V;PST
digladiate V;PST
fixture V;PST
vindicate V;SG;3;PRS
telemanipulate V;NFIN
uridylate V;PST
vaut V;PST
acuminate V.PTCP;PST
felt V.PTCP;PRS
entitule V;PST
Polonize V;SG;3;PRS
beclothe V.PTCP;PRS
Buddhize V.PTCP;PST
expostulate V;NFIN
disinter V.PTCP;PST
glaunce V;SG;3;PRS
upswell V;PST
carom V;SG;3;PRS
praemunire V;PST
diabolize V;NFIN
advertize V.PTCP;PST
shi'ize V;SG;3;PRS
piss V.PTCP;PST
underkeep V.PTCP;PST
amay V;SG;3;PRS
lojbanize V;SG;3;PRS
delude V;PST
poleax V;NFIN
unhumanize V.PTCP;PST
mathematicize V;PST
tissue V;PST
consume V.PTCP;PRS
overbuy V;SG;3;PRS
swish V;SG;3;PRS
empark V;PST
embody V;SG;3;PRS
unwire V.PTCP;PRS
recultivate V;NFIN
restinguish V.PTCP;PRS
preëmpt V;SG;3;PRS
perflate V;SG;3;PRS
educe V;PST
circumscribe V.PTCP;PRS
reintegrate V.PTCP;PST
ad-lib V;NFIN
Danicise V;PST
fiddlefuck V;NFIN
yoyo V;SG;3;PRS
cabalize V;PST
aread V;SG;3;PRS
goose V;PST
colorate V.PTCP;PST
comrade V;SG;3;PRS
burke V;SG;3;PRS
neologize V.PTCP;PRS
madden V;NFIN
reanalyse V.PTCP;PRS
deride V.PTCP;PRS
microchip V;NFIN
character V;PST
stonk V;SG;3;PRS
accurise V;SG;3;PRS
sloom V;NFIN
essoign V;SG;3;PRS
twangle V.PTCP;PRS
glutch V.PTCP;PST
maul V.PTCP;PRS
permablock V;PST
implicate V.PTCP;PRS
interline V;PST
confessionalize V;NFIN
petition V;NFIN
mirk V.PTCP;PRS
overseason V;NFIN
pluck V;NFIN
hull V.PTCP;PRS
over-estimate V.PTCP;PRS
fund V.PTCP;PRS
flense V;NFIN
intend V;NFIN
fenerate V;SG;3;PRS
thee V.PTCP;PRS
isomerize V;NFIN
creosote V;PST
spoil V;PST
mack V;NFIN
confuse V;NFIN
shackle V.PTCP;PRS
redownload V;NFIN
restrive V;NFIN
kvell V;SG;3;PRS
deinterleave V;NFIN
affront V;PST
bycatch V.PTCP;PRS
girlify V.PTCP;PRS
marionette V;PST
integrate V;PST
prostitute V;PST
catholicise V;SG;3;PRS
decrumb V.PTCP;PST
accoll V;SG;3;PRS
preschedule V.PTCP;PRS
miscounsel V;NFIN
visualize V;SG;3;PRS
cotransfect V;NFIN
comarket V.PTCP;PST
inhibit V.PTCP;PRS
Clintonize V;SG;3;PRS
schlomp V;SG;3;PRS
overenunciate V;PST
creep V;SG;3;PRS
bewag V;SG;3;PRS
statue V;NFIN
militiate V;SG;3;PRS
twinkle V;PST
abjudicate V;NFIN
rigorize V;PST
overclean V.PTCP;PRS
rim V.PTCP;PRS
unreeve V.PTCP;PST
indubitate V.PTCP;PST
averruncate V.PTCP;PRS
crossreference V;PST
bogan V.PTCP;PRS
time-stretch V.PTCP;PRS
study V;SG;3;PRS
renegotiate V;NFIN
toy V.PTCP;PRS
upbraid V;NFIN
rechoose V;SG;3;PRS
fold V.PTCP;PRS
toquake V.PTCP;PRS
negroize V;PST
pyramid V.PTCP;PST
envoke V.PTCP;PST
bore V.PTCP;PST
dade V.PTCP;PRS
warranty V;SG;3;PRS
better V;PST
reduplicate V.PTCP;PST
champ V.PTCP;PST
overstride V;SG;3;PRS
galactosylate V.PTCP;PST
frig V.PTCP;PRS
bethink V.PTCP;PST
forebring V;SG;3;PRS
prewrite V;NFIN
bescrape V.PTCP;PST
co-star V;PST
enmist V;NFIN
resume V.PTCP;PRS
stipulate V;PST
laser V;SG;3;PRS
vice V;SG;3;PRS
overbill V.PTCP;PST
veg V;NFIN
plim V;SG;3;PRS
decumulate V.PTCP;PRS
disvouch V;SG;3;PRS
dry V.PTCP;PST
stram V;SG;3;PRS
reknit V;SG;3;PRS
intershine V.PTCP;PST
exhaust V.PTCP;PRS
swear V;SG;3;PRS
overexpress V;NFIN
videocast V.PTCP;PST
statisticize V;PST
imitate V;NFIN
alternate V.PTCP;PST
punk V.PTCP;PRS
toepoke V.PTCP;PRS
overhale V;SG;3;PRS
easy V;PST
beltloop V;SG;3;PRS
forwound V;PST
courb V;SG;3;PRS
vail V;NFIN
prefocus V;SG;3;PRS
enrobe V;NFIN
encline V;SG;3;PRS
wiretap V;PST
absist V;SG;3;PRS
wake V.PTCP;PRS
jetski V.PTCP;PST
ploidize V.PTCP;PRS
nickname V;NFIN
contracept V;SG;3;PRS
confusticate V;PST
reincur V;SG;3;PRS
overschedule V.PTCP;PST
rehypothecate V;NFIN
decompensate V;SG;3;PRS
deschool V;NFIN
conceptualize V;SG;3;PRS
phosphorylate V.PTCP;PST
scavage V;NFIN
zing V;PST
taughten V.PTCP;PST
devictimize V;SG;3;PRS
uncurb V;SG;3;PRS
emplace V;NFIN
pie V;PST
outward V;NFIN
bullet V;NFIN
immask V;SG;3;PRS
windrow V.PTCP;PST
addeem V;NFIN
concamerate V;NFIN
resegregrate V;SG;3;PRS
counterfeit V.PTCP;PRS
chaw V;SG;3;PRS
prewrite V.PTCP;PST
risp V.PTCP;PST
misthrow V;NFIN
retrodisplace V.PTCP;PRS
effeminate V.PTCP;PRS
scold V.PTCP;PRS
minimalise V.PTCP;PST
maudle V;NFIN
airfreight V.PTCP;PST
tarry V.PTCP;PST
downtone V;PST
disgrace V;PST
forhard V;NFIN
republish V;PST
desand V.PTCP;PST
overcontribute V;NFIN
disharmonize V;NFIN
outspin V;PST
countermark V.PTCP;PRS
except V;NFIN
privilege V;PST
spline V.PTCP;PRS
apparel V;SG;3;PRS
misfuel V;PST
adempt V;NFIN
pash V.PTCP;PST
seceed V.PTCP;PST
haulse V;NFIN
vaticinate V;PST
acquiet V;NFIN
sluther V.PTCP;PRS
scritch V;SG;3;PRS
missionize V.PTCP;PST
oink V;SG;3;PRS
unblock V;NFIN
acetalise V;SG;3;PRS
sarse V.PTCP;PRS
somnabulate V.PTCP;PRS
photogravure V;NFIN
under-approximate V;PST
gank V.PTCP;PRS
cruel V;PST
buckle V;PST
becharm V;SG;3;PRS
debuff V;SG;3;PRS
gleen V;SG;3;PRS
beflea V.PTCP;PRS
April-fool V;SG;3;PRS
pledge V.PTCP;PRS
variolate V;SG;3;PRS
prance V;SG;3;PRS
masculinize V.PTCP;PRS
beknowledge V;SG;3;PRS
punctuate V;PST
pod V.PTCP;PRS
inglut V;NFIN
patinate V.PTCP;PRS
upskill V;PST
coinfluence V;PST
warranty V.PTCP;PST
photoconvert V;NFIN
violate V;SG;3;PRS
delegitimatize V.PTCP;PRS
inhance V.PTCP;PST
overexpress V;PST
tomb V;PST
thirl V.PTCP;PRS
lobby V.PTCP;PST
syntacticise V;SG;3;PRS
springe V;PST
waul V.PTCP;PRS
rod V.PTCP;PST
border V;NFIN
acuminate V;SG;3;PRS
dawn V;NFIN
dispell V;NFIN
plouter V.PTCP;PST
press V;NFIN
extend V.PTCP;PST
overdoss V;NFIN
quob V.PTCP;PST
revigorate V.PTCP;PRS
outplace V.PTCP;PRS
forewish V;NFIN
co-host V;NFIN
unshutter V.PTCP;PRS
gurgle V;PST
codename V;NFIN
sean V.PTCP;PST
foresay V.PTCP;PST
pastoralize V;PST
reprune V.PTCP;PST
sloom V.PTCP;PST
misformat V.PTCP;PST
disintermediate V.PTCP;PRS
standardise V;PST
unsweat V;PST
interplant V.PTCP;PRS
overtype V.PTCP;PRS
uncrook V;SG;3;PRS
recorrect V;SG;3;PRS
perchlorinate V.PTCP;PRS
bunch V;PST
ringfence V;SG;3;PRS
forsling V;PST
clearstarch V;SG;3;PRS
engrasp V.PTCP;PRS
soft-pedal V.PTCP;PRS
overlinger V;SG;3;PRS
counterpunch V;PST
bartend V.PTCP;PRS
deëmphasize V.PTCP;PRS
diabolize V;PST
chud V;NFIN
regerminate V;SG;3;PRS
waterfall V;SG;3;PRS
herbarize V.PTCP;PRS
exsert V.PTCP;PRS
overword V;SG;3;PRS
foster V.PTCP;PRS
forbuy V.PTCP;PST
burke V;NFIN
machinate V.PTCP;PST
acceed V.PTCP;PST
spruce V;NFIN
alter V.PTCP;PRS
harsh V.PTCP;PRS
deodorize V;NFIN
taxonomize V;PST
metonymize V;PST
redisclose V;PST
whew V.PTCP;PST
elden V.PTCP;PRS
encoffin V.PTCP;PRS
deradicalize V;NFIN
resist V;PST
solve V;PST
outstrip V.PTCP;PST
counterplead V;PST
steal V;NFIN
befie V;PST
beteach V.PTCP;PRS
outjuggle V;SG;3;PRS
forslinger V.PTCP;PST
wassail V;NFIN
awe V.PTCP;PST
undertreat V;NFIN
harmonize V;PST
inflict V;NFIN
marbleize V;SG;3;PRS
reunify V;NFIN
geometrize V.PTCP;PST
slowplay V.PTCP;PRS
rebook V.PTCP;PST
magnify V;NFIN
immunize V;NFIN
decarbonize V;PST
overgive V.PTCP;PRS
hare V;NFIN
sack V;PST
burke V.PTCP;PRS
abhor V.PTCP;PST
overcoach V;PST
perendinate V;NFIN
queef V;NFIN
displode V;NFIN
puddle V.PTCP;PST
uncomplicate V.PTCP;PST
zed V.PTCP;PRS
coalesce V.PTCP;PRS
beknowledge V.PTCP;PRS
foreload V;NFIN
in-box V;SG;3;PRS
carl V;NFIN
lævigate V;PST
cretinise V;PST
bespittle V.PTCP;PRS
funeralize V.PTCP;PST
taste V;SG;3;PRS
louk V;NFIN
bewile V.PTCP;PRS
de-humanize V.PTCP;PST
outgallop V.PTCP;PST
educationalize V.PTCP;PRS
goad V;PST
anthologize V.PTCP;PRS
debrief V;NFIN
aerify V;PST
palpate V;SG;3;PRS
skurry V.PTCP;PST
intermeddle V;NFIN
retrospect V.PTCP;PST
unperfect V.PTCP;PRS
incloud V;NFIN
impawn V;SG;3;PRS
duchess V;NFIN
outgive V.PTCP;PST
comply V;PST
downplay V;PST
layaway V;SG;3;PRS
creak V.PTCP;PST
unknit V;NFIN
feedback V;SG;3;PRS
eternize V;PST
slackline V;PST
mudpuddle V.PTCP;PST
jampack V.PTCP;PST
upchuck V.PTCP;PRS
sned V;PST
repeople V;SG;3;PRS
uprun V;NFIN
tweag V;NFIN
marline V;SG;3;PRS
jaw V;PST
bombinate V;SG;3;PRS
disburden V.PTCP;PST
crouch V;PST
output V.PTCP;PRS
counterplead V;NFIN
drydock V.PTCP;PST
develop V;PST
interfold V;SG;3;PRS
bost V.PTCP;PST
bedirty V;NFIN
remerge V;SG;3;PRS
reincarnate V;NFIN
preappoint V;NFIN
wlate V.PTCP;PST
mercerize V;PST
appair V.PTCP;PST
acuate V;PST
Cumberbatch V;NFIN
reave V.PTCP;PST
glide V.PTCP;PST
outname V.PTCP;PST
transpeciate V;NFIN
overleaven V;PST
gage V;PST
bareback V;NFIN
overanalyse V.PTCP;PRS
grovel V.PTCP;PST
pillow V.PTCP;PST
te-hee V;SG;3;PRS
bedwell V;SG;3;PRS
girt V;PST
defunct V;SG;3;PRS
defibrate V;SG;3;PRS
stonify V.PTCP;PST
dorkify V.PTCP;PST
multiracialize V;SG;3;PRS
ebonise V;NFIN
underseek V.PTCP;PRS
heeltap V.PTCP;PST
self-redress V;PST
interreact V.PTCP;PST
civilize V;PST
climber V.PTCP;PRS
avalanche V;NFIN
paper V;SG;3;PRS
Palestinianize V;SG;3;PRS
butterfly V.PTCP;PRS
w**k V;PST
envenomate V;NFIN
demonize V;SG;3;PRS
embezzle V;NFIN
breast-feed V.PTCP;PST
atsit V;NFIN
befurbelow V;SG;3;PRS
toyi-toyi V.PTCP;PST
dismantle V.PTCP;PST
wheelbarrow V.PTCP;PRS
forage V.PTCP;PST
desalivate V.PTCP;PRS
fizz V;NFIN
report V;NFIN
infirm V;PST
labefy V.PTCP;PRS
ungod V.PTCP;PST
blackjack V;NFIN
cannonball V;PST
crossreference V;SG;3;PRS
daylight V.PTCP;PST
encountre V;PST
connotate V.PTCP;PRS
resperse V;PST
lord V;SG;3;PRS
disarticulate V.PTCP;PRS
outpour V;SG;3;PRS
disparage V;NFIN
counterilluminate V.PTCP;PRS
sinicize V.PTCP;PST
supercede V;PST
rejustify V;NFIN
crosslink V.PTCP;PRS
phosphorise V;NFIN
dull V;PST
photodope V;PST
slike V;SG;3;PRS
glower V.PTCP;PST
undercompensate V.PTCP;PRS
backstab V.PTCP;PST
stable V;PST
fraternalize V;NFIN
brown V.PTCP;PRS
dislink V;NFIN
overspring V.PTCP;PRS
underpull V;SG;3;PRS
god V.PTCP;PRS
tose V;SG;3;PRS
jade V;NFIN
crab V;PST
unfurrow V;NFIN
slow-walk V.PTCP;PST
reck V.PTCP;PST
ovulate V;NFIN
empair V.PTCP;PST
dis V.PTCP;PRS
enchain V.PTCP;PST
scruze V;PST
overinfluence V;PST
cartelise V.PTCP;PRS
dimple V.PTCP;PRS
resource V.PTCP;PST
align V.PTCP;PST
tosh V.PTCP;PRS
pseudonymize V;SG;3;PRS
flatulate V;SG;3;PRS
swidden V;PST
beflee V;NFIN
overtire V;PST
conglobe V;SG;3;PRS
bein V.PTCP;PST
befuck V;SG;3;PRS
misemploy V.PTCP;PRS
reclamp V.PTCP;PST
rack V.PTCP;PST
resheathe V;PST
potshot V;PST
unplace V.PTCP;PST
misdistribute V;NFIN
coöperate V;PST
frieze V;SG;3;PRS
may V;SG;3;PRS
kaypoh V;SG;3;PRS
binarize V.PTCP;PST
forcover V.PTCP;PRS
unmark V;NFIN
vaccinize V;NFIN
jargle V;SG;3;PRS
copyread V;PST
spazz V.PTCP;PST
lirk V.PTCP;PRS
delaminate V;PST
unwreathe V.PTCP;PST
deshuffle V;SG;3;PRS
ocker V.PTCP;PRS
unbias V.PTCP;PRS
unclinch V;SG;3;PRS
fark V.PTCP;PRS
overheal V;SG;3;PRS
unbox V;SG;3;PRS
excave V;SG;3;PRS
back-form V;PST
decree V.PTCP;PRS
pathologize V.PTCP;PRS
winnow V;PST
self-sabotage V.PTCP;PRS
contemplate V;PST
casualize V.PTCP;PRS
hatchet V;PST
swelt V;SG;3;PRS
misunderstand V.PTCP;PRS
overlean V;SG;3;PRS
pern V;PST
electioneer V;NFIN
tump V.PTCP;PRS
calefy V;NFIN
marketise V.PTCP;PST
fourpeat V.PTCP;PRS
hypercompute V;NFIN
hinder V;NFIN
angulate V.PTCP;PST
combat V;PST
internationalise V;PST
overwet V;SG;3;PRS
departmentalize V;NFIN
remorate V.PTCP;PRS
belly V;SG;3;PRS
enravish V.PTCP;PST
backspin V.PTCP;PRS
defœdate V.PTCP;PST
angel V;NFIN
grok V.PTCP;PRS
fix V.PTCP;PRS
kamikaze V;PST
untick V;SG;3;PRS
accordion V.PTCP;PRS
bestill V;SG;3;PRS
dejudicialize V;SG;3;PRS
drudge V;PST
obtund V;SG;3;PRS
cyclodimerize V.PTCP;PST
overbrowse V;SG;3;PRS
burglarize V.PTCP;PST
resynch V.PTCP;PST
larrup V;PST
besmirk V;PST
reject V;SG;3;PRS
hook V;PST
unswell V;SG;3;PRS
hypostatize V.PTCP;PRS
backburn V;SG;3;PRS
sinicize V;NFIN
peise V.PTCP;PRS
scribble V;NFIN
beseek V;SG;3;PRS
poopoo V.PTCP;PST
kissle V;NFIN
venom V;SG;3;PRS
descope V.PTCP;PST
finger V.PTCP;PST
pig V.PTCP;PST
clapperclaw V;SG;3;PRS
epoxidise V;SG;3;PRS
kibosh V.PTCP;PRS
premit V;SG;3;PRS
constitutionalise V;SG;3;PRS
sequestre V.PTCP;PRS
granularize V;PST
discommodate V.PTCP;PRS
deodourise V;NFIN
bemoil V.PTCP;PST
embrighten V.PTCP;PRS
gloppen V;NFIN
deglycosylate V;PST
agree V;SG;3;PRS
cricket V;SG;3;PRS
recache V;NFIN
obtruncate V;PST
infest V;SG;3;PRS
flustrate V;PST
refill V.PTCP;PST
rechew V;SG;3;PRS
mast V.PTCP;PST
nuclearise V;SG;3;PRS
unground V;PST
smart V.PTCP;PST
rose V;PST
croon V;NFIN
forban V;PST
understock V.PTCP;PRS
undercook V;SG;3;PRS
yark V;SG;3;PRS
orthogonalize V.PTCP;PRS
luster V.PTCP;PST
depatriate V;NFIN
slackline V;SG;3;PRS
disembowel V.PTCP;PRS
atrine V.PTCP;PST
misbear V.PTCP;PST
pretzel V;NFIN
sip V;NFIN
concretize V;NFIN
encolour V;SG;3;PRS
countersing V.PTCP;PRS
distrust V.PTCP;PRS
haplologize V.PTCP;PRS
lam V.PTCP;PST
beshroud V.PTCP;PRS
entertake V.PTCP;PRS
inherit V;SG;3;PRS
betake V.PTCP;PST
scrooch V.PTCP;PST
disaggregate V;PST
overline V;PST
idle V;NFIN
return V;NFIN
sledge V;NFIN
encompass V;PST
afforce V;NFIN
exude V;PST
staystitch V.PTCP;PST
blackmail V;SG;3;PRS
subtilise V;NFIN
rasterise V.PTCP;PRS
mistreat V;NFIN
unsweat V;NFIN
disbark V;SG;3;PRS
enhabit V;SG;3;PRS
overcolor V;PST
colocalize V;NFIN
forclem V;SG;3;PRS
panick V.PTCP;PST
agriculturalize V.PTCP;PST
sheetrock V;NFIN
idle V;PST
unparent V;PST
unwish V;NFIN
figure V;NFIN
mightsome V;SG;3;PRS
outorganize V;PST
counterflow V;NFIN
misconjugate V.PTCP;PRS
feague V.PTCP;PST
spiff V.PTCP;PST
descend V;PST
jetty V.PTCP;PRS
fillet V.PTCP;PRS
colour V;PST
overquell V;SG;3;PRS
zzz V.PTCP;PRS
ungown V;NFIN
fetishise V;SG;3;PRS
neighbor V.PTCP;PRS
equiponderate V.PTCP;PRS
disencumber V;PST
spellcheck V.PTCP;PST
self-injure V.PTCP;PRS
eliminate V.PTCP;PRS
eright V.PTCP;PST
audition V.PTCP;PST
adopt V;NFIN
puncture V;PST
outwing V.PTCP;PST
escape V.PTCP;PRS
inviscerate V.PTCP;PST
nauseate V;SG;3;PRS
relocalize V.PTCP;PRS
deredden V.PTCP;PRS
dom V.PTCP;PRS
baby V;PST
forspill V;PST
atscape V;NFIN
high-step V;NFIN
moor V;NFIN
assot V;NFIN
concatenate V.PTCP;PST
sublet V;SG;3;PRS
cower V;PST
recan V;NFIN
bonsai V;PST
prosecute V;PST
miscast V;PST
forbreak V;SG;3;PRS
tranquillise V;NFIN
corrode V;NFIN
fumble V;NFIN
roughcast V.PTCP;PST
fieldstrip V;SG;3;PRS
traunch V.PTCP;PST
delurk V;NFIN
commonise V.PTCP;PST
design V.PTCP;PRS
understock V;PST
teleoperate V.PTCP;PST
thole V;PST
airdash V;SG;3;PRS
downclock V;PST
disincorporate V;PST
battel V;NFIN
disinfest V;SG;3;PRS
forward V;PST
shall V;SG;3;PRS
notate V;SG;3;PRS
dissettle V.PTCP;PRS
verlanize V;NFIN
laniate V;SG;3;PRS
reapproach V;NFIN
nappy V.PTCP;PRS
consubstantiate V;NFIN
door V;SG;3;PRS
oversubscribe V.PTCP;PST
savour V.PTCP;PRS
nose-pick V;NFIN
counterbleed V;PST
iridize V.PTCP;PST
gnosticize V;NFIN
epistolize V.PTCP;PRS
bedight V;PST
destruct V;SG;3;PRS
trademark V;SG;3;PRS
overcite V;PST
underachieve V;NFIN
peal V;SG;3;PRS
cumber V;NFIN
bestrut V.PTCP;PRS
sculk V;PST
forswink V.PTCP;PST
bandy V.PTCP;PST
yelp V.PTCP;PRS
traction V;NFIN
civilise V;NFIN
invocate V;NFIN
glug V;SG;3;PRS
reimmunize V;NFIN
excerpt V;PST
embay V;NFIN
knell V.PTCP;PST
troble V.PTCP;PRS
insult V;SG;3;PRS
papalize V;SG;3;PRS
afford V.PTCP;PRS
whir V.PTCP;PST
cone V.PTCP;PRS
reconsecrate V;SG;3;PRS
arize V.PTCP;PST
crossbite V.PTCP;PST
mosby V;NFIN
bicker V;NFIN
exaggerate V;NFIN
cross-kick V;SG;3;PRS
thrum V;NFIN
bestialize V;NFIN
flagellate V;NFIN
skrike V;PST
unpossess V;PST
bestialize V;PST
asexualize V.PTCP;PST
enlute V;PST
superinfect V.PTCP;PRS
remail V.PTCP;PST
re-use V;PST
supercoil V.PTCP;PST
exuberate V.PTCP;PST
marry V;SG;3;PRS
provocate V.PTCP;PRS
forthcut V.PTCP;PST
disconnect V;SG;3;PRS
lapse V;SG;3;PRS
doff V;NFIN
dash V.PTCP;PRS
eroticize V.PTCP;PRS
prævaricate V;NFIN
forbid V;NFIN
addeem V.PTCP;PST
induct V.PTCP;PST
filmize V;PST
immunize V;SG;3;PRS
vapourize V.PTCP;PRS
uncharnel V.PTCP;PST
eke V;SG;3;PRS
soundproof V;PST
rubberize V.PTCP;PST
cost V.PTCP;PST
crystallize V.PTCP;PST
whinner V;SG;3;PRS
kit V.PTCP;PRS
revoke V.PTCP;PRS
Turkify V;NFIN
kid V.PTCP;PRS
spatialize V;SG;3;PRS
projectile-vomit V.PTCP;PRS
reëvaluate V;SG;3;PRS
employ V.PTCP;PRS
unwatch V;NFIN
obscure V;PST
reshoe V;SG;3;PRS
autoinhibit V;SG;3;PRS
snow-blow V.PTCP;PST
FedEx V.PTCP;PST
foredetermine V;SG;3;PRS
confessionalize V.PTCP;PRS
slingshot V;NFIN
mould V;PST
best V;NFIN
split V.PTCP;PRS
sidetrack V;PST
shotgun V;NFIN
deadbolt V;PST
downregulate V;SG;3;PRS
band-aid V.PTCP;PST
reflate V.PTCP;PRS
cross-dress V.PTCP;PRS
grout V;SG;3;PRS
smash V;NFIN
ASCIIfy V;PST
forbise V;NFIN
redden V.PTCP;PST
plastre V;NFIN
brickfilm V;NFIN
plan V.PTCP;PST
plaister V;NFIN
outstink V;NFIN
confide V.PTCP;PST
indent V;NFIN
spiderweb V;PST
vinew V.PTCP;PST
captain V;PST
forharden V;SG;3;PRS
york V.PTCP;PRS
cherry-pick V.PTCP;PST
single-space V;SG;3;PRS
fuffle V.PTCP;PST
out-top V;PST
bespend V;NFIN
autoflow V.PTCP;PST
deejay V.PTCP;PST
petnap V.PTCP;PST
punt V;NFIN
tidivate V;SG;3;PRS
blister V;SG;3;PRS
sinter V;PST
sublicense V.PTCP;PRS
prig V.PTCP;PST
unknit V;PST
emotionalise V.PTCP;PRS
bullock V;NFIN
hent V.PTCP;PST
opalize V;SG;3;PRS
miscite V.PTCP;PRS
outhustle V.PTCP;PST
rind V;SG;3;PRS
pedicure V.PTCP;PRS
refuel V.PTCP;PRS
deaverage V.PTCP;PRS
date V.PTCP;PST
stint V.PTCP;PRS
adnominalize V;SG;3;PRS
pretext V;NFIN
syllabify V;NFIN
failcascade V.PTCP;PRS
insidiate V;SG;3;PRS
ensafe V;PST
collate V;PST
monest V;SG;3;PRS
refund V;SG;3;PRS
IRC V.PTCP;PST
hoot V.PTCP;PST
format V;PST
decolourize V;SG;3;PRS
relaunch V;PST
recertificate V;NFIN
intrap V.PTCP;PRS
toenail V;NFIN
jip V;SG;3;PRS
cling V;PST
reboil V;NFIN
metamorphize V;NFIN
disembosom V;SG;3;PRS
activate V;SG;3;PRS
marginate V;SG;3;PRS
camber V;SG;3;PRS
prewrite V;SG;3;PRS
chaperone V.PTCP;PRS
histrionize V;PST
enhort V;NFIN
recrystallize V;PST
agonize V;SG;3;PRS
slalom V.PTCP;PST
heave V;NFIN
bemingle V;SG;3;PRS
reassemble V;SG;3;PRS
madefy V.PTCP;PST
overassess V;NFIN
outguess V;NFIN
fleer V;NFIN
bioneer V;NFIN
scrutinise V;NFIN
ogle V;SG;3;PRS
stag V;NFIN
housel V.PTCP;PRS
depollute V;SG;3;PRS
uuencode V;PST
loblolly V;PST
underbrace V;SG;3;PRS
stenograph V;PST
disaccord V;PST
privateer V;SG;3;PRS
craw V;PST
gavel V.PTCP;PST
departition V.PTCP;PRS
can V;SG;3;PRS
estray V;PST
prewash V;NFIN
soss V.PTCP;PRS
aerosolize V;SG;3;PRS
nom V;NFIN
enrange V;SG;3;PRS
redefeat V;NFIN
plateau V.PTCP;PRS
rickroll V;NFIN
reenact V.PTCP;PRS
retravel V.PTCP;PRS
dob V;PST
pistolwhip V;PST
oxidize V.PTCP;PRS
saw V;NFIN
acidulate V.PTCP;PRS
regress V.PTCP;PRS
mechanise V.PTCP;PST
resmelt V;SG;3;PRS
thaw V;NFIN
untabify V.PTCP;PRS
intumesce V;PST
prebake V.PTCP;PST
teen V;PST
deunionise V;PST
excitate V;NFIN
byline V;PST
appear V;SG;3;PRS
pull V.PTCP;PST
enmew V.PTCP;PRS
symbol V.PTCP;PRS
ween V;PST
conduct V;NFIN
fansub V.PTCP;PST
rebrand V;NFIN
toggle V;SG;3;PRS
wub V.PTCP;PST
cue V.PTCP;PRS
frost V;PST
tare V.PTCP;PST
implant V;SG;3;PRS
unswaddle V;SG;3;PRS
key V.PTCP;PST
skooch V;PST
rehew V.PTCP;PST
argufy V;NFIN
rupture V.PTCP;PST
thirl V;SG;3;PRS
retransitivize V;SG;3;PRS
back-track V.PTCP;PRS
predeliberate V;NFIN
resharpen V.PTCP;PST
depend V;SG;3;PRS
reincarnate V;SG;3;PRS
redshirt V.PTCP;PST
scandal V;NFIN
scholiaze V;SG;3;PRS
tire V;PST
buttweld V;PST
frine V.PTCP;PRS
miscall V.PTCP;PST
abvolate V.PTCP;PST
longboard V;SG;3;PRS
simulcast V;PST
kittle V.PTCP;PST
Shi'ify V.PTCP;PRS
halalize V;NFIN
predilect V;NFIN
unveil V;PST
disapparate V;SG;3;PRS
lisp V;PST
misphrase V;SG;3;PRS
sciss V.PTCP;PRS
electrolyze V;PST
clamor V;SG;3;PRS
grind V;NFIN
assort V;SG;3;PRS
overpressure V;PST
feast V.PTCP;PRS
ming V.PTCP;PST
superstrain V;PST
deduplicate V;NFIN
redispute V.PTCP;PST
hoedown V;SG;3;PRS
mislodge V.PTCP;PRS
gove V;SG;3;PRS
refactor V;PST
outexecute V.PTCP;PST
gibbet V.PTCP;PST
quintuple V;NFIN
charm V;PST
hypertrophy V;NFIN
cycloisomerize V;SG;3;PRS
outwrest V;PST
aim V;SG;3;PRS
maltreat V.PTCP;PST
missionise V.PTCP;PRS
supervise V;NFIN
deprivilege V;PST
unmast V.PTCP;PST
salinize V;NFIN
literalize V.PTCP;PST
format V.PTCP;PST
underexpose V;PST
cross-refer V;SG;3;PRS
downface V;SG;3;PRS
struggle V;NFIN
overlash V;SG;3;PRS
arborize V;SG;3;PRS
anele V.PTCP;PRS
fidget V.PTCP;PST
cohabit V.PTCP;PRS
abuy V;NFIN
adhere V;PST
mine V;SG;3;PRS
emit V.PTCP;PRS
Winsorize V.PTCP;PRS
dewater V.PTCP;PRS
ammoniate V.PTCP;PST
sidle V.PTCP;PRS
derve V;PST
slumbre V;PST
retransition V.PTCP;PST
prebook V;SG;3;PRS
overtighten V;NFIN
incommode V.PTCP;PRS
vectorize V;PST
jam-pack V;NFIN
disoblige V;PST
mishold V;PST
regloss V;PST
superficialise V;PST
versify V;NFIN
yakety-yak V.PTCP;PST
unsheathe V;SG;3;PRS
anaesthetise V.PTCP;PRS
oversway V.PTCP;PST
cointegrate V;NFIN
mysticise V;SG;3;PRS
lear V;PST
misdevelop V.PTCP;PRS
hailse V;NFIN
underheat V.PTCP;PST
cruize V;PST
rigourize V.PTCP;PRS
dualise V;NFIN
cool V.PTCP;PRS
oestruate V;SG;3;PRS
synthesise V.PTCP;PST
dive V.PTCP;PRS
hotpress V.PTCP;PRS
diswont V;NFIN
patronize V;PST
nixtamalize V;PST
rear V;PST
leaze V;NFIN
forlead V;NFIN
enounce V.PTCP;PST
limit V.PTCP;PRS
ferry V.PTCP;PRS
bass V;NFIN
vanquish V;SG;3;PRS
outweep V;PST
prepossess V.PTCP;PRS
bost V;SG;3;PRS
enwreathe V;SG;3;PRS
moo V.PTCP;PST
unblue V.PTCP;PRS
fawn V.PTCP;PST
alcoholise V;PST
compesce V.PTCP;PST
signpost V.PTCP;PRS
nitrosylate V;SG;3;PRS
wyte V.PTCP;PST
cinch V;PST
frontolyze V;PST
Malayise V;NFIN
participate V;SG;3;PRS
antisepticize V;PST
catholicise V;PST
sidle V;SG;3;PRS
egress V.PTCP;PRS
atheize V.PTCP;PST
rewild V.PTCP;PST
fid V;NFIN
degerm V;NFIN
invigor V;PST
benefit V;NFIN
incapacitate V;PST
flounce V;NFIN
reclip V.PTCP;PRS
reinvade V;NFIN
shadowban V;SG;3;PRS
slicken V;PST
collogue V;SG;3;PRS
sponge V;NFIN
betongue V.PTCP;PST
brachiate V.PTCP;PST
preface V.PTCP;PST
lere V.PTCP;PRS
abjugate V;NFIN
decommodify V;NFIN
misallocate V;NFIN
hawk V;SG;3;PRS
ray V;NFIN
divert V;SG;3;PRS
uncord V;PST
smog V;NFIN
bout V;SG;3;PRS
imboil V.PTCP;PRS
terrorize V;NFIN
passionate V;NFIN
mezzotint V;SG;3;PRS
pyrolyze V;PST
seesaw V;SG;3;PRS
pantheonise V;PST
photorelease V;SG;3;PRS
sonnet V.PTCP;PST
unflood V;PST
hode V;NFIN
furtle V.PTCP;PRS
grind V.PTCP;PST
disinvigorate V.PTCP;PRS
praise V.PTCP;PRS
sculk V.PTCP;PST
subsume V.PTCP;PST
burble V;NFIN
semaphore V.PTCP;PST
cull V;SG;3;PRS
clitorize V;SG;3;PRS
smeeth V.PTCP;PST
destruct V;PST
slatter V;SG;3;PRS
bethrust V.PTCP;PRS
kick-step V;SG;3;PRS
end V;PST
retask V.PTCP;PST
forpine V;PST
gobble V;NFIN
obtruncate V.PTCP;PST
matronize V;NFIN
absent V;PST
cab V;NFIN
destigmatize V;PST
overschedule V;PST
undergrow V;NFIN
deflect V.PTCP;PST
crake V;PST
mischaracterize V;NFIN
stress V.PTCP;PRS
bind V;PST
cannibalize V;NFIN
downvote V;NFIN
dispense V;NFIN
boot V;SG;3;PRS
beagle V;SG;3;PRS
proke V;NFIN
shark V;PST
demagnetize V.PTCP;PRS
cave V;PST
lank V.PTCP;PRS
hebetate V;SG;3;PRS
irrumate V;PST
eyefuck V.PTCP;PST
ingraff V;PST
quieten V;NFIN
cybersex V;PST
eat V;NFIN
unimagine V;SG;3;PRS
synergise V.PTCP;PRS
presentiate V.PTCP;PRS
preionize V.PTCP;PRS
wiln V;NFIN
crashland V.PTCP;PRS
grovel V.PTCP;PRS
irrigate V;PST
overstarch V.PTCP;PRS
reaccuse V;NFIN
reissue V.PTCP;PST
dollarize V;SG;3;PRS
precompensate V;PST
rerattle V.PTCP;PST
misaffect V.PTCP;PST
nurl V;SG;3;PRS
mephitize V;NFIN
replaster V.PTCP;PRS
scetch V;NFIN
zeroise V;SG;3;PRS
poulder V;NFIN
swaller V;SG;3;PRS
shirk V;SG;3;PRS
predeposit V;PST
interbed V;NFIN
fibrin V;NFIN
zing V.PTCP;PRS
nesslerize V;NFIN
hyperbolize V;SG;3;PRS
unbone V.PTCP;PRS
man V;SG;3;PRS
circulate V.PTCP;PST
decommercialize V.PTCP;PRS
intangle V;NFIN
repro V.PTCP;PST
bestraddle V;NFIN
overbulk V;NFIN
uproar V.PTCP;PST
confuzzle V.PTCP;PRS
tint V;NFIN
yakity-yak V;NFIN
radiograph V.PTCP;PST
squire V.PTCP;PST
deballast V.PTCP;PST
fork V;SG;3;PRS
misacknowledge V.PTCP;PST
betitle V;PST
enkitten V.PTCP;PRS
back-track V;PST
counterchange V.PTCP;PRS
proin V;PST
rubric V.PTCP;PRS
coinhabit V;NFIN
photoexcite V;SG;3;PRS
loyalize V;PST
reclothe V;NFIN
tottle V.PTCP;PST
hot-tub V;NFIN
departmentalize V.PTCP;PRS
disjoint V.PTCP;PST
deadlift V;SG;3;PRS
view V;SG;3;PRS
reprioritise V;NFIN
burglarize V;PST
aggroup V.PTCP;PST
winsorize V.PTCP;PST
engraven V;SG;3;PRS
relocate V.PTCP;PRS
instore V;PST
compear V;PST
uppluck V.PTCP;PRS
clomp V;PST
misuse V;PST
underinflate V.PTCP;PRS
levee V;SG;3;PRS
overpluck V;PST
amate V;PST
overcark V.PTCP;PST
lament V.PTCP;PRS
plan V;NFIN
chrome V;PST
self-deport V.PTCP;PST
transgender V;SG;3;PRS
deline V.PTCP;PRS
scould V;PST
velarize V;PST
outexecute V;PST
coitize V.PTCP;PRS
tower V;SG;3;PRS
misplant V;NFIN
secure V.PTCP;PST
amen V.PTCP;PRS
cerebralize V;SG;3;PRS
sell V;PST
cheep V.PTCP;PRS
salinise V;NFIN
deify V;NFIN
phosphorise V.PTCP;PRS
falter V;SG;3;PRS
chronicle V;SG;3;PRS
reintern V;SG;3;PRS
revalidate V.PTCP;PRS
juggle V.PTCP;PST
besour V.PTCP;PRS
reposit V.PTCP;PST
halalise V.PTCP;PST
spring-clean V;SG;3;PRS
bespew V;NFIN
braggle V.PTCP;PRS
watusi V;SG;3;PRS
resplend V;SG;3;PRS
excitate V;SG;3;PRS
surmise V;PST
divisionalize V;NFIN
overtitle V;SG;3;PRS
dagger V.PTCP;PST
uncharm V.PTCP;PST
aquatint V.PTCP;PRS
grutch V.PTCP;PST
PEGylate V.PTCP;PRS
abstract V;PST
pauperise V.PTCP;PST
battologize V;PST
tomcat V;SG;3;PRS
disoxygenate V.PTCP;PRS
wager V.PTCP;PRS
edulcorate V;PST
growe V.PTCP;PST
invocate V;SG;3;PRS
stay V;PST
mich V.PTCP;PST
fandango V.PTCP;PST
disaffect V;PST
adduce V;NFIN
coexpress V.PTCP;PST
ensue V;NFIN
rebelieve V;PST
besmall V;PST
introduce V.PTCP;PST
boulevardier V.PTCP;PRS
dither V;PST
Koranize V.PTCP;PST
overinsure V.PTCP;PST
plough V;PST
rebate V.PTCP;PRS
sally V;NFIN
outbreed V;SG;3;PRS
black-market V;PST
uplight V.PTCP;PST
baste V;PST
scrimshaw V.PTCP;PRS
outgo V.PTCP;PRS
microtome V;NFIN
oscillate V;NFIN
sledgehammer V.PTCP;PST
obambulate V.PTCP;PRS
cinder V.PTCP;PRS
scrutinise V.PTCP;PRS
underfurrow V;PST
reyse V;SG;3;PRS
bewell V;PST
commoditise V.PTCP;PRS
tertiate V.PTCP;PRS
dap V;NFIN
deinstitutionalize V;PST
pythagorize V;SG;3;PRS
scandal V;PST
routinize V;PST
alloo V.PTCP;PRS
autodetect V;SG;3;PRS
embronze V;SG;3;PRS
deplant V.PTCP;PRS
third V.PTCP;PRS
artuate V.PTCP;PRS
repose V.PTCP;PRS
compleat V;PST
hamper V.PTCP;PRS
sacrifice V.PTCP;PST
dictionary V.PTCP;PST
disoxygenate V;SG;3;PRS
coyote V;SG;3;PRS
tomcat V.PTCP;PST
decay V;SG;3;PRS
reemploy V;PST
newgroup V;NFIN
rataplan V.PTCP;PST
strake V;NFIN
distort V;SG;3;PRS
devalue V.PTCP;PRS
swinck V;SG;3;PRS
scrump V.PTCP;PRS
unbox V.PTCP;PST
lampblack V;NFIN
conjecture V;PST
respecify V;PST
dout V;NFIN
nub V.PTCP;PST
foreappoint V.PTCP;PST
chirrup V;NFIN
discamp V;SG;3;PRS
clothify V;PST
hydrocrack V;NFIN
rapt V;PST
cocker V;SG;3;PRS
scoop V;PST
flobber V.PTCP;PRS
lige V;PST
torque V;SG;3;PRS
picture V;PST
rather V;PST
reweight V;NFIN
re-extend V;SG;3;PRS
strong-arm V.PTCP;PST
unhappen V.PTCP;PST
transchange V;SG;3;PRS
defigure V.PTCP;PST
brisken V;SG;3;PRS
vagabond V.PTCP;PST
electrofuse V;PST
godmother V;SG;3;PRS
jape V;PST
ingest V;SG;3;PRS
bottleneck V;SG;3;PRS
becloud V;SG;3;PRS
remix V.PTCP;PRS
levee V.PTCP;PST
grig V.PTCP;PRS
program V.PTCP;PRS
circulate V;PST
uniformize V;SG;3;PRS
spit V;PST
homage V.PTCP;PRS
empearl V.PTCP;PST
gasp V;SG;3;PRS
afterthought V.PTCP;PST
forefoot V;SG;3;PRS
dunt V;SG;3;PRS
overdraw V;SG;3;PRS
recondense V;NFIN
pre-decrement V;PST
reregulate V;PST
unharden V;SG;3;PRS
sprain V;NFIN
intertalk V;PST
overdamp V;PST
antic V;NFIN
unaffiliate V.PTCP;PST
efflate V;PST
uniformize V.PTCP;PST
halter V.PTCP;PRS
anodize V.PTCP;PST
learn V;PST
cond V;SG;3;PRS
signal V.PTCP;PST
schlomp V.PTCP;PRS
dizen V;SG;3;PRS
subcool V;SG;3;PRS
scamper V;SG;3;PRS
outbeg V.PTCP;PST
interanimate V;PST
pumicate V.PTCP;PRS
resample V.PTCP;PRS
disinvest V;SG;3;PRS
intermediate V.PTCP;PRS
pre-decrement V.PTCP;PST
hark V.PTCP;PRS
promulge V;SG;3;PRS
subvert V.PTCP;PST
passion V.PTCP;PRS
nickel V;NFIN
detrend V;PST
prefix V;NFIN
upbear V.PTCP;PST
bose V;SG;3;PRS
bunco V;PST
intrunk V;SG;3;PRS
jedge V.PTCP;PRS
erotise V;SG;3;PRS
winch V;SG;3;PRS
fanaticise V;PST
griddle V.PTCP;PRS
unrein V.PTCP;PRS
feign V.PTCP;PRS
rebulb V;PST
popple V;NFIN
estivate V;SG;3;PRS
corporate V.PTCP;PRS
alliterate V.PTCP;PST
tog V;NFIN
universalise V;PST
engulf V;PST
beclepe V;NFIN
rep V;SG;3;PRS
slam V;PST
barricado V;PST
uncling V.PTCP;PRS
interweave V.PTCP;PRS
missee V.PTCP;PRS
refudiate V;PST
recombine V.PTCP;PST
æstheticise V;NFIN
impen V;NFIN
publish V;SG;3;PRS
ormolu V;PST
unturn V;PST
snowdrop V.PTCP;PRS
standby V;SG;3;PRS
freshen V.PTCP;PST
critic V.PTCP;PRS
itemise V;SG;3;PRS
pilm V;SG;3;PRS
eroticize V;PST
confirm V;PST
smore V.PTCP;PST
refix V.PTCP;PRS
snuff V.PTCP;PST
refoveate V;SG;3;PRS
extubate V.PTCP;PRS
rerig V;SG;3;PRS
prognosticate V;NFIN
graunt V;SG;3;PRS
recluse V.PTCP;PST
wrong V;PST
carbon-date V;SG;3;PRS
emule V;SG;3;PRS
dæmonize V;NFIN
syntacticize V;SG;3;PRS
hunker V.PTCP;PST
tranship V;SG;3;PRS
sing V.PTCP;PST
beacon V;PST
weird V.PTCP;PST
uncoop V;SG;3;PRS
viciate V;NFIN
adorn V.PTCP;PRS
bin V.PTCP;PRS
radioassay V;SG;3;PRS
rag-roll V.PTCP;PST
overuse V;SG;3;PRS
overpursue V.PTCP;PST
phagocytize V.PTCP;PRS
glaver V;PST
slant V.PTCP;PST
biograph V;PST
underfeed V;NFIN
fibrillate V;NFIN
upholster V;SG;3;PRS
coagulate V;NFIN
sceptre V.PTCP;PRS
girlcott V;NFIN
unknow V;NFIN
marbelize V;SG;3;PRS
cup V.PTCP;PRS
rescribe V.PTCP;PRS
unbeguile V.PTCP;PRS
outweigh V;SG;3;PRS
cyber V;NFIN
recanvas V;NFIN
blenderize V;SG;3;PRS
shapeshift V;PST
manualize V;NFIN
overflow V;NFIN
cryoconcentrate V;SG;3;PRS
bescrub V.PTCP;PST
overweigh V.PTCP;PRS
divagate V;PST
resurrect V;NFIN
yack V;NFIN
embolden V;NFIN
uncredit V;SG;3;PRS
burthen V;PST
retrograde V.PTCP;PST
drawl V;NFIN
historicize V;PST
barrel V.PTCP;PST
sleet V;NFIN
resand V;NFIN
soil V;SG;3;PRS
purloin V;SG;3;PRS
recompense V.PTCP;PRS
monophthongize V;PST
agriculturise V;SG;3;PRS
Mirandize V;SG;3;PRS
sulfate V;SG;3;PRS
solace V;NFIN
derate V.PTCP;PST
promerit V.PTCP;PRS
reindex V.PTCP;PRS
predilect V.PTCP;PST
soodle V.PTCP;PST
donk V.PTCP;PST
splenectomize V;SG;3;PRS
redirect V.PTCP;PRS
insure V;PST
bookkeep V.PTCP;PST
frisk V;NFIN
parkour V;PST
abvolate V;SG;3;PRS
shield V;NFIN
transgress V;SG;3;PRS
fidge V;SG;3;PRS
clumper V;SG;3;PRS
switchback V;SG;3;PRS
sacralize V;PST
refile V;NFIN
outmuscle V;SG;3;PRS
sternutate V.PTCP;PRS
unhumanize V;PST
prestretch V.PTCP;PRS
remix V;PST
toxify V.PTCP;PST
bemoysten V;PST
disavow V;SG;3;PRS
gaud V.PTCP;PRS
micro-aggress V.PTCP;PRS
mortise V;PST
entre V;SG;3;PRS
bath V;PST
poohpooh V.PTCP;PST
remigrate V;SG;3;PRS
ex V.PTCP;PST
swarm V.PTCP;PST
blackberry V;PST
cohibit V.PTCP;PST
forehold V;NFIN
patinate V;SG;3;PRS
fly-tip V;PST
whimsy V.PTCP;PST
kaw V.PTCP;PST
jade V.PTCP;PRS
misanalyze V;NFIN
taw V;SG;3;PRS
behate V;NFIN
coffer V.PTCP;PST
wool-gather V;SG;3;PRS
empose V;PST
bund V.PTCP;PST
pose V.PTCP;PST
overweigh V;SG;3;PRS
yuk V.PTCP;PST
deplane V;PST
satiate V.PTCP;PST
atstut V.PTCP;PRS
withbear V.PTCP;PRS
augurate V.PTCP;PST
teeter V;NFIN
overtheorize V;SG;3;PRS
reinsert V.PTCP;PRS
augurate V;PST
segmentize V;SG;3;PRS
trepan V.PTCP;PRS
refinish V.PTCP;PRS
pother V;PST
mak V.PTCP;PST
proceed V.PTCP;PST
pelletize V;NFIN
embrue V;SG;3;PRS
ellipt V;NFIN
sting V.PTCP;PST
field-test V.PTCP;PRS
spiriten V.PTCP;PRS
rec V.PTCP;PST
inlaw V.PTCP;PRS
tweak V;NFIN
restick V.PTCP;PRS
confide V;SG;3;PRS
excide V;NFIN
duress V;NFIN
annul V;SG;3;PRS
roundhouse V;PST
wyte V;NFIN
tyrannize V.PTCP;PST
outcheat V.PTCP;PST
solidarize V;PST
cohere V;SG;3;PRS
spotface V.PTCP;PRS
metalise V.PTCP;PRS
embroil V;NFIN
reoxygenate V;SG;3;PRS
carmelize V;PST
autodephosphorylate V.PTCP;PRS
imbolden V;NFIN
frine V;PST
machine-gun V;SG;3;PRS
binarize V;NFIN
rubbish V.PTCP;PST
recohere V.PTCP;PST
gratinate V;PST
rebear V;NFIN
rubricate V;SG;3;PRS
poeticize V;SG;3;PRS
monetize V.PTCP;PST
disembogue V.PTCP;PRS
vouchsafe V;NFIN
syncronise V;NFIN
wibble V;NFIN
mousse V.PTCP;PRS
wheel V;NFIN
lam V;NFIN
slapdash V;PST
upholster V;NFIN
elutriate V.PTCP;PST
sandbox V;NFIN
mishave V;SG;3;PRS
revalidate V;PST
rebroadcast V.PTCP;PST
absterge V;SG;3;PRS
unfang V.PTCP;PRS
redistribute V;PST
gainsay V;NFIN
hough V.PTCP;PST
imprecate V;SG;3;PRS
transmove V;NFIN
atscape V.PTCP;PST
unfrequent V;PST
Microsoftify V;SG;3;PRS
tp V;PST
situate V.PTCP;PST
undertrump V;NFIN
intrigue V;NFIN
formelt V.PTCP;PST
recluster V;PST
resculpture V.PTCP;PRS
phytoextract V.PTCP;PRS
bedaff V.PTCP;PST
outwoo V.PTCP;PRS
linearize V;PST
euthanatise V;PST
scag V.PTCP;PRS
elude V;NFIN
foresave V;SG;3;PRS
uncape V.PTCP;PRS
overdesign V;PST
teepee V;SG;3;PRS
dropship V.PTCP;PST
autohide V;NFIN
debellate V.PTCP;PST
air V;SG;3;PRS
overlight V;NFIN
sunscald V.PTCP;PST
foam V.PTCP;PST
dap V.PTCP;PRS
enjoy V;NFIN
enclude V;SG;3;PRS
haven V;PST
intimate V.PTCP;PRS
modelize V.PTCP;PRS
sunbathe V;NFIN
feyne V;SG;3;PRS
regender V;NFIN
endaunger V.PTCP;PRS
giddy V.PTCP;PRS
survive V;PST
transchange V.PTCP;PRS
semanticize V;PST
cantilever V.PTCP;PRS
retort V;NFIN
againstand V;NFIN
autocorrect V;NFIN
babywear V;NFIN
reaugment V.PTCP;PRS
overbide V;SG;3;PRS
lullaby V;SG;3;PRS
dilucidate V.PTCP;PRS
unformat V;NFIN
depure V.PTCP;PST
forpamper V;PST
ritualize V.PTCP;PRS
titre V;PST
mamaguy V;PST
circumduct V;PST
responsibilize V;PST
jackal V;SG;3;PRS
underaid V;SG;3;PRS
solicit V;SG;3;PRS
democratize V.PTCP;PRS
teethe V;NFIN
spane V;NFIN
chipmunk V;NFIN
lease V.PTCP;PRS
pit V;SG;3;PRS
provide V.PTCP;PST
backtest V;SG;3;PRS
waffle V;SG;3;PRS
bichromatize V;PST
effume V.PTCP;PRS
uplock V;PST
segmentize V;PST
unhinge V;PST
miswear V.PTCP;PST
assumpt V.PTCP;PST
genuflect V.PTCP;PRS
annalize V;NFIN
correctify V.PTCP;PST
perfricate V.PTCP;PRS
deacon V;PST
forbid V;PST
depressurize V.PTCP;PRS
bedamn V.PTCP;PST
exprobate V.PTCP;PRS
defalcate V;SG;3;PRS
patronize V;SG;3;PRS
scraight V;NFIN
potchky V;NFIN
rote V.PTCP;PST
flyte V;SG;3;PRS
bronze V;PST
erode V;NFIN
cleat V;NFIN
teaze V;SG;3;PRS
deorphanize V;SG;3;PRS
amp V;NFIN
diff V.PTCP;PST
dop V.PTCP;PST
brake V;NFIN
bedeal V.PTCP;PRS
groop V;NFIN
subfix V.PTCP;PST
gaslight V;SG;3;PRS
crenellate V;PST
fluke V;PST
motorvate V.PTCP;PST
car-jack V.PTCP;PRS
outsurvive V;NFIN
simper V;SG;3;PRS
hunger V.PTCP;PRS
crispen V.PTCP;PRS
laughe V;SG;3;PRS
pregame V.PTCP;PST
reesterify V.PTCP;PRS
miscomprehend V;SG;3;PRS
wrath V;SG;3;PRS
press V.PTCP;PST
phrase V;PST
unpray V.PTCP;PST
gaiter V.PTCP;PST
fuzzle V.PTCP;PST
besnow V.PTCP;PRS
unzipper V;PST
regroove V;SG;3;PRS
jostle V.PTCP;PST
de V;NFIN
amble V.PTCP;PRS
unobscure V.PTCP;PRS
pyramidalize V;PST
criminate V.PTCP;PST
colt V;NFIN
begirdle V;PST
reinvestigate V;PST
survene V.PTCP;PST
enlive V;PST
homologate V.PTCP;PST
metabolize V;NFIN
scomfit V;PST
imprecate V;PST
poach V;SG;3;PRS
trendify V;PST
dogwhip V;SG;3;PRS
desponsate V;SG;3;PRS
trowl V.PTCP;PST
inhale V;SG;3;PRS
canvas V;NFIN
outfall V;SG;3;PRS
offshore V;PST
misrender V.PTCP;PST
embugger V.PTCP;PST
foredoom V;SG;3;PRS
anaesthetize V;PST
rib V;NFIN
overtread V;PST
desoul V;PST
flagellate V.PTCP;PST
retheme V;SG;3;PRS
resoak V;SG;3;PRS
easy V.PTCP;PST
outkiss V.PTCP;PST
bibble V;PST
append V.PTCP;PST
jackknife V;NFIN
miswear V.PTCP;PRS
enchasten V;NFIN
pirl V;PST
distract V;PST
relatch V;PST
mediate V.PTCP;PST
prodigalize V;SG;3;PRS
submerge V;SG;3;PRS
hulk V;PST
print V.PTCP;PST
remold V;PST
iodise V;SG;3;PRS
work V;PST
re-call V.PTCP;PST
preconceive V.PTCP;PST
disenrol V;NFIN
reply V;PST
unbreak V;NFIN
putrefy V;NFIN
electroplate V.PTCP;PST
thrall V;NFIN
nance V;NFIN
atride V;NFIN
vectorise V;SG;3;PRS
krige V;SG;3;PRS
nurn V.PTCP;PST
outcompete V;NFIN
reacquire V;NFIN
reanoint V.PTCP;PST
french V;NFIN
largen V;NFIN
flare V.PTCP;PRS
croud V;SG;3;PRS
laik V.PTCP;PST
accinge V.PTCP;PRS
afford V;NFIN
thermoregulate V;NFIN
karyotype V;SG;3;PRS
beswinge V;SG;3;PRS
ringmaster V;NFIN
trivialise V;SG;3;PRS
catheterize V;PST
homopolymerize V.PTCP;PRS
enrace V.PTCP;PST
disincentivise V.PTCP;PRS
roun V;SG;3;PRS
enchase V.PTCP;PST
wanton V;PST
assemble V;NFIN
aby V;NFIN
bless V;PST
despeckle V;SG;3;PRS
bestride V.PTCP;PST
sowse V;SG;3;PRS
shoehorn V.PTCP;PRS
sorcerize V.PTCP;PRS
deprogramme V;SG;3;PRS
place V.PTCP;PST
Koranize V;PST
garden V;PST
deoxygenize V.PTCP;PRS
outgrow V;PST
dereligionise V;PST
outcant V.PTCP;PST
substantialize V;PST
dom V;NFIN
unbody V;SG;3;PRS
exhalate V;PST
reencounter V.PTCP;PST
blanket-stitch V;PST
enlive V.PTCP;PST
restrain V;PST
skitch V.PTCP;PRS
shuck V;NFIN
dilute V;NFIN
taxi V;SG;3;PRS
destock V;SG;3;PRS
archaise V;NFIN
radar V.PTCP;PRS
crosslink V;SG;3;PRS
enjoin V;PST
fangirl V.PTCP;PST
demodulate V;PST
complot V.PTCP;PRS
scarecrow V.PTCP;PRS
ironize V.PTCP;PST
finesse V.PTCP;PST
corner V.PTCP;PST
stop V.PTCP;PST
disburse V.PTCP;PRS
disarm V;PST
resmelt V;NFIN
depigment V;NFIN
eclipse V.PTCP;PST
desymmetrize V;NFIN
arride V.PTCP;PST
stylise V.PTCP;PST
sweb V;SG;3;PRS
masticate V;NFIN
parboil V;NFIN
finick V.PTCP;PRS
ellipt V;PST
spreadeagle V.PTCP;PST
balbucinate V;PST
probe V.PTCP;PST
parade V.PTCP;PST
bridesmaid V;NFIN
paternalize V.PTCP;PRS
criss-cross V.PTCP;PRS
wrest V.PTCP;PRS
ennew V;SG;3;PRS
swaip V;PST
unpay V;NFIN
supercoil V;SG;3;PRS
throat V;SG;3;PRS
romanticize V;PST
un-break V.PTCP;PST
adduct V.PTCP;PRS
præfer V;PST
balk V.PTCP;PST
accommodate V.PTCP;PRS
vacate V;NFIN
defaecate V.PTCP;PST
lace V;PST
bard V.PTCP;PST
misrelate V.PTCP;PRS
reafforest V;PST
forway V.PTCP;PST
goosestep V.PTCP;PRS
quitter V;NFIN
refute V.PTCP;PRS
prevue V.PTCP;PRS
dumbfound V;NFIN
oppignerate V.PTCP;PST
wage V;NFIN
swike V;NFIN
surprise V;SG;3;PRS
abrogate V;SG;3;PRS
mone V;NFIN
antic V;PST
felt-tip V.PTCP;PST
inable V;SG;3;PRS
splenectomize V.PTCP;PST
fistfight V.PTCP;PST
counteroffer V;NFIN
sprawl V;NFIN
maunch V;NFIN
jargonize V;PST
pikey V;NFIN
undo V;SG;3;PRS
efface V.PTCP;PRS
apothegmatize V.PTCP;PRS
clerk V.PTCP;PRS
mislearn V;PST
overlink V.PTCP;PRS
tranship V;NFIN
immobilize V;SG;3;PRS
overcorrect V;SG;3;PRS
seat V.PTCP;PRS
Quranize V.PTCP;PST
præface V.PTCP;PST
restinguish V.PTCP;PST
kid V.PTCP;PST
thieve V.PTCP;PRS
behowl V.PTCP;PST
reflectorize V;NFIN
wark V;SG;3;PRS
encise V;SG;3;PRS
beat V.PTCP;PST
misyoke V;SG;3;PRS
preionize V.PTCP;PST
afoord V;NFIN
blockade V.PTCP;PST
planogram V;SG;3;PRS
beride V;PST
transfuse V;SG;3;PRS
deanonymize V.PTCP;PST
crankle V;NFIN
demanufacture V.PTCP;PRS
commeasure V.PTCP;PRS
suppute V;SG;3;PRS
submarine V;SG;3;PRS
belead V.PTCP;PRS
outman V;NFIN
etherealize V;SG;3;PRS
demerge V;NFIN
coke V;NFIN
laughe V;PST
empathise V.PTCP;PRS
empale V.PTCP;PST
interwind V;SG;3;PRS
assign V;SG;3;PRS
caulk V.PTCP;PRS
fanaticize V;PST
embrown V.PTCP;PRS
disburthen V;PST
undersell V;SG;3;PRS
unpen V.PTCP;PRS
capriole V;PST
chutter V;NFIN
roofie V;SG;3;PRS
medicalize V.PTCP;PRS
prepose V;PST
DMCA V.PTCP;PRS
subcontract V.PTCP;PRS
hizz V;NFIN
preshift V;PST
eyndill V.PTCP;PRS
presoak V;PST
retie V;SG;3;PRS
extend V;NFIN
apostrophize V.PTCP;PST
enwind V.PTCP;PST
christen V.PTCP;PST
aestheticise V.PTCP;PRS
unhelm V;SG;3;PRS
horsecollar V;SG;3;PRS
lavish V;PST
peer V.PTCP;PST
watermark V;SG;3;PRS
quest V.PTCP;PST
marble V.PTCP;PST
educationalize V;PST
derain V;PST
misaffirm V;PST
bezzle V.PTCP;PRS
march V;PST
clinch V.PTCP;PRS
wale V.PTCP;PST
boldface V.PTCP;PST
heterodimerize V;PST
industrialize V;NFIN
coath V;PST
overrun V;PST
readvance V.PTCP;PST
ooze V;PST
dispark V;NFIN
neutralise V.PTCP;PST
righten V;SG;3;PRS
remercy V;NFIN
deambulate V.PTCP;PST
tour V.PTCP;PST
prescreen V;PST
grouch V;SG;3;PRS
surfel V;SG;3;PRS
denitrify V;PST
cerebralise V.PTCP;PRS
uphaul V.PTCP;PST
underfire V.PTCP;PST
beleaguer V.PTCP;PST
procreate V.PTCP;PST
forwelk V;PST
resecure V.PTCP;PRS
livery V;NFIN
forthdraw V;PST
bullshit V.PTCP;PST
privatize V.PTCP;PRS
modify V;SG;3;PRS
overcare V.PTCP;PRS
bite V.PTCP;PST
fist-fuck V;SG;3;PRS
soothsay V.PTCP;PST
valet V;PST
caffeinate V;SG;3;PRS
overspecialise V;NFIN
newspaper V.PTCP;PST
panegyrise V;SG;3;PRS
deinitialize V.PTCP;PST
understroke V.PTCP;PRS
jimmy V;PST
turgesce V;PST
elaborate V;PST
spotface V;PST
verbalize V.PTCP;PST
macule V.PTCP;PRS
parish V.PTCP;PRS
miswend V;NFIN
loave V;PST
anathematize V.PTCP;PRS
quop V;NFIN
comminate V.PTCP;PST
spider V.PTCP;PRS
Gothicize V.PTCP;PRS
fond V;SG;3;PRS
jacket V;PST
unwarm V.PTCP;PST
tut-tut V;NFIN
self V;SG;3;PRS
ferule V.PTCP;PST
balsam V.PTCP;PST
siccate V;NFIN
concede V;PST
saginate V;SG;3;PRS
pugger V;NFIN
bemulce V;PST
autocatalyse V.PTCP;PST
redecree V.PTCP;PST
diffract V;NFIN
undistort V;NFIN
tumb V.PTCP;PST
plank V.PTCP;PST
pencil V;SG;3;PRS
flame V;PST
prentice V.PTCP;PRS
PM V.PTCP;PRS
compassionate V;PST
lapidate V.PTCP;PST
preponderate V.PTCP;PRS
pigeonhole V.PTCP;PRS
tickle V;SG;3;PRS
shitpost V;SG;3;PRS
ream V.PTCP;PRS
auto-block V;SG;3;PRS
disrange V;PST
windsurf V.PTCP;PST
waterfall V;NFIN
minge V;PST
hoax V;NFIN
protocol V.PTCP;PRS
deodourize V;SG;3;PRS
mock V.PTCP;PST
noursle V.PTCP;PRS
copresent V.PTCP;PRS
disenroll V.PTCP;PRS
unbreed V;PST
forthtell V;SG;3;PRS
endear V.PTCP;PRS
avenge V;NFIN
chaunt V.PTCP;PRS
literalize V;SG;3;PRS
retire V.PTCP;PST
untwirl V.PTCP;PRS
disconcur V.PTCP;PST
subnet V;NFIN
sophisticate V.PTCP;PRS
stalemate V;SG;3;PRS
unbottle V;NFIN
vice V;NFIN
whoosh V;NFIN
over-rate V.PTCP;PST
forestand V;PST
young V.PTCP;PRS
crossflow V.PTCP;PRS
enlighten V;SG;3;PRS
hypermutate V;SG;3;PRS
snew V.PTCP;PST
obelize V;SG;3;PRS
alkalinize V;SG;3;PRS
boak V;PST
aslake V;PST
whitewash V;SG;3;PRS
housetrain V;PST
code-mix V;SG;3;PRS
miaul V;PST
deodorize V.PTCP;PRS
bepurple V.PTCP;PST
foam V.PTCP;PRS
reverb V.PTCP;PST
leverage V.PTCP;PST
court V;SG;3;PRS
mediatize V;SG;3;PRS
couch V.PTCP;PRS
pipette V.PTCP;PST
neigh V.PTCP;PST
seel V;PST
Danify V;SG;3;PRS
ward V.PTCP;PRS
intertwingle V.PTCP;PST
rebolt V.PTCP;PST
interlink V.PTCP;PRS
forestall V;PST
crump V;SG;3;PRS
plash V.PTCP;PRS
campervan V;PST
inactivate V.PTCP;PST
dragnet V.PTCP;PRS
slaver V;PST
keelhaul V;NFIN
exsolve V;PST
periscope V;SG;3;PRS
advertise V;NFIN
craven V;SG;3;PRS
hole V.PTCP;PST
cream V.PTCP;PRS
beroll V;SG;3;PRS
reblog V.PTCP;PST
frontload V;SG;3;PRS
hocuspocus V.PTCP;PRS
endizen V.PTCP;PST
steups V.PTCP;PST
hydrogenate V;SG;3;PRS
unhouse V.PTCP;PRS
wire V;PST
essay V;SG;3;PRS
dewax V.PTCP;PST
trace V;NFIN
overlay V.PTCP;PRS
video V.PTCP;PRS
landlock V;SG;3;PRS
divagate V;NFIN
baptise V;SG;3;PRS
roughen V.PTCP;PRS
er V.PTCP;PST
hate V.PTCP;PST
motorise V.PTCP;PRS
deserve V;NFIN
supersample V.PTCP;PST
bebop V.PTCP;PRS
unwit V.PTCP;PST
attack V;PST
twire V;PST
tarmacadam V;NFIN
highen V;PST
hould V;SG;3;PRS
form V.PTCP;PRS
ozonise V.PTCP;PST
feign V;SG;3;PRS
exteriorize V;PST
snoozle V;SG;3;PRS
outbreak V;PST
partialize V;NFIN
tourney V.PTCP;PST
bework V;NFIN
dindle V;PST
pre-impregnate V.PTCP;PRS
bewimple V.PTCP;PRS
phoneticize V;SG;3;PRS
binge V.PTCP;PRS
eBay V.PTCP;PRS
dismarch V;SG;3;PRS
merk V.PTCP;PST
trouser V;NFIN
unemploy V.PTCP;PRS
outfawn V.PTCP;PST
tweet V;SG;3;PRS
ASBO V;NFIN
knapsack V;PST
thrash V;NFIN
lappet V.PTCP;PST
vascularize V;NFIN
aumail V.PTCP;PST
scrike V.PTCP;PST
administer V;NFIN
pincushion V.PTCP;PST
normalize V;SG;3;PRS
repropose V;NFIN
transmogrify V;NFIN
virtualise V;NFIN
phonate V;SG;3;PRS
cojoin V;NFIN
delicense V.PTCP;PST
elbow V;PST
nominate V;NFIN
overbow V.PTCP;PST
outearn V;NFIN
becatch V.PTCP;PST
trendify V.PTCP;PRS
oversensationalize V;PST
replead V;PST
recouple V;SG;3;PRS
enisle V.PTCP;PST
misword V.PTCP;PRS
cylindrify V;NFIN
distantiate V;PST
foreguard V;NFIN
flurt V;SG;3;PRS
embank V;NFIN
thematise V.PTCP;PRS
graduate V.PTCP;PRS
coact V;PST
sny V.PTCP;PST
zee V;PST
swedge V;NFIN
chamber V;PST
resyllabify V;NFIN
gard V;SG;3;PRS
taxidermize V;PST
blunder V;SG;3;PRS
candy-coat V;NFIN
savvy V;NFIN
overaffect V;NFIN
crooken V;PST
epoxy V.PTCP;PST
besharp V.PTCP;PRS
scatter V;NFIN
subtrude V;PST
absorb V;PST
quadrilateralize V.PTCP;PST
aggroup V.PTCP;PRS
photocopy V.PTCP;PST
flipflop V;PST
overlearn V.PTCP;PST
totread V;PST
couple V;SG;3;PRS
colt V;SG;3;PRS
chuse V;SG;3;PRS
reside V;SG;3;PRS
pulley V;SG;3;PRS
disembarrass V;NFIN
blueberry V.PTCP;PST
overcloy V.PTCP;PST
glower V;PST
exscribe V;PST
immerge V;SG;3;PRS
immune V;SG;3;PRS
sequence V;NFIN
debrain V;SG;3;PRS
introgress V.PTCP;PST
clop V;SG;3;PRS
prezone V;NFIN
berob V;PST
listen V;PST
freeze-dry V;SG;3;PRS
reparametrize V;NFIN
amind V.PTCP;PRS
overlove V.PTCP;PRS
devote V;NFIN
decolor V.PTCP;PRS
infield V.PTCP;PRS
vacation V;NFIN
tremor V;SG;3;PRS
outsport V;PST
gillnet V;SG;3;PRS
abnormalize V.PTCP;PST
assecure V.PTCP;PRS
duplicate V;SG;3;PRS
curfuffle V.PTCP;PST
enclave V;PST
dispossess V;PST
plea-bargain V;SG;3;PRS
repropagate V;SG;3;PRS
cool V;NFIN
bounce V;NFIN
nighen V.PTCP;PRS
unchock V;PST
mistutor V.PTCP;PRS
præface V.PTCP;PRS
halfcock V;SG;3;PRS
minify V;NFIN
exfiltrate V;SG;3;PRS
enstamp V;PST
amplify V.PTCP;PRS
sophisticate V.PTCP;PST
bestream V;PST
expose V;SG;3;PRS
blackjack V;PST
hash V.PTCP;PST
territorialise V.PTCP;PRS
unsubscribe V;SG;3;PRS
hartshorn V;PST
influence V;NFIN
Iranianize V.PTCP;PRS
appraise V;NFIN
impanel V.PTCP;PRS
dehumanize V;SG;3;PRS
untie V.PTCP;PRS
fellowfeel V;PST
weekend V;PST
unfavorite V;NFIN
brumate V.PTCP;PST
recognosce V.PTCP;PST
freeze-dry V.PTCP;PRS
parcel V;PST
test V;NFIN
pize V.PTCP;PST
devalorize V;SG;3;PRS
overpolish V.PTCP;PRS
desorb V;PST
friz V.PTCP;PST
overdecorate V;NFIN
yoohoo V;NFIN
telescope V;PST
laik V;PST
betall V;NFIN
outpunch V;NFIN
promerit V;SG;3;PRS
butcher V;NFIN
Afghanise V;SG;3;PRS
retransmit V;PST
exeunt V;NFIN
back V.PTCP;PST
snag V;NFIN
mue V;PST
photobleach V;SG;3;PRS
dechristianize V;SG;3;PRS
knap V;SG;3;PRS
biosynthesize V;NFIN
pool V;NFIN
misogynise V.PTCP;PRS
reseason V.PTCP;PST
root V;PST
tuck V;SG;3;PRS
incompass V;SG;3;PRS
nonconform V;NFIN
deem V.PTCP;PRS
connect V;PST
offload V.PTCP;PST
uncart V.PTCP;PST
excel V.PTCP;PRS
leese V;SG;3;PRS
trope V.PTCP;PRS
adsorp V;SG;3;PRS
bemow V;SG;3;PRS
saint V;PST
reaffirm V;NFIN
frab V;NFIN
decrepitate V;SG;3;PRS
dye V;PST
dispunge V;SG;3;PRS
dig V.PTCP;PRS
unpopularise V.PTCP;PRS
thermoform V.PTCP;PST
forsweal V.PTCP;PRS
acclimatise V;NFIN
unbolt V;PST
wade V;SG;3;PRS
forwerp V;PST
sass V;NFIN
Canadianise V;SG;3;PRS
expend V;SG;3;PRS
deboost V;PST
prest V.PTCP;PRS
begrip V;SG;3;PRS
moove V;NFIN
enscale V.PTCP;PST
entrust V;NFIN
champoo V.PTCP;PST
entertain V.PTCP;PRS
hikoi V;NFIN
blot V;PST
blevey V.PTCP;PRS
enchaunt V.PTCP;PRS
itemize V;NFIN
fiz V.PTCP;PST
unrecord V;NFIN
myek V.PTCP;PRS
thwack V.PTCP;PRS
bogan V;SG;3;PRS
buckle V.PTCP;PRS
levee V;PST
rangle V;PST
appliqué V;SG;3;PRS
implicate V.PTCP;PST
repunctuate V;SG;3;PRS
thrombose V;SG;3;PRS
stint V;NFIN
remilitarize V.PTCP;PRS
schtup V.PTCP;PST
restack V;SG;3;PRS
substract V.PTCP;PST
bilingualize V;NFIN
ape V.PTCP;PST
tun V;PST
vignette V.PTCP;PST
tergiversate V.PTCP;PST
disinvent V;SG;3;PRS
surrendre V;NFIN
vulcanise V;NFIN
poultice V.PTCP;PRS
overteach V.PTCP;PRS
websurf V;NFIN
pacify V;NFIN
overindulge V;SG;3;PRS
knucklewalk V.PTCP;PRS
dehisce V.PTCP;PST
scath V;SG;3;PRS
incorporate V;SG;3;PRS
express V;SG;3;PRS
confirme V;NFIN
supercede V;NFIN
subdivide V;NFIN
kickstart V.PTCP;PRS
demobilize V;NFIN
outshine V;PST
unhunch V;NFIN
reinput V.PTCP;PST
forthgo V;SG;3;PRS
tattle V.PTCP;PST
Sanskritize V;PST
epoxidize V;PST
ingrow V.PTCP;PST
recapitate V;PST
miswed V;SG;3;PRS
re-form V;PST
overblow V;PST
overgo V;NFIN
fornim V.PTCP;PST
co-ordinate V;SG;3;PRS
consonantize V.PTCP;PST
outmanœuver V;NFIN
deturbate V.PTCP;PST
estray V;NFIN
spread-eagle V;PST
unproof V;PST
unbrick V;NFIN
cryofocus V;NFIN
fart-arse V;PST
scooch V;NFIN
heel V;NFIN
prorogate V.PTCP;PST
outqualify V;SG;3;PRS
ostracize V;SG;3;PRS
xeriscape V;SG;3;PRS
behead V;PST
discumber V.PTCP;PST
cod V;NFIN
threat V.PTCP;PST
prefigure V;PST
misplan V;PST
betrust V;PST
falsecard V.PTCP;PST
reimport V.PTCP;PST
skip V;NFIN
swivel V;NFIN
hend V;NFIN
disrupt V;PST
unfool V.PTCP;PST
decarbonise V;PST
path V;NFIN
underprize V;NFIN
unmelt V;NFIN
foreken V;NFIN
rev V;PST
uuencode V;SG;3;PRS
embillow V.PTCP;PRS
pearl V.PTCP;PST
enwoman V.PTCP;PST
deep-six V;PST
meteorize V;SG;3;PRS
cavil V.PTCP;PST
reaccuse V.PTCP;PRS
consequence V;PST
tenon V;SG;3;PRS
greek V.PTCP;PRS
steen V;NFIN
visa V.PTCP;PRS
narcissize V;PST
hotwire V;PST
brawl V;SG;3;PRS
graunt V.PTCP;PRS
micropolish V;PST
forcleave V;PST
toxicate V;SG;3;PRS
enmove V.PTCP;PST
blop V.PTCP;PRS
writhe V;PST
beclaw V;NFIN
luv V.PTCP;PRS
testify V.PTCP;PST
datestamp V;NFIN
dejunk V;SG;3;PRS
witter V;SG;3;PRS
deseed V;SG;3;PRS
saccharify V.PTCP;PRS
embliss V;NFIN
indent V;SG;3;PRS
outbar V;NFIN
decore V;SG;3;PRS
limn V;NFIN
address V;PST
underprovision V;SG;3;PRS
parent V;PST
unexecute V;PST
begirt V;PST
befortune V.PTCP;PST
putrefy V.PTCP;PST
broach V.PTCP;PST
classicise V;NFIN
out-flank V;NFIN
rechalk V;PST
wain V;NFIN
protocol V.PTCP;PST
overkeep V;PST
braise V;NFIN
missificate V.PTCP;PST
hearken V.PTCP;PRS
upgather V;SG;3;PRS
beblast V.PTCP;PRS
option V;NFIN
crystallise V.PTCP;PST
renail V.PTCP;PRS
reforestize V;SG;3;PRS
begive V.PTCP;PST
eclecticise V;SG;3;PRS
bangle V;PST
re-dye V.PTCP;PRS
entre V;NFIN
lipread V;PST
unprotect V;SG;3;PRS
æquall V.PTCP;PRS
unbar V.PTCP;PRS
eventilate V.PTCP;PST
sonogram V;PST
unsubclass V;NFIN
beheart V.PTCP;PST
transform V;PST
twinkle V;SG;3;PRS
vole V.PTCP;PST
insensate V;PST
overhall V;SG;3;PRS
merrymake V;NFIN
clobber V.PTCP;PST
order V;NFIN
unsettle V.PTCP;PRS
swank V;NFIN
slicken V.PTCP;PRS
engirt V;SG;3;PRS
uudecode V;PST
gesticulate V;SG;3;PRS
gad V;PST
estimate V.PTCP;PRS
subway V;NFIN
syphon V;SG;3;PRS
slur V.PTCP;PRS
Godcast V;SG;3;PRS
soder V;SG;3;PRS
accompany V.PTCP;PRS
perceptualize V;NFIN
reshoot V.PTCP;PST
fess V;SG;3;PRS
pyramidalize V;NFIN
disenfranchise V;PST
pluralise V.PTCP;PST
nobble V;PST
silken V.PTCP;PST
sky V;PST
scorn V;NFIN
procure V.PTCP;PST
foist V;SG;3;PRS
clepe V;NFIN
aftersee V;SG;3;PRS
mathematize V.PTCP;PRS
re-occur V;SG;3;PRS
downarg V.PTCP;PST
upflow V;SG;3;PRS
unbenumb V;SG;3;PRS
hight V;NFIN
overlick V;PST
mail V;SG;3;PRS
belt V.PTCP;PRS
relisten V;NFIN
freep V.PTCP;PST
unhallow V.PTCP;PRS
seminate V.PTCP;PRS
gatekeep V.PTCP;PRS
decertify V.PTCP;PRS
droyle V;SG;3;PRS
outmount V;NFIN
burn V.PTCP;PST
endolour V.PTCP;PRS
breaststroke V.PTCP;PRS
antevolate V.PTCP;PST
bottle V;PST
trowel V.PTCP;PST
rent V;SG;3;PRS
envie V;SG;3;PRS
foresign V;NFIN
centralise V.PTCP;PRS
decompress V;NFIN
unbuckle V.PTCP;PST
disappreciate V.PTCP;PRS
upsample V.PTCP;PST
discruciate V;SG;3;PRS
autophosphorylate V.PTCP;PRS
telpher V;NFIN
enmove V.PTCP;PRS
bodyboard V;NFIN
douche V;PST
formirken V.PTCP;PRS
trifurcate V;SG;3;PRS
autodigest V;NFIN
fley V;NFIN
atshake V.PTCP;PST
hartshorn V.PTCP;PST
bescreen V.PTCP;PST
lustrate V;NFIN
bishop V;SG;3;PRS
abjudicate V.PTCP;PST
vouchsafe V.PTCP;PRS
Talibanize V;PST
enfetter V;PST
firk V.PTCP;PST
interfinger V.PTCP;PST
inveigh V.PTCP;PST
gingle V;SG;3;PRS
undergird V.PTCP;PRS
externalise V;NFIN
honour V;SG;3;PRS
disentail V;PST
reprove V.PTCP;PRS
leaflet V;PST
reshift V;PST
outputt V;SG;3;PRS
abroach V;NFIN
hanafize V;SG;3;PRS
enlimn V;PST
emmew V;SG;3;PRS
etherealise V;NFIN
chain-smoke V.PTCP;PRS
secularise V;NFIN
rob V;PST
version V;NFIN
manifest V;NFIN
reissue V;SG;3;PRS
immunodetect V;SG;3;PRS
atchieve V.PTCP;PST
goosh V;NFIN
dumbfound V.PTCP;PRS
expeditate V;SG;3;PRS
tribotest V;SG;3;PRS
overload V;PST
vaunce V;PST
outsoar V.PTCP;PST
shade V;SG;3;PRS
frote V;PST
outfire V.PTCP;PST
malfunction V.PTCP;PRS
sqush V.PTCP;PST
simber V;PST
cotransfect V.PTCP;PST
cause V.PTCP;PRS
hay V.PTCP;PRS
regen V;PST
blurb V.PTCP;PRS
unbook V;NFIN
gloom V;PST
twoc V;SG;3;PRS
predeliberate V.PTCP;PST
amount V.PTCP;PRS
inlock V;PST
feceate V;SG;3;PRS
leger V.PTCP;PRS
overprint V;PST
underbook V;PST
tarnish V.PTCP;PST
foreadvise V;PST
subsign V.PTCP;PST
pollock V.PTCP;PST
subsidize V.PTCP;PRS
rope V;NFIN
revisualise V.PTCP;PRS
peroxidise V;PST
handsel V.PTCP;PRS
kazoo V;PST
metathesize V;SG;3;PRS
reboot V;SG;3;PRS
misread V.PTCP;PRS
moult V.PTCP;PST
overstare V.PTCP;PRS
coit V.PTCP;PRS
author V;PST
tonguefuck V.PTCP;PST
redress V.PTCP;PST
gloat V;PST
carbonify V;PST
scone V.PTCP;PST
pretreat V;SG;3;PRS
addle V;PST
forhew V;NFIN
exoticize V;PST
shellac V;SG;3;PRS
uninspire V;NFIN
entise V;SG;3;PRS
assume V;SG;3;PRS
walk V;NFIN
bemulce V.PTCP;PST
scomfish V.PTCP;PRS
bulletin V.PTCP;PST
reinstigate V;NFIN
advect V;SG;3;PRS
compute V.PTCP;PRS
phytoextract V;NFIN
yoink V;NFIN
misset V;SG;3;PRS
innerve V.PTCP;PRS
outleap V.PTCP;PRS
lustrate V.PTCP;PRS
carpet-bomb V.PTCP;PRS
delustre V;PST
whistle V;NFIN
spill V.PTCP;PRS
swage V;NFIN
undernourish V;SG;3;PRS
unstitch V;PST
umbelap V;NFIN
thoriate V;SG;3;PRS
stipend V;NFIN
rearticulate V.PTCP;PST
deathmatch V.PTCP;PST
bushwhack V;NFIN
refute V.PTCP;PST
agrize V.PTCP;PRS
beshield V;NFIN
chat V;SG;3;PRS
pillar V;PST
unbind V;SG;3;PRS
cavil V.PTCP;PST
volunteer V.PTCP;PST
forebear V;PST
judder V;NFIN
underinsulate V;SG;3;PRS
webcast V.PTCP;PST
deoil V;SG;3;PRS
hump V;PST
offstand V;PST
disannul V.PTCP;PST
lege V.PTCP;PRS
decommercialize V;SG;3;PRS
advaunce V;SG;3;PRS
impermeabilize V;SG;3;PRS
misjudge V;SG;3;PRS
reproject V.PTCP;PRS
kife V;NFIN
axe V;SG;3;PRS
nigger-rig V;SG;3;PRS
justle V;PST
retarget V;PST
back-channel V;PST
subinfer V.PTCP;PST
empark V;NFIN
up V.PTCP;PRS
instill V.PTCP;PRS
decapsulate V;SG;3;PRS
prefabricate V;NFIN
lampblack V.PTCP;PRS
couch V.PTCP;PST
catenate V.PTCP;PST
unsnarl V.PTCP;PRS
trustee V;SG;3;PRS
FedEx V.PTCP;PRS
pillarize V;PST
nounize V;PST
reinstigate V.PTCP;PRS
amend V;NFIN
swallie V;NFIN
scatter V.PTCP;PST
enounce V;SG;3;PRS
transcendentalize V;SG;3;PRS
toslive V;NFIN
bleat V.PTCP;PRS
maximise V;NFIN
primp V.PTCP;PST
conflagrate V;SG;3;PRS
gallopade V;SG;3;PRS
remasticate V.PTCP;PRS
stomp V;NFIN
bait V;PST
lease V;SG;3;PRS
foreordain V.PTCP;PST
metamorphose V.PTCP;PST
metricate V.PTCP;PST
appoint V;PST
calibrate V;PST
foot-slog V;PST
hake V;SG;3;PRS
unsphere V.PTCP;PRS
outhustle V;NFIN
lase V;SG;3;PRS
degas V;PST
quilt V.PTCP;PRS
overcoat V.PTCP;PST
desex V.PTCP;PRS
symbolise V;NFIN
fordrive V;SG;3;PRS
botrytize V;NFIN
overgloom V.PTCP;PST
coquet V;SG;3;PRS
reface V;SG;3;PRS
particularize V;NFIN
farewell V.PTCP;PST
shanghae V;SG;3;PRS
garrote V;NFIN
warfare V;PST
apricate V.PTCP;PST
assonate V;SG;3;PRS
grind V.PTCP;PST
kafirize V;NFIN
gospelize V.PTCP;PRS
hightail V;SG;3;PRS
crumple V;PST
ditch V;NFIN
refuck V;PST
abye V;SG;3;PRS
file V;NFIN
allege V;SG;3;PRS
multishirk V;SG;3;PRS
unpopularise V;PST
rendre V.PTCP;PST
gainstand V;SG;3;PRS
card-index V;NFIN
waveguide V;PST
zeolitize V;PST
deunionise V.PTCP;PRS
scarf V;SG;3;PRS
collaborate V;PST
ubiquitylate V.PTCP;PRS
seroconvert V;NFIN
rubric V;SG;3;PRS
honnour V.PTCP;PRS
disport V;SG;3;PRS
cincture V;PST
overintellectualize V.PTCP;PST
overtake V.PTCP;PST
downpour V;NFIN
grep V;PST
emigrate V;NFIN
lucubrate V.PTCP;PST
revision V.PTCP;PST
halt V;SG;3;PRS
fare V;SG;3;PRS
footer V;SG;3;PRS
pickle V.PTCP;PST
radiobroadcast V;NFIN
misadapt V;SG;3;PRS
overspill V;PST
superstrain V;NFIN
deemphasize V;SG;3;PRS
unbenumb V.PTCP;PST
shore V;PST
overcharge V;SG;3;PRS
belittle V.PTCP;PST
deromanticize V;PST
factify V.PTCP;PST
mike V;SG;3;PRS
underorder V.PTCP;PRS
delipidate V.PTCP;PRS
bestir V;SG;3;PRS
deboard V.PTCP;PRS
intrude V.PTCP;PRS
transform V.PTCP;PST
untangle V;NFIN
transshape V;SG;3;PRS
drag V;PST
whitestone V.PTCP;PRS
betail V;SG;3;PRS
dethatch V;SG;3;PRS
wean V;NFIN
everlast V;SG;3;PRS
overwell V;SG;3;PRS
continue V.PTCP;PRS
terraform V.PTCP;PST
overabound V;NFIN
underclaim V;SG;3;PRS
squail V;PST
outhit V;NFIN
overprioritize V;NFIN
belead V.PTCP;PST
dodder V.PTCP;PRS
prologuise V;SG;3;PRS
sclerotise V;NFIN
conservate V;NFIN
upstare V;SG;3;PRS
wizen V;NFIN
unlade V;NFIN
querk V;PST
protocolize V;NFIN
jackaroo V.PTCP;PST
sideload V;SG;3;PRS
covet V.PTCP;PST
beslurry V.PTCP;PRS
nanofabricate V;PST
exquire V;PST
impaste V;NFIN
petard V.PTCP;PRS
unglove V;NFIN
replevy V;PST
imbody V;NFIN
misheed V;SG;3;PRS
restitute V;SG;3;PRS
forhow V.PTCP;PRS
overmanage V.PTCP;PRS
foreplay V.PTCP;PST
milestone V;NFIN
mispaint V;PST
sook V;SG;3;PRS
arrow V;NFIN
befriend V.PTCP;PST
encur V.PTCP;PST
resubmerge V;PST
counterplead V.PTCP;PST
decapacitate V;PST
ingrapple V;SG;3;PRS
titivate V.PTCP;PRS
miscategorise V;PST
flour V;PST
birch V.PTCP;PRS
overmilk V.PTCP;PRS
imbring V.PTCP;PST
misclassify V;PST
reimmerse V;PST
cwtch V;PST
snap V;PST
tough V;PST
Russify V;SG;3;PRS
Sunnify V;SG;3;PRS
reëxtend V.PTCP;PST
dilly-dally V;PST
fark V;NFIN
cuntfuck V;PST
dight V;SG;3;PRS
manuscribe V.PTCP;PST
undercome V;SG;3;PRS
bunch V;NFIN
underturn V;PST
autocancel V.PTCP;PST
preseason V.PTCP;PST
etherise V;NFIN
sulfurise V.PTCP;PST
sjambock V;NFIN
unreeve V;PST
submonish V.PTCP;PST
aberrate V;NFIN
premultiply V;NFIN
polygraph V;PST
dismount V.PTCP;PRS
helve V.PTCP;PST
defang V.PTCP;PST
write-off V;NFIN
vapor V;PST
daddle V;SG;3;PRS
bamfoozle V.PTCP;PST
unrein V;NFIN
dewet V.PTCP;PRS
foresend V.PTCP;PST
crosslink V;NFIN
intercalate V;PST
gangrape V;SG;3;PRS
guess V.PTCP;PST
ornate V;PST
fingerfuck V;NFIN
unparse V.PTCP;PST
radioassay V;PST
inroll V.PTCP;PRS
synchronize V;SG;3;PRS
overhandle V;PST
overhope V.PTCP;PST
tap-dance V;PST
emprint V;SG;3;PRS
quave V;SG;3;PRS
backpatch V;SG;3;PRS
insert V;PST
incite V;NFIN
kerblam V;PST
deinstitutionalize V;SG;3;PRS
berry V;PST
visa V.PTCP;PST
impowre V.PTCP;PST
bethump V;NFIN
sojourn V;SG;3;PRS
extravasate V.PTCP;PRS
knurl V.PTCP;PRS
congrue V;PST
prove V;SG;3;PRS
betassel V;PST
jolley V;SG;3;PRS
demur V.PTCP;PRS
nonsense V;NFIN
green-light V;PST
spuddle V.PTCP;PRS
incriminate V.PTCP;PRS
vapulate V;PST
pile V;PST
behorn V;PST
enfever V.PTCP;PRS
strength V.PTCP;PRS
brattle V;PST
eche V;NFIN
overplease V;NFIN
hyperacetylate V;PST
fleech V.PTCP;PRS
scarp V;SG;3;PRS
spue V;NFIN
more V.PTCP;PRS
predefine V.PTCP;PST
kibitz V;NFIN
devulgarize V;NFIN
anarchize V;NFIN
lorry V;NFIN
bumbaze V;NFIN
recouple V;PST
reiterate V;NFIN
stet V.PTCP;PRS
degrammaticalize V;NFIN
elix V.PTCP;PST
ure V;SG;3;PRS
adjudge V.PTCP;PRS
seigniorize V.PTCP;PST
overaccommodate V;NFIN
oop V.PTCP;PRS
sump V;NFIN
swill V;NFIN
amain V.PTCP;PRS
crackle V;SG;3;PRS
verbal V.PTCP;PST
speculate V.PTCP;PRS
tear-gas V.PTCP;PRS
perm V;PST
gnide V;PST
pi V;NFIN
rebake V.PTCP;PST
decision V;PST
decoke V.PTCP;PRS
Indianise V;PST
misadvise V;PST
æqualize V;NFIN
inbland V;NFIN
gesture V;NFIN
rumple V;SG;3;PRS
foredeclare V.PTCP;PRS
forerun V.PTCP;PST
thrall V;SG;3;PRS
pugger V;SG;3;PRS
parametrize V;SG;3;PRS
outfight V.PTCP;PRS
sulfurise V;SG;3;PRS
reunite V;PST
off-load V;SG;3;PRS
bone V;NFIN
anoil V.PTCP;PST
slide-tackle V;PST
unsnarl V.PTCP;PST
portscan V;NFIN
gutturalize V.PTCP;PST
brim V;NFIN
crowd V;PST
unmap V;PST
unhide V;SG;3;PRS
becue V.PTCP;PRS
outstart V;SG;3;PRS
procrastine V;PST
jab V.PTCP;PRS
cable V;NFIN
relativize V.PTCP;PST
instigate V;NFIN
demise V.PTCP;PRS
top-rope V;PST
bowk V;PST
juxtapose V.PTCP;PST
calculate V;PST
sonneteer V;PST
overcoddle V;NFIN
rough-and-tumble V;PST
delurk V.PTCP;PST
encolour V;PST
demagnetize V;PST
strappado V.PTCP;PST
hyperbolise V.PTCP;PST
fife V;SG;3;PRS
frown V;NFIN
disman V.PTCP;PRS
blorp V.PTCP;PRS
unround V.PTCP;PST
engreaten V;SG;3;PRS
schedule V.PTCP;PST
jock V;PST
worthen V.PTCP;PRS
depolarise V;NFIN
service V;SG;3;PRS
underlet V;SG;3;PRS
desert V;PST
proctor V.PTCP;PRS
underpower V.PTCP;PST
overlead V.PTCP;PST
retelecast V;PST
rediagonalize V.PTCP;PRS
bescrawl V;SG;3;PRS
deprotonate V;SG;3;PRS
stellenbosch V;NFIN
meawl V;SG;3;PRS
untar V.PTCP;PRS
setter V;SG;3;PRS
mimick V;SG;3;PRS
keyseat V;PST
thirl V;PST
rearrest V.PTCP;PRS
trypsinise V;PST
inactuate V;SG;3;PRS
holster V.PTCP;PST
decolourise V;PST
slur V;SG;3;PRS
vault V;NFIN
moan V;SG;3;PRS
straitjacket V;PST
fluoresce V;SG;3;PRS
perform V;PST
offlay V;NFIN
mesh V;PST
beslabber V.PTCP;PRS
trimerize V.PTCP;PRS
unblouse V.PTCP;PRS
beword V;NFIN
embus V;NFIN
frown V;SG;3;PRS
disinhume V;NFIN
sike V.PTCP;PST
remaster V;SG;3;PRS
defence V;PST
evirate V;SG;3;PRS
arouse V;PST
vegetize V;SG;3;PRS
truck V;PST
slay V.PTCP;PRS
berth V;PST
beely V.PTCP;PRS
kowtow V.PTCP;PRS
enterfere V.PTCP;PST
outdrive V;PST
illume V;SG;3;PRS
feminise V;SG;3;PRS
flyer V.PTCP;PST
decertify V;SG;3;PRS
doubletrack V;PST
dilaniate V;NFIN
capitate V.PTCP;PRS
torpify V.PTCP;PRS
beseem V.PTCP;PST
exsufflate V;SG;3;PRS
subduct V;SG;3;PRS
crevice V.PTCP;PRS
unbung V;SG;3;PRS
verbigerate V.PTCP;PRS
symbolise V.PTCP;PST
fiat V;PST
anaesthetize V;NFIN
consecrate V;NFIN
noy V;NFIN
double-end V.PTCP;PRS
stip V;SG;3;PRS
fordrench V.PTCP;PRS
jig V.PTCP;PRS
unsinew V.PTCP;PRS
respecify V;SG;3;PRS
antiquarianize V;NFIN
motorise V;NFIN
devoice V.PTCP;PST
enecate V;SG;3;PRS
entail V;PST
lirt V;SG;3;PRS
feck V;NFIN
immould V.PTCP;PRS
creolize V;PST
clag V.PTCP;PST
gnarl V;PST
decoy V;NFIN
palletize V;SG;3;PRS
intenerate V;PST
overgo V.PTCP;PRS
obnubilate V;PST
caseate V.PTCP;PST
glower V;SG;3;PRS
accrue V;PST
lawe V;SG;3;PRS
understand V.PTCP;PRS
actualize V.PTCP;PRS
skype V;PST
disanoint V;PST
reinstitutionalize V;NFIN
trimerise V;NFIN
depuff V;PST
stable V.PTCP;PRS
impassion V;SG;3;PRS
screeve V;NFIN
escrow V.PTCP;PST
externalize V;SG;3;PRS
demineralize V.PTCP;PRS
epistle V.PTCP;PRS
outstrike V.PTCP;PRS
embark V.PTCP;PST
overcommunicate V.PTCP;PST
sufflate V;PST
devenustate V;NFIN
bollocks V.PTCP;PST
convalesce V;NFIN
laugh V;SG;3;PRS
snicker V;PST
bluiter V.PTCP;PST
assoyle V.PTCP;PRS
scotch V.PTCP;PST
queme V;SG;3;PRS
muse V;NFIN
verbalise V;NFIN
inwood V;PST
forlong V;SG;3;PRS
superintend V.PTCP;PRS
hobanob V;PST
slocken V.PTCP;PRS
metaphorise V.PTCP;PST
quadruple-click V.PTCP;PRS
blowdry V.PTCP;PST
uppluck V;PST
premier V;PST
untrammel V;SG;3;PRS
demythologize V;PST
belimp V;NFIN
shuck V;SG;3;PRS
waver V;NFIN
hold V;NFIN
snug V.PTCP;PST
enhalo V;SG;3;PRS
rotoscope V;NFIN
moleskin V;NFIN
roadshow V;SG;3;PRS
alloo V;PST
disoblige V;SG;3;PRS
apperceive V.PTCP;PRS
disconcur V;PST
forelift V.PTCP;PRS
disillusion V.PTCP;PRS
torve V;NFIN
endow V.PTCP;PRS
phase V.PTCP;PST
neatify V;PST
harsh V;SG;3;PRS
popcorn V.PTCP;PRS
campervan V;NFIN
rustproof V;PST
exterminate V;NFIN
denasalize V;NFIN
prolificate V;NFIN
remeet V.PTCP;PRS
circumgyrate V;SG;3;PRS
prolongate V;SG;3;PRS
ghosten V;SG;3;PRS
surface V;PST
untether V;PST
corroborate V.PTCP;PST
generify V.PTCP;PST
preparse V;PST
crap V;SG;3;PRS
overpost V;NFIN
see V;PST
twirl V;NFIN
compesce V;SG;3;PRS
launch V.PTCP;PST
gorm V;SG;3;PRS
telnet V.PTCP;PRS
domiciliate V.PTCP;PST
quarterback V.PTCP;PST
intrunk V.PTCP;PRS
radiotag V.PTCP;PRS
slander V.PTCP;PST
overrestore V.PTCP;PRS
eclecticize V.PTCP;PST
replay V;NFIN
upthunder V;NFIN
velvet V;PST
grep V.PTCP;PRS
deflagrate V;SG;3;PRS
describe V.PTCP;PRS
browze V.PTCP;PRS
whomp V;NFIN
foray V;NFIN
melodise V;SG;3;PRS
staddle V;PST
perturbate V;PST
roap V.PTCP;PST
overwrap V;NFIN
shim V;PST
complementize V;SG;3;PRS
honk V;PST
downclimb V.PTCP;PST
deploy V;PST
despread V.PTCP;PST
edulcorate V.PTCP;PRS
bloviate V;PST
interbring V.PTCP;PRS
unhoop V;NFIN
segway V.PTCP;PST
deprotect V;SG;3;PRS
deconflict V;PST
unshot V;SG;3;PRS
pyrolysize V.PTCP;PST
colonize V.PTCP;PST
jess V;NFIN
mall V;PST
scrutinise V.PTCP;PST
unpannel V.PTCP;PRS
transcolate V;NFIN
invocate V.PTCP;PRS
frenzy V.PTCP;PRS
enclasp V;PST
unroll V.PTCP;PRS
authourise V.PTCP;PST
dust V;NFIN
morcellate V;SG;3;PRS
debruise V;SG;3;PRS
transliterate V;SG;3;PRS
haffle V;NFIN
straught V.PTCP;PRS
seep V.PTCP;PST
spreadeagle V.PTCP;PRS
forgnaw V;PST
præserve V;SG;3;PRS
unexplode V;SG;3;PRS
inlist V.PTCP;PST
walk V;PST
overbend V.PTCP;PRS
crossruff V.PTCP;PRS
pue V;SG;3;PRS
peise V;PST
freestyle V;PST
vignette V;SG;3;PRS
coexert V;NFIN
engine V;PST
jones V.PTCP;PST
feminise V;NFIN
born V;PST
fibreise V;SG;3;PRS
pandiculate V;SG;3;PRS
scrimshaw V;PST
smeeth V;PST
subdelegate V;PST
exfiltrate V;PST
whammel V;PST
pimple V.PTCP;PRS
enmarble V;NFIN
frill V;NFIN
toot V.PTCP;PST
offlay V.PTCP;PST
talke V;PST
chunter V;PST
meech V;PST
mediatise V;NFIN
æmulate V;SG;3;PRS
untackle V;SG;3;PRS
scutch V;NFIN
overoil V;NFIN
profit V;SG;3;PRS
salve V.PTCP;PRS
rejuvenize V.PTCP;PST
countre V;PST
unstop V;SG;3;PRS
outfind V;NFIN
entomb V.PTCP;PRS
cosset V.PTCP;PRS
Moroccanise V.PTCP;PRS
armour V;PST
daggle V;NFIN
array V;PST
nutcrack V;PST
attediate V;NFIN
exoticize V.PTCP;PST
croak V.PTCP;PRS
null V;SG;3;PRS
urge V;SG;3;PRS
disbound V.PTCP;PRS
enshield V.PTCP;PST
enthrone V;PST
impolder V;PST
show V.PTCP;PRS
fluidify V;SG;3;PRS
cohabit V;NFIN
taboo V.PTCP;PRS
tew V;SG;3;PRS
sleaze V.PTCP;PST
admier V;SG;3;PRS
homer V.PTCP;PRS
covenaunt V;NFIN
Zuluize V.PTCP;PST
holystone V;NFIN
grype V;PST
marbelise V.PTCP;PRS
messenger V.PTCP;PST
girdle V.PTCP;PST
unreave V;SG;3;PRS
nostrificate V;PST
destem V;PST
chafe V;SG;3;PRS
divellicate V;SG;3;PRS
fixture V;NFIN
intersperse V;NFIN
overexercise V;SG;3;PRS
derivate V;NFIN
tittle-tattle V.PTCP;PRS
relicense V.PTCP;PST
stang V.PTCP;PST
soundtrack V.PTCP;PRS
tact V;PST
undersave V;PST
tension V.PTCP;PST
snowblade V;SG;3;PRS
maneuver V;SG;3;PRS
traunt V;SG;3;PRS
Bowdlerise V;NFIN
flamework V.PTCP;PRS
obsign V.PTCP;PST
confœderate V.PTCP;PRS
smatch V;SG;3;PRS
counterplead V.PTCP;PRS
felicitate V;SG;3;PRS
firebomb V;NFIN
incomber V;SG;3;PRS
commonplace V;PST
evergreen V;NFIN
understock V;NFIN
tomahawk V.PTCP;PST
revolutionalize V;NFIN
retaliate V;NFIN
outcool V;PST
scringe V.PTCP;PRS
gateway V;PST
blanket-stitch V.PTCP;PST
paynize V;NFIN
resprout V;PST
wrig V.PTCP;PST
outhale V;PST
explorate V;SG;3;PRS
photostat V.PTCP;PST
disconfirm V.PTCP;PST
equilibrize V.PTCP;PST
reliquefy V.PTCP;PRS
scald V;SG;3;PRS
barge V;NFIN
enquire V.PTCP;PST
crew V;SG;3;PRS
enioy V.PTCP;PRS
brace V;NFIN
reaccelerate V;NFIN
tetch V;PST
bedight V.PTCP;PST
gasface V;SG;3;PRS
underly V;SG;3;PRS
weatherise V.PTCP;PST
brine V.PTCP;PST
reimmunize V.PTCP;PST
exasperate V;PST
beshadow V;SG;3;PRS
world V.PTCP;PST
formulize V;NFIN
rescatter V.PTCP;PST
whitelist V;SG;3;PRS
article V;SG;3;PRS
remend V.PTCP;PST
lick V.PTCP;PST
attask V;NFIN
protestantize V;NFIN
apply V;PST
acknow V;SG;3;PRS
refracture V.PTCP;PST
excrete V.PTCP;PST
nuncupate V;NFIN
improvise V;SG;3;PRS
nuddle V.PTCP;PRS
fyle V;NFIN
esloin V;NFIN
overuse V;PST
diphthongize V;SG;3;PRS
cross-breed V;NFIN
urbanize V.PTCP;PST
widdle V;NFIN
pepper V;SG;3;PRS
autodelete V;NFIN
stylemog V;SG;3;PRS
predominate V;SG;3;PRS
excecate V.PTCP;PRS
squash V;PST
prolongate V;NFIN
overseal V;SG;3;PRS
galumph V.PTCP;PRS
whap V;PST
candy V.PTCP;PST
enwall V.PTCP;PRS
overchoreograph V;NFIN
skullfuck V;NFIN
blouse V.PTCP;PST
reinitiate V;SG;3;PRS
exercise V.PTCP;PRS
supernaturalize V;NFIN
heathenize V;SG;3;PRS
swizzle V;SG;3;PRS
folwe V;NFIN
indagate V.PTCP;PST
petition V;PST
reconjoin V.PTCP;PST
sleet V.PTCP;PRS
resaddle V.PTCP;PST
degafiate V;PST
backlog V.PTCP;PRS
see V;SG;3;PRS
ubicate V;NFIN
requeen V.PTCP;PRS
knaw V;NFIN
recurvate V.PTCP;PST
fatigate V;NFIN
heli-ski V;PST
clap V.PTCP;PRS
atray V.PTCP;PST
amalgam V.PTCP;PRS
average V;NFIN
discommodate V;PST
re-edit V.PTCP;PRS
twaddle V.PTCP;PST
bliken V;SG;3;PRS
inbeat V.PTCP;PST
copycat V.PTCP;PRS
outcompass V;NFIN
unspit V.PTCP;PST
reperceive V;SG;3;PRS
laudanum V.PTCP;PRS
reenforce V;SG;3;PRS
overeye V;NFIN
edumacate V;NFIN
symbolize V;NFIN
surrogate V;PST
exercise V.PTCP;PST
vag V;PST
fertilize V.PTCP;PST
egg V.PTCP;PST
preglottalize V;NFIN
proselytize V;PST
sclaff V;PST
nott V.PTCP;PST
readvance V;NFIN
camerate V.PTCP;PRS
bemaul V.PTCP;PST
racialize V;SG;3;PRS
bell V;SG;3;PRS
comprobate V.PTCP;PST
normativize V.PTCP;PST
immit V.PTCP;PRS
unmove V;PST
store V.PTCP;PRS
morph V;SG;3;PRS
baptize V.PTCP;PST
cund V.PTCP;PST
resample V;SG;3;PRS
scise V.PTCP;PST
arm V.PTCP;PRS
knapsack V;SG;3;PRS
uniquify V;PST
outhit V.PTCP;PRS
facepalm V;NFIN
admix V.PTCP;PRS
hork V;NFIN
replait V;SG;3;PRS
cheap V.PTCP;PST
anthologise V;SG;3;PRS
misbid V.PTCP;PRS
revaluate V;NFIN
underbrace V.PTCP;PRS
undersee V.PTCP;PST
intertalk V;SG;3;PRS
double-dip V.PTCP;PRS
uncook V.PTCP;PRS
bespurt V;NFIN
demo V.PTCP;PRS
oop V;PST
bewray V.PTCP;PST
rightsize V.PTCP;PST
change V;SG;3;PRS
outstrip V;SG;3;PRS
replunge V;SG;3;PRS
alarum V;PST
rebaseline V;NFIN
corral V.PTCP;PST
versify V.PTCP;PST
reboiler V;SG;3;PRS
interwork V.PTCP;PST
budget V;PST
morrice V;SG;3;PRS
commune V.PTCP;PST
gam V.PTCP;PST
butt-rape V;SG;3;PRS
inquisition V.PTCP;PRS
affeer V;PST
cheer V;NFIN
reason V;NFIN
louche V;SG;3;PRS
repine V;SG;3;PRS
swirl V.PTCP;PST
protocol V;PST
villainise V.PTCP;PST
desulfurise V;PST
toil V;PST
sloosh V;NFIN
recrystallise V;PST
mizzle V;NFIN
pregage V.PTCP;PRS
wrongfoot V;NFIN
lush V.PTCP;PRS
relead V.PTCP;PST
afform V;NFIN
shrove V.PTCP;PRS
engrail V.PTCP;PRS
bags V.PTCP;PST
somber V;NFIN
flacker V;SG;3;PRS
destandardize V.PTCP;PST
smarm V;SG;3;PRS
granularise V.PTCP;PRS
zone V.PTCP;PST
tribute V;NFIN
prehydrate V;SG;3;PRS
dephase V;PST
co-operate V.PTCP;PST
abite V;PST
dispropriate V.PTCP;PRS
splooge V.PTCP;PRS
prearm V.PTCP;PST
auctioneer V.PTCP;PST
retravel V;NFIN
misrepresent V.PTCP;PST
pyrosequence V;SG;3;PRS
witwanton V.PTCP;PRS
assever V.PTCP;PST
channelise V.PTCP;PRS
unhash V.PTCP;PRS
rove V.PTCP;PST
yandy V;NFIN
superinfuse V.PTCP;PST
mammer V;PST
deconstruct V;NFIN
reprobe V.PTCP;PRS
redeal V.PTCP;PST
nickname V;SG;3;PRS
snuggle V.PTCP;PRS
treck V.PTCP;PST
forwork V;PST
pretzel V.PTCP;PRS
deliminate V;NFIN
outstrike V;PST
sociologize V;NFIN
counteract V.PTCP;PST
re-organize V;SG;3;PRS
outwork V;PST
publish V.PTCP;PRS
envowel V.PTCP;PST
young V.PTCP;PST
cage V;NFIN
enable V.PTCP;PST
rezip V;PST
Balkanize V.PTCP;PST
worth V;NFIN
dare V;PST
operate V.PTCP;PRS
enfranchize V.PTCP;PST
ankle V.PTCP;PST
unmap V;SG;3;PRS
Latinize V;SG;3;PRS
enfilade V;NFIN
forteach V;SG;3;PRS
engorge V.PTCP;PST
trindle V;NFIN
de-Christianise V.PTCP;PST
evade V.PTCP;PST
parasitize V;SG;3;PRS
denude V.PTCP;PST
confute V;NFIN
expediate V;PST
outromance V;PST
indicate V;SG;3;PRS
solarise V;PST
haint V.PTCP;PRS
depredate V.PTCP;PST
graph V;PST
get V;NFIN
pry V.PTCP;PST
decarbonate V;PST
bewreck V;NFIN
plumb V;SG;3;PRS
upsurge V;PST
postmodernize V;PST
fuel V.PTCP;PST
bastonade V;NFIN
elicitate V;PST
hade V.PTCP;PRS
categise V;SG;3;PRS
epistolize V;SG;3;PRS
repatriate V;NFIN
auction V.PTCP;PRS
cloak V;PST
appal V;PST
engaol V;SG;3;PRS
watusi V.PTCP;PST
reshoe V;PST
fist-fuck V;NFIN
scuffle V;SG;3;PRS
attal V;PST
release V.PTCP;PST
self-deport V;PST
oar V.PTCP;PRS
assrape V;NFIN
preelect V.PTCP;PRS
upsend V.PTCP;PRS
fecundify V.PTCP;PRS
redraught V;SG;3;PRS
complete V.PTCP;PST
unsettle V;NFIN
extricate V;SG;3;PRS
huzza V;PST
homogenise V;PST
transhape V;NFIN
evaporate V;SG;3;PRS
deoil V.PTCP;PST
outthink V.PTCP;PRS
truth V;NFIN
prickle V.PTCP;PRS
bodder V;PST
publicize V;PST
dump V.PTCP;PST
defigure V;PST
blandish V;NFIN
slashdot V;SG;3;PRS
dullen V;NFIN
unguard V;NFIN
limp V;PST
observe V;SG;3;PRS
zephyr V;SG;3;PRS
sociate V;SG;3;PRS
endeavour V;NFIN
console V;PST
revirginize V;NFIN
rehide V.PTCP;PRS
pick-pocket V;NFIN
Christianise V;PST
bedrite V.PTCP;PRS
scythe V;NFIN
miswander V;SG;3;PRS
hobnob V;NFIN
gyve V;PST
radicate V.PTCP;PST
disarrange V.PTCP;PST
overlearn V;NFIN
conglutinate V;SG;3;PRS
passage V.PTCP;PRS
disintricate V.PTCP;PRS
reclose V;PST
foreposition V;PST
air-drop V;NFIN
condense V;SG;3;PRS
freezeframe V.PTCP;PST
encumber V;SG;3;PRS
Facebook V.PTCP;PRS
daw V.PTCP;PRS
subpœna V;SG;3;PRS
vesicularize V.PTCP;PRS
roughwork V.PTCP;PRS
ventouse V;SG;3;PRS
symmetrise V.PTCP;PRS
firk V.PTCP;PRS
remember V;SG;3;PRS
puzzle V;NFIN
physick V.PTCP;PST
formulise V;PST
margin V;SG;3;PRS
bestem V.PTCP;PRS
polarise V.PTCP;PST
brail V.PTCP;PST
refloat V;PST
stark V.PTCP;PST
misconceive V.PTCP;PRS
drynurse V.PTCP;PRS
obelise V.PTCP;PST
fortee V.PTCP;PST
wimble V;NFIN
reprioritize V.PTCP;PRS
undevil V.PTCP;PST
diminutivise V;NFIN
forflutter V;PST
doomsay V;PST
relevate V;NFIN
indure V.PTCP;PRS
overaccelerate V.PTCP;PST
vesicate V;PST
quadrisect V;SG;3;PRS
maternalize V.PTCP;PRS
right-drag V.PTCP;PST
redistrict V.PTCP;PST
conglobate V;SG;3;PRS
evite V.PTCP;PRS
pack V.PTCP;PST
imprison V;NFIN
juxtaposit V.PTCP;PST
bare V.PTCP;PST
blench V;SG;3;PRS
whoomp V;PST
coarctate V.PTCP;PST
deaspirate V;SG;3;PRS
doink V.PTCP;PRS
monodisperse V;NFIN
ribbon V;SG;3;PRS
dowry V;PST
prejudicate V.PTCP;PST
bleg V;NFIN
ques V;PST
mislist V;SG;3;PRS
longlist V;PST
wrig V.PTCP;PRS
bowssen V.PTCP;PST
vom V.PTCP;PRS
Russianise V;PST
deindividualize V.PTCP;PRS
transshape V;NFIN
shaft V;SG;3;PRS
depathologize V.PTCP;PST
circle-strafe V;NFIN
scholiaze V.PTCP;PST
uncrumple V;SG;3;PRS
drool V;PST
transcribe V;SG;3;PRS
hocus V;SG;3;PRS
sternutate V;NFIN
disenrol V;PST
reimprison V;NFIN
misseem V.PTCP;PRS
cube V;NFIN
ort V;PST
mactate V.PTCP;PRS
hump V.PTCP;PRS
occasion V.PTCP;PST
tokenise V.PTCP;PST
aestheticise V;NFIN
exungulate V;SG;3;PRS
condomize V;NFIN
fly-pitch V.PTCP;PRS
loyalize V;NFIN
battel V;PST
divinize V.PTCP;PST
puddle V.PTCP;PRS
retransitivize V;NFIN
text V.PTCP;PRS
accrue V;SG;3;PRS
sissy V.PTCP;PRS
reingratiate V.PTCP;PRS
spittle V;SG;3;PRS
steward V.PTCP;PST
fluidise V;SG;3;PRS
upkeep V;PST
begrime V.PTCP;PRS
monomethylate V;NFIN
excitate V.PTCP;PST
hank V;SG;3;PRS
determinize V;PST
bareback V;PST
interconvert V.PTCP;PST
bemoysten V.PTCP;PRS
warble V.PTCP;PRS
exnihilate V.PTCP;PRS
munch V;NFIN
cook V;SG;3;PRS
spurt V;SG;3;PRS
approach V;SG;3;PRS
inthrill V;PST
pluck V.PTCP;PRS
lowercasify V;SG;3;PRS
deturb V;PST
Europeanize V;NFIN
jelly V;SG;3;PRS
reconceive V;PST
counterpoint V;SG;3;PRS
rebroadcast V.PTCP;PST
steampunk V;SG;3;PRS
besoothe V;NFIN
dialogue V;SG;3;PRS
granularize V.PTCP;PST
instrumentalise V.PTCP;PST
head-butt V;NFIN
re-organise V.PTCP;PST
midwife V;PST
sploosh V;NFIN
denizen V.PTCP;PRS
backset V.PTCP;PRS
delectate V;NFIN
transilluminate V;SG;3;PRS
wordprocess V;NFIN
modalise V;PST
deprofessionalize V;SG;3;PRS
onerate V;PST
decalcify V;NFIN
flock V.PTCP;PRS
hinny V.PTCP;PRS
outcant V;NFIN
whet V.PTCP;PST
towel V.PTCP;PRS
hyperventilate V;NFIN
bootjack V;NFIN
plaw V;PST
cranny V;PST
deterritorialize V.PTCP;PRS
prescale V;PST
soft-pedal V;PST
discountenance V;NFIN
re-lay V.PTCP;PRS
bioremediate V.PTCP;PST
modularize V.PTCP;PST
unwonder V;SG;3;PRS
misprescribe V;SG;3;PRS
retax V.PTCP;PRS
lynch V.PTCP;PRS
diminutivize V;NFIN
regelate V.PTCP;PRS
feudalise V;PST
squirm V;SG;3;PRS
unassert V.PTCP;PRS
discase V.PTCP;PST
upbraid V;SG;3;PRS
temporalize V;NFIN
poddy V;SG;3;PRS
stave-rhyme V.PTCP;PST
zouk V.PTCP;PST
forhew V.PTCP;PRS
recoct V.PTCP;PST
recloak V;PST
reidentify V;SG;3;PRS
precedent V.PTCP;PRS
yarm V;SG;3;PRS
reconstitute V;SG;3;PRS
brood V;NFIN
learn V.PTCP;PST
boy V;SG;3;PRS
chimp V;SG;3;PRS
sysop V.PTCP;PRS
extimulate V.PTCP;PST
nest V;PST
remonetise V.PTCP;PRS
desensationalize V.PTCP;PRS
costean V.PTCP;PST
welch V;SG;3;PRS
inodiate V.PTCP;PST
depathologize V;PST
depucelate V.PTCP;PST
desalivate V;PST
regle V;SG;3;PRS
secure V;SG;3;PRS
pandarize V;NFIN
deexcite V;SG;3;PRS
packet V;SG;3;PRS
Islamise V.PTCP;PST
postillate V;NFIN
uncluster V.PTCP;PRS
naken V;PST
swage V;PST
agriculturalise V;SG;3;PRS
forthyete V.PTCP;PST
re-cognize V;PST
recarbonize V.PTCP;PST
cosponsor V.PTCP;PRS
tie-dye V.PTCP;PST
bedight V;NFIN
pother V;NFIN
Lojbanize V;NFIN
shilly-shally V;SG;3;PRS
oversend V.PTCP;PST
withtake V;SG;3;PRS
de-humanize V;NFIN
bespoil V;PST
unsecret V;SG;3;PRS
outdance V;PST
genderise V;PST
characterize V.PTCP;PST
traditionalize V.PTCP;PRS
tee V.PTCP;PRS
non-pros V.PTCP;PST
mislight V;PST
untabify V.PTCP;PST
recrawl V;NFIN
tamper V.PTCP;PRS
photoluminesce V.PTCP;PST
overhold V;PST
ceil V.PTCP;PST
equipoise V.PTCP;PST
trick-or-treat V;NFIN
meek V;PST
forgo V;SG;3;PRS
remind V.PTCP;PST
unmove V;SG;3;PRS
sleid V.PTCP;PRS
cross-hatch V;SG;3;PRS
upwhirl V;SG;3;PRS
chart V;PST
woodshed V.PTCP;PRS
tweet V;PST
acupuncture V;SG;3;PRS
quadrisect V.PTCP;PST
sleep V.PTCP;PST
detach V;SG;3;PRS
gnide V.PTCP;PST
wray V;PST
seajack V;PST
conjugate V;NFIN
clatter V;NFIN
modulize V.PTCP;PST
klap V;PST
gaum V;NFIN
perfection V.PTCP;PRS
brandwash V;SG;3;PRS
luncheon V;NFIN
misconsecrate V;PST
bumfuck V;PST
impinguate V;SG;3;PRS
hode V;SG;3;PRS
Stalinize V.PTCP;PRS
bedraw V.PTCP;PST
exonerate V;PST
woman V.PTCP;PRS
outgive V.PTCP;PRS
slight V.PTCP;PRS
decondition V.PTCP;PST
desugar V.PTCP;PRS
bed V;NFIN
rename V;SG;3;PRS
deject V;NFIN
opaque V;NFIN
season V.PTCP;PRS
mongrelize V;PST
vse V.PTCP;PRS
autocatalyse V.PTCP;PRS
aquacise V.PTCP;PRS
flick V.PTCP;PST
inlight V.PTCP;PST
deodorise V;PST
manhandle V.PTCP;PST
glaver V;NFIN
surtitle V;SG;3;PRS
uncrystallize V.PTCP;PRS
soundtrack V.PTCP;PST
soapbox V;PST
forebuy V;PST
rouse V;PST
overchill V;NFIN
sling V;SG;3;PRS
overromanticize V;SG;3;PRS
shlep V;NFIN
reset V.PTCP;PRS
upfill V;SG;3;PRS
bechat V.PTCP;PST
slocken V;PST
redissolve V.PTCP;PRS
constuprate V;SG;3;PRS
mislodge V;NFIN
leap V;NFIN
telemarket V;SG;3;PRS
bugger V;SG;3;PRS
airbrush V;NFIN
call V.PTCP;PRS
yellow-card V;NFIN
crochet V;PST
insist V;SG;3;PRS
abastardize V;NFIN
fisticuff V;NFIN
bung V;SG;3;PRS
pheeze V;NFIN
pooh V;SG;3;PRS
stoicize V;SG;3;PRS
underwork V;SG;3;PRS
insue V;PST
farrier V;NFIN
supercruise V.PTCP;PST
feddle V;PST
bay V;PST
counterplot V;SG;3;PRS
scruffle V;NFIN
misween V.PTCP;PST
vindicate V.PTCP;PST
todash V;PST
dap V;PST
freeride V.PTCP;PST
adeem V;NFIN
backfill V;NFIN
dirt V;PST
slide V.PTCP;PST
emball V.PTCP;PRS
grangerise V;PST
savor V;SG;3;PRS
misgraft V.PTCP;PRS
weet V;SG;3;PRS
Atticize V;NFIN
insularize V;NFIN
vye V.PTCP;PRS
medly V.PTCP;PST
air-brush V;SG;3;PRS
showboat V.PTCP;PRS
imbody V.PTCP;PRS
exauthorate V;SG;3;PRS
dwindle V;SG;3;PRS
roave V;NFIN
cocktease V.PTCP;PST
præsume V;SG;3;PRS
period V;NFIN
pass V.PTCP;PST
foreset V;NFIN
about-turn V;SG;3;PRS
portcullis V;SG;3;PRS
putrify V;SG;3;PRS
overboil V;PST
wuv V;PST
resight V.PTCP;PST
onlead V.PTCP;PRS
reinvolve V;SG;3;PRS
grandfather V.PTCP;PST
delete V;PST
implead V;PST
touch-type V;NFIN
underdraw V;NFIN
enhedge V.PTCP;PRS
sed V.PTCP;PRS
starch V;SG;3;PRS
miswend V;PST
outgun V;NFIN
slum V;PST
unbreast V;PST
depasture V.PTCP;PST
ogle V.PTCP;PST
besnowball V;NFIN
fortravel V;SG;3;PRS
auspicate V;SG;3;PRS
instrument V.PTCP;PRS
petnap V.PTCP;PRS
reinterest V.PTCP;PRS
derate V;SG;3;PRS
wreathe V.PTCP;PRS
gerrymander V;SG;3;PRS
reincite V;PST
outspin V.PTCP;PST
replow V.PTCP;PRS
undeify V;SG;3;PRS
lachrymate V.PTCP;PST
overquote V.PTCP;PRS
atrophy V.PTCP;PST
comigrate V.PTCP;PST
metallize V.PTCP;PRS
dispraise V;SG;3;PRS
bewake V.PTCP;PST
betroth V;NFIN
permeate V;SG;3;PRS
underburn V.PTCP;PRS
expel V.PTCP;PST
headline V;SG;3;PRS
unriddle V.PTCP;PRS
shave V;NFIN
kidnap V;NFIN
fragilize V.PTCP;PRS
destinate V;PST
reorientate V;PST
about-face V;NFIN
advect V.PTCP;PST
disincarnate V;PST
sight V.PTCP;PST
algebraicize V.PTCP;PST
nuke V.PTCP;PST
rot V.PTCP;PST
uptrain V;SG;3;PRS
patchwork V;NFIN
reconstrict V;SG;3;PRS
bisect V.PTCP;PRS
quell V.PTCP;PRS
precontrive V;SG;3;PRS
mischoose V;PST
paraphrase V.PTCP;PRS
spur V.PTCP;PST
antifoul V;NFIN
mutualise V.PTCP;PRS
wern V;PST
entertain V;SG;3;PRS
schappe V;SG;3;PRS
rehouse V.PTCP;PRS
digiscope V.PTCP;PRS
bivouac V.PTCP;PST
embalm V.PTCP;PST
reorder V;NFIN
popularize V;SG;3;PRS
pole-vault V.PTCP;PST
langure V;PST
ref V;NFIN
brog V.PTCP;PRS
hen V;SG;3;PRS
low V;PST
overpluck V.PTCP;PST
fireproof V;SG;3;PRS
harlot V;NFIN
overhold V.PTCP;PST
sprinkle V;SG;3;PRS
prefixe V;SG;3;PRS
suggilate V;SG;3;PRS
lawyer V.PTCP;PRS
elasticize V;PST
misderive V;NFIN
lawe V;NFIN
juxtapose V;PST
ketchup V;PST
conflict V;NFIN
dishumour V.PTCP;PST
repo V;PST
tourney V;NFIN
tranq V;NFIN
checker V;SG;3;PRS
tine V.PTCP;PST
reattempt V;PST
chlorinate V;PST
interdict V;NFIN
rainbow V;PST
codle V.PTCP;PST
gospel V;NFIN
misjudge V.PTCP;PST
dong V;NFIN
disassimilate V;SG;3;PRS
right V;PST
Finnicize V.PTCP;PRS
overhelp V.PTCP;PST
top-drain V;PST
unimagine V;NFIN
bead V;NFIN
pelt V;PST
reduce V;NFIN
outspeak V;SG;3;PRS
click V.PTCP;PRS
examine V;SG;3;PRS
lol V.PTCP;PST
reiterate V.PTCP;PRS
swedge V;SG;3;PRS
affeeble V.PTCP;PST
jellify V.PTCP;PST
title V.PTCP;PST
dildo V;PST
penetrate V;SG;3;PRS
rile V;PST
exsert V;SG;3;PRS
instanciate V;PST
distil V.PTCP;PRS
sinecure V.PTCP;PRS
registre V.PTCP;PST
conflagrate V;PST
market V;NFIN
yell V.PTCP;PRS
fractionalize V.PTCP;PST
bulldog V;NFIN
codle V;SG;3;PRS
inforce V;PST
encheer V;SG;3;PRS
repopulate V;NFIN
prime V;SG;3;PRS
withsake V.PTCP;PST
didder V.PTCP;PRS
include V;SG;3;PRS
rupture V;SG;3;PRS
ask V.PTCP;PRS
uncollapse V;NFIN
unct V.PTCP;PST
telefax V;PST
purge V.PTCP;PRS
dinge V.PTCP;PST
titter V;SG;3;PRS
platinate V.PTCP;PST
unstay V;SG;3;PRS
besot V;SG;3;PRS
backshift V;PST
revocate V.PTCP;PRS
peece V;PST
annalise V;PST
apodize V;NFIN
snerk V;SG;3;PRS
solarize V.PTCP;PRS
torch V.PTCP;PST
felter V;PST
Mexicanize V;SG;3;PRS
bluejack V;PST
godmother V;PST
table V.PTCP;PST
guarantee V;PST
scuba V.PTCP;PST
tap-dance V.PTCP;PRS
mail V;PST
uglify V.PTCP;PST
regale V.PTCP;PST
respin V;SG;3;PRS
lop V;SG;3;PRS
rechain V.PTCP;PRS
malax V.PTCP;PST
downdraw V;PST
androgenize V.PTCP;PRS
ul V.PTCP;PST
boondoggle V.PTCP;PST
acquaint V;SG;3;PRS
index V;NFIN
deglaciate V;PST
subtrude V.PTCP;PST
monopolize V;SG;3;PRS
bemean V.PTCP;PST
boogie V.PTCP;PRS
strappado V;NFIN
cable V;PST
cycle V;SG;3;PRS
ecycle V;NFIN
bumble V;PST
emperil V.PTCP;PRS
codename V.PTCP;PST
saccharize V.PTCP;PRS
outburst V.PTCP;PST
scrounge V;NFIN
tyle V.PTCP;PRS
enarch V.PTCP;PST
compass V.PTCP;PRS
disenclose V.PTCP;PST
corset V;NFIN
kernelize V;NFIN
greenify V;PST
tinge V.PTCP;PRS
balderdash V.PTCP;PST
history V.PTCP;PRS
belull V;PST
disuse V;NFIN
initialize V;PST
uprear V.PTCP;PST
portcullis V;PST
serry V;PST
hibernate V;NFIN
major V.PTCP;PST
pastoralize V.PTCP;PST
eagle V;PST
clean V;PST
strapple V.PTCP;PST
dwell V.PTCP;PST
mau-mau V.PTCP;PRS
diluviate V;NFIN
open-source V;SG;3;PRS
ruckle V;NFIN
preominate V;NFIN
sagaciate V;NFIN
revere V.PTCP;PRS
spar V;NFIN
unblue V.PTCP;PRS
caddie V.PTCP;PST
urticate V;PST
disprofit V;SG;3;PRS
left-drag V;PST
howl V.PTCP;PST
wangle V;PST
hug V.PTCP;PST
subtilize V;SG;3;PRS
forestand V;NFIN
digitize V;SG;3;PRS
prestretch V;PST
louden V;NFIN
intermix V.PTCP;PST
rotovate V.PTCP;PRS
refine V;NFIN
counterexemplify V;NFIN
billingsgate V;SG;3;PRS
misfall V.PTCP;PRS
reed V.PTCP;PRS
vituperate V.PTCP;PRS
squush V;PST
cone V;NFIN
miscue V;PST
dry-tool V.PTCP;PRS
prerequire V;PST
jew V;SG;3;PRS
soften V.PTCP;PST
clotter V.PTCP;PST
grave V;SG;3;PRS
canopy V;SG;3;PRS
beslipper V.PTCP;PRS
quiff V;PST
upload V;SG;3;PRS
araise V.PTCP;PRS
wale V.PTCP;PRS
unloose V;PST
foretell V.PTCP;PST
cross-hatch V;NFIN
scrattle V.PTCP;PRS
exsanguinate V;SG;3;PRS
unpunctuate V.PTCP;PST
deidentify V;NFIN
exenterate V;PST
catnap V;SG;3;PRS
denominate V;PST
amend V.PTCP;PST
aunswer V;SG;3;PRS
glei V.PTCP;PST
refix V.PTCP;PST
hoick V;SG;3;PRS
overstate V;NFIN
misconstrue V;NFIN
dentize V.PTCP;PST
air-freight V;SG;3;PRS
misbutton V;NFIN
volumize V;PST
distaste V;SG;3;PRS
overpush V;NFIN
pull V.PTCP;PRS
overmilk V;SG;3;PRS
knock V;NFIN
translate V;NFIN
word V;PST
chate V.PTCP;PST
aberuncate V.PTCP;PRS
tolug V;NFIN
systematise V;NFIN
cottage V.PTCP;PST
cosupervise V;NFIN
greenify V.PTCP;PST
recrudesce V.PTCP;PRS
demist V.PTCP;PRS
peptonize V;NFIN
mackle V;NFIN
accustom V.PTCP;PST
disprofit V.PTCP;PST
enstraighten V.PTCP;PST
lin V;PST
superficialize V.PTCP;PST
readd V;NFIN
underseek V.PTCP;PST
counterbrace V;NFIN
heckle V;NFIN
legislate V.PTCP;PST
butylate V;SG;3;PRS
suit V;SG;3;PRS
unfocus V.PTCP;PRS
forelay V;SG;3;PRS
improvise V;PST
inchase V.PTCP;PRS
embitter V.PTCP;PRS
treebank V;NFIN
tousel V;PST
downsize V.PTCP;PST
imbody V.PTCP;PST
dispart V;PST
condescend V.PTCP;PST
Horlicks V;NFIN
forwarn V;NFIN
respoke V.PTCP;PST
stud V;PST
newmodelize V;PST
diversify V;PST
dereference V.PTCP;PRS
cohære V;SG;3;PRS
fuss V.PTCP;PRS
possess V;NFIN
skimp V;SG;3;PRS
hiddle V;SG;3;PRS
overfall V;SG;3;PRS
hurdle V.PTCP;PRS
stope V;PST
evince V.PTCP;PRS
resubscribe V;NFIN
classicalize V.PTCP;PST
fidget V;NFIN
monospace V.PTCP;PST
accede V.PTCP;PST
publish V.PTCP;PST
cons V.PTCP;PST
miscure V.PTCP;PST
rebloom V.PTCP;PRS
putt V.PTCP;PST
livetweet V;NFIN
counterflood V;PST
bewell V;NFIN
swish V.PTCP;PST
undeck V;SG;3;PRS
dishallow V;NFIN
collectivise V;NFIN
metastasize V;SG;3;PRS
ungafiate V.PTCP;PRS
traitor V;PST
repocket V;SG;3;PRS
outgreen V;PST
outsource V;PST
Croatianize V.PTCP;PST
bot V;PST
heterolyze V.PTCP;PRS
backlist V;PST
squop V.PTCP;PST
brabble V.PTCP;PRS
disembody V;PST
bulge V.PTCP;PST
blackline V.PTCP;PST
wetten V.PTCP;PST
skitch V.PTCP;PST
mop V.PTCP;PST
monumentalize V.PTCP;PRS
obsign V;SG;3;PRS
relegalise V;SG;3;PRS
updive V.PTCP;PRS
electrolyse V;PST
disease V;SG;3;PRS
dishaunt V;NFIN
upvote V;PST
reforward V.PTCP;PRS
banjo V.PTCP;PRS
ionize V;SG;3;PRS
defund V.PTCP;PST
reconfess V.PTCP;PST
club V.PTCP;PRS
reimprint V;SG;3;PRS
calver V;NFIN
harbor V.PTCP;PRS
unswaddle V;NFIN
misbehave V.PTCP;PST
inorder V;SG;3;PRS
internetwork V.PTCP;PRS
play V;SG;3;PRS
prill V.PTCP;PST
surface V;NFIN
toe V;PST
dreave V;SG;3;PRS
energize V;NFIN
interreact V;SG;3;PRS
entermete V;PST
revote V.PTCP;PST
superinfuse V;SG;3;PRS
unwire V;SG;3;PRS
desulfurate V.PTCP;PST
slackline V.PTCP;PRS
percolate V.PTCP;PRS
dowel V.PTCP;PRS
entice V;NFIN
overcommit V.PTCP;PRS
resplend V;NFIN
prove V;NFIN
zizz V;PST
ruin V;NFIN
entangel V;NFIN
mannerize V;SG;3;PRS
reexpand V;PST
achromatise V.PTCP;PST
arrose V;SG;3;PRS
message V;SG;3;PRS
tranquilize V;SG;3;PRS
convey V;SG;3;PRS
confuddle V.PTCP;PST
transverberate V;SG;3;PRS
gillie V.PTCP;PRS
plump V;NFIN
resoun V;SG;3;PRS
ream V.PTCP;PST
guffaw V.PTCP;PRS
sandwich V.PTCP;PST
airt V.PTCP;PRS
consider V;NFIN
vidcast V.PTCP;PST
surmount V.PTCP;PRS
sean V;SG;3;PRS
simmer V.PTCP;PRS
glycolyze V.PTCP;PRS
geminate V;SG;3;PRS
ditty V.PTCP;PST
creaturize V.PTCP;PRS
forshake V;NFIN
reoxidize V.PTCP;PST
lithe V;PST
overcategorize V.PTCP;PRS
uplean V.PTCP;PST
gentrify V;SG;3;PRS
boose V.PTCP;PRS
church V.PTCP;PST
Europeanize V.PTCP;PRS
preadapt V;SG;3;PRS
bastardise V.PTCP;PST
phagocytize V;SG;3;PRS
defy V;NFIN
atroke V.PTCP;PRS
demoralize V.PTCP;PRS
decypher V;SG;3;PRS
disprize V;PST
emblemize V.PTCP;PRS
request V;PST
launch V;SG;3;PRS
handwave V.PTCP;PST
fagot V.PTCP;PST
desulfur V;SG;3;PRS
misween V;SG;3;PRS
chaw V;NFIN
intertangle V;PST
derogate V.PTCP;PRS
glob V;SG;3;PRS
enmesh V;NFIN
betray V;PST
cold-cock V;SG;3;PRS
fly-tip V;NFIN
crescent V.PTCP;PST
perk V.PTCP;PRS
underlay V;PST
underdelve V;NFIN
telepathize V.PTCP;PST
command V;SG;3;PRS
deboard V;NFIN
ordain V;NFIN
demine V;NFIN
umbecast V;NFIN
basify V.PTCP;PRS
atheize V.PTCP;PRS
skylark V.PTCP;PRS
refabricate V;PST
cajole V.PTCP;PRS
hydrate V.PTCP;PST
chiack V;SG;3;PRS
randomize V;PST
overbill V;NFIN
appetise V.PTCP;PRS
hugger V.PTCP;PST
auscultate V.PTCP;PRS
interwiki V.PTCP;PST
miscompute V;SG;3;PRS
stickybeak V;PST
brighten V.PTCP;PST
expolish V;SG;3;PRS
cnawvshawl V;NFIN
unwind V;SG;3;PRS
autodestruct V.PTCP;PRS
portcullis V.PTCP;PST
newfront V;PST
mire V.PTCP;PRS
minister V;NFIN
horseshoe V;PST
five-star V;PST
photodope V;NFIN
forcast V.PTCP;PRS
talke V.PTCP;PRS
unconfound V;PST
pettifog V.PTCP;PRS
disarm V.PTCP;PRS
declass V.PTCP;PST
propogate V.PTCP;PRS
co-operate V;SG;3;PRS
baste V.PTCP;PST
characterise V.PTCP;PST
overhent V;PST
tetter V;PST
sprint V;SG;3;PRS
comply V;SG;3;PRS
beguyle V;SG;3;PRS
collide V;PST
despecificate V.PTCP;PST
wet V;NFIN
track V.PTCP;PRS
unpinion V;PST
forslow V.PTCP;PRS
unappropriate V.PTCP;PRS
desolate V;SG;3;PRS
hogtie V.PTCP;PST
countenaunce V;PST
vermicompost V;SG;3;PRS
circumvolute V;NFIN
christen V;NFIN
slandre V.PTCP;PST
apprize V;SG;3;PRS
teetertotter V.PTCP;PST
enclave V.PTCP;PRS
foredetermine V.PTCP;PRS
bewet V;PST
insist V;PST
forhard V;SG;3;PRS
auto-block V.PTCP;PRS
mis-sell V.PTCP;PST
electroshock V;PST
house-sit V.PTCP;PRS
toilet-paper V.PTCP;PRS
affuse V;PST
waveguide V.PTCP;PRS
whoof V;NFIN
manacle V.PTCP;PST
radicalize V;SG;3;PRS
diphthongise V;NFIN
wildcraft V.PTCP;PST
beseech V;NFIN
lapper V.PTCP;PRS
stew V;NFIN
enlight V;NFIN
catsit V;PST
defatigate V;SG;3;PRS
somatize V;SG;3;PRS
withbear V;PST
suffer V;SG;3;PRS
imitate V;SG;3;PRS
unlink V;NFIN
fee V;SG;3;PRS
protrude V.PTCP;PRS
stump V;SG;3;PRS
pharyngealize V.PTCP;PST
enform V;SG;3;PRS
firewall V;SG;3;PRS
forthrist V;PST
undergo V.PTCP;PST
jape V;SG;3;PRS
pedipulate V;SG;3;PRS
overcanopy V;SG;3;PRS
disparple V;SG;3;PRS
oversensationalize V;NFIN
underheat V;PST
trisect V;NFIN
knag V.PTCP;PST
hmph V;PST
imparadise V;PST
fortify V;NFIN
unglorify V;SG;3;PRS
eclose V.PTCP;PST
overconsume V;NFIN
mysticize V.PTCP;PST
poleax V.PTCP;PRS
revolt V;PST
uncollapse V;PST
straught V;PST
boast V.PTCP;PST
overdrink V;NFIN
climatize V;NFIN
equipartition V.PTCP;PST
discloud V.PTCP;PST
refortify V;NFIN
bethrow V;SG;3;PRS
space V.PTCP;PST
fisk V.PTCP;PRS
scorse V;PST
mix V;PST
ache V;PST
vacation V.PTCP;PST
bespittle V;NFIN
quoit V.PTCP;PST
softload V;PST
overwing V.PTCP;PRS
betroth V;PST
coiffe V;NFIN
underspecify V;NFIN
undulate V;PST
stroy V.PTCP;PST
gladiate V;NFIN
capitalize V.PTCP;PRS
loosen V.PTCP;PST
reflourish V.PTCP;PRS
boink V.PTCP;PST
lifen V.PTCP;PRS
swat V;NFIN
remeet V;SG;3;PRS
vinegar V;NFIN
metalize V;NFIN
symptomatize V.PTCP;PST
misspeak V;NFIN
delegate V.PTCP;PRS
affuse V.PTCP;PRS
mahoganize V;NFIN
interknit V;SG;3;PRS
waggle V;NFIN
labefy V;SG;3;PRS
promo V.PTCP;PST
bedelve V.PTCP;PRS
resharpen V;PST
animadvert V;PST
purloin V.PTCP;PST
gise V;SG;3;PRS
turpentine V;NFIN
untruck V;NFIN
dree V.PTCP;PRS
invigor V.PTCP;PRS
embliss V;PST
fit V;PST
beseem V.PTCP;PRS
untongue V.PTCP;PST
upbreak V.PTCP;PST
overproduce V.PTCP;PST
bedrape V.PTCP;PST
cashier V.PTCP;PRS
bedelve V;SG;3;PRS
bespeed V.PTCP;PST
convive V.PTCP;PST
spose V;NFIN
divagate V.PTCP;PRS
onforward V;PST
rapturize V;SG;3;PRS
counter-attack V;PST
obtund V.PTCP;PRS
quarry V;PST
relatch V;SG;3;PRS
æqual V;PST
rethread V;SG;3;PRS
embillow V;SG;3;PRS
swiss V.PTCP;PST
enfold V;NFIN
reshoot V.PTCP;PRS
multiload V;SG;3;PRS
nog V.PTCP;PST
resight V;SG;3;PRS
BBM V.PTCP;PRS
incircle V;PST
misstep V;SG;3;PRS
coif V;SG;3;PRS
reify V;NFIN
adenylate V.PTCP;PRS
preboard V.PTCP;PRS
wyte V;PST
divine V.PTCP;PST
talebear V;NFIN
verbigerate V;PST
liss V.PTCP;PRS
blop V.PTCP;PST
fuff V;PST
bewonder V.PTCP;PRS
miscopy V.PTCP;PRS
enamour V.PTCP;PRS
deradicalize V;PST
demonstrate V;PST
disinthrall V;PST
spooge V.PTCP;PST
plackard V;SG;3;PRS
language V.PTCP;PRS
virialise V;PST
KO V;NFIN
times V.PTCP;PRS
theocratize V.PTCP;PST
disordre V;PST
necklace V.PTCP;PST
medley V;SG;3;PRS
clem V.PTCP;PRS
entrench V;NFIN
wheelie V.PTCP;PRS
underexplain V;SG;3;PRS
shove V;NFIN
beyelp V;NFIN
complicate V;NFIN
preformat V;NFIN
courb V.PTCP;PRS
mate V;SG;3;PRS
madefy V.PTCP;PRS
roshambo V.PTCP;PRS
generalize V;SG;3;PRS
misrhyme V.PTCP;PST
beknit V.PTCP;PST
agnominate V.PTCP;PRS
retouch V;NFIN
yard V.PTCP;PST
depressure V;SG;3;PRS
tath V.PTCP;PST
oversail V.PTCP;PRS
devirginate V.PTCP;PST
repalletize V;NFIN
churnalise V;NFIN
decolorise V.PTCP;PST
shin V;PST
ensign V;NFIN
wakeboard V;PST
disable V;SG;3;PRS
sowce V;PST
misbeat V;SG;3;PRS
tawk V.PTCP;PST
unweave V;PST
homosexualise V.PTCP;PRS
cross-refer V.PTCP;PRS
deadenylate V;SG;3;PRS
maderize V;SG;3;PRS
Sunnify V.PTCP;PRS
preshow V.PTCP;PST
mottle V;PST
pontify V.PTCP;PST
radioactivate V.PTCP;PST
adorate V;SG;3;PRS
jib V.PTCP;PST
erme V;NFIN
extirp V.PTCP;PST
yellow-card V.PTCP;PST
encanker V.PTCP;PRS
outbring V;NFIN
master V.PTCP;PRS
strobe V.PTCP;PST
gyre V;NFIN
crumple V;NFIN
skein V;SG;3;PRS
brunch V;SG;3;PRS
break V;PST
striddle V;SG;3;PRS
investure V.PTCP;PST
collogue V.PTCP;PST
obey V;SG;3;PRS
sparkle V;NFIN
intreasure V;SG;3;PRS
fend V.PTCP;PST
retake V.PTCP;PRS
hap V.PTCP;PST
precut V;NFIN
chack V;SG;3;PRS
inseam V.PTCP;PST
counsel V.PTCP;PST
right-click V;SG;3;PRS
coerce V;SG;3;PRS
squoosh V.PTCP;PST
spider V;SG;3;PRS
noodle V.PTCP;PRS
implead V.PTCP;PST
snicker V.PTCP;PST
pinball V.PTCP;PRS
boondock V.PTCP;PST
adjute V.PTCP;PST
interleaf V;NFIN
brawn V.PTCP;PRS
den V;PST
figger V.PTCP;PRS
dazzle V;SG;3;PRS
waft V.PTCP;PST
undercool V.PTCP;PRS
pantheonise V.PTCP;PRS
crack V;PST
pretape V;PST
convalesce V.PTCP;PST
pellet V;PST
charcoal V.PTCP;PST
calendar V;NFIN
liveblog V;NFIN
hybridise V;SG;3;PRS
blunt V.PTCP;PST
kinkle V.PTCP;PRS
reaccumulate V;PST
highjack V;PST
legend V.PTCP;PRS
precept V;SG;3;PRS
dissimilate V;NFIN
explain V;SG;3;PRS
reduplicate V;NFIN
overlove V;NFIN
overlubricate V;SG;3;PRS
converge V;SG;3;PRS
rib V.PTCP;PRS
spline V;PST
outprize V;SG;3;PRS
sgraffito V;SG;3;PRS
polygamise V;NFIN
segway V.PTCP;PRS
pursue V;PST
sporulate V.PTCP;PST
accroach V.PTCP;PRS
LoC V.PTCP;PST
rezone V.PTCP;PRS
gloppen V;SG;3;PRS
misfuel V.PTCP;PRS
filigree V.PTCP;PRS
benefice V.PTCP;PST
repeddle V;SG;3;PRS
prize V.PTCP;PRS
close V.PTCP;PRS
illude V;PST
elide V;PST
zhoosh V;NFIN
underthrust V;PST
beworry V.PTCP;PST
scoop V.PTCP;PRS
onsell V;PST
betrap V;PST
blood V;NFIN
overswing V.PTCP;PST
just V;NFIN
adultize V.PTCP;PST
upcast V;SG;3;PRS
crisp V;SG;3;PRS
forgive V.PTCP;PRS
cameltoe V.PTCP;PST
loricate V;NFIN
unbefool V.PTCP;PST
dretch V.PTCP;PRS
overconform V;NFIN
improve V.PTCP;PST
maleficiate V;PST
flatter V;PST
mesmerize V;SG;3;PRS
tropify V.PTCP;PST
clench V.PTCP;PRS
insend V.PTCP;PST
effund V.PTCP;PST
wetproof V.PTCP;PST
unstring V.PTCP;PST
fress V;NFIN
undernim V.PTCP;PST
cipher V;SG;3;PRS
atstand V.PTCP;PRS
pillory V;SG;3;PRS
moither V.PTCP;PRS
disable V.PTCP;PRS
withcall V.PTCP;PST
scream V.PTCP;PST
squeg V;NFIN
piton V.PTCP;PRS
expense V;PST
headbang V.PTCP;PRS
correctify V;NFIN
hog V;PST
nourish V;PST
spirt V;NFIN
dl V;NFIN
number V;SG;3;PRS
steg V;NFIN
mistrust V.PTCP;PRS
rest V;NFIN
Columbus V.PTCP;PST
deacidify V;SG;3;PRS
ferruminate V.PTCP;PRS
bomb V.PTCP;PST
criminalise V.PTCP;PST
cryosequester V.PTCP;PST
disroof V;NFIN
disembroil V.PTCP;PRS
restump V;NFIN
furnace V;SG;3;PRS
hmm V;SG;3;PRS
exhilarate V;NFIN
rivet V.PTCP;PRS
destinate V;NFIN
plaud V;NFIN
spec V;SG;3;PRS
apparel V;PST
tranch V;SG;3;PRS
invent V.PTCP;PRS
mislead V;SG;3;PRS
forge V;PST
underreckon V.PTCP;PRS
absterse V;NFIN
reverence V.PTCP;PST
bedick V;PST
outski V.PTCP;PRS
photolyse V;PST
disemvowel V.PTCP;PRS
shampoo V.PTCP;PRS
drop V;PST
start V;SG;3;PRS
unrealize V.PTCP;PRS
missit V.PTCP;PST
splish V;PST
dishabilitate V;PST
overquote V;SG;3;PRS
foreguess V.PTCP;PST
centuriate V;PST
unconsecrate V.PTCP;PST
CD V;PST
overmike V.PTCP;PRS
dimerise V.PTCP;PRS
strong-arm V.PTCP;PRS
negative V;SG;3;PRS
searce V.PTCP;PST
Omanize V;SG;3;PRS
backsource V;SG;3;PRS
bebay V.PTCP;PST
recalibrate V;PST
milse V.PTCP;PST
overchoreograph V.PTCP;PST
reconductor V;NFIN
juxtaposition V.PTCP;PRS
subitise V.PTCP;PRS
celestialize V;NFIN
elute V.PTCP;PST
rubberband V;SG;3;PRS
uncoach V.PTCP;PRS
unharbor V;NFIN
healthify V.PTCP;PRS
comingle V;SG;3;PRS
bollix V;PST
metallize V;SG;3;PRS
amese V;SG;3;PRS
unbar V;SG;3;PRS
suavify V.PTCP;PRS
gentrify V;PST
hill V;SG;3;PRS
redeposit V;NFIN
disenthral V.PTCP;PRS
dethronize V;PST
awhape V;SG;3;PRS
underseek V;PST
welch V.PTCP;PST
rame V;SG;3;PRS
nickelize V.PTCP;PRS
hot-wire V.PTCP;PST
disunite V.PTCP;PRS
deunionise V;NFIN
misname V;NFIN
skin-dive V;PST
carol V.PTCP;PRS
drab V;NFIN
betawder V;PST
mate V.PTCP;PST
grind V;PST
realise V.PTCP;PST
tag V.PTCP;PRS
hip V.PTCP;PRS
unbeast V.PTCP;PRS
dass V;NFIN
PowerPoint V.PTCP;PST
depattern V.PTCP;PRS
unabdicate V;PST
unbed V.PTCP;PST
parish V;NFIN
palate V;SG;3;PRS
taboo V;PST
hoiden V;NFIN
sulfate V.PTCP;PST
unstress V.PTCP;PRS
embale V;SG;3;PRS
jape V.PTCP;PRS
avile V;NFIN
luff V;NFIN
neuroimage V.PTCP;PRS
slipstream V;NFIN
'ave V.PTCP;PRS
undersample V;PST
co-write V;PST
coppel V;NFIN
bot V.PTCP;PST
misyield V.PTCP;PST
cha-cha V.PTCP;PRS
flip-flap V;SG;3;PRS
overwrite V.PTCP;PST
Muslimize V;PST
unshade V;PST
detune V;SG;3;PRS
swab V.PTCP;PRS
orchestrate V;NFIN
retail V.PTCP;PRS
throe V;NFIN
something V.PTCP;PST
powerbock V;NFIN
micromanage V;SG;3;PRS
blag V;SG;3;PRS
dethaw V;PST
bemock V;PST
begive V;NFIN
gay-marry V;SG;3;PRS
telemark V.PTCP;PST
PC V.PTCP;PRS
demigrate V;NFIN
reform V.PTCP;PST
sandbox V;SG;3;PRS
rationalise V;SG;3;PRS
snar V;NFIN
phantasise V;PST
prætend V;SG;3;PRS
tittivate V.PTCP;PRS
secuer V.PTCP;PRS
begallow V;NFIN
disbase V;SG;3;PRS
gnaw V;SG;3;PRS
align V;NFIN
unclew V.PTCP;PRS
undersee V;PST
microaggress V.PTCP;PRS
Africanize V;PST
hallmark V.PTCP;PST
microphotograph V;NFIN
sarcase V;PST
decalibrate V.PTCP;PRS
occasion V.PTCP;PRS
overfulfill V.PTCP;PRS
deoil V;PST
editionalise V;SG;3;PRS
emprison V;PST
chevy V;PST
dial V;NFIN
quinquiplicate V.PTCP;PRS
leg V;SG;3;PRS
passivize V.PTCP;PRS
telescope V;SG;3;PRS
heliski V.PTCP;PRS
parathyroidectomize V;NFIN
overbow V.PTCP;PRS
tippy-toe V.PTCP;PRS
Calvinise V;SG;3;PRS
Thatcherize V.PTCP;PST
unpucker V.PTCP;PRS
buffalo V;NFIN
carbonitride V;PST
ostracise V;NFIN
philosophise V;PST
disgraduate V;PST
beshite V;PST
'umour V.PTCP;PRS
premier V;NFIN
redrill V.PTCP;PRS
remorate V;SG;3;PRS
wale V;PST
splotch V;PST
wool-gather V.PTCP;PST
offload V.PTCP;PRS
depublish V;SG;3;PRS
whemmel V;SG;3;PRS
bristle V.PTCP;PST
more V;SG;3;PRS
chowter V;SG;3;PRS
sparsify V.PTCP;PST
carbonate V;PST
kill V.PTCP;PST
filtre V.PTCP;PST
scarlet V;SG;3;PRS
duck V;SG;3;PRS
embower V.PTCP;PRS
think V;SG;3;PRS
hurr V.PTCP;PST
preinstruct V;NFIN
heal V.PTCP;PST
clepe V.PTCP;PST
monologue V;NFIN
retally V;NFIN
self-synchronize V;SG;3;PRS
jive V.PTCP;PRS
Mahometanize V.PTCP;PST
sophronize V;PST
indenize V.PTCP;PST
subinfer V;SG;3;PRS
gold-plate V;NFIN
rose V.PTCP;PRS
unbury V;PST
roentgenograph V.PTCP;PST
rechannel V;SG;3;PRS
thatch V.PTCP;PST
ædify V.PTCP;PST
pertain V;PST
overstretch V.PTCP;PRS
landscape V.PTCP;PRS
reprivatise V.PTCP;PRS
reimpose V.PTCP;PRS
vom V.PTCP;PST
topple V;PST
drag V;PST
loan V;PST
adipocerate V;SG;3;PRS
well V.PTCP;PRS
awake V;PST
respread V;NFIN
bowssen V;PST
worship V.PTCP;PST
overlade V;NFIN
deblend V;NFIN
crosscheck V.PTCP;PST
foreordinate V.PTCP;PRS
disconcert V;PST
bibulate V;SG;3;PRS
woof V.PTCP;PST
ciswash V;NFIN
formay V.PTCP;PRS
groove V.PTCP;PST
forshrink V;NFIN
fieldstrip V.PTCP;PRS
gyrate V.PTCP;PRS
alligate V.PTCP;PRS
skooch V.PTCP;PST
cartwheel V.PTCP;PRS
mutter V.PTCP;PRS
hock V.PTCP;PRS
betear V;SG;3;PRS
dissipate V.PTCP;PRS
hobble V;PST
rent V;PST
commoditize V;NFIN
controvert V;PST
frank V;NFIN
abjudicate V;PST
symptomize V;PST
depulse V;PST
tang V.PTCP;PRS
cade V;PST
third V;PST
detort V.PTCP;PST
butterfly V;NFIN
butt V;SG;3;PRS
overmarket V.PTCP;PRS
protocol V;PST
twoc V;PST
forestall V.PTCP;PST
photoshop V.PTCP;PRS
reaccess V;PST
preshape V.PTCP;PRS
agrize V;NFIN
tolerate V.PTCP;PST
sonneteer V.PTCP;PRS
ogle V.PTCP;PRS
coruscate V;SG;3;PRS
forsing V.PTCP;PRS
euthanaze V.PTCP;PST
epoxy V.PTCP;PST
endict V;SG;3;PRS
regasify V.PTCP;PRS
summarize V;PST
aumail V;PST
predominate V.PTCP;PRS
estop V.PTCP;PRS
estruate V;SG;3;PRS
mell V;PST
lawyer V.PTCP;PST
rebecome V;PST
contrast V;NFIN
XOR V;PST
graff V.PTCP;PST
chimney V.PTCP;PST
bring V;SG;3;PRS
plain V;PST
chemosorb V;SG;3;PRS
blatter V;SG;3;PRS
snout V.PTCP;PST
mannerize V.PTCP;PST
sputter V.PTCP;PST
vagabondize V;SG;3;PRS
lyophilise V;PST
newspaper V.PTCP;PRS
impact V.PTCP;PST
overtreat V.PTCP;PST
forwelk V;NFIN
underapply V;SG;3;PRS
squir V.PTCP;PST
fail V;NFIN
nitrosate V;NFIN
unmember V.PTCP;PST
custom V.PTCP;PRS
botanise V.PTCP;PRS
mandate V;NFIN
setter V;NFIN
dissheathe V.PTCP;PRS
proffer V;NFIN
time-stretch V;PST
numericise V;PST
crankle V;PST
new-model V;SG;3;PRS
halalify V;NFIN
toy V;NFIN
dispauperize V.PTCP;PST
neuter V;PST
power-walk V;NFIN
dempne V.PTCP;PRS
whinny V.PTCP;PST
outshriek V;NFIN
reexit V;NFIN
overquantify V.PTCP;PRS
forseethe V;NFIN
prance V.PTCP;PRS
festinate V;SG;3;PRS
lap V;NFIN
tsktsk V;NFIN
beautify V;PST
infeudate V;PST
browbeat V;PST
countersue V;SG;3;PRS
rebill V.PTCP;PST
sailboard V.PTCP;PST
gallicise V;NFIN
dehydrogenize V.PTCP;PST
overexert V;NFIN
premultiply V.PTCP;PRS
arborise V.PTCP;PST
overbrand V;NFIN
record V;SG;3;PRS
bate V;SG;3;PRS
frot V;PST
bush V;SG;3;PRS
rebreak V.PTCP;PRS
contemperate V.PTCP;PST
steal V;SG;3;PRS
bob V.PTCP;PRS
reserialize V;PST
outbreed V.PTCP;PST
elate V;SG;3;PRS
eclecticise V.PTCP;PRS
fordeem V;PST
unbold V;SG;3;PRS
funerate V;PST
misconvert V;PST
burst V.PTCP;PRS
overwrest V.PTCP;PST
dap V;SG;3;PRS
engirt V;PST
out-dwell V;PST
dandle V;PST
undermix V;NFIN
underbill V.PTCP;PRS
unhate V.PTCP;PRS
hoof V.PTCP;PRS
respeak V.PTCP;PST
headlong V;NFIN
cerebralize V;PST
prestretch V.PTCP;PST
disrupt V;SG;3;PRS
carouse V;SG;3;PRS
cherup V;PST
mishandle V;SG;3;PRS
like V;NFIN
respend V.PTCP;PST
|
c52777fedb6e9a55e23d3096782f1b4f5045cd82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH2/EX2.8.2/2_8_2.sce | 845bbc69f96ae25376380b5e6647d2e4c841b3bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sce | 2_8_2.sce | //Transport Processes and Seperation Process Principles
//Chapter 2
//Example 2.8-2
//Principles of Momentum Transfer and Overall Balances
//given data
V=0.03154;//vol flow rate in si units
D1=0.0635;// upstream ID
A1=(%pi/4)*D1*D1;//area of cross section
D2=0.0286;// downstream ID
A2=(%pi/4)*D2*D2;//area of cross section
rho=1000;//density of water
m=V*rho;//mass flow rate of water upstream
m1=m;
m2=m;
v1=V/A1;//vel at pt 1
v2=V/A2;//vel at pt 2
p2=0;//gage pressure
p1=(((v2*v2/2)-(v1*v1/2))+(p2/rho))*rho;
//for x direction the momentum balance equation is used
Rx=m*(v2-v1)-A1*p1;
mprintf("the resultant force towards the negative x direction is %f N",-Rx)
|
5f2d210214113b1f5dafc0ffe6649a9878a346b7 | 06a62d768e69fd9dda11b30011c252807e301813 | /pgm12.sci | 5fec064f0bc674974fe2a65a982964fbefa01ba4 | [] | no_license | vikram-niit/matlab | 36ce3d9539629128251eab060164ce81c03aa690 | da8aeb4d727c47474d37676650664bd028d7e41d | refs/heads/master | 2020-03-18T13:40:37.068765 | 2018-05-25T03:51:55 | 2018-05-25T03:51:55 | 134,800,217 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sci | pgm12.sci |
t=[0:0.04:3];
y = pgm11(t);
plot(t, y, '-b');
h = (3-0)/10;
t2 = [0:0.4:3];
y2 = pgm11(t2);
disp(size(t2(2)));
disp(size(y2));
mtlb_hold on
plot(t2, y2, 'bo');
mtlb_hold off
|
448792f5b6dbb768ff4fceaa384df3b7112904eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /162/CH4/EX4.18/example418.sce | 48956834ac58e7d5e4c5618cfa0dfa00ac0d7bb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 124 | sce | example418.sce | //Example 4.18
clc;
syms s;
I=(2*s+3)/((s+1)*(s+3));
i=ilaplace(I);
io=limit(i,t,0);
disp(io,'INITIAL VALUE OF i(t)'); |
ae80e0ea76bea1f7c180e05020a66cda7c73e9e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.24/ex_3_24.sce | 27c476d9b1fe2580ade66a56028e5c229342545d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | ex_3_24.sce | //Example 3.24:Resistance and inductance
clc;
clear;
close;
//given data :
R2=1000;// in ohm
R3=500;// in ohm
R4=1000;// in ohm
R1=(R2*R3/R4);
r=100;// in ohm
C=3*10^-6;// in F
disp(R1,"Resistance,R1(ohm) = ")
L=(C*R2/R4)*(r*(R4+R3)+(R3*R4));
disp(L,"inductance,L(H) = ")
|
bc11cae6d1646ab1f434d4f3b3c5f4a421391724 | 0dfd436cd7dcbe836193cfca6d2587775cafdb67 | /test/ora5000.tst | 0bb028f1f5de2c6cb0f591950503819122fcd5cc | [
"Apache-2.0"
] | permissive | sdbc/demo | 67bf04f88b516a210b0f3ac601a829045954cca3 | 199e2f87ccfc5678ef4fc1344c373c7e2046363f | refs/heads/master | 2020-03-20T15:08:25.638930 | 2018-06-15T15:45:19 | 2018-06-15T15:45:19 | 137,504,308 | 0 | 3 | Apache-2.0 | 2018-06-15T15:45:20 | 2018-06-15T15:33:20 | null | UTF-8 | Scilab | false | false | 215,318 | tst | ora5000.tst | 5 ./kppoc:10414 12/18 09:19'52 TIMEVAL=#67153
5 ./kppoc:10420 12/18 09:19'52 TIMEVAL=#72072
5 ./kppoc:10422 12/18 09:19'52 TIMEVAL=#75457
5 ./kppoc:10424 12/18 09:19'52 TIMEVAL=#76325
5 ./kppoc:10416 12/18 09:19'52 TIMEVAL=#76222
5 ./kppoc:10418 12/18 09:19'52 TIMEVAL=#75575
5 ./kppoc:10428 12/18 09:19'52 TIMEVAL=#84663
5 ./kppoc:10426 12/18 09:19'52 TIMEVAL=#73782
5 ./kppoc:10432 12/18 09:19'52 TIMEVAL=#85449
5 ./kppoc:10434 12/18 09:19'52 TIMEVAL=#82570
5 ./kppoc:10436 12/18 09:19'52 TIMEVAL=#76386
5 ./kppoc:10438 12/18 09:19'52 TIMEVAL=#71936
5 ./kppoc:10430 12/18 09:19'52 TIMEVAL=#72014
5 ./kppoc:10446 12/18 09:19'52 TIMEVAL=#66539
5 ./kppoc:10442 12/18 09:19'52 TIMEVAL=#61365
5 ./kppoc:10444 12/18 09:19'52 TIMEVAL=#66996
5 ./kppoc:10448 12/18 09:19'52 TIMEVAL=#67954
5 ./kppoc:10440 12/18 09:19'52 TIMEVAL=#62668
5 ./kppoc:10456 12/18 09:19'52 TIMEVAL=#74342
5 ./kppoc:10452 12/18 09:19'52 TIMEVAL=#75287
5 ./kppoc:10454 12/18 09:19'52 TIMEVAL=#76452
5 ./kppoc:10458 12/18 09:19'52 TIMEVAL=#74970
5 ./kppoc:10450 12/18 09:19'52 TIMEVAL=#79788
5 ./kppoc:10464 12/18 09:19'52 TIMEVAL=#82459
5 ./kppoc:10462 12/18 09:19'52 TIMEVAL=#82003
5 ./kppoc:10460 12/18 09:19'52 TIMEVAL=#82185
5 ./kppoc:10470 12/18 09:19'52 TIMEVAL=#77282
5 ./kppoc:10472 12/18 09:19'52 TIMEVAL=#77121
5 ./kppoc:10466 12/18 09:19'52 TIMEVAL=#74094
5 ./kppoc:10468 12/18 09:19'52 TIMEVAL=#71980
5 ./kppoc:10476 12/18 09:19'52 TIMEVAL=#76095
5 ./kppoc:10482 12/18 09:19'52 TIMEVAL=#77240
5 ./kppoc:10478 12/18 09:19'52 TIMEVAL=#78084
5 ./kppoc:10480 12/18 09:19'52 TIMEVAL=#76815
5 ./kppoc:10474 12/18 09:19'52 TIMEVAL=#76471
5 ./kppoc:10490 12/18 09:19'52 TIMEVAL=#71485
5 ./kppoc:10488 12/18 09:19'52 TIMEVAL=#75645
5 ./kppoc:10484 12/18 09:19'52 TIMEVAL=#83237
5 ./kppoc:10486 12/18 09:19'52 TIMEVAL=#83446
5 ./kppoc:10492 12/18 09:19'52 TIMEVAL=#89830
5 ./kppoc:10496 12/18 09:19'52 TIMEVAL=#89113
5 ./kppoc:10502 12/18 09:19'52 TIMEVAL=#53376
5 ./kppoc:10506 12/18 09:19'52 TIMEVAL=#55990
5 ./kppoc:10494 12/18 09:19'52 TIMEVAL=#96788
5 ./kppoc:10510 12/18 09:19'52 TIMEVAL=#82418
5 ./kppoc:10504 12/18 09:19'52 TIMEVAL=#91990
5 ./kppoc:10500 12/18 09:19'52 TIMEVAL=#88217
5 ./kppoc:10526 12/18 09:19'52 TIMEVAL=#82660
5 ./kppoc:10498 12/18 09:19'52 TIMEVAL=#173135
5 ./kppoc:10508 12/18 09:19'52 TIMEVAL=#83134
5 ./kppoc:10512 12/18 09:19'52 TIMEVAL=#84258
5 ./kppoc:10524 12/18 09:19'52 TIMEVAL=#78679
5 ./kppoc:10516 12/18 09:19'52 TIMEVAL=#80664
5 ./kppoc:10514 12/18 09:19'52 TIMEVAL=#77084
5 ./kppoc:10522 12/18 09:19'52 TIMEVAL=#81469
5 ./kppoc:10520 12/18 09:19'52 TIMEVAL=#71125
5 ./kppoc:10518 12/18 09:19'52 TIMEVAL=#80048
5 ./kppoc:10528 12/18 09:19'52 TIMEVAL=#84170
5 ./kppoc:10530 12/18 09:19'52 TIMEVAL=#86621
5 ./kppoc:10532 12/18 09:19'52 TIMEVAL=#86432
5 ./kppoc:10538 12/18 09:19'53 TIMEVAL=#78078
5 ./kppoc:10546 12/18 09:19'53 TIMEVAL=#72625
5 ./kppoc:10536 12/18 09:19'53 TIMEVAL=#80499
5 ./kppoc:10534 12/18 09:19'53 TIMEVAL=#81465
5 ./kppoc:10544 12/18 09:19'53 TIMEVAL=#50808
5 ./kppoc:10542 12/18 09:19'53 TIMEVAL=#50372
5 ./kppoc:10548 12/18 09:19'53 TIMEVAL=#89005
5 ./kppoc:10550 12/18 09:19'53 TIMEVAL=#95785
5 ./kppoc:10540 12/18 09:19'53 TIMEVAL=#96787
5 ./kppoc:10560 12/18 09:19'53 TIMEVAL=#124077
5 ./kppoc:10556 12/18 09:19'53 TIMEVAL=#125098
5 ./kppoc:10558 12/18 09:19'53 TIMEVAL=#117114
5 ./kppoc:10554 12/18 09:19'53 TIMEVAL=#117994
5 ./kppoc:10562 12/18 09:19'53 TIMEVAL=#117334
5 ./kppoc:10564 12/18 09:19'53 TIMEVAL=#117889
5 ./kppoc:10568 12/18 09:19'53 TIMEVAL=#117578
5 ./kppoc:10552 12/18 09:19'53 TIMEVAL=#117949
5 ./kppoc:10570 12/18 09:19'53 TIMEVAL=#111015
5 ./kppoc:10566 12/18 09:19'53 TIMEVAL=#123611
5 ./kppoc:10574 12/18 09:19'53 TIMEVAL=#114686
5 ./kppoc:10578 12/18 09:19'53 TIMEVAL=#113405
5 ./kppoc:10576 12/18 09:19'53 TIMEVAL=#114903
5 ./kppoc:10572 12/18 09:19'53 TIMEVAL=#114575
5 ./kppoc:10598 12/18 09:19'53 TIMEVAL=#85977
5 ./kppoc:10580 12/18 09:19'53 TIMEVAL=#158805
5 ./kppoc:10588 12/18 09:19'53 TIMEVAL=#153427
5 ./kppoc:10590 12/18 09:19'53 TIMEVAL=#146337
5 ./kppoc:10582 12/18 09:19'53 TIMEVAL=#160080
5 ./kppoc:10584 12/18 09:19'53 TIMEVAL=#160316
5 ./kppoc:10586 12/18 09:19'53 TIMEVAL=#171709
5 ./kppoc:10620 12/18 09:19'53 TIMEVAL=#216709
5 ./kppoc:10604 12/18 09:19'53 TIMEVAL=#292698
5 ./kppoc:10594 12/18 09:19'53 TIMEVAL=#207914
5 ./kppoc:10616 12/18 09:19'53 TIMEVAL=#217758
5 ./kppoc:10602 12/18 09:19'53 TIMEVAL=#302722
5 ./kppoc:10606 12/18 09:19'53 TIMEVAL=#309583
5 ./kppoc:10614 12/18 09:19'53 TIMEVAL=#272889
5 ./kppoc:10592 12/18 09:19'53 TIMEVAL=#276670
5 ./kppoc:10596 12/18 09:19'53 TIMEVAL=#297316
5 ./kppoc:10630 12/18 09:19'53 TIMEVAL=#278009
5 ./kppoc:10652 12/18 09:19'53 TIMEVAL=#237799
5 ./kppoc:10612 12/18 09:19'53 TIMEVAL=#281096
5 ./kppoc:10628 12/18 09:19'53 TIMEVAL=#282019
5 ./kppoc:10638 12/18 09:19'53 TIMEVAL=#222858
5 ./kppoc:10608 12/18 09:19'53 TIMEVAL=#282273
5 ./kppoc:10618 12/18 09:19'53 TIMEVAL=#243950
5 ./kppoc:10632 12/18 09:19'53 TIMEVAL=#290957
5 ./kppoc:10650 12/18 09:19'53 TIMEVAL=#246515
5 ./kppoc:10622 12/18 09:19'53 TIMEVAL=#251560
5 ./kppoc:10642 12/18 09:19'53 TIMEVAL=#241723
5 ./kppoc:10600 12/18 09:19'53 TIMEVAL=#402074
5 ./kppoc:10640 12/18 09:19'53 TIMEVAL=#190404
5 ./kppoc:10610 12/18 09:19'53 TIMEVAL=#322173
5 ./kppoc:10644 12/18 09:19'53 TIMEVAL=#287183
5 ./kppoc:10654 12/18 09:19'53 TIMEVAL=#286603
5 ./kppoc:10624 12/18 09:19'53 TIMEVAL=#279204
5 ./kppoc:10648 12/18 09:19'53 TIMEVAL=#244617
5 ./kppoc:10672 12/18 09:19'53 TIMEVAL=#185789
5 ./kppoc:10626 12/18 09:19'53 TIMEVAL=#378942
5 ./kppoc:10662 12/18 09:19'53 TIMEVAL=#188712
5 ./kppoc:10636 12/18 09:19'53 TIMEVAL=#254851
5 ./kppoc:10646 12/18 09:19'53 TIMEVAL=#344070
5 ./kppoc:10666 12/18 09:19'53 TIMEVAL=#185163
5 ./kppoc:10682 12/18 09:19'53 TIMEVAL=#149594
5 ./kppoc:10656 12/18 09:19'53 TIMEVAL=#385998
5 ./kppoc:10670 12/18 09:19'53 TIMEVAL=#222949
5 ./kppoc:10658 12/18 09:19'53 TIMEVAL=#384047
5 ./kppoc:10634 12/18 09:19'53 TIMEVAL=#389091
5 ./kppoc:10668 12/18 09:19'53 TIMEVAL=#229394
5 ./kppoc:10660 12/18 09:19'53 TIMEVAL=#235825
5 ./kppoc:10686 12/18 09:19'53 TIMEVAL=#161796
5 ./kppoc:10680 12/18 09:19'53 TIMEVAL=#215209
5 ./kppoc:10688 12/18 09:19'53 TIMEVAL=#146606
5 ./kppoc:10674 12/18 09:19'53 TIMEVAL=#166860
5 ./kppoc:10664 12/18 09:19'53 TIMEVAL=#358682
5 ./kppoc:10676 12/18 09:19'53 TIMEVAL=#226396
5 ./kppoc:10744 12/18 09:19'54 TIMEVAL=#204044
5 ./kppoc:10732 12/18 09:19'54 TIMEVAL=#151326
5 ./kppoc:10678 12/18 09:19'54 TIMEVAL=#299218
5 ./kppoc:10690 12/18 09:19'54 TIMEVAL=#207916
5 ./kppoc:10730 12/18 09:19'54 TIMEVAL=#157358
5 ./kppoc:10684 12/18 09:19'54 TIMEVAL=#198037
5 ./kppoc:10692 12/18 09:19'54 TIMEVAL=#214300
5 ./kppoc:10734 12/18 09:19'54 TIMEVAL=#113762
5 ./kppoc:10780 12/18 09:19'54 TIMEVAL=#198146
5 ./kppoc:10776 12/18 09:19'54 TIMEVAL=#200600
5 ./kppoc:10774 12/18 09:19'54 TIMEVAL=#189248
5 ./kppoc:10782 12/18 09:19'54 TIMEVAL=#206571
5 ./kppoc:10786 12/18 09:19'54 TIMEVAL=#165510
5 ./kppoc:10814 12/18 09:19'54 TIMEVAL=#14591
5 ./kppoc:10778 12/18 09:19'54 TIMEVAL=#285214
5 ./kppoc:10728 12/18 09:19'54 TIMEVAL=#271372
5 ./kppoc:10800 12/18 09:19'54 TIMEVAL=#194188
5 ./kppoc:10746 12/18 09:19'54 TIMEVAL=#285552
5 ./kppoc:10748 12/18 09:19'54 TIMEVAL=#286396
5 ./kppoc:10726 12/18 09:19'54 TIMEVAL=#276269
5 ./kppoc:10784 12/18 09:19'54 TIMEVAL=#239725
5 ./kppoc:10788 12/18 09:19'54 TIMEVAL=#269088
5 ./kppoc:10796 12/18 09:19'54 TIMEVAL=#199860
5 ./kppoc:10736 12/18 09:19'54 TIMEVAL=#295139
5 ./kppoc:10818 12/18 09:19'54 TIMEVAL=#107245
5 ./kppoc:10798 12/18 09:19'54 TIMEVAL=#205440
5 ./kppoc:10804 12/18 09:19'54 TIMEVAL=#183662
5 ./kppoc:10806 12/18 09:19'54 TIMEVAL=#217932
5 ./kppoc:10794 12/18 09:19'54 TIMEVAL=#290854
5 ./kppoc:10808 12/18 09:19'54 TIMEVAL=#278915
5 ./kppoc:10810 12/18 09:19'54 TIMEVAL=#289473
5 ./kppoc:10816 12/18 09:19'54 TIMEVAL=#196051
5 ./kppoc:10792 12/18 09:19'54 TIMEVAL=#383495
5 ./kppoc:10812 12/18 09:19'54 TIMEVAL=#376830
5 ./kppoc:10826 12/18 09:19'54 TIMEVAL=#187162
5 ./kppoc:10822 12/18 09:19'54 TIMEVAL=#192597
5 ./kppoc:10790 12/18 09:19'54 TIMEVAL=#388132
5 ./kppoc:10824 12/18 09:19'54 TIMEVAL=#207314
5 ./kppoc:10846 12/18 09:19'54 TIMEVAL=#27917
5 ./kppoc:10802 12/18 09:19'54 TIMEVAL=#312583
5 ./kppoc:10838 12/18 09:19'54 TIMEVAL=#192823
5 ./kppoc:10828 12/18 09:19'54 TIMEVAL=#193075
5 ./kppoc:10928 12/18 09:19'54 TIMEVAL=#14796
5 ./kppoc:10852 12/18 09:19'54 TIMEVAL=#9279
5 ./kppoc:10900 12/18 09:19'54 TIMEVAL=#133778
5 ./kppoc:10842 12/18 09:19'54 TIMEVAL=#151833
5 ./kppoc:10836 12/18 09:19'54 TIMEVAL=#155099
5 ./kppoc:10898 12/18 09:19'54 TIMEVAL=#161120
5 ./kppoc:10872 12/18 09:19'54 TIMEVAL=#70962
5 ./kppoc:10830 12/18 09:19'54 TIMEVAL=#256196
5 ./kppoc:10908 12/18 09:19'54 TIMEVAL=#22890
5 ./kppoc:10834 12/18 09:19'54 TIMEVAL=#166410
5 ./kppoc:10858 12/18 09:19'54 TIMEVAL=#23968
5 ./kppoc:10910 12/18 09:19'54 TIMEVAL=#25240
5 ./kppoc:10862 12/18 09:19'54 TIMEVAL=#28990
5 ./kppoc:10902 12/18 09:19'54 TIMEVAL=#170837
5 ./kppoc:10848 12/18 09:19'54 TIMEVAL=#172518
5 ./kppoc:10904 12/18 09:19'54 TIMEVAL=#37814
5 ./kppoc:10820 12/18 09:19'54 TIMEVAL=#460271
5 ./kppoc:10876 12/18 09:19'54 TIMEVAL=#96903
5 ./kppoc:10832 12/18 09:19'54 TIMEVAL=#281912
5 ./kppoc:10850 12/18 09:19'54 TIMEVAL=#49608
5 ./kppoc:10844 12/18 09:19'54 TIMEVAL=#103210
5 ./kppoc:10840 12/18 09:19'54 TIMEVAL=#289101
5 ./kppoc:10860 12/18 09:19'54 TIMEVAL=#89561
5 ./kppoc:10984 12/18 09:19'54 TIMEVAL=#6058
5 ./kppoc:10882 12/18 09:19'54 TIMEVAL=#20716
5 ./kppoc:10924 12/18 09:19'54 TIMEVAL=#20698
5 ./kppoc:10854 12/18 09:19'54 TIMEVAL=#61761
5 ./kppoc:10874 12/18 09:19'54 TIMEVAL=#301930
5 ./kppoc:10856 12/18 09:19'54 TIMEVAL=#119160
5 ./kppoc:10880 12/18 09:19'54 TIMEVAL=#23356
5 ./kppoc:10922 12/18 09:19'54 TIMEVAL=#31866
5 ./kppoc:10878 12/18 09:19'54 TIMEVAL=#97893
5 ./kppoc:10916 12/18 09:19'54 TIMEVAL=#101183
5 ./kppoc:10918 12/18 09:19'54 TIMEVAL=#9906
5 ./kppoc:10956 12/18 09:19'54 TIMEVAL=#12358
5 ./kppoc:10960 12/18 09:19'54 TIMEVAL=#13247
5 ./kppoc:10914 12/18 09:19'54 TIMEVAL=#5707
5 ./kppoc:10926 12/18 09:19'54 TIMEVAL=#143413
5 ./kppoc:10930 12/18 09:19'54 TIMEVAL=#14423
5 ./kppoc:10920 12/18 09:19'54 TIMEVAL=#14701
5 ./kppoc:10958 12/18 09:19'54 TIMEVAL=#16223
5 ./kppoc:10934 12/18 09:19'54 TIMEVAL=#16773
5 ./kppoc:10954 12/18 09:19'54 TIMEVAL=#178193
5 ./kppoc:11012 12/18 09:19'54 TIMEVAL=#4374
5 ./kppoc:10996 12/18 09:19'54 TIMEVAL=#52009
5 ./kppoc:10998 12/18 09:19'54 TIMEVAL=#50444
5 ./kppoc:10982 12/18 09:19'54 TIMEVAL=#14600
5 ./kppoc:11006 12/18 09:19'54 TIMEVAL=#16665
5 ./kppoc:10986 12/18 09:19'54 TIMEVAL=#19180
5 ./kppoc:11010 12/18 09:19'54 TIMEVAL=#16195
5 ./kppoc:11000 12/18 09:19'54 TIMEVAL=#23531
5 ./kppoc:11004 12/18 09:19'54 TIMEVAL=#23968
5 ./kppoc:11002 12/18 09:19'54 TIMEVAL=#25172
5 ./kppoc:10964 12/18 09:19'54 TIMEVAL=#31022
5 ./kppoc:11008 12/18 09:19'54 TIMEVAL=#27489
5 ./kppoc:10988 12/18 09:19'54 TIMEVAL=#8135
5 ./kppoc:10962 12/18 09:19'54 TIMEVAL=#8523
5 ./kppoc:10966 12/18 09:19'54 TIMEVAL=#12109
5 ./kppoc:10912 12/18 09:19'54 TIMEVAL=#235018
5 ./kppoc:11014 12/18 09:19'54 TIMEVAL=#13932
5 ./kppoc:10968 12/18 09:19'54 TIMEVAL=#13907
5 ./kppoc:10906 12/18 09:19'54 TIMEVAL=#238033
5 ./kppoc:11020 12/18 09:19'54 TIMEVAL=#12290
5 ./kppoc:11016 12/18 09:19'54 TIMEVAL=#16056
5 ./kppoc:11022 12/18 09:19'54 TIMEVAL=#8731
5 ./kppoc:11018 12/18 09:19'54 TIMEVAL=#5022
5 ./kppoc:11028 12/18 09:19'54 TIMEVAL=#6982
5 ./kppoc:11026 12/18 09:19'54 TIMEVAL=#9373
5 ./kppoc:11024 12/18 09:19'54 TIMEVAL=#14052
5 ./kppoc:11030 12/18 09:19'54 TIMEVAL=#14080
5 ./kppoc:11032 12/18 09:19'54 TIMEVAL=#7648
5 ./kppoc:11034 12/18 09:19'54 TIMEVAL=#7971
5 ./kppoc:11038 12/18 09:19'54 TIMEVAL=#5957
5 ./kppoc:11044 12/18 09:19'54 TIMEVAL=#7234
5 ./kppoc:11042 12/18 09:19'54 TIMEVAL=#9390
5 ./kppoc:11040 12/18 09:19'54 TIMEVAL=#9853
5 ./kppoc:11050 12/18 09:19'54 TIMEVAL=#9117
5 ./kppoc:11046 12/18 09:19'54 TIMEVAL=#10609
5 ./kppoc:11036 12/18 09:19'54 TIMEVAL=#83616
5 ./kppoc:11058 12/18 09:19'54 TIMEVAL=#7070
5 ./kppoc:11054 12/18 09:19'54 TIMEVAL=#7982
5 ./kppoc:11052 12/18 09:19'54 TIMEVAL=#7643
5 ./kppoc:11048 12/18 09:19'54 TIMEVAL=#7269
5 ./kppoc:11056 12/18 09:19'54 TIMEVAL=#4110
5 ./kppoc:11066 12/18 09:19'54 TIMEVAL=#7510
5 ./kppoc:11062 12/18 09:19'54 TIMEVAL=#9885
5 ./kppoc:11068 12/18 09:19'54 TIMEVAL=#14418
5 ./kppoc:11064 12/18 09:19'55 TIMEVAL=#20117
5 ./kppoc:11070 12/18 09:19'55 TIMEVAL=#4861
5 ./kppoc:11074 12/18 09:19'55 TIMEVAL=#8515
5 ./kppoc:11072 12/18 09:19'55 TIMEVAL=#4539
5 ./kppoc:11078 12/18 09:19'55 TIMEVAL=#4049
5 ./kppoc:11060 12/18 09:19'55 TIMEVAL=#84331
5 ./kppoc:11088 12/18 09:19'55 TIMEVAL=#5509
5 ./kppoc:11076 12/18 09:19'55 TIMEVAL=#7890
5 ./kppoc:11082 12/18 09:19'55 TIMEVAL=#9695
5 ./kppoc:11084 12/18 09:19'55 TIMEVAL=#9330
5 ./kppoc:11086 12/18 09:19'55 TIMEVAL=#10357
5 ./kppoc:11080 12/18 09:19'55 TIMEVAL=#4649
5 ./kppoc:11092 12/18 09:19'55 TIMEVAL=#7446
5 ./kppoc:11096 12/18 09:19'55 TIMEVAL=#8969
5 ./kppoc:11090 12/18 09:19'55 TIMEVAL=#9307
5 ./kppoc:11098 12/18 09:19'55 TIMEVAL=#5870
5 ./kppoc:11094 12/18 09:19'55 TIMEVAL=#8971
5 ./kppoc:11104 12/18 09:19'55 TIMEVAL=#6178
5 ./kppoc:11106 12/18 09:19'55 TIMEVAL=#6902
5 ./kppoc:11100 12/18 09:19'55 TIMEVAL=#8970
5 ./kppoc:11102 12/18 09:19'55 TIMEVAL=#4853
5 ./kppoc:11112 12/18 09:19'55 TIMEVAL=#5040
5 ./kppoc:11108 12/18 09:19'55 TIMEVAL=#5315
5 ./kppoc:11110 12/18 09:19'55 TIMEVAL=#6229
5 ./kppoc:11118 12/18 09:19'55 TIMEVAL=#5141
5 ./kppoc:11116 12/18 09:19'55 TIMEVAL=#6211
5 ./kppoc:11114 12/18 09:19'55 TIMEVAL=#10219
5 ./kppoc:11120 12/18 09:19'55 TIMEVAL=#10292
5 ./kppoc:11124 12/18 09:19'55 TIMEVAL=#12068
5 ./kppoc:11122 12/18 09:19'55 TIMEVAL=#16495
5 ./kppoc:11134 12/18 09:19'55 TIMEVAL=#5373
5 ./kppoc:11128 12/18 09:19'55 TIMEVAL=#7463
5 ./kppoc:11132 12/18 09:19'55 TIMEVAL=#8319
5 ./kppoc:11126 12/18 09:19'55 TIMEVAL=#8542
5 ./kppoc:11130 12/18 09:19'55 TIMEVAL=#10683
5 ./kppoc:11140 12/18 09:19'55 TIMEVAL=#4295
5 ./kppoc:11142 12/18 09:19'55 TIMEVAL=#5010
5 ./kppoc:11136 12/18 09:19'55 TIMEVAL=#5485
5 ./kppoc:11138 12/18 09:19'55 TIMEVAL=#7035
5 ./kppoc:11144 12/18 09:19'55 TIMEVAL=#5171
5 ./kppoc:11146 12/18 09:19'55 TIMEVAL=#8909
5 ./kppoc:11152 12/18 09:19'55 TIMEVAL=#11029
5 ./kppoc:11148 12/18 09:19'55 TIMEVAL=#5289
5 ./kppoc:11156 12/18 09:19'55 TIMEVAL=#4302
5 ./kppoc:11150 12/18 09:19'55 TIMEVAL=#4351
5 ./kppoc:11154 12/18 09:19'55 TIMEVAL=#4878
5 ./kppoc:11160 12/18 09:19'55 TIMEVAL=#5001
5 ./kppoc:11162 12/18 09:19'55 TIMEVAL=#8545
5 ./kppoc:11164 12/18 09:19'55 TIMEVAL=#8274
5 ./kppoc:11158 12/18 09:19'55 TIMEVAL=#12234
5 ./kppoc:11166 12/18 09:19'55 TIMEVAL=#15621
5 ./kppoc:11172 12/18 09:19'55 TIMEVAL=#6045
5 ./kppoc:11174 12/18 09:19'55 TIMEVAL=#8620
5 ./kppoc:11168 12/18 09:19'55 TIMEVAL=#9065
5 ./kppoc:11170 12/18 09:19'55 TIMEVAL=#8729
5 ./kppoc:11178 12/18 09:19'55 TIMEVAL=#4401
5 ./kppoc:11176 12/18 09:19'55 TIMEVAL=#9649
5 ./kppoc:11184 12/18 09:19'55 TIMEVAL=#7810
5 ./kppoc:11182 12/18 09:19'55 TIMEVAL=#8947
5 ./kppoc:11186 12/18 09:19'55 TIMEVAL=#8251
5 ./kppoc:11180 12/18 09:19'55 TIMEVAL=#9356
5 ./kppoc:11192 12/18 09:19'55 TIMEVAL=#9314
5 ./kppoc:11190 12/18 09:19'55 TIMEVAL=#6431
5 ./kppoc:11188 12/18 09:19'55 TIMEVAL=#12574
5 ./kppoc:11194 12/18 09:19'55 TIMEVAL=#12767
5 ./kppoc:11196 12/18 09:19'55 TIMEVAL=#13000
5 ./kppoc:11198 12/18 09:19'55 TIMEVAL=#5174
5 ./kppoc:11202 12/18 09:19'55 TIMEVAL=#5336
5 ./kppoc:11200 12/18 09:19'55 TIMEVAL=#6115
5 ./kppoc:11204 12/18 09:19'55 TIMEVAL=#9900
5 ./kppoc:11206 12/18 09:19'55 TIMEVAL=#5220
5 ./kppoc:11210 12/18 09:19'55 TIMEVAL=#14714
5 ./kppoc:11216 12/18 09:19'55 TIMEVAL=#10671
5 ./kppoc:11208 12/18 09:19'55 TIMEVAL=#16001
5 ./kppoc:11214 12/18 09:19'55 TIMEVAL=#17922
5 ./kppoc:11226 12/18 09:19'55 TIMEVAL=#7746
5 ./kppoc:11230 12/18 09:19'55 TIMEVAL=#10133
5 ./kppoc:11222 12/18 09:19'55 TIMEVAL=#18452
5 ./kppoc:11224 12/18 09:19'55 TIMEVAL=#18592
5 ./kppoc:11212 12/18 09:19'55 TIMEVAL=#19372
5 ./kppoc:11220 12/18 09:19'55 TIMEVAL=#17663
5 ./kppoc:11228 12/18 09:19'55 TIMEVAL=#18278
5 ./kppoc:11218 12/18 09:19'55 TIMEVAL=#21695
5 ./kppoc:11238 12/18 09:19'55 TIMEVAL=#10919
5 ./kppoc:11234 12/18 09:19'55 TIMEVAL=#8749
5 ./kppoc:11240 12/18 09:19'55 TIMEVAL=#6737
5 ./kppoc:11232 12/18 09:19'55 TIMEVAL=#13759
5 ./kppoc:11242 12/18 09:19'55 TIMEVAL=#13487
5 ./kppoc:11236 12/18 09:19'55 TIMEVAL=#14140
5 ./kppoc:11250 12/18 09:19'55 TIMEVAL=#7172
5 ./kppoc:11246 12/18 09:19'55 TIMEVAL=#8685
5 ./kppoc:11244 12/18 09:19'55 TIMEVAL=#4491
5 ./kppoc:11248 12/18 09:19'55 TIMEVAL=#4066
5 ./kppoc:11252 12/18 09:19'55 TIMEVAL=#7775
5 ./kppoc:11254 12/18 09:19'55 TIMEVAL=#7680
5 ./kppoc:11260 12/18 09:19'55 TIMEVAL=#4806
5 ./kppoc:11262 12/18 09:19'55 TIMEVAL=#5531
5 ./kppoc:11258 12/18 09:19'55 TIMEVAL=#9309
5 ./kppoc:11266 12/18 09:19'55 TIMEVAL=#4158
5 ./kppoc:11256 12/18 09:19'55 TIMEVAL=#4561
5 ./kppoc:11274 12/18 09:19'55 TIMEVAL=#5905
5 ./kppoc:11272 12/18 09:19'55 TIMEVAL=#8454
5 ./kppoc:11268 12/18 09:19'55 TIMEVAL=#8797
5 ./kppoc:11264 12/18 09:19'55 TIMEVAL=#4305
5 ./kppoc:11270 12/18 09:19'55 TIMEVAL=#4533
5 ./kppoc:11276 12/18 09:19'55 TIMEVAL=#4554
5 ./kppoc:11278 12/18 09:19'55 TIMEVAL=#7642
5 ./kppoc:11284 12/18 09:19'55 TIMEVAL=#8006
5 ./kppoc:11290 12/18 09:19'55 TIMEVAL=#7877
5 ./kppoc:11280 12/18 09:19'55 TIMEVAL=#8603
5 ./kppoc:11288 12/18 09:19'55 TIMEVAL=#8059
5 ./kppoc:11286 12/18 09:19'55 TIMEVAL=#10177
5 ./kppoc:11282 12/18 09:19'55 TIMEVAL=#10360
5 ./kppoc:11298 12/18 09:19'55 TIMEVAL=#5094
5 ./kppoc:11292 12/18 09:19'55 TIMEVAL=#9199
5 ./kppoc:11296 12/18 09:19'55 TIMEVAL=#10673
5 ./kppoc:11294 12/18 09:19'55 TIMEVAL=#13760
5 ./kppoc:11302 12/18 09:19'56 TIMEVAL=#5546
5 ./kppoc:11300 12/18 09:19'56 TIMEVAL=#7876
5 ./kppoc:11304 12/18 09:19'56 TIMEVAL=#4245
5 ./kppoc:11308 12/18 09:19'56 TIMEVAL=#4465
5 ./kppoc:11306 12/18 09:19'56 TIMEVAL=#4877
5 ./kppoc:11314 12/18 09:19'56 TIMEVAL=#5219
5 ./kppoc:11310 12/18 09:19'56 TIMEVAL=#4816
5 ./kppoc:11320 12/18 09:19'56 TIMEVAL=#5430
5 ./kppoc:11318 12/18 09:19'56 TIMEVAL=#5500
5 ./kppoc:11316 12/18 09:19'56 TIMEVAL=#6964
5 ./kppoc:11312 12/18 09:19'56 TIMEVAL=#6945
5 ./kppoc:11326 12/18 09:19'56 TIMEVAL=#5125
5 ./kppoc:11322 12/18 09:19'56 TIMEVAL=#5970
5 ./kppoc:11328 12/18 09:19'56 TIMEVAL=#8998
5 ./kppoc:11324 12/18 09:19'56 TIMEVAL=#11594
5 ./kppoc:11334 12/18 09:19'56 TIMEVAL=#4740
5 ./kppoc:11338 12/18 09:19'56 TIMEVAL=#5446
5 ./kppoc:11336 12/18 09:19'56 TIMEVAL=#6038
5 ./kppoc:11332 12/18 09:19'56 TIMEVAL=#8583
5 ./kppoc:11330 12/18 09:19'56 TIMEVAL=#4355
5 ./kppoc:11348 12/18 09:19'56 TIMEVAL=#4519
5 ./kppoc:11350 12/18 09:19'56 TIMEVAL=#8693
5 ./kppoc:11342 12/18 09:19'56 TIMEVAL=#4205
5 ./kppoc:11346 12/18 09:19'56 TIMEVAL=#4841
5 ./kppoc:11344 12/18 09:19'56 TIMEVAL=#4782
5 ./kppoc:11340 12/18 09:19'56 TIMEVAL=#9456
5 ./kppoc:11358 12/18 09:19'56 TIMEVAL=#4694
5 ./kppoc:11352 12/18 09:19'56 TIMEVAL=#4863
5 ./kppoc:11356 12/18 09:19'56 TIMEVAL=#4370
5 ./kppoc:11354 12/18 09:19'56 TIMEVAL=#4840
5 ./kppoc:11368 12/18 09:19'56 TIMEVAL=#5105
5 ./kppoc:11362 12/18 09:19'56 TIMEVAL=#6670
5 ./kppoc:11364 12/18 09:19'56 TIMEVAL=#8008
5 ./kppoc:11360 12/18 09:19'56 TIMEVAL=#6008
5 ./kppoc:11366 12/18 09:19'56 TIMEVAL=#8555
5 ./kppoc:11376 12/18 09:19'56 TIMEVAL=#4865
5 ./kppoc:11370 12/18 09:19'56 TIMEVAL=#6867
5 ./kppoc:11374 12/18 09:19'56 TIMEVAL=#6219
5 ./kppoc:11372 12/18 09:19'56 TIMEVAL=#4233
5 ./kppoc:11380 12/18 09:19'56 TIMEVAL=#4765
5 ./kppoc:11378 12/18 09:19'56 TIMEVAL=#5632
5 ./kppoc:11390 12/18 09:19'56 TIMEVAL=#5214
5 ./kppoc:11382 12/18 09:19'56 TIMEVAL=#7403
5 ./kppoc:11386 12/18 09:19'56 TIMEVAL=#6984
5 ./kppoc:11384 12/18 09:19'56 TIMEVAL=#4116
5 ./kppoc:11388 12/18 09:19'56 TIMEVAL=#4833
5 ./kppoc:11394 12/18 09:19'56 TIMEVAL=#8952
5 ./kppoc:11396 12/18 09:19'56 TIMEVAL=#9263
5 ./kppoc:11398 12/18 09:19'56 TIMEVAL=#4904
5 ./kppoc:11400 12/18 09:19'56 TIMEVAL=#8538
5 ./kppoc:11402 12/18 09:19'56 TIMEVAL=#8606
5 ./kppoc:11392 12/18 09:19'56 TIMEVAL=#9921
5 ./kppoc:11404 12/18 09:19'56 TIMEVAL=#11271
5 ./kppoc:11406 12/18 09:19'56 TIMEVAL=#14121
5 ./kppoc:11408 12/18 09:19'56 TIMEVAL=#7374
5 ./kppoc:11410 12/18 09:19'56 TIMEVAL=#8795
5 ./kppoc:11412 12/18 09:19'56 TIMEVAL=#8359
5 ./kppoc:11416 12/18 09:19'56 TIMEVAL=#7599
5 ./kppoc:11414 12/18 09:19'56 TIMEVAL=#9964
5 ./kppoc:11424 12/18 09:19'56 TIMEVAL=#4206
5 ./kppoc:11418 12/18 09:19'56 TIMEVAL=#6990
5 ./kppoc:11420 12/18 09:19'56 TIMEVAL=#4058
5 ./kppoc:11426 12/18 09:19'56 TIMEVAL=#4344
5 ./kppoc:11430 12/18 09:19'56 TIMEVAL=#7776
5 ./kppoc:11422 12/18 09:19'56 TIMEVAL=#7990
5 ./kppoc:11438 12/18 09:19'56 TIMEVAL=#4290
5 ./kppoc:11432 12/18 09:19'56 TIMEVAL=#7437
5 ./kppoc:11428 12/18 09:19'56 TIMEVAL=#10095
5 ./kppoc:11436 12/18 09:19'56 TIMEVAL=#4734
5 ./kppoc:11434 12/18 09:19'56 TIMEVAL=#12206
5 ./kppoc:11442 12/18 09:19'56 TIMEVAL=#7205
5 ./kppoc:11446 12/18 09:19'56 TIMEVAL=#5237
5 ./kppoc:11440 12/18 09:19'56 TIMEVAL=#9987
5 ./kppoc:11444 12/18 09:19'56 TIMEVAL=#4362
5 ./kppoc:11452 12/18 09:19'56 TIMEVAL=#7191
5 ./kppoc:11450 12/18 09:19'56 TIMEVAL=#8606
5 ./kppoc:11448 12/18 09:19'56 TIMEVAL=#4153
5 ./kppoc:11460 12/18 09:19'56 TIMEVAL=#4971
5 ./kppoc:11454 12/18 09:19'56 TIMEVAL=#7677
5 ./kppoc:11464 12/18 09:19'56 TIMEVAL=#9162
5 ./kppoc:11470 12/18 09:19'56 TIMEVAL=#10968
5 ./kppoc:11458 12/18 09:19'56 TIMEVAL=#10725
5 ./kppoc:11456 12/18 09:19'56 TIMEVAL=#4431
5 ./kppoc:11468 12/18 09:19'56 TIMEVAL=#14471
5 ./kppoc:11466 12/18 09:19'56 TIMEVAL=#4942
5 ./kppoc:11462 12/18 09:19'56 TIMEVAL=#5292
5 ./kppoc:11478 12/18 09:19'56 TIMEVAL=#4433
5 ./kppoc:11474 12/18 09:19'56 TIMEVAL=#7302
5 ./kppoc:11472 12/18 09:19'56 TIMEVAL=#6337
5 ./kppoc:11476 12/18 09:19'56 TIMEVAL=#8022
5 ./kppoc:11484 12/18 09:19'56 TIMEVAL=#5511
5 ./kppoc:11486 12/18 09:19'56 TIMEVAL=#4582
5 ./kppoc:11480 12/18 09:19'56 TIMEVAL=#7132
5 ./kppoc:11482 12/18 09:19'56 TIMEVAL=#4243
5 ./kppoc:11492 12/18 09:19'56 TIMEVAL=#4440
5 ./kppoc:11488 12/18 09:19'56 TIMEVAL=#10963
5 ./kppoc:11490 12/18 09:19'56 TIMEVAL=#8058
5 ./kppoc:11496 12/18 09:19'56 TIMEVAL=#4915
5 ./kppoc:11494 12/18 09:19'56 TIMEVAL=#5324
5 ./kppoc:11500 12/18 09:19'56 TIMEVAL=#5418
5 ./kppoc:11498 12/18 09:19'56 TIMEVAL=#4567
5 ./kppoc:11512 12/18 09:19'56 TIMEVAL=#7834
5 ./kppoc:11506 12/18 09:19'56 TIMEVAL=#14862
5 ./kppoc:11502 12/18 09:19'56 TIMEVAL=#10719
5 ./kppoc:11510 12/18 09:19'56 TIMEVAL=#16043
5 ./kppoc:11504 12/18 09:19'56 TIMEVAL=#15624
5 ./kppoc:11508 12/18 09:19'56 TIMEVAL=#7883
5 ./kppoc:11518 12/18 09:19'56 TIMEVAL=#5579
5 ./kppoc:11522 12/18 09:19'56 TIMEVAL=#5556
5 ./kppoc:11514 12/18 09:19'56 TIMEVAL=#10501
5 ./kppoc:11516 12/18 09:19'56 TIMEVAL=#11477
5 ./kppoc:11520 12/18 09:19'56 TIMEVAL=#13279
5 ./kppoc:11528 12/18 09:19'56 TIMEVAL=#6471
5 ./kppoc:11532 12/18 09:19'56 TIMEVAL=#6919
5 ./kppoc:11526 12/18 09:19'56 TIMEVAL=#8596
5 ./kppoc:11530 12/18 09:19'56 TIMEVAL=#5923
5 ./kppoc:11524 12/18 09:19'56 TIMEVAL=#10119
5 ./kppoc:11534 12/18 09:19'56 TIMEVAL=#6617
5 ./kppoc:11538 12/18 09:19'57 TIMEVAL=#8216
5 ./kppoc:11542 12/18 09:19'57 TIMEVAL=#9344
5 ./kppoc:11540 12/18 09:19'57 TIMEVAL=#12022
5 ./kppoc:11536 12/18 09:19'57 TIMEVAL=#12374
5 ./kppoc:11544 12/18 09:19'57 TIMEVAL=#12471
5 ./kppoc:11546 12/18 09:19'57 TIMEVAL=#10912
5 ./kppoc:11550 12/18 09:19'57 TIMEVAL=#11421
5 ./kppoc:11552 12/18 09:19'57 TIMEVAL=#12543
5 ./kppoc:11554 12/18 09:19'57 TIMEVAL=#13990
5 ./kppoc:11560 12/18 09:19'57 TIMEVAL=#5810
5 ./kppoc:11558 12/18 09:19'57 TIMEVAL=#5346
5 ./kppoc:11564 12/18 09:19'57 TIMEVAL=#10503
5 ./kppoc:11562 12/18 09:19'57 TIMEVAL=#9622
5 ./kppoc:11556 12/18 09:19'57 TIMEVAL=#11851
5 ./kppoc:11572 12/18 09:19'57 TIMEVAL=#6011
5 ./kppoc:11548 12/18 09:19'57 TIMEVAL=#7766
5 ./kppoc:11570 12/18 09:19'57 TIMEVAL=#8429
5 ./kppoc:11568 12/18 09:19'57 TIMEVAL=#11365
5 ./kppoc:11566 12/18 09:19'57 TIMEVAL=#6403
5 ./kppoc:11578 12/18 09:19'57 TIMEVAL=#12516
5 ./kppoc:11582 12/18 09:19'57 TIMEVAL=#12175
5 ./kppoc:11576 12/18 09:19'57 TIMEVAL=#12878
5 ./kppoc:11580 12/18 09:19'57 TIMEVAL=#12796
5 ./kppoc:11574 12/18 09:19'57 TIMEVAL=#8303
5 ./kppoc:11584 12/18 09:19'57 TIMEVAL=#17293
5 ./kppoc:11590 12/18 09:19'57 TIMEVAL=#5430
5 ./kppoc:11586 12/18 09:19'57 TIMEVAL=#6019
5 ./kppoc:11594 12/18 09:19'57 TIMEVAL=#7698
5 ./kppoc:11592 12/18 09:19'57 TIMEVAL=#12685
5 ./kppoc:11596 12/18 09:19'57 TIMEVAL=#4938
5 ./kppoc:11588 12/18 09:19'57 TIMEVAL=#4397
5 ./kppoc:11604 12/18 09:19'57 TIMEVAL=#5896
5 ./kppoc:11600 12/18 09:19'57 TIMEVAL=#9099
5 ./kppoc:11602 12/18 09:19'57 TIMEVAL=#9026
5 ./kppoc:11598 12/18 09:19'57 TIMEVAL=#9417
5 ./kppoc:11612 12/18 09:19'57 TIMEVAL=#6261
5 ./kppoc:11610 12/18 09:19'57 TIMEVAL=#7611
5 ./kppoc:11606 12/18 09:19'57 TIMEVAL=#5095
5 ./kppoc:11614 12/18 09:19'57 TIMEVAL=#6566
5 ./kppoc:11616 12/18 09:19'57 TIMEVAL=#7114
5 ./kppoc:11608 12/18 09:19'57 TIMEVAL=#4224
5 ./kppoc:11618 12/18 09:19'57 TIMEVAL=#5143
5 ./kppoc:11622 12/18 09:19'57 TIMEVAL=#6152
5 ./kppoc:11620 12/18 09:19'57 TIMEVAL=#8406
5 ./kppoc:11628 12/18 09:19'57 TIMEVAL=#10720
5 ./kppoc:11644 12/18 09:19'57 TIMEVAL=#18134
5 ./kppoc:11624 12/18 09:19'57 TIMEVAL=#23502
5 ./kppoc:11646 12/18 09:19'57 TIMEVAL=#30440
5 ./kppoc:11642 12/18 09:19'57 TIMEVAL=#256204
5 ./kppoc:11650 12/18 09:19'57 TIMEVAL=#258444
5 ./kppoc:11672 12/18 09:19'57 TIMEVAL=#13899
5 ./kppoc:11648 12/18 09:19'57 TIMEVAL=#269266
5 ./kppoc:11626 12/18 09:19'57 TIMEVAL=#269969
5 ./kppoc:11692 12/18 09:19'57 TIMEVAL=#22189
5 ./kppoc:11640 12/18 09:19'57 TIMEVAL=#276435
5 ./kppoc:11632 12/18 09:19'57 TIMEVAL=#272632
5 ./kppoc:11656 12/18 09:19'57 TIMEVAL=#282072
5 ./kppoc:11636 12/18 09:19'57 TIMEVAL=#287993
5 ./kppoc:11686 12/18 09:19'57 TIMEVAL=#39603
5 ./kppoc:11690 12/18 09:19'57 TIMEVAL=#35349
5 ./kppoc:11652 12/18 09:19'57 TIMEVAL=#293188
5 ./kppoc:11634 12/18 09:19'57 TIMEVAL=#298229
5 ./kppoc:11638 12/18 09:19'57 TIMEVAL=#288952
5 ./kppoc:11676 12/18 09:19'57 TIMEVAL=#49773
5 ./kppoc:11696 12/18 09:19'57 TIMEVAL=#51387
5 ./kppoc:11630 12/18 09:19'57 TIMEVAL=#298408
5 ./kppoc:11660 12/18 09:19'57 TIMEVAL=#255368
5 ./kppoc:11658 12/18 09:19'57 TIMEVAL=#260321
5 ./kppoc:11680 12/18 09:19'57 TIMEVAL=#9432
5 ./kppoc:11688 12/18 09:19'58 TIMEVAL=#249672
5 ./kppoc:11674 12/18 09:19'58 TIMEVAL=#247716
5 ./kppoc:11694 12/18 09:19'58 TIMEVAL=#251473
5 ./kppoc:11698 12/18 09:19'58 TIMEVAL=#243376
5 ./kppoc:11722 12/18 09:19'58 TIMEVAL=#16208
5 ./kppoc:11700 12/18 09:19'58 TIMEVAL=#261284
5 ./kppoc:11684 12/18 09:19'58 TIMEVAL=#266770
5 ./kppoc:11668 12/18 09:19'58 TIMEVAL=#258732
5 ./kppoc:11670 12/18 09:19'58 TIMEVAL=#263444
5 ./kppoc:11710 12/18 09:19'58 TIMEVAL=#166740
5 ./kppoc:11784 12/18 09:19'58 TIMEVAL=#16905
5 ./kppoc:11678 12/18 09:19'58 TIMEVAL=#277333
5 ./kppoc:11730 12/18 09:19'58 TIMEVAL=#37569
5 ./kppoc:11704 12/18 09:19'58 TIMEVAL=#41284
5 ./kppoc:11664 12/18 09:19'58 TIMEVAL=#182010
5 ./kppoc:11706 12/18 09:19'58 TIMEVAL=#36580
5 ./kppoc:11666 12/18 09:19'58 TIMEVAL=#188497
5 ./kppoc:11716 12/18 09:19'58 TIMEVAL=#32022
5 ./kppoc:11682 12/18 09:19'58 TIMEVAL=#287202
5 ./kppoc:11778 12/18 09:19'58 TIMEVAL=#58122
5 ./kppoc:11728 12/18 09:19'58 TIMEVAL=#61787
5 ./kppoc:11720 12/18 09:19'58 TIMEVAL=#48598
5 ./kppoc:11718 12/18 09:19'58 TIMEVAL=#40934
5 ./kppoc:11654 12/18 09:19'58 TIMEVAL=#483310
5 ./kppoc:11712 12/18 09:19'58 TIMEVAL=#7756
5 ./kppoc:11714 12/18 09:19'58 TIMEVAL=#10229
5 ./kppoc:11662 12/18 09:19'58 TIMEVAL=#486171
5 ./kppoc:11708 12/18 09:19'58 TIMEVAL=#152941
5 ./kppoc:11776 12/18 09:19'58 TIMEVAL=#154123
5 ./kppoc:11782 12/18 09:19'58 TIMEVAL=#135611
5 ./kppoc:11798 12/18 09:19'58 TIMEVAL=#65626
5 ./kppoc:11788 12/18 09:19'58 TIMEVAL=#152323
5 ./kppoc:11786 12/18 09:19'58 TIMEVAL=#5712
5 ./kppoc:11726 12/18 09:19'58 TIMEVAL=#74075
5 ./kppoc:11810 12/18 09:19'58 TIMEVAL=#7426
5 ./kppoc:11780 12/18 09:19'58 TIMEVAL=#20516
5 ./kppoc:11808 12/18 09:19'58 TIMEVAL=#21094
5 ./kppoc:11848 12/18 09:19'58 TIMEVAL=#19503
5 ./kppoc:11702 12/18 09:19'58 TIMEVAL=#174749
5 ./kppoc:11804 12/18 09:19'58 TIMEVAL=#25851
5 ./kppoc:11806 12/18 09:19'58 TIMEVAL=#23115
5 ./kppoc:11850 12/18 09:19'58 TIMEVAL=#35874
5 ./kppoc:11852 12/18 09:19'58 TIMEVAL=#38785
5 ./kppoc:11800 12/18 09:19'58 TIMEVAL=#6028
5 ./kppoc:11854 12/18 09:19'58 TIMEVAL=#39097
5 ./kppoc:11858 12/18 09:19'58 TIMEVAL=#5556
5 ./kppoc:11792 12/18 09:19'58 TIMEVAL=#31623
5 ./kppoc:11856 12/18 09:19'58 TIMEVAL=#7252
5 ./kppoc:11802 12/18 09:19'58 TIMEVAL=#12338
5 ./kppoc:11794 12/18 09:19'58 TIMEVAL=#18193
5 ./kppoc:11796 12/18 09:19'58 TIMEVAL=#22215
5 ./kppoc:11860 12/18 09:19'58 TIMEVAL=#25172
5 ./kppoc:11790 12/18 09:19'58 TIMEVAL=#86063
5 ./kppoc:11866 12/18 09:19'58 TIMEVAL=#5919
5 ./kppoc:11724 12/18 09:19'58 TIMEVAL=#237338
5 ./kppoc:11812 12/18 09:19'58 TIMEVAL=#10110
5 ./kppoc:11874 12/18 09:19'58 TIMEVAL=#14217
5 ./kppoc:11814 12/18 09:19'58 TIMEVAL=#7198
5 ./kppoc:11868 12/18 09:19'58 TIMEVAL=#7797
5 ./kppoc:11878 12/18 09:19'58 TIMEVAL=#8000
5 ./kppoc:11876 12/18 09:19'58 TIMEVAL=#7743
5 ./kppoc:11880 12/18 09:19'58 TIMEVAL=#7140
5 ./kppoc:11862 12/18 09:19'58 TIMEVAL=#9480
5 ./kppoc:11864 12/18 09:19'58 TIMEVAL=#10767
5 ./kppoc:11872 12/18 09:19'58 TIMEVAL=#11801
5 ./kppoc:11816 12/18 09:19'58 TIMEVAL=#17501
5 ./kppoc:11870 12/18 09:19'58 TIMEVAL=#5090
5 ./kppoc:11846 12/18 09:19'58 TIMEVAL=#165455
5 ./kppoc:11888 12/18 09:19'58 TIMEVAL=#4836
5 ./kppoc:11882 12/18 09:19'58 TIMEVAL=#5299
5 ./kppoc:11884 12/18 09:19'58 TIMEVAL=#6662
5 ./kppoc:11886 12/18 09:19'58 TIMEVAL=#8767
5 ./kppoc:11898 12/18 09:19'58 TIMEVAL=#6767
5 ./kppoc:11894 12/18 09:19'58 TIMEVAL=#7942
5 ./kppoc:11890 12/18 09:19'58 TIMEVAL=#8591
5 ./kppoc:11896 12/18 09:19'58 TIMEVAL=#9273
5 ./kppoc:11892 12/18 09:19'58 TIMEVAL=#4179
5 ./kppoc:11902 12/18 09:19'58 TIMEVAL=#5226
5 ./kppoc:11904 12/18 09:19'58 TIMEVAL=#5530
5 ./kppoc:11906 12/18 09:19'58 TIMEVAL=#9082
5 ./kppoc:11900 12/18 09:19'58 TIMEVAL=#9159
5 ./kppoc:11908 12/18 09:19'58 TIMEVAL=#16484
5 ./kppoc:11912 12/18 09:19'58 TIMEVAL=#4688
5 ./kppoc:11910 12/18 09:19'58 TIMEVAL=#4782
5 ./kppoc:11914 12/18 09:19'58 TIMEVAL=#5445
5 ./kppoc:11924 12/18 09:19'58 TIMEVAL=#8238
5 ./kppoc:11922 12/18 09:19'58 TIMEVAL=#8298
5 ./kppoc:11916 12/18 09:19'58 TIMEVAL=#10267
5 ./kppoc:11926 12/18 09:19'58 TIMEVAL=#9778
5 ./kppoc:11920 12/18 09:19'58 TIMEVAL=#6052
5 ./kppoc:11928 12/18 09:19'58 TIMEVAL=#8683
5 ./kppoc:11930 12/18 09:19'58 TIMEVAL=#6010
5 ./kppoc:11934 12/18 09:19'58 TIMEVAL=#3867
5 ./kppoc:11932 12/18 09:19'58 TIMEVAL=#5583
5 ./kppoc:11936 12/18 09:19'58 TIMEVAL=#8840
5 ./kppoc:11918 12/18 09:19'58 TIMEVAL=#83396
5 ./kppoc:11940 12/18 09:19'58 TIMEVAL=#4444
5 ./kppoc:11938 12/18 09:19'58 TIMEVAL=#7589
5 ./kppoc:11942 12/18 09:19'58 TIMEVAL=#7454
5 ./kppoc:11944 12/18 09:19'58 TIMEVAL=#8729
5 ./kppoc:11950 12/18 09:19'58 TIMEVAL=#4364
5 ./kppoc:11948 12/18 09:19'58 TIMEVAL=#5074
5 ./kppoc:11954 12/18 09:19'58 TIMEVAL=#8310
5 ./kppoc:11946 12/18 09:19'58 TIMEVAL=#8341
5 ./kppoc:11952 12/18 09:19'58 TIMEVAL=#10196
5 ./kppoc:11960 12/18 09:19'58 TIMEVAL=#5864
5 ./kppoc:11956 12/18 09:19'58 TIMEVAL=#6035
5 ./kppoc:11958 12/18 09:19'58 TIMEVAL=#5460
5 ./kppoc:11964 12/18 09:19'58 TIMEVAL=#4715
5 ./kppoc:11966 12/18 09:19'58 TIMEVAL=#4807
5 ./kppoc:11970 12/18 09:19'58 TIMEVAL=#8875
5 ./kppoc:11962 12/18 09:19'58 TIMEVAL=#10094
5 ./kppoc:11968 12/18 09:19'58 TIMEVAL=#7939
5 ./kppoc:11972 12/18 09:19'58 TIMEVAL=#4850
5 ./kppoc:11974 12/18 09:19'58 TIMEVAL=#5054
5 ./kppoc:11976 12/18 09:19'58 TIMEVAL=#10923
5 ./kppoc:11982 12/18 09:19'58 TIMEVAL=#4624
5 ./kppoc:11978 12/18 09:19'58 TIMEVAL=#4846
5 ./kppoc:11980 12/18 09:19'58 TIMEVAL=#5171
5 ./kppoc:11986 12/18 09:19'58 TIMEVAL=#6298
5 ./kppoc:11988 12/18 09:19'58 TIMEVAL=#7621
5 ./kppoc:11984 12/18 09:19'58 TIMEVAL=#7739
5 ./kppoc:11990 12/18 09:19'58 TIMEVAL=#10462
5 ./kppoc:11992 12/18 09:19'58 TIMEVAL=#4203
5 ./kppoc:11996 12/18 09:19'58 TIMEVAL=#6802
5 ./kppoc:11998 12/18 09:19'58 TIMEVAL=#6073
5 ./kppoc:12004 12/18 09:19'58 TIMEVAL=#6484
5 ./kppoc:12002 12/18 09:19'58 TIMEVAL=#8447
5 ./kppoc:12006 12/18 09:19'58 TIMEVAL=#9928
5 ./kppoc:12008 12/18 09:19'58 TIMEVAL=#10286
5 ./kppoc:12000 12/18 09:19'58 TIMEVAL=#11940
5 ./kppoc:11994 12/18 09:19'58 TIMEVAL=#67061
5 ./kppoc:12016 12/18 09:19'58 TIMEVAL=#6228
5 ./kppoc:12014 12/18 09:19'58 TIMEVAL=#8700
5 ./kppoc:12012 12/18 09:19'58 TIMEVAL=#8839
5 ./kppoc:12010 12/18 09:19'58 TIMEVAL=#5884
5 ./kppoc:12020 12/18 09:19'58 TIMEVAL=#4879
5 ./kppoc:12018 12/18 09:19'58 TIMEVAL=#8699
5 ./kppoc:12024 12/18 09:19'59 TIMEVAL=#7242
5 ./kppoc:12028 12/18 09:19'59 TIMEVAL=#7078
5 ./kppoc:12026 12/18 09:19'59 TIMEVAL=#10866
5 ./kppoc:12022 12/18 09:19'59 TIMEVAL=#11049
5 ./kppoc:12034 12/18 09:19'59 TIMEVAL=#4868
5 ./kppoc:12030 12/18 09:19'59 TIMEVAL=#4958
5 ./kppoc:12032 12/18 09:19'59 TIMEVAL=#4120
5 ./kppoc:12038 12/18 09:19'59 TIMEVAL=#5151
5 ./kppoc:12036 12/18 09:19'59 TIMEVAL=#4810
5 ./kppoc:12044 12/18 09:19'59 TIMEVAL=#4500
5 ./kppoc:12040 12/18 09:19'59 TIMEVAL=#7417
5 ./kppoc:12048 12/18 09:19'59 TIMEVAL=#6984
5 ./kppoc:12042 12/18 09:19'59 TIMEVAL=#4205
5 ./kppoc:12046 12/18 09:19'59 TIMEVAL=#4546
5 ./kppoc:12052 12/18 09:19'59 TIMEVAL=#5047
5 ./kppoc:12060 12/18 09:19'59 TIMEVAL=#6072
5 ./kppoc:12056 12/18 09:19'59 TIMEVAL=#6798
5 ./kppoc:12050 12/18 09:19'59 TIMEVAL=#4575
5 ./kppoc:12054 12/18 09:19'59 TIMEVAL=#6510
5 ./kppoc:12058 12/18 09:19'59 TIMEVAL=#8028
5 ./kppoc:12066 12/18 09:19'59 TIMEVAL=#4915
5 ./kppoc:12064 12/18 09:19'59 TIMEVAL=#4907
5 ./kppoc:12062 12/18 09:19'59 TIMEVAL=#4542
5 ./kppoc:12072 12/18 09:19'59 TIMEVAL=#4938
5 ./kppoc:12068 12/18 09:19'59 TIMEVAL=#4718
5 ./kppoc:12070 12/18 09:19'59 TIMEVAL=#8402
5 ./kppoc:12078 12/18 09:19'59 TIMEVAL=#8392
5 ./kppoc:12074 12/18 09:19'59 TIMEVAL=#5249
5 ./kppoc:12076 12/18 09:19'59 TIMEVAL=#10332
5 ./kppoc:12086 12/18 09:19'59 TIMEVAL=#4352
5 ./kppoc:12082 12/18 09:19'59 TIMEVAL=#9231
5 ./kppoc:12080 12/18 09:19'59 TIMEVAL=#13325
5 ./kppoc:12084 12/18 09:19'59 TIMEVAL=#18492
5 ./kppoc:12088 12/18 09:19'59 TIMEVAL=#5211
5 ./kppoc:12090 12/18 09:19'59 TIMEVAL=#8752
5 ./kppoc:12094 12/18 09:19'59 TIMEVAL=#48207
5 ./kppoc:12098 12/18 09:19'59 TIMEVAL=#9309
5 ./kppoc:12096 12/18 09:19'59 TIMEVAL=#8742
5 ./kppoc:12100 12/18 09:19'59 TIMEVAL=#13153
5 ./kppoc:12102 12/18 09:19'59 TIMEVAL=#13112
5 ./kppoc:12092 12/18 09:19'59 TIMEVAL=#8431
5 ./kppoc:12108 12/18 09:19'59 TIMEVAL=#6460
5 ./kppoc:12106 12/18 09:19'59 TIMEVAL=#9649
5 ./kppoc:12112 12/18 09:19'59 TIMEVAL=#4351
5 ./kppoc:12114 12/18 09:19'59 TIMEVAL=#7025
5 ./kppoc:12104 12/18 09:19'59 TIMEVAL=#14076
5 ./kppoc:12110 12/18 09:19'59 TIMEVAL=#4557
5 ./kppoc:12116 12/18 09:19'59 TIMEVAL=#5548
5 ./kppoc:12118 12/18 09:19'59 TIMEVAL=#5357
5 ./kppoc:12124 12/18 09:19'59 TIMEVAL=#7117
5 ./kppoc:12126 12/18 09:19'59 TIMEVAL=#4909
5 ./kppoc:12122 12/18 09:19'59 TIMEVAL=#13199
5 ./kppoc:12120 12/18 09:19'59 TIMEVAL=#15827
5 ./kppoc:12128 12/18 09:19'59 TIMEVAL=#7241
5 ./kppoc:12134 12/18 09:19'59 TIMEVAL=#8451
5 ./kppoc:12130 12/18 09:19'59 TIMEVAL=#10506
5 ./kppoc:12136 12/18 09:19'59 TIMEVAL=#4406
5 ./kppoc:12140 12/18 09:19'59 TIMEVAL=#4404
5 ./kppoc:12132 12/18 09:19'59 TIMEVAL=#4218
5 ./kppoc:12138 12/18 09:19'59 TIMEVAL=#4233
5 ./kppoc:12142 12/18 09:19'59 TIMEVAL=#6926
5 ./kppoc:12144 12/18 09:19'59 TIMEVAL=#7377
5 ./kppoc:12146 12/18 09:19'59 TIMEVAL=#13982
5 ./kppoc:12148 12/18 09:19'59 TIMEVAL=#13590
5 ./kppoc:12150 12/18 09:19'59 TIMEVAL=#17269
5 ./kppoc:12156 12/18 09:19'59 TIMEVAL=#9332
5 ./kppoc:12152 12/18 09:19'59 TIMEVAL=#8376
5 ./kppoc:12154 12/18 09:19'59 TIMEVAL=#12920
5 ./kppoc:12158 12/18 09:19'59 TIMEVAL=#13645
5 ./kppoc:12160 12/18 09:19'59 TIMEVAL=#16401
5 ./kppoc:12164 12/18 09:19'59 TIMEVAL=#10522
5 ./kppoc:12162 12/18 09:19'59 TIMEVAL=#10372
5 ./kppoc:12166 12/18 09:19'59 TIMEVAL=#11190
5 ./kppoc:12170 12/18 09:19'59 TIMEVAL=#4321
5 ./kppoc:12172 12/18 09:19'59 TIMEVAL=#4333
5 ./kppoc:12168 12/18 09:19'59 TIMEVAL=#8967
5 ./kppoc:12174 12/18 09:19'59 TIMEVAL=#13903
5 ./kppoc:12182 12/18 09:19'59 TIMEVAL=#5256
5 ./kppoc:12178 12/18 09:19'59 TIMEVAL=#7147
5 ./kppoc:12176 12/18 09:19'59 TIMEVAL=#10199
5 ./kppoc:12180 12/18 09:19'59 TIMEVAL=#4708
5 ./kppoc:12184 12/18 09:19'59 TIMEVAL=#4744
5 ./kppoc:12186 12/18 09:19'59 TIMEVAL=#5476
5 ./kppoc:12196 12/18 09:19'59 TIMEVAL=#5188
5 ./kppoc:12198 12/18 09:19'59 TIMEVAL=#5964
5 ./kppoc:12188 12/18 09:19'59 TIMEVAL=#11005
5 ./kppoc:12200 12/18 09:19'59 TIMEVAL=#7727
5 ./kppoc:12190 12/18 09:19'59 TIMEVAL=#7079
5 ./kppoc:12194 12/18 09:19'59 TIMEVAL=#12552
5 ./kppoc:12192 12/18 09:19'59 TIMEVAL=#12370
5 ./kppoc:12208 12/18 09:19'59 TIMEVAL=#7550
5 ./kppoc:12210 12/18 09:19'59 TIMEVAL=#5234
5 ./kppoc:12202 12/18 09:19'59 TIMEVAL=#5739
5 ./kppoc:12204 12/18 09:19'59 TIMEVAL=#8183
5 ./kppoc:12212 12/18 09:19'59 TIMEVAL=#9966
5 ./kppoc:12206 12/18 09:19'59 TIMEVAL=#11954
5 ./kppoc:12218 12/18 09:19'59 TIMEVAL=#5158
5 ./kppoc:12214 12/18 09:19'59 TIMEVAL=#5238
5 ./kppoc:12216 12/18 09:19'59 TIMEVAL=#4328
5 ./kppoc:12222 12/18 09:19'59 TIMEVAL=#6146
5 ./kppoc:12226 12/18 09:19'59 TIMEVAL=#7482
5 ./kppoc:12224 12/18 09:19'59 TIMEVAL=#8502
5 ./kppoc:12220 12/18 09:19'59 TIMEVAL=#8524
5 ./kppoc:12232 12/18 09:19'59 TIMEVAL=#4448
5 ./kppoc:12228 12/18 09:19'59 TIMEVAL=#5822
5 ./kppoc:12234 12/18 09:19'59 TIMEVAL=#4512
5 ./kppoc:12230 12/18 09:19'59 TIMEVAL=#8958
5 ./kppoc:12240 12/18 09:19'59 TIMEVAL=#5368
5 ./kppoc:12238 12/18 09:19'59 TIMEVAL=#6060
5 ./kppoc:12236 12/18 09:19'59 TIMEVAL=#6114
5 ./kppoc:12260 12/18 09:19'59 TIMEVAL=#6727
5 ./kppoc:12252 12/18 09:19'59 TIMEVAL=#8737
5 ./kppoc:12246 12/18 09:19'59 TIMEVAL=#10165
5 ./kppoc:12242 12/18 09:19'59 TIMEVAL=#9763
5 ./kppoc:12254 12/18 09:19'59 TIMEVAL=#6944
5 ./kppoc:12244 12/18 09:19'59 TIMEVAL=#13034
5 ./kppoc:12248 12/18 09:19'59 TIMEVAL=#11719
5 ./kppoc:12250 12/18 09:19'59 TIMEVAL=#14800
5 ./kppoc:12258 12/18 09:19'59 TIMEVAL=#8088
5 ./kppoc:12268 12/18 09:20'00 TIMEVAL=#4814
5 ./kppoc:12266 12/18 09:20'00 TIMEVAL=#4825
5 ./kppoc:12256 12/18 09:20'00 TIMEVAL=#10268
5 ./kppoc:12264 12/18 09:20'00 TIMEVAL=#13766
5 ./kppoc:12262 12/18 09:20'00 TIMEVAL=#12932
5 ./kppoc:12270 12/18 09:20'00 TIMEVAL=#7612
5 ./kppoc:12272 12/18 09:20'00 TIMEVAL=#5173
5 ./kppoc:12274 12/18 09:20'00 TIMEVAL=#8755
5 ./kppoc:12282 12/18 09:20'00 TIMEVAL=#4879
5 ./kppoc:12284 12/18 09:20'00 TIMEVAL=#4962
5 ./kppoc:12278 12/18 09:20'00 TIMEVAL=#6085
5 ./kppoc:12276 12/18 09:20'00 TIMEVAL=#9794
5 ./kppoc:12280 12/18 09:20'00 TIMEVAL=#10057
5 ./kppoc:12288 12/18 09:20'00 TIMEVAL=#7404
5 ./kppoc:12290 12/18 09:20'00 TIMEVAL=#5877
5 ./kppoc:12296 12/18 09:20'00 TIMEVAL=#8185
5 ./kppoc:12298 12/18 09:20'00 TIMEVAL=#5407
5 ./kppoc:12294 12/18 09:20'00 TIMEVAL=#11788
5 ./kppoc:12286 12/18 09:20'00 TIMEVAL=#18460
5 ./kppoc:12300 12/18 09:20'00 TIMEVAL=#17950
5 ./kppoc:12292 12/18 09:20'00 TIMEVAL=#18528
5 ./kppoc:12310 12/18 09:20'00 TIMEVAL=#5357
5 ./kppoc:12304 12/18 09:20'00 TIMEVAL=#5738
5 ./kppoc:12308 12/18 09:20'00 TIMEVAL=#11957
5 ./kppoc:12306 12/18 09:20'00 TIMEVAL=#12327
5 ./kppoc:12302 12/18 09:20'00 TIMEVAL=#5164
5 ./kppoc:12316 12/18 09:20'00 TIMEVAL=#6900
5 ./kppoc:12314 12/18 09:20'00 TIMEVAL=#6982
5 ./kppoc:12318 12/18 09:20'00 TIMEVAL=#7691
5 ./kppoc:12312 12/18 09:20'00 TIMEVAL=#8102
5 ./kppoc:12322 12/18 09:20'00 TIMEVAL=#4645
5 ./kppoc:12324 12/18 09:20'00 TIMEVAL=#5171
5 ./kppoc:12320 12/18 09:20'00 TIMEVAL=#5306
5 ./kppoc:12328 12/18 09:20'00 TIMEVAL=#4304
5 ./kppoc:12336 12/18 09:20'00 TIMEVAL=#4963
5 ./kppoc:12330 12/18 09:20'00 TIMEVAL=#4593
5 ./kppoc:12332 12/18 09:20'00 TIMEVAL=#4342
5 ./kppoc:12326 12/18 09:20'00 TIMEVAL=#5679
5 ./kppoc:12334 12/18 09:20'00 TIMEVAL=#8291
5 ./kppoc:12342 12/18 09:20'00 TIMEVAL=#4662
5 ./kppoc:12340 12/18 09:20'00 TIMEVAL=#4792
5 ./kppoc:12338 12/18 09:20'00 TIMEVAL=#8798
5 ./kppoc:12344 12/18 09:20'00 TIMEVAL=#4254
5 ./kppoc:12350 12/18 09:20'00 TIMEVAL=#8145
5 ./kppoc:12352 12/18 09:20'00 TIMEVAL=#6073
5 ./kppoc:12348 12/18 09:20'00 TIMEVAL=#5792
5 ./kppoc:12346 12/18 09:20'00 TIMEVAL=#4153
5 ./kppoc:12356 12/18 09:20'00 TIMEVAL=#6482
5 ./kppoc:12358 12/18 09:20'00 TIMEVAL=#11907
5 ./kppoc:12354 12/18 09:20'00 TIMEVAL=#12349
5 ./kppoc:12360 12/18 09:20'00 TIMEVAL=#13181
5 ./kppoc:12364 12/18 09:20'00 TIMEVAL=#4686
5 ./kppoc:12366 12/18 09:20'00 TIMEVAL=#6477
5 ./kppoc:12368 12/18 09:20'00 TIMEVAL=#7435
5 ./kppoc:12362 12/18 09:20'00 TIMEVAL=#9817
5 ./kppoc:12374 12/18 09:20'00 TIMEVAL=#6390
5 ./kppoc:12378 12/18 09:20'00 TIMEVAL=#6545
5 ./kppoc:12376 12/18 09:20'00 TIMEVAL=#9597
5 ./kppoc:12370 12/18 09:20'00 TIMEVAL=#4082
5 ./kppoc:12372 12/18 09:20'00 TIMEVAL=#12156
5 ./kppoc:12380 12/18 09:20'00 TIMEVAL=#7018
5 ./kppoc:12384 12/18 09:20'00 TIMEVAL=#10084
5 ./kppoc:12382 12/18 09:20'00 TIMEVAL=#7111
5 ./kppoc:12388 12/18 09:20'00 TIMEVAL=#11864
5 ./kppoc:12390 12/18 09:20'00 TIMEVAL=#8408
5 ./kppoc:12392 12/18 09:20'00 TIMEVAL=#4593
5 ./kppoc:12394 12/18 09:20'00 TIMEVAL=#4753
5 ./kppoc:12386 12/18 09:20'00 TIMEVAL=#5103
5 ./kppoc:12396 12/18 09:20'00 TIMEVAL=#4778
5 ./kppoc:12402 12/18 09:20'00 TIMEVAL=#7800
5 ./kppoc:12404 12/18 09:20'00 TIMEVAL=#5904
5 ./kppoc:12398 12/18 09:20'00 TIMEVAL=#14371
5 ./kppoc:12400 12/18 09:20'00 TIMEVAL=#10421
5 ./kppoc:12410 12/18 09:20'00 TIMEVAL=#8057
5 ./kppoc:12408 12/18 09:20'00 TIMEVAL=#10930
5 ./kppoc:12412 12/18 09:20'00 TIMEVAL=#9537
5 ./kppoc:12414 12/18 09:20'00 TIMEVAL=#13793
5 ./kppoc:12416 12/18 09:20'00 TIMEVAL=#15456
5 ./kppoc:12418 12/18 09:20'00 TIMEVAL=#15917
5 ./kppoc:12424 12/18 09:20'00 TIMEVAL=#17358
5 ./kppoc:12420 12/18 09:20'00 TIMEVAL=#14873
5 ./kppoc:12422 12/18 09:20'00 TIMEVAL=#16876
5 ./kppoc:12406 12/18 09:20'00 TIMEVAL=#20394
5 ./kppoc:12426 12/18 09:20'00 TIMEVAL=#4891
5 ./kppoc:12436 12/18 09:20'00 TIMEVAL=#6441
5 ./kppoc:12432 12/18 09:20'00 TIMEVAL=#10554
5 ./kppoc:12438 12/18 09:20'00 TIMEVAL=#9418
5 ./kppoc:12430 12/18 09:20'00 TIMEVAL=#11569
5 ./kppoc:12428 12/18 09:20'00 TIMEVAL=#13825
5 ./kppoc:12440 12/18 09:20'00 TIMEVAL=#10354
5 ./kppoc:12434 12/18 09:20'00 TIMEVAL=#16468
5 ./kppoc:12442 12/18 09:20'00 TIMEVAL=#7846
5 ./kppoc:12444 12/18 09:20'00 TIMEVAL=#6791
5 ./kppoc:12446 12/18 09:20'00 TIMEVAL=#11701
5 ./kppoc:12452 12/18 09:20'00 TIMEVAL=#6866
5 ./kppoc:12450 12/18 09:20'00 TIMEVAL=#8493
5 ./kppoc:12448 12/18 09:20'00 TIMEVAL=#9019
5 ./kppoc:12464 12/18 09:20'00 TIMEVAL=#6259
5 ./kppoc:12460 12/18 09:20'00 TIMEVAL=#7807
5 ./kppoc:12458 12/18 09:20'00 TIMEVAL=#7924
5 ./kppoc:12456 12/18 09:20'00 TIMEVAL=#4740
5 ./kppoc:12454 12/18 09:20'00 TIMEVAL=#5622
5 ./kppoc:12462 12/18 09:20'00 TIMEVAL=#9172
5 ./kppoc:12472 12/18 09:20'00 TIMEVAL=#4750
5 ./kppoc:12470 12/18 09:20'00 TIMEVAL=#8170
5 ./kppoc:12466 12/18 09:20'00 TIMEVAL=#7026
5 ./kppoc:12468 12/18 09:20'00 TIMEVAL=#5463
5 ./kppoc:12474 12/18 09:20'00 TIMEVAL=#9335
5 ./kppoc:12476 12/18 09:20'00 TIMEVAL=#5307
5 ./kppoc:12478 12/18 09:20'00 TIMEVAL=#7019
5 ./kppoc:12482 12/18 09:20'00 TIMEVAL=#7809
5 ./kppoc:12484 12/18 09:20'00 TIMEVAL=#7987
5 ./kppoc:12486 12/18 09:20'00 TIMEVAL=#9436
5 ./kppoc:12480 12/18 09:20'00 TIMEVAL=#9558
5 ./kppoc:12490 12/18 09:20'00 TIMEVAL=#6170
5 ./kppoc:12494 12/18 09:20'00 TIMEVAL=#7533
5 ./kppoc:12492 12/18 09:20'01 TIMEVAL=#7285
5 ./kppoc:12496 12/18 09:20'01 TIMEVAL=#5244
5 ./kppoc:12488 12/18 09:20'01 TIMEVAL=#6979
5 ./kppoc:12500 12/18 09:20'01 TIMEVAL=#5380
5 ./kppoc:12502 12/18 09:20'01 TIMEVAL=#6751
5 ./kppoc:12508 12/18 09:20'01 TIMEVAL=#7733
5 ./kppoc:12498 12/18 09:20'01 TIMEVAL=#5026
5 ./kppoc:12504 12/18 09:20'01 TIMEVAL=#4886
5 ./kppoc:12512 12/18 09:20'01 TIMEVAL=#8552
5 ./kppoc:12514 12/18 09:20'01 TIMEVAL=#14015
5 ./kppoc:12506 12/18 09:20'01 TIMEVAL=#7929
5 ./kppoc:12510 12/18 09:20'01 TIMEVAL=#4588
5 ./kppoc:12518 12/18 09:20'01 TIMEVAL=#6076
5 ./kppoc:12520 12/18 09:20'01 TIMEVAL=#7909
5 ./kppoc:12516 12/18 09:20'01 TIMEVAL=#9045
5 ./kppoc:12524 12/18 09:20'01 TIMEVAL=#4989
5 ./kppoc:12532 12/18 09:20'01 TIMEVAL=#5661
5 ./kppoc:12526 12/18 09:20'01 TIMEVAL=#6117
5 ./kppoc:12528 12/18 09:20'01 TIMEVAL=#9452
5 ./kppoc:12530 12/18 09:20'01 TIMEVAL=#9870
5 ./kppoc:12536 12/18 09:20'01 TIMEVAL=#4669
5 ./kppoc:12522 12/18 09:20'01 TIMEVAL=#83124
5 ./kppoc:12544 12/18 09:20'01 TIMEVAL=#5725
5 ./kppoc:12534 12/18 09:20'01 TIMEVAL=#7323
5 ./kppoc:12540 12/18 09:20'01 TIMEVAL=#10156
5 ./kppoc:12538 12/18 09:20'01 TIMEVAL=#10250
5 ./kppoc:12546 12/18 09:20'01 TIMEVAL=#5152
5 ./kppoc:12542 12/18 09:20'01 TIMEVAL=#11295
5 ./kppoc:12550 12/18 09:20'01 TIMEVAL=#5725
5 ./kppoc:12554 12/18 09:20'01 TIMEVAL=#7402
5 ./kppoc:12548 12/18 09:20'01 TIMEVAL=#8614
5 ./kppoc:12556 12/18 09:20'01 TIMEVAL=#9320
5 ./kppoc:12552 12/18 09:20'01 TIMEVAL=#9999
5 ./kppoc:12562 12/18 09:20'01 TIMEVAL=#5027
5 ./kppoc:12558 12/18 09:20'01 TIMEVAL=#11743
5 ./kppoc:12560 12/18 09:20'01 TIMEVAL=#12940
5 ./kppoc:12564 12/18 09:20'01 TIMEVAL=#12977
5 ./kppoc:12576 12/18 09:20'01 TIMEVAL=#9045
5 ./kppoc:12570 12/18 09:20'01 TIMEVAL=#5384
5 ./kppoc:12574 12/18 09:20'01 TIMEVAL=#5449
5 ./kppoc:12566 12/18 09:20'01 TIMEVAL=#6120
5 ./kppoc:12568 12/18 09:20'01 TIMEVAL=#10783
5 ./kppoc:12572 12/18 09:20'01 TIMEVAL=#10757
5 ./kppoc:12586 12/18 09:20'01 TIMEVAL=#4934
5 ./kppoc:12580 12/18 09:20'01 TIMEVAL=#5743
5 ./kppoc:12584 12/18 09:20'01 TIMEVAL=#5472
5 ./kppoc:12582 12/18 09:20'01 TIMEVAL=#5954
5 ./kppoc:12578 12/18 09:20'01 TIMEVAL=#8615
5 ./kppoc:12592 12/18 09:20'01 TIMEVAL=#7297
5 ./kppoc:12588 12/18 09:20'01 TIMEVAL=#8239
5 ./kppoc:12594 12/18 09:20'01 TIMEVAL=#8773
5 ./kppoc:12590 12/18 09:20'01 TIMEVAL=#11373
5 ./kppoc:12596 12/18 09:20'01 TIMEVAL=#11217
5 ./kppoc:12602 12/18 09:20'01 TIMEVAL=#5333
5 ./kppoc:12598 12/18 09:20'01 TIMEVAL=#7520
5 ./kppoc:12600 12/18 09:20'01 TIMEVAL=#8421
5 ./kppoc:12604 12/18 09:20'01 TIMEVAL=#12900
5 ./kppoc:12608 12/18 09:20'01 TIMEVAL=#4783
5 ./kppoc:12606 12/18 09:20'01 TIMEVAL=#9334
5 ./kppoc:12612 12/18 09:20'01 TIMEVAL=#9350
5 ./kppoc:12610 12/18 09:20'01 TIMEVAL=#5124
5 ./kppoc:12616 12/18 09:20'01 TIMEVAL=#5524
5 ./kppoc:12618 12/18 09:20'01 TIMEVAL=#9145
5 ./kppoc:12622 12/18 09:20'01 TIMEVAL=#10861
5 ./kppoc:12614 12/18 09:20'01 TIMEVAL=#11316
5 ./kppoc:12624 12/18 09:20'01 TIMEVAL=#11156
5 ./kppoc:12620 12/18 09:20'01 TIMEVAL=#6445
5 ./kppoc:12626 12/18 09:20'01 TIMEVAL=#4760
5 ./kppoc:12628 12/18 09:20'01 TIMEVAL=#8803
5 ./kppoc:12630 12/18 09:20'01 TIMEVAL=#9090
5 ./kppoc:12634 12/18 09:20'01 TIMEVAL=#7912
5 ./kppoc:12632 12/18 09:20'01 TIMEVAL=#9070
5 ./kppoc:12640 12/18 09:20'01 TIMEVAL=#4775
5 ./kppoc:12638 12/18 09:20'01 TIMEVAL=#11182
5 ./kppoc:12636 12/18 09:20'01 TIMEVAL=#12244
5 ./kppoc:12642 12/18 09:20'01 TIMEVAL=#9076
5 ./kppoc:12652 12/18 09:20'01 TIMEVAL=#9256
5 ./kppoc:12646 12/18 09:20'01 TIMEVAL=#6542
5 ./kppoc:12648 12/18 09:20'01 TIMEVAL=#12419
5 ./kppoc:12650 12/18 09:20'01 TIMEVAL=#12194
5 ./kppoc:12644 12/18 09:20'01 TIMEVAL=#7358
5 ./kppoc:12662 12/18 09:20'01 TIMEVAL=#4832
5 ./kppoc:12656 12/18 09:20'01 TIMEVAL=#5522
5 ./kppoc:12658 12/18 09:20'01 TIMEVAL=#5764
5 ./kppoc:12654 12/18 09:20'01 TIMEVAL=#4336
5 ./kppoc:12660 12/18 09:20'01 TIMEVAL=#10295
5 ./kppoc:12664 12/18 09:20'01 TIMEVAL=#11202
5 ./kppoc:12672 12/18 09:20'01 TIMEVAL=#5592
5 ./kppoc:12670 12/18 09:20'01 TIMEVAL=#5841
5 ./kppoc:12668 12/18 09:20'01 TIMEVAL=#6507
5 ./kppoc:12666 12/18 09:20'01 TIMEVAL=#7013
5 ./kppoc:12674 12/18 09:20'01 TIMEVAL=#4963
5 ./kppoc:12676 12/18 09:20'01 TIMEVAL=#6280
5 ./kppoc:12678 12/18 09:20'01 TIMEVAL=#8374
5 ./kppoc:12682 12/18 09:20'01 TIMEVAL=#8907
5 ./kppoc:12680 12/18 09:20'01 TIMEVAL=#7618
5 ./kppoc:12684 12/18 09:20'01 TIMEVAL=#5126
5 ./kppoc:12688 12/18 09:20'01 TIMEVAL=#4651
5 ./kppoc:12690 12/18 09:20'01 TIMEVAL=#9743
5 ./kppoc:12692 12/18 09:20'01 TIMEVAL=#6231
5 ./kppoc:12686 12/18 09:20'01 TIMEVAL=#12394
5 ./kppoc:12700 12/18 09:20'01 TIMEVAL=#5165
5 ./kppoc:12698 12/18 09:20'01 TIMEVAL=#6104
5 ./kppoc:12696 12/18 09:20'01 TIMEVAL=#6989
5 ./kppoc:12694 12/18 09:20'01 TIMEVAL=#9151
5 ./kppoc:12702 12/18 09:20'01 TIMEVAL=#4612
5 ./kppoc:12706 12/18 09:20'01 TIMEVAL=#9548
5 ./kppoc:12710 12/18 09:20'01 TIMEVAL=#11615
5 ./kppoc:12712 12/18 09:20'01 TIMEVAL=#8958
5 ./kppoc:12714 12/18 09:20'01 TIMEVAL=#9123
5 ./kppoc:12704 12/18 09:20'01 TIMEVAL=#14431
5 ./kppoc:12708 12/18 09:20'01 TIMEVAL=#15483
5 ./kppoc:12718 12/18 09:20'01 TIMEVAL=#5580
5 ./kppoc:12716 12/18 09:20'01 TIMEVAL=#5572
5 ./kppoc:12722 12/18 09:20'01 TIMEVAL=#6116
5 ./kppoc:12720 12/18 09:20'01 TIMEVAL=#4868
5 ./kppoc:12728 12/18 09:20'02 TIMEVAL=#4984
5 ./kppoc:12726 12/18 09:20'02 TIMEVAL=#5955
5 ./kppoc:12724 12/18 09:20'02 TIMEVAL=#5950
5 ./kppoc:12732 12/18 09:20'02 TIMEVAL=#4799
5 ./kppoc:12740 12/18 09:20'02 TIMEVAL=#6399
5 ./kppoc:12730 12/18 09:20'02 TIMEVAL=#8726
5 ./kppoc:12734 12/18 09:20'02 TIMEVAL=#8856
5 ./kppoc:12736 12/18 09:20'02 TIMEVAL=#9894
5 ./kppoc:12744 12/18 09:20'02 TIMEVAL=#5580
5 ./kppoc:12752 12/18 09:20'02 TIMEVAL=#4705
5 ./kppoc:12738 12/18 09:20'02 TIMEVAL=#5398
5 ./kppoc:12754 12/18 09:20'02 TIMEVAL=#5262
5 ./kppoc:12746 12/18 09:20'02 TIMEVAL=#14568
5 ./kppoc:12756 12/18 09:20'02 TIMEVAL=#14594
5 ./kppoc:12742 12/18 09:20'02 TIMEVAL=#11619
5 ./kppoc:12748 12/18 09:20'02 TIMEVAL=#12167
5 ./kppoc:12750 12/18 09:20'02 TIMEVAL=#12804
5 ./kppoc:12758 12/18 09:20'02 TIMEVAL=#18847
5 ./kppoc:12760 12/18 09:20'02 TIMEVAL=#4586
5 ./kppoc:12762 12/18 09:20'02 TIMEVAL=#6054
5 ./kppoc:12766 12/18 09:20'02 TIMEVAL=#11729
5 ./kppoc:12764 12/18 09:20'02 TIMEVAL=#12094
5 ./kppoc:12770 12/18 09:20'02 TIMEVAL=#5465
5 ./kppoc:12774 12/18 09:20'02 TIMEVAL=#6242
5 ./kppoc:12768 12/18 09:20'02 TIMEVAL=#8165
5 ./kppoc:12772 12/18 09:20'02 TIMEVAL=#8112
5 ./kppoc:12782 12/18 09:20'02 TIMEVAL=#4831
5 ./kppoc:12778 12/18 09:20'02 TIMEVAL=#4776
5 ./kppoc:12780 12/18 09:20'02 TIMEVAL=#7165
5 ./kppoc:12776 12/18 09:20'02 TIMEVAL=#7921
5 ./kppoc:12784 12/18 09:20'02 TIMEVAL=#4375
5 ./kppoc:12786 12/18 09:20'02 TIMEVAL=#4039
5 ./kppoc:12788 12/18 09:20'02 TIMEVAL=#4332
5 ./kppoc:12794 12/18 09:20'02 TIMEVAL=#5970
5 ./kppoc:12790 12/18 09:20'02 TIMEVAL=#5607
5 ./kppoc:12792 12/18 09:20'02 TIMEVAL=#6930
5 ./kppoc:12800 12/18 09:20'02 TIMEVAL=#7037
5 ./kppoc:12802 12/18 09:20'02 TIMEVAL=#7057
5 ./kppoc:12804 12/18 09:20'02 TIMEVAL=#8288
5 ./kppoc:12798 12/18 09:20'02 TIMEVAL=#9488
5 ./kppoc:12796 12/18 09:20'02 TIMEVAL=#30480
5 ./kppoc:12806 12/18 09:20'02 TIMEVAL=#4768
5 ./kppoc:12810 12/18 09:20'02 TIMEVAL=#9282
5 ./kppoc:12808 12/18 09:20'02 TIMEVAL=#9077
5 ./kppoc:12834 12/18 09:20'02 TIMEVAL=#117876
5 ./kppoc:12848 12/18 09:20'02 TIMEVAL=#14812
5 ./kppoc:12842 12/18 09:20'02 TIMEVAL=#15663
5 ./kppoc:12836 12/18 09:20'02 TIMEVAL=#114546
5 ./kppoc:12844 12/18 09:20'02 TIMEVAL=#5855
5 ./kppoc:12846 12/18 09:20'02 TIMEVAL=#5568
5 ./kppoc:12878 12/18 09:20'02 TIMEVAL=#67531
5 ./kppoc:12814 12/18 09:20'02 TIMEVAL=#174492
5 ./kppoc:12832 12/18 09:20'02 TIMEVAL=#182023
5 ./kppoc:12824 12/18 09:20'02 TIMEVAL=#181648
5 ./kppoc:12812 12/18 09:20'02 TIMEVAL=#181547
5 ./kppoc:12816 12/18 09:20'02 TIMEVAL=#187765
5 ./kppoc:12830 12/18 09:20'02 TIMEVAL=#189432
5 ./kppoc:12872 12/18 09:20'02 TIMEVAL=#27004
5 ./kppoc:12828 12/18 09:20'02 TIMEVAL=#188250
5 ./kppoc:12820 12/18 09:20'02 TIMEVAL=#197797
5 ./kppoc:12826 12/18 09:20'02 TIMEVAL=#199362
5 ./kppoc:12822 12/18 09:20'02 TIMEVAL=#200367
5 ./kppoc:12882 12/18 09:20'02 TIMEVAL=#34022
5 ./kppoc:12868 12/18 09:20'02 TIMEVAL=#39195
5 ./kppoc:12874 12/18 09:20'02 TIMEVAL=#39662
5 ./kppoc:12818 12/18 09:20'02 TIMEVAL=#192003
5 ./kppoc:12864 12/18 09:20'02 TIMEVAL=#42166
5 ./kppoc:12854 12/18 09:20'02 TIMEVAL=#43377
5 ./kppoc:12850 12/18 09:20'02 TIMEVAL=#113052
5 ./kppoc:12840 12/18 09:20'02 TIMEVAL=#116218
5 ./kppoc:12890 12/18 09:20'02 TIMEVAL=#11891
5 ./kppoc:12858 12/18 09:20'02 TIMEVAL=#10669
5 ./kppoc:12922 12/18 09:20'02 TIMEVAL=#12098
5 ./kppoc:12852 12/18 09:20'02 TIMEVAL=#7996
5 ./kppoc:12862 12/18 09:20'02 TIMEVAL=#97820
5 ./kppoc:12892 12/18 09:20'02 TIMEVAL=#89113
5 ./kppoc:12886 12/18 09:20'02 TIMEVAL=#14432
5 ./kppoc:12902 12/18 09:20'02 TIMEVAL=#16216
5 ./kppoc:12856 12/18 09:20'02 TIMEVAL=#104753
5 ./kppoc:12896 12/18 09:20'02 TIMEVAL=#14627
5 ./kppoc:12870 12/18 09:20'02 TIMEVAL=#137492
5 ./kppoc:12884 12/18 09:20'02 TIMEVAL=#87767
5 ./kppoc:12924 12/18 09:20'02 TIMEVAL=#11213
5 ./kppoc:12860 12/18 09:20'02 TIMEVAL=#93334
5 ./kppoc:12910 12/18 09:20'02 TIMEVAL=#11157
5 ./kppoc:12866 12/18 09:20'02 TIMEVAL=#140400
5 ./kppoc:12918 12/18 09:20'02 TIMEVAL=#97877
5 ./kppoc:12920 12/18 09:20'02 TIMEVAL=#14779
5 ./kppoc:12894 12/18 09:20'02 TIMEVAL=#17542
5 ./kppoc:12908 12/18 09:20'02 TIMEVAL=#16693
5 ./kppoc:12906 12/18 09:20'02 TIMEVAL=#17804
5 ./kppoc:12928 12/18 09:20'02 TIMEVAL=#4734
5 ./kppoc:12898 12/18 09:20'02 TIMEVAL=#5955
5 ./kppoc:12880 12/18 09:20'02 TIMEVAL=#196422
5 ./kppoc:12900 12/18 09:20'02 TIMEVAL=#10300
5 ./kppoc:12938 12/18 09:20'02 TIMEVAL=#4524
5 ./kppoc:12838 12/18 09:20'02 TIMEVAL=#271878
5 ./kppoc:12940 12/18 09:20'02 TIMEVAL=#7711
5 ./kppoc:12930 12/18 09:20'02 TIMEVAL=#81977
5 ./kppoc:12934 12/18 09:20'02 TIMEVAL=#83158
5 ./kppoc:12942 12/18 09:20'02 TIMEVAL=#20145
5 ./kppoc:12936 12/18 09:20'02 TIMEVAL=#25770
5 ./kppoc:12888 12/18 09:20'02 TIMEVAL=#26163
5 ./kppoc:12944 12/18 09:20'02 TIMEVAL=#7314
5 ./kppoc:12904 12/18 09:20'02 TIMEVAL=#6597
5 ./kppoc:12876 12/18 09:20'02 TIMEVAL=#228501
5 ./kppoc:12946 12/18 09:20'02 TIMEVAL=#24001
5 ./kppoc:12956 12/18 09:20'02 TIMEVAL=#5564
5 ./kppoc:12952 12/18 09:20'02 TIMEVAL=#12689
5 ./kppoc:12950 12/18 09:20'02 TIMEVAL=#14772
5 ./kppoc:12958 12/18 09:20'02 TIMEVAL=#16368
5 ./kppoc:12948 12/18 09:20'02 TIMEVAL=#13672
5 ./kppoc:12954 12/18 09:20'02 TIMEVAL=#13980
5 ./kppoc:12926 12/18 09:20'03 TIMEVAL=#4295
5 ./kppoc:12962 12/18 09:20'03 TIMEVAL=#5649
5 ./kppoc:12960 12/18 09:20'03 TIMEVAL=#4488
5 ./kppoc:12964 12/18 09:20'03 TIMEVAL=#7431
5 ./kppoc:12970 12/18 09:20'03 TIMEVAL=#8292
5 ./kppoc:12966 12/18 09:20'03 TIMEVAL=#10838
5 ./kppoc:12972 12/18 09:20'03 TIMEVAL=#8792
5 ./kppoc:12976 12/18 09:20'03 TIMEVAL=#4602
5 ./kppoc:12974 12/18 09:20'03 TIMEVAL=#4973
5 ./kppoc:12978 12/18 09:20'03 TIMEVAL=#4436
5 ./kppoc:12968 12/18 09:20'03 TIMEVAL=#71497
5 ./kppoc:12984 12/18 09:20'03 TIMEVAL=#4197
5 ./kppoc:12988 12/18 09:20'03 TIMEVAL=#12353
5 ./kppoc:12982 12/18 09:20'03 TIMEVAL=#13317
5 ./kppoc:12986 12/18 09:20'03 TIMEVAL=#9371
5 ./kppoc:12990 12/18 09:20'03 TIMEVAL=#4515
5 ./kppoc:12992 12/18 09:20'03 TIMEVAL=#7075
5 ./kppoc:12998 12/18 09:20'03 TIMEVAL=#8217
5 ./kppoc:12994 12/18 09:20'03 TIMEVAL=#12355
5 ./kppoc:12996 12/18 09:20'03 TIMEVAL=#4290
5 ./kppoc:12980 12/18 09:20'03 TIMEVAL=#76646
5 ./kppoc:13008 12/18 09:20'03 TIMEVAL=#5658
5 ./kppoc:13000 12/18 09:20'03 TIMEVAL=#10793
5 ./kppoc:13004 12/18 09:20'03 TIMEVAL=#5028
5 ./kppoc:13002 12/18 09:20'03 TIMEVAL=#13222
5 ./kppoc:13006 12/18 09:20'03 TIMEVAL=#12397
5 ./kppoc:13018 12/18 09:20'03 TIMEVAL=#7899
5 ./kppoc:13014 12/18 09:20'03 TIMEVAL=#8100
5 ./kppoc:13016 12/18 09:20'03 TIMEVAL=#9707
5 ./kppoc:13012 12/18 09:20'03 TIMEVAL=#12447
5 ./kppoc:13010 12/18 09:20'03 TIMEVAL=#74493
5 ./kppoc:13020 12/18 09:20'03 TIMEVAL=#4954
5 ./kppoc:13026 12/18 09:20'03 TIMEVAL=#4037
5 ./kppoc:13024 12/18 09:20'03 TIMEVAL=#9118
5 ./kppoc:13022 12/18 09:20'03 TIMEVAL=#11190
5 ./kppoc:13028 12/18 09:20'03 TIMEVAL=#5906
5 ./kppoc:13030 12/18 09:20'03 TIMEVAL=#6085
5 ./kppoc:13032 12/18 09:20'03 TIMEVAL=#9346
5 ./kppoc:13034 12/18 09:20'03 TIMEVAL=#9458
5 ./kppoc:13040 12/18 09:20'03 TIMEVAL=#4593
5 ./kppoc:13038 12/18 09:20'03 TIMEVAL=#4679
5 ./kppoc:13036 12/18 09:20'03 TIMEVAL=#3903
5 ./kppoc:13044 12/18 09:20'03 TIMEVAL=#5110
5 ./kppoc:13048 12/18 09:20'03 TIMEVAL=#7341
5 ./kppoc:13042 12/18 09:20'03 TIMEVAL=#11251
5 ./kppoc:13046 12/18 09:20'03 TIMEVAL=#11544
5 ./kppoc:13057 12/18 09:20'03 TIMEVAL=#68108
5 ./kppoc:13055 12/18 09:20'03 TIMEVAL=#68854
5 ./kppoc:13053 12/18 09:20'03 TIMEVAL=#73022
5 ./kppoc:13061 12/18 09:20'03 TIMEVAL=#67296
5 ./kppoc:13051 12/18 09:20'03 TIMEVAL=#132220
5 ./kppoc:13059 12/18 09:20'03 TIMEVAL=#68153
5 ./kppoc:13065 12/18 09:20'03 TIMEVAL=#67349
5 ./kppoc:13063 12/18 09:20'03 TIMEVAL=#68860
5 ./kppoc:13067 12/18 09:20'03 TIMEVAL=#76070
5 ./kppoc:13069 12/18 09:20'03 TIMEVAL=#68125
5 ./kppoc:13071 12/18 09:20'03 TIMEVAL=#77398
5 ./kppoc:13073 12/18 09:20'03 TIMEVAL=#71760
5 ./kppoc:13077 12/18 09:20'03 TIMEVAL=#75497
5 ./kppoc:13079 12/18 09:20'03 TIMEVAL=#71349
5 ./kppoc:13075 12/18 09:20'03 TIMEVAL=#88234
5 ./kppoc:13085 12/18 09:20'03 TIMEVAL=#73190
5 ./kppoc:13087 12/18 09:20'03 TIMEVAL=#72961
5 ./kppoc:13083 12/18 09:20'03 TIMEVAL=#69100
5 ./kppoc:13081 12/18 09:20'03 TIMEVAL=#73843
5 ./kppoc:13089 12/18 09:20'03 TIMEVAL=#73857
5 ./kppoc:13097 12/18 09:20'03 TIMEVAL=#79182
5 ./kppoc:13093 12/18 09:20'03 TIMEVAL=#84683
5 ./kppoc:13091 12/18 09:20'03 TIMEVAL=#84695
5 ./kppoc:13095 12/18 09:20'03 TIMEVAL=#79912
5 ./kppoc:13101 12/18 09:20'03 TIMEVAL=#81578
5 ./kppoc:13099 12/18 09:20'03 TIMEVAL=#81372
5 ./kppoc:13103 12/18 09:20'03 TIMEVAL=#83270
5 ./kppoc:13105 12/18 09:20'03 TIMEVAL=#84116
5 ./kppoc:13111 12/18 09:20'03 TIMEVAL=#91464
5 ./kppoc:13115 12/18 09:20'03 TIMEVAL=#91410
5 ./kppoc:13109 12/18 09:20'03 TIMEVAL=#92266
5 ./kppoc:13107 12/18 09:20'03 TIMEVAL=#92113
5 ./kppoc:13123 12/18 09:20'03 TIMEVAL=#52784
5 ./kppoc:13119 12/18 09:20'03 TIMEVAL=#100937
5 ./kppoc:13121 12/18 09:20'03 TIMEVAL=#92639
5 ./kppoc:13117 12/18 09:20'03 TIMEVAL=#95315
5 ./kppoc:13113 12/18 09:20'03 TIMEVAL=#90018
5 ./kppoc:13129 12/18 09:20'03 TIMEVAL=#97317
5 ./kppoc:13127 12/18 09:20'03 TIMEVAL=#98849
5 ./kppoc:13131 12/18 09:20'03 TIMEVAL=#97785
5 ./kppoc:13133 12/18 09:20'03 TIMEVAL=#105051
5 ./kppoc:13139 12/18 09:20'03 TIMEVAL=#102840
5 ./kppoc:13135 12/18 09:20'03 TIMEVAL=#101796
5 ./kppoc:13125 12/18 09:20'03 TIMEVAL=#153563
5 ./kppoc:13137 12/18 09:20'03 TIMEVAL=#102270
5 ./kppoc:13143 12/18 09:20'03 TIMEVAL=#95342
5 ./kppoc:13141 12/18 09:20'03 TIMEVAL=#104769
5 ./kppoc:13145 12/18 09:20'03 TIMEVAL=#102490
5 ./kppoc:13149 12/18 09:20'03 TIMEVAL=#54411
5 ./kppoc:13155 12/18 09:20'03 TIMEVAL=#64510
5 ./kppoc:13151 12/18 09:20'03 TIMEVAL=#100802
5 ./kppoc:13147 12/18 09:20'03 TIMEVAL=#95580
5 ./kppoc:13153 12/18 09:20'04 TIMEVAL=#122871
5 ./kppoc:13161 12/18 09:20'04 TIMEVAL=#112474
5 ./kppoc:13159 12/18 09:20'04 TIMEVAL=#122825
5 ./kppoc:13163 12/18 09:20'04 TIMEVAL=#123305
5 ./kppoc:13157 12/18 09:20'04 TIMEVAL=#130579
5 ./kppoc:13165 12/18 09:20'04 TIMEVAL=#141172
5 ./kppoc:13167 12/18 09:20'04 TIMEVAL=#125831
5 ./kppoc:13171 12/18 09:20'04 TIMEVAL=#125242
5 ./kppoc:13169 12/18 09:20'04 TIMEVAL=#134282
5 ./kppoc:13173 12/18 09:20'04 TIMEVAL=#126889
5 ./kppoc:13183 12/18 09:20'04 TIMEVAL=#130646
5 ./kppoc:13177 12/18 09:20'04 TIMEVAL=#131512
5 ./kppoc:13185 12/18 09:20'04 TIMEVAL=#131416
5 ./kppoc:13175 12/18 09:20'04 TIMEVAL=#133735
5 ./kppoc:13179 12/18 09:20'04 TIMEVAL=#140549
5 ./kppoc:13193 12/18 09:20'04 TIMEVAL=#133598
5 ./kppoc:13191 12/18 09:20'04 TIMEVAL=#130108
5 ./kppoc:13189 12/18 09:20'04 TIMEVAL=#130890
5 ./kppoc:13203 12/18 09:20'04 TIMEVAL=#126017
5 ./kppoc:13187 12/18 09:20'04 TIMEVAL=#253541
5 ./kppoc:13197 12/18 09:20'04 TIMEVAL=#129248
5 ./kppoc:13181 12/18 09:20'04 TIMEVAL=#255883
5 ./kppoc:13209 12/18 09:20'04 TIMEVAL=#125880
5 ./kppoc:13201 12/18 09:20'04 TIMEVAL=#155995
5 ./kppoc:13195 12/18 09:20'04 TIMEVAL=#226707
5 ./kppoc:13205 12/18 09:20'04 TIMEVAL=#227648
5 ./kppoc:13223 12/18 09:20'04 TIMEVAL=#176555
5 ./kppoc:13211 12/18 09:20'04 TIMEVAL=#232147
5 ./kppoc:13199 12/18 09:20'04 TIMEVAL=#232554
5 ./kppoc:13207 12/18 09:20'04 TIMEVAL=#234420
5 ./kppoc:13221 12/18 09:20'04 TIMEVAL=#222858
5 ./kppoc:13215 12/18 09:20'04 TIMEVAL=#143046
5 ./kppoc:13213 12/18 09:20'04 TIMEVAL=#152097
5 ./kppoc:13245 12/18 09:20'04 TIMEVAL=#184258
5 ./kppoc:13239 12/18 09:20'04 TIMEVAL=#152293
5 ./kppoc:13235 12/18 09:20'04 TIMEVAL=#201366
5 ./kppoc:13229 12/18 09:20'04 TIMEVAL=#202699
5 ./kppoc:13219 12/18 09:20'04 TIMEVAL=#192378
5 ./kppoc:13217 12/18 09:20'04 TIMEVAL=#185760
5 ./kppoc:13247 12/18 09:20'04 TIMEVAL=#196769
5 ./kppoc:13225 12/18 09:20'04 TIMEVAL=#205368
5 ./kppoc:13233 12/18 09:20'04 TIMEVAL=#208718
5 ./kppoc:13241 12/18 09:20'04 TIMEVAL=#196652
5 ./kppoc:13231 12/18 09:20'04 TIMEVAL=#195772
5 ./kppoc:13237 12/18 09:20'04 TIMEVAL=#198385
5 ./kppoc:13227 12/18 09:20'04 TIMEVAL=#203895
5 ./kppoc:13259 12/18 09:20'04 TIMEVAL=#155651
5 ./kppoc:13249 12/18 09:20'04 TIMEVAL=#196551
5 ./kppoc:13269 12/18 09:20'04 TIMEVAL=#156119
5 ./kppoc:13263 12/18 09:20'04 TIMEVAL=#198610
5 ./kppoc:13265 12/18 09:20'04 TIMEVAL=#251209
5 ./kppoc:13261 12/18 09:20'04 TIMEVAL=#207029
5 ./kppoc:13251 12/18 09:20'04 TIMEVAL=#207787
5 ./kppoc:13257 12/18 09:20'04 TIMEVAL=#156634
5 ./kppoc:13253 12/18 09:20'04 TIMEVAL=#198421
5 ./kppoc:13267 12/18 09:20'04 TIMEVAL=#207067
5 ./kppoc:13243 12/18 09:20'04 TIMEVAL=#218357
5 ./kppoc:13283 12/18 09:20'04 TIMEVAL=#103854
5 ./kppoc:13255 12/18 09:20'04 TIMEVAL=#211877
5 ./kppoc:13281 12/18 09:20'04 TIMEVAL=#109641
5 ./kppoc:13277 12/18 09:20'04 TIMEVAL=#160082
5 ./kppoc:13275 12/18 09:20'04 TIMEVAL=#260659
5 ./kppoc:13273 12/18 09:20'04 TIMEVAL=#204932
5 ./kppoc:13285 12/18 09:20'04 TIMEVAL=#160906
5 ./kppoc:13291 12/18 09:20'04 TIMEVAL=#113418
5 ./kppoc:13271 12/18 09:20'04 TIMEVAL=#219393
5 ./kppoc:13301 12/18 09:20'04 TIMEVAL=#142207
5 ./kppoc:13293 12/18 09:20'04 TIMEVAL=#150127
5 ./kppoc:13295 12/18 09:20'04 TIMEVAL=#170265
5 ./kppoc:13279 12/18 09:20'04 TIMEVAL=#169330
5 ./kppoc:13289 12/18 09:20'04 TIMEVAL=#183464
5 ./kppoc:13299 12/18 09:20'04 TIMEVAL=#174303
5 ./kppoc:13287 12/18 09:20'04 TIMEVAL=#242561
5 ./kppoc:13329 12/18 09:20'04 TIMEVAL=#140402
5 ./kppoc:13325 12/18 09:20'04 TIMEVAL=#177265
5 ./kppoc:13321 12/18 09:20'04 TIMEVAL=#177729
5 ./kppoc:13313 12/18 09:20'04 TIMEVAL=#176959
5 ./kppoc:13297 12/18 09:20'04 TIMEVAL=#173379
5 ./kppoc:13303 12/18 09:20'04 TIMEVAL=#177837
5 ./kppoc:13305 12/18 09:20'04 TIMEVAL=#176797
5 ./kppoc:13311 12/18 09:20'04 TIMEVAL=#178389
5 ./kppoc:13353 12/18 09:20'04 TIMEVAL=#146849
5 ./kppoc:13309 12/18 09:20'04 TIMEVAL=#225850
5 ./kppoc:13315 12/18 09:20'04 TIMEVAL=#226028
5 ./kppoc:13347 12/18 09:20'04 TIMEVAL=#152488
5 ./kppoc:13323 12/18 09:20'04 TIMEVAL=#152517
5 ./kppoc:13335 12/18 09:20'04 TIMEVAL=#150802
5 ./kppoc:13319 12/18 09:20'04 TIMEVAL=#225121
5 ./kppoc:13317 12/18 09:20'04 TIMEVAL=#197005
5 ./kppoc:13337 12/18 09:20'04 TIMEVAL=#167875
5 ./kppoc:13307 12/18 09:20'04 TIMEVAL=#270949
5 ./kppoc:13341 12/18 09:20'04 TIMEVAL=#200133
5 ./kppoc:13339 12/18 09:20'04 TIMEVAL=#202478
5 ./kppoc:13331 12/18 09:20'04 TIMEVAL=#202826
5 ./kppoc:13355 12/18 09:20'05 TIMEVAL=#186417
5 ./kppoc:13357 12/18 09:20'05 TIMEVAL=#186308
5 ./kppoc:13343 12/18 09:20'05 TIMEVAL=#187803
5 ./kppoc:13351 12/18 09:20'05 TIMEVAL=#190338
5 ./kppoc:13345 12/18 09:20'05 TIMEVAL=#190529
5 ./kppoc:13333 12/18 09:20'05 TIMEVAL=#185344
5 ./kppoc:13349 12/18 09:20'05 TIMEVAL=#186293
5 ./kppoc:13359 12/18 09:20'05 TIMEVAL=#179703
5 ./kppoc:13327 12/18 09:20'05 TIMEVAL=#277886
5 ./kppoc:13363 12/18 09:20'05 TIMEVAL=#172979
5 ./kppoc:13369 12/18 09:20'05 TIMEVAL=#184913
5 ./kppoc:13371 12/18 09:20'05 TIMEVAL=#278061
5 ./kppoc:13365 12/18 09:20'05 TIMEVAL=#275227
5 ./kppoc:13375 12/18 09:20'05 TIMEVAL=#181722
5 ./kppoc:13361 12/18 09:20'05 TIMEVAL=#188317
5 ./kppoc:13381 12/18 09:20'05 TIMEVAL=#204332
5 ./kppoc:13377 12/18 09:20'05 TIMEVAL=#217436
5 ./kppoc:13397 12/18 09:20'05 TIMEVAL=#153509
5 ./kppoc:13373 12/18 09:20'05 TIMEVAL=#152061
5 ./kppoc:13383 12/18 09:20'05 TIMEVAL=#154390
5 ./kppoc:13379 12/18 09:20'05 TIMEVAL=#238501
5 ./kppoc:13367 12/18 09:20'05 TIMEVAL=#153786
5 ./kppoc:13405 12/18 09:20'05 TIMEVAL=#149281
5 ./kppoc:13407 12/18 09:20'05 TIMEVAL=#204002
5 ./kppoc:13389 12/18 09:20'05 TIMEVAL=#210051
5 ./kppoc:13415 12/18 09:20'05 TIMEVAL=#114476
5 ./kppoc:13387 12/18 09:20'05 TIMEVAL=#212717
5 ./kppoc:13393 12/18 09:20'05 TIMEVAL=#163984
5 ./kppoc:13399 12/18 09:20'05 TIMEVAL=#222032
5 ./kppoc:13413 12/18 09:20'05 TIMEVAL=#222734
5 ./kppoc:13401 12/18 09:20'05 TIMEVAL=#223993
5 ./kppoc:13403 12/18 09:20'05 TIMEVAL=#186925
5 ./kppoc:13395 12/18 09:20'05 TIMEVAL=#234911
5 ./kppoc:13425 12/18 09:20'05 TIMEVAL=#170854
5 ./kppoc:13435 12/18 09:20'05 TIMEVAL=#106581
5 ./kppoc:13391 12/18 09:20'05 TIMEVAL=#236439
5 ./kppoc:13385 12/18 09:20'05 TIMEVAL=#284231
5 ./kppoc:13411 12/18 09:20'05 TIMEVAL=#240533
5 ./kppoc:13417 12/18 09:20'05 TIMEVAL=#214997
5 ./kppoc:13409 12/18 09:20'05 TIMEVAL=#228303
5 ./kppoc:13437 12/18 09:20'05 TIMEVAL=#221161
5 ./kppoc:13439 12/18 09:20'05 TIMEVAL=#102799
5 ./kppoc:13455 12/18 09:20'05 TIMEVAL=#166044
5 ./kppoc:13431 12/18 09:20'05 TIMEVAL=#166666
5 ./kppoc:13429 12/18 09:20'05 TIMEVAL=#286323
5 ./kppoc:13423 12/18 09:20'05 TIMEVAL=#217463
5 ./kppoc:13419 12/18 09:20'05 TIMEVAL=#230449
5 ./kppoc:13453 12/18 09:20'05 TIMEVAL=#160805
5 ./kppoc:13421 12/18 09:20'05 TIMEVAL=#230572
5 ./kppoc:13433 12/18 09:20'05 TIMEVAL=#235992
5 ./kppoc:13427 12/18 09:20'05 TIMEVAL=#301246
5 ./kppoc:13441 12/18 09:20'05 TIMEVAL=#216865
5 ./kppoc:13463 12/18 09:20'05 TIMEVAL=#211341
5 ./kppoc:13443 12/18 09:20'05 TIMEVAL=#207580
5 ./kppoc:13459 12/18 09:20'05 TIMEVAL=#210886
5 ./kppoc:13481 12/18 09:20'05 TIMEVAL=#149212
5 ./kppoc:13451 12/18 09:20'05 TIMEVAL=#152613
5 ./kppoc:13445 12/18 09:20'05 TIMEVAL=#197201
5 ./kppoc:13467 12/18 09:20'05 TIMEVAL=#152152
5 ./kppoc:13457 12/18 09:20'05 TIMEVAL=#204482
5 ./kppoc:13465 12/18 09:20'05 TIMEVAL=#154627
5 ./kppoc:13449 12/18 09:20'05 TIMEVAL=#199008
5 ./kppoc:13447 12/18 09:20'05 TIMEVAL=#212268
5 ./kppoc:13473 12/18 09:20'05 TIMEVAL=#224936
5 ./kppoc:13461 12/18 09:20'05 TIMEVAL=#227347
5 ./kppoc:13507 12/18 09:20'05 TIMEVAL=#118422
5 ./kppoc:13469 12/18 09:20'05 TIMEVAL=#166931
5 ./kppoc:13487 12/18 09:20'05 TIMEVAL=#160644
5 ./kppoc:13471 12/18 09:20'05 TIMEVAL=#202231
5 ./kppoc:13477 12/18 09:20'05 TIMEVAL=#205961
5 ./kppoc:13475 12/18 09:20'05 TIMEVAL=#268061
5 ./kppoc:13493 12/18 09:20'05 TIMEVAL=#208483
5 ./kppoc:13479 12/18 09:20'05 TIMEVAL=#211833
5 ./kppoc:13489 12/18 09:20'05 TIMEVAL=#116146
5 ./kppoc:13505 12/18 09:20'05 TIMEVAL=#170952
5 ./kppoc:13491 12/18 09:20'05 TIMEVAL=#170010
5 ./kppoc:13497 12/18 09:20'05 TIMEVAL=#176203
5 ./kppoc:13495 12/18 09:20'05 TIMEVAL=#231516
5 ./kppoc:13501 12/18 09:20'05 TIMEVAL=#229554
5 ./kppoc:13499 12/18 09:20'05 TIMEVAL=#236120
5 ./kppoc:13483 12/18 09:20'05 TIMEVAL=#239076
5 ./kppoc:13519 12/18 09:20'05 TIMEVAL=#165637
5 ./kppoc:13515 12/18 09:20'05 TIMEVAL=#117417
5 ./kppoc:13523 12/18 09:20'05 TIMEVAL=#177353
5 ./kppoc:13509 12/18 09:20'05 TIMEVAL=#178361
5 ./kppoc:13503 12/18 09:20'05 TIMEVAL=#222604
5 ./kppoc:13521 12/18 09:20'05 TIMEVAL=#203568
5 ./kppoc:13525 12/18 09:20'05 TIMEVAL=#212547
5 ./kppoc:13513 12/18 09:20'05 TIMEVAL=#219214
5 ./kppoc:13511 12/18 09:20'05 TIMEVAL=#218265
5 ./kppoc:13551 12/18 09:20'05 TIMEVAL=#154116
5 ./kppoc:13485 12/18 09:20'05 TIMEVAL=#229427
5 ./kppoc:13517 12/18 09:20'05 TIMEVAL=#192292
5 ./kppoc:13541 12/18 09:20'05 TIMEVAL=#193260
5 ./kppoc:13537 12/18 09:20'05 TIMEVAL=#196354
5 ./kppoc:13549 12/18 09:20'05 TIMEVAL=#194427
5 ./kppoc:13533 12/18 09:20'05 TIMEVAL=#131414
5 ./kppoc:13539 12/18 09:20'05 TIMEVAL=#194457
5 ./kppoc:13543 12/18 09:20'05 TIMEVAL=#204698
5 ./kppoc:13545 12/18 09:20'05 TIMEVAL=#185497
5 ./kppoc:13531 12/18 09:20'05 TIMEVAL=#183657
5 ./kppoc:13535 12/18 09:20'05 TIMEVAL=#190419
5 ./kppoc:13547 12/18 09:20'06 TIMEVAL=#199555
5 ./kppoc:13553 12/18 09:20'06 TIMEVAL=#112052
5 ./kppoc:13563 12/18 09:20'06 TIMEVAL=#167172
5 ./kppoc:13569 12/18 09:20'06 TIMEVAL=#169456
5 ./kppoc:13565 12/18 09:20'06 TIMEVAL=#168306
5 ./kppoc:13573 12/18 09:20'06 TIMEVAL=#162801
5 ./kppoc:13561 12/18 09:20'06 TIMEVAL=#172128
5 ./kppoc:13555 12/18 09:20'06 TIMEVAL=#159555
5 ./kppoc:13559 12/18 09:20'06 TIMEVAL=#169107
5 ./kppoc:13557 12/18 09:20'06 TIMEVAL=#168050
5 ./kppoc:13587 12/18 09:20'06 TIMEVAL=#210153
5 ./kppoc:13585 12/18 09:20'06 TIMEVAL=#199977
5 ./kppoc:13581 12/18 09:20'06 TIMEVAL=#211739
5 ./kppoc:13571 12/18 09:20'06 TIMEVAL=#289319
5 ./kppoc:13589 12/18 09:20'06 TIMEVAL=#198219
5 ./kppoc:13567 12/18 09:20'06 TIMEVAL=#297400
5 ./kppoc:13613 12/18 09:20'06 TIMEVAL=#220092
5 ./kppoc:13597 12/18 09:20'06 TIMEVAL=#253845
5 ./kppoc:13575 12/18 09:20'06 TIMEVAL=#254109
5 ./kppoc:13593 12/18 09:20'06 TIMEVAL=#211152
5 ./kppoc:13595 12/18 09:20'06 TIMEVAL=#219066
5 ./kppoc:13583 12/18 09:20'06 TIMEVAL=#265106
5 ./kppoc:13579 12/18 09:20'06 TIMEVAL=#264257
5 ./kppoc:13591 12/18 09:20'06 TIMEVAL=#299680
5 ./kppoc:13605 12/18 09:20'06 TIMEVAL=#309620
5 ./kppoc:13607 12/18 09:20'06 TIMEVAL=#271919
5 ./kppoc:13577 12/18 09:20'06 TIMEVAL=#355795
5 ./kppoc:13603 12/18 09:20'06 TIMEVAL=#361898
5 ./kppoc:13611 12/18 09:20'06 TIMEVAL=#352813
5 ./kppoc:13629 12/18 09:20'06 TIMEVAL=#279430
5 ./kppoc:13615 12/18 09:20'06 TIMEVAL=#281160
5 ./kppoc:13617 12/18 09:20'06 TIMEVAL=#358301
5 ./kppoc:13609 12/18 09:20'06 TIMEVAL=#362088
5 ./kppoc:13601 12/18 09:20'06 TIMEVAL=#353519
5 ./kppoc:13599 12/18 09:20'06 TIMEVAL=#380248
5 ./kppoc:13633 12/18 09:20'06 TIMEVAL=#292761
5 ./kppoc:13627 12/18 09:20'06 TIMEVAL=#387392
5 ./kppoc:13625 12/18 09:20'06 TIMEVAL=#377352
5 ./kppoc:13623 12/18 09:20'06 TIMEVAL=#293799
5 ./kppoc:13631 12/18 09:20'06 TIMEVAL=#386875
5 ./kppoc:13639 12/18 09:20'06 TIMEVAL=#213067
5 ./kppoc:13635 12/18 09:20'06 TIMEVAL=#402826
5 ./kppoc:13653 12/18 09:20'06 TIMEVAL=#312926
5 ./kppoc:13637 12/18 09:20'06 TIMEVAL=#310569
5 ./kppoc:13645 12/18 09:20'06 TIMEVAL=#310751
5 ./kppoc:13649 12/18 09:20'06 TIMEVAL=#403980
5 ./kppoc:13641 12/18 09:20'06 TIMEVAL=#402662
5 ./kppoc:13647 12/18 09:20'06 TIMEVAL=#325928
5 ./kppoc:13643 12/18 09:20'06 TIMEVAL=#586183
5 ./kppoc:13665 12/18 09:20'06 TIMEVAL=#284178
5 ./kppoc:13671 12/18 09:20'06 TIMEVAL=#293685
5 ./kppoc:13667 12/18 09:20'06 TIMEVAL=#395194
5 ./kppoc:13651 12/18 09:20'06 TIMEVAL=#578607
5 ./kppoc:13661 12/18 09:20'06 TIMEVAL=#378633
5 ./kppoc:13659 12/18 09:20'06 TIMEVAL=#375979
5 ./kppoc:13677 12/18 09:20'06 TIMEVAL=#380589
5 ./kppoc:13669 12/18 09:20'06 TIMEVAL=#378583
5 ./kppoc:13655 12/18 09:20'06 TIMEVAL=#394679
5 ./kppoc:13683 12/18 09:20'06 TIMEVAL=#293051
5 ./kppoc:13657 12/18 09:20'06 TIMEVAL=#335665
5 ./kppoc:13663 12/18 09:20'06 TIMEVAL=#335827
5 ./kppoc:13679 12/18 09:20'06 TIMEVAL=#434929
5 ./kppoc:13721 12/18 09:20'06 TIMEVAL=#244746
5 ./kppoc:13685 12/18 09:20'06 TIMEVAL=#337453
5 ./kppoc:13693 12/18 09:20'07 TIMEVAL=#294563
5 ./kppoc:13705 12/18 09:20'07 TIMEVAL=#204087
5 ./kppoc:13697 12/18 09:20'07 TIMEVAL=#295405
5 ./kppoc:13749 12/18 09:20'07 TIMEVAL=#205353
5 ./kppoc:13719 12/18 09:20'07 TIMEVAL=#110911
5 ./kppoc:13675 12/18 09:20'07 TIMEVAL=#310080
5 ./kppoc:13747 12/18 09:20'07 TIMEVAL=#302290
5 ./kppoc:13673 12/18 09:20'07 TIMEVAL=#314336
5 ./kppoc:13757 12/18 09:20'07 TIMEVAL=#141369
5 ./kppoc:13681 12/18 09:20'07 TIMEVAL=#329557
5 ./kppoc:13699 12/18 09:20'07 TIMEVAL=#233636
5 ./kppoc:13703 12/18 09:20'07 TIMEVAL=#243353
5 ./kppoc:13695 12/18 09:20'07 TIMEVAL=#425063
5 ./kppoc:13701 12/18 09:20'07 TIMEVAL=#334870
5 ./kppoc:13761 12/18 09:20'07 TIMEVAL=#97815
5 ./kppoc:13753 12/18 09:20'07 TIMEVAL=#152844
5 ./kppoc:13833 12/18 09:20'07 TIMEVAL=#17201
5 ./kppoc:13725 12/18 09:20'07 TIMEVAL=#194138
5 ./kppoc:13783 12/18 09:20'07 TIMEVAL=#194816
5 ./kppoc:13751 12/18 09:20'07 TIMEVAL=#136732
5 ./kppoc:13723 12/18 09:20'07 TIMEVAL=#197276
5 ./kppoc:13759 12/18 09:20'07 TIMEVAL=#201371
5 ./kppoc:13775 12/18 09:20'07 TIMEVAL=#76623
5 ./kppoc:13781 12/18 09:20'07 TIMEVAL=#91930
5 ./kppoc:13777 12/18 09:20'07 TIMEVAL=#99835
5 ./kppoc:13897 12/18 09:20'07 TIMEVAL=#7712
5 ./kppoc:13755 12/18 09:20'07 TIMEVAL=#179451
5 ./kppoc:13807 12/18 09:20'07 TIMEVAL=#96030
5 ./kppoc:13917 12/18 09:20'07 TIMEVAL=#12289
5 ./kppoc:13891 12/18 09:20'07 TIMEVAL=#15475
5 ./kppoc:13903 12/18 09:20'07 TIMEVAL=#21355
5 ./kppoc:13805 12/18 09:20'07 TIMEVAL=#144023
5 ./kppoc:13855 12/18 09:20'07 TIMEVAL=#10410
5 ./kppoc:13859 12/18 09:20'07 TIMEVAL=#28679
5 ./kppoc:13785 12/18 09:20'07 TIMEVAL=#175796
5 ./kppoc:13779 12/18 09:20'07 TIMEVAL=#177588
5 ./kppoc:13829 12/18 09:20'07 TIMEVAL=#179761
5 ./kppoc:13809 12/18 09:20'07 TIMEVAL=#182360
5 ./kppoc:13915 12/18 09:20'07 TIMEVAL=#55727
5 ./kppoc:13835 12/18 09:20'07 TIMEVAL=#99796
5 ./kppoc:13925 12/18 09:20'07 TIMEVAL=#4867
5 ./kppoc:13857 12/18 09:20'07 TIMEVAL=#107968
5 ./kppoc:13839 12/18 09:20'07 TIMEVAL=#108286
5 ./kppoc:13905 12/18 09:20'07 TIMEVAL=#15684
5 ./kppoc:13923 12/18 09:20'07 TIMEVAL=#6209
5 ./kppoc:13907 12/18 09:20'07 TIMEVAL=#24179
5 ./kppoc:13911 12/18 09:20'07 TIMEVAL=#15150
5 ./kppoc:13861 12/18 09:20'07 TIMEVAL=#111041
5 ./kppoc:13919 12/18 09:20'07 TIMEVAL=#19580
5 ./kppoc:13893 12/18 09:20'07 TIMEVAL=#26574
5 ./kppoc:13933 12/18 09:20'07 TIMEVAL=#8613
5 ./kppoc:13931 12/18 09:20'07 TIMEVAL=#6460
5 ./kppoc:13909 12/18 09:20'07 TIMEVAL=#19662
5 ./kppoc:13901 12/18 09:20'07 TIMEVAL=#7130
5 ./kppoc:13887 12/18 09:20'07 TIMEVAL=#113951
5 ./kppoc:13899 12/18 09:20'07 TIMEVAL=#24354
5 ./kppoc:13895 12/18 09:20'07 TIMEVAL=#106729
5 ./kppoc:13913 12/18 09:20'07 TIMEVAL=#28216
5 ./kppoc:13929 12/18 09:20'07 TIMEVAL=#30980
5 ./kppoc:13889 12/18 09:20'07 TIMEVAL=#122878
5 ./kppoc:13921 12/18 09:20'07 TIMEVAL=#34628
5 ./kppoc:13939 12/18 09:20'07 TIMEVAL=#106117
5 ./kppoc:13937 12/18 09:20'07 TIMEVAL=#111067
5 ./kppoc:13927 12/18 09:20'07 TIMEVAL=#113418
5 ./kppoc:13935 12/18 09:20'07 TIMEVAL=#119577
5 ./kppoc:13947 12/18 09:20'07 TIMEVAL=#5507
5 ./kppoc:13941 12/18 09:20'07 TIMEVAL=#4548
5 ./kppoc:13943 12/18 09:20'07 TIMEVAL=#14939
5 ./kppoc:13949 12/18 09:20'07 TIMEVAL=#305724
5 ./kppoc:13945 12/18 09:20'07 TIMEVAL=#376537
5 ./kppoc:13977 12/18 09:20'07 TIMEVAL=#104028
5 ./kppoc:13963 12/18 09:20'07 TIMEVAL=#107045
5 ./kppoc:13957 12/18 09:20'07 TIMEVAL=#107137
5 ./kppoc:14023 12/18 09:20'07 TIMEVAL=#15029
5 ./kppoc:13997 12/18 09:20'07 TIMEVAL=#23415
5 ./kppoc:14025 12/18 09:20'07 TIMEVAL=#22145
5 ./kppoc:13987 12/18 09:20'07 TIMEVAL=#118745
5 ./kppoc:13973 12/18 09:20'07 TIMEVAL=#121947
5 ./kppoc:13955 12/18 09:20'07 TIMEVAL=#130451
5 ./kppoc:13991 12/18 09:20'07 TIMEVAL=#27167
5 ./kppoc:13969 12/18 09:20'07 TIMEVAL=#138266
5 ./kppoc:13967 12/18 09:20'07 TIMEVAL=#139856
5 ./kppoc:14017 12/18 09:20'07 TIMEVAL=#52558
5 ./kppoc:13989 12/18 09:20'07 TIMEVAL=#51422
5 ./kppoc:14013 12/18 09:20'07 TIMEVAL=#56407
5 ./kppoc:14027 12/18 09:20'07 TIMEVAL=#54105
5 ./kppoc:13979 12/18 09:20'07 TIMEVAL=#148407
5 ./kppoc:13959 12/18 09:20'07 TIMEVAL=#144529
5 ./kppoc:13981 12/18 09:20'07 TIMEVAL=#148811
5 ./kppoc:13953 12/18 09:20'07 TIMEVAL=#145887
5 ./kppoc:14005 12/18 09:20'07 TIMEVAL=#65600
5 ./kppoc:13951 12/18 09:20'07 TIMEVAL=#227390
5 ./kppoc:13983 12/18 09:20'07 TIMEVAL=#229161
5 ./kppoc:13999 12/18 09:20'07 TIMEVAL=#112946
5 ./kppoc:14019 12/18 09:20'07 TIMEVAL=#80876
5 ./kppoc:14001 12/18 09:20'07 TIMEVAL=#13748
5 ./kppoc:14037 12/18 09:20'07 TIMEVAL=#15217
5 ./kppoc:14039 12/18 09:20'07 TIMEVAL=#14071
5 ./kppoc:14087 12/18 09:20'07 TIMEVAL=#10079
5 ./kppoc:13993 12/18 09:20'07 TIMEVAL=#9509
5 ./kppoc:14003 12/18 09:20'07 TIMEVAL=#130972
5 ./kppoc:14021 12/18 09:20'07 TIMEVAL=#96787
5 ./kppoc:13995 12/18 09:20'07 TIMEVAL=#135114
5 ./kppoc:14043 12/18 09:20'08 TIMEVAL=#8957
5 ./kppoc:14035 12/18 09:20'08 TIMEVAL=#10590
5 ./kppoc:13975 12/18 09:20'08 TIMEVAL=#223176
5 ./kppoc:13971 12/18 09:20'08 TIMEVAL=#230764
5 ./kppoc:14029 12/18 09:20'08 TIMEVAL=#5552
5 ./kppoc:14011 12/18 09:20'08 TIMEVAL=#144438
5 ./kppoc:14009 12/18 09:20'08 TIMEVAL=#144950
5 ./kppoc:14145 12/18 09:20'08 TIMEVAL=#8132
5 ./kppoc:14045 12/18 09:20'08 TIMEVAL=#6420
5 ./kppoc:14033 12/18 09:20'08 TIMEVAL=#13463
5 ./kppoc:14041 12/18 09:20'08 TIMEVAL=#21965
5 ./kppoc:13985 12/18 09:20'08 TIMEVAL=#282937
5 ./kppoc:14031 12/18 09:20'08 TIMEVAL=#6436
5 ./kppoc:13961 12/18 09:20'08 TIMEVAL=#299163
5 ./kppoc:14143 12/18 09:20'08 TIMEVAL=#22062
5 ./kppoc:14141 12/18 09:20'08 TIMEVAL=#31679
5 ./kppoc:13965 12/18 09:20'08 TIMEVAL=#308624
5 ./kppoc:14153 12/18 09:20'08 TIMEVAL=#27580
5 ./kppoc:14139 12/18 09:20'08 TIMEVAL=#41439
5 ./kppoc:14007 12/18 09:20'08 TIMEVAL=#226744
5 ./kppoc:14149 12/18 09:20'08 TIMEVAL=#4826
5 ./kppoc:14163 12/18 09:20'08 TIMEVAL=#7959
5 ./kppoc:14147 12/18 09:20'08 TIMEVAL=#15078
5 ./kppoc:14157 12/18 09:20'08 TIMEVAL=#44736
5 ./kppoc:14155 12/18 09:20'08 TIMEVAL=#17656
5 ./kppoc:14159 12/18 09:20'08 TIMEVAL=#8241
5 ./kppoc:14015 12/18 09:20'08 TIMEVAL=#249844
5 ./kppoc:14161 12/18 09:20'08 TIMEVAL=#22203
5 ./kppoc:14137 12/18 09:20'08 TIMEVAL=#70515
5 ./kppoc:14109 12/18 09:20'08 TIMEVAL=#16790
5 ./kppoc:14151 12/18 09:20'08 TIMEVAL=#72671
5 ./kppoc:14167 12/18 09:20'08 TIMEVAL=#5338
5 ./kppoc:14173 12/18 09:20'08 TIMEVAL=#10463
5 ./kppoc:14131 12/18 09:20'08 TIMEVAL=#12935
5 ./kppoc:14171 12/18 09:20'08 TIMEVAL=#15061
5 ./kppoc:14165 12/18 09:20'08 TIMEVAL=#12886
5 ./kppoc:14135 12/18 09:20'08 TIMEVAL=#16646
5 ./kppoc:14169 12/18 09:20'08 TIMEVAL=#11790
5 ./kppoc:14177 12/18 09:20'08 TIMEVAL=#7810
5 ./kppoc:14179 12/18 09:20'08 TIMEVAL=#9257
5 ./kppoc:14175 12/18 09:20'08 TIMEVAL=#9321
5 ./kppoc:14181 12/18 09:20'08 TIMEVAL=#7997
5 ./kppoc:14189 12/18 09:20'08 TIMEVAL=#5269
5 ./kppoc:14187 12/18 09:20'08 TIMEVAL=#5253
5 ./kppoc:14185 12/18 09:20'08 TIMEVAL=#10107
5 ./kppoc:14183 12/18 09:20'08 TIMEVAL=#11349
5 ./kppoc:14193 12/18 09:20'08 TIMEVAL=#10357
5 ./kppoc:14197 12/18 09:20'08 TIMEVAL=#8609
5 ./kppoc:14195 12/18 09:20'08 TIMEVAL=#15871
5 ./kppoc:14191 12/18 09:20'08 TIMEVAL=#17195
5 ./kppoc:14199 12/18 09:20'08 TIMEVAL=#13231
5 ./kppoc:14201 12/18 09:20'08 TIMEVAL=#4451
5 ./kppoc:14203 12/18 09:20'08 TIMEVAL=#8309
5 ./kppoc:14205 12/18 09:20'08 TIMEVAL=#5363
5 ./kppoc:14209 12/18 09:20'08 TIMEVAL=#8090
5 ./kppoc:14213 12/18 09:20'08 TIMEVAL=#12260
5 ./kppoc:14211 12/18 09:20'08 TIMEVAL=#15469
5 ./kppoc:14207 12/18 09:20'08 TIMEVAL=#5759
5 ./kppoc:14217 12/18 09:20'08 TIMEVAL=#6665
5 ./kppoc:14215 12/18 09:20'08 TIMEVAL=#7504
5 ./kppoc:14219 12/18 09:20'08 TIMEVAL=#7875
5 ./kppoc:14223 12/18 09:20'08 TIMEVAL=#5968
5 ./kppoc:14227 12/18 09:20'08 TIMEVAL=#5661
5 ./kppoc:14225 12/18 09:20'08 TIMEVAL=#9543
5 ./kppoc:14221 12/18 09:20'08 TIMEVAL=#10365
5 ./kppoc:14229 12/18 09:20'08 TIMEVAL=#5105
5 ./kppoc:14231 12/18 09:20'08 TIMEVAL=#6145
5 ./kppoc:14239 12/18 09:20'08 TIMEVAL=#5350
5 ./kppoc:14241 12/18 09:20'08 TIMEVAL=#7180
5 ./kppoc:14237 12/18 09:20'08 TIMEVAL=#14016
5 ./kppoc:14233 12/18 09:20'08 TIMEVAL=#11719
5 ./kppoc:14235 12/18 09:20'08 TIMEVAL=#17508
5 ./kppoc:14245 12/18 09:20'08 TIMEVAL=#5344
5 ./kppoc:14247 12/18 09:20'08 TIMEVAL=#6170
5 ./kppoc:14249 12/18 09:20'08 TIMEVAL=#10209
5 ./kppoc:14251 12/18 09:20'08 TIMEVAL=#10384
5 ./kppoc:14243 12/18 09:20'08 TIMEVAL=#8228
5 ./kppoc:14257 12/18 09:20'08 TIMEVAL=#5355
5 ./kppoc:14253 12/18 09:20'08 TIMEVAL=#9161
5 ./kppoc:14259 12/18 09:20'08 TIMEVAL=#9226
5 ./kppoc:14255 12/18 09:20'08 TIMEVAL=#13982
5 ./kppoc:14261 12/18 09:20'08 TIMEVAL=#5610
5 ./kppoc:14265 12/18 09:20'08 TIMEVAL=#6061
5 ./kppoc:14269 12/18 09:20'08 TIMEVAL=#7725
5 ./kppoc:14263 12/18 09:20'08 TIMEVAL=#10349
5 ./kppoc:14267 12/18 09:20'08 TIMEVAL=#10110
5 ./kppoc:14271 12/18 09:20'08 TIMEVAL=#5751
5 ./kppoc:14277 12/18 09:20'08 TIMEVAL=#5026
5 ./kppoc:14275 12/18 09:20'08 TIMEVAL=#5726
5 ./kppoc:14273 12/18 09:20'08 TIMEVAL=#5206
5 ./kppoc:14281 12/18 09:20'08 TIMEVAL=#4711
5 ./kppoc:14279 12/18 09:20'08 TIMEVAL=#6114
5 ./kppoc:14283 12/18 09:20'08 TIMEVAL=#7320
5 ./kppoc:14285 12/18 09:20'08 TIMEVAL=#7104
5 ./kppoc:14287 12/18 09:20'08 TIMEVAL=#9740
5 ./kppoc:14289 12/18 09:20'08 TIMEVAL=#5451
5 ./kppoc:14293 12/18 09:20'08 TIMEVAL=#5569
5 ./kppoc:14295 12/18 09:20'08 TIMEVAL=#5723
5 ./kppoc:14291 12/18 09:20'08 TIMEVAL=#12998
5 ./kppoc:14301 12/18 09:20'08 TIMEVAL=#10227
5 ./kppoc:14297 12/18 09:20'08 TIMEVAL=#6371
5 ./kppoc:14299 12/18 09:20'08 TIMEVAL=#11999
5 ./kppoc:14307 12/18 09:20'08 TIMEVAL=#5080
5 ./kppoc:14303 12/18 09:20'08 TIMEVAL=#6078
5 ./kppoc:14309 12/18 09:20'08 TIMEVAL=#5501
5 ./kppoc:14305 12/18 09:20'08 TIMEVAL=#4707
5 ./kppoc:14313 12/18 09:20'08 TIMEVAL=#4948
5 ./kppoc:14315 12/18 09:20'08 TIMEVAL=#5524
5 ./kppoc:14317 12/18 09:20'08 TIMEVAL=#6263
5 ./kppoc:14319 12/18 09:20'08 TIMEVAL=#6151
5 ./kppoc:14311 12/18 09:20'08 TIMEVAL=#5983
5 ./kppoc:14321 12/18 09:20'08 TIMEVAL=#5752
5 ./kppoc:14333 12/18 09:20'08 TIMEVAL=#5976
5 ./kppoc:14325 12/18 09:20'08 TIMEVAL=#6428
5 ./kppoc:14327 12/18 09:20'08 TIMEVAL=#8868
5 ./kppoc:14323 12/18 09:20'08 TIMEVAL=#13649
5 ./kppoc:14337 12/18 09:20'08 TIMEVAL=#14981
5 ./kppoc:14335 12/18 09:20'08 TIMEVAL=#6020
5 ./kppoc:14329 12/18 09:20'08 TIMEVAL=#12121
5 ./kppoc:14331 12/18 09:20'08 TIMEVAL=#12631
5 ./kppoc:14339 12/18 09:20'08 TIMEVAL=#8083
5 ./kppoc:14341 12/18 09:20'08 TIMEVAL=#13556
5 ./kppoc:14349 12/18 09:20'08 TIMEVAL=#7432
5 ./kppoc:14343 12/18 09:20'08 TIMEVAL=#15436
5 ./kppoc:14347 12/18 09:20'08 TIMEVAL=#14951
5 ./kppoc:14345 12/18 09:20'08 TIMEVAL=#21095
5 ./kppoc:14353 12/18 09:20'09 TIMEVAL=#6822
5 ./kppoc:14355 12/18 09:20'09 TIMEVAL=#8494
5 ./kppoc:14357 12/18 09:20'09 TIMEVAL=#10011
5 ./kppoc:14351 12/18 09:20'09 TIMEVAL=#10377
5 ./kppoc:14363 12/18 09:20'09 TIMEVAL=#5559
5 ./kppoc:14359 12/18 09:20'09 TIMEVAL=#8501
5 ./kppoc:14365 12/18 09:20'09 TIMEVAL=#10691
5 ./kppoc:14361 12/18 09:20'09 TIMEVAL=#10689
5 ./kppoc:14369 12/18 09:20'09 TIMEVAL=#7064
5 ./kppoc:14373 12/18 09:20'09 TIMEVAL=#7876
5 ./kppoc:14367 12/18 09:20'09 TIMEVAL=#9479
5 ./kppoc:14371 12/18 09:20'09 TIMEVAL=#11083
5 ./kppoc:14379 12/18 09:20'09 TIMEVAL=#6203
5 ./kppoc:14375 12/18 09:20'09 TIMEVAL=#5064
5 ./kppoc:14377 12/18 09:20'09 TIMEVAL=#4541
5 ./kppoc:14381 12/18 09:20'09 TIMEVAL=#4665
5 ./kppoc:14389 12/18 09:20'09 TIMEVAL=#5637
5 ./kppoc:14387 12/18 09:20'09 TIMEVAL=#5287
5 ./kppoc:14385 12/18 09:20'09 TIMEVAL=#5367
5 ./kppoc:14393 12/18 09:20'09 TIMEVAL=#12900
5 ./kppoc:14391 12/18 09:20'09 TIMEVAL=#4550
5 ./kppoc:14383 12/18 09:20'09 TIMEVAL=#7893
5 ./kppoc:14397 12/18 09:20'09 TIMEVAL=#5346
5 ./kppoc:14399 12/18 09:20'09 TIMEVAL=#4952
5 ./kppoc:14395 12/18 09:20'09 TIMEVAL=#10126
5 ./kppoc:14401 12/18 09:20'09 TIMEVAL=#6118
5 ./kppoc:14403 12/18 09:20'09 TIMEVAL=#8804
5 ./kppoc:14407 12/18 09:20'09 TIMEVAL=#10192
5 ./kppoc:14409 12/18 09:20'09 TIMEVAL=#10001
5 ./kppoc:14405 12/18 09:20'09 TIMEVAL=#12920
5 ./kppoc:14411 12/18 09:20'09 TIMEVAL=#5123
5 ./kppoc:14413 12/18 09:20'09 TIMEVAL=#4918
5 ./kppoc:14417 12/18 09:20'09 TIMEVAL=#5499
5 ./kppoc:14419 12/18 09:20'09 TIMEVAL=#5338
5 ./kppoc:14415 12/18 09:20'09 TIMEVAL=#6339
5 ./kppoc:14427 12/18 09:20'09 TIMEVAL=#5332
5 ./kppoc:14423 12/18 09:20'09 TIMEVAL=#5313
5 ./kppoc:14429 12/18 09:20'09 TIMEVAL=#9550
5 ./kppoc:14425 12/18 09:20'09 TIMEVAL=#8051
5 ./kppoc:14421 12/18 09:20'09 TIMEVAL=#14887
5 ./kppoc:14433 12/18 09:20'09 TIMEVAL=#5844
5 ./kppoc:14439 12/18 09:20'09 TIMEVAL=#11841
5 ./kppoc:14431 12/18 09:20'09 TIMEVAL=#13214
5 ./kppoc:14435 12/18 09:20'09 TIMEVAL=#13422
5 ./kppoc:14437 12/18 09:20'09 TIMEVAL=#5313
5 ./kppoc:14447 12/18 09:20'09 TIMEVAL=#6935
5 ./kppoc:14443 12/18 09:20'09 TIMEVAL=#9555
5 ./kppoc:14445 12/18 09:20'09 TIMEVAL=#4821
5 ./kppoc:14441 12/18 09:20'09 TIMEVAL=#5207
5 ./kppoc:14449 12/18 09:20'09 TIMEVAL=#4999
5 ./kppoc:14451 12/18 09:20'09 TIMEVAL=#7388
5 ./kppoc:14453 12/18 09:20'09 TIMEVAL=#9498
5 ./kppoc:14455 12/18 09:20'09 TIMEVAL=#5179
5 ./kppoc:14457 12/18 09:20'09 TIMEVAL=#5810
5 ./kppoc:14463 12/18 09:20'09 TIMEVAL=#14202
5 ./kppoc:14461 12/18 09:20'09 TIMEVAL=#15614
5 ./kppoc:14459 12/18 09:20'09 TIMEVAL=#22193
5 ./kppoc:14465 12/18 09:20'09 TIMEVAL=#22237
5 ./kppoc:14471 12/18 09:20'09 TIMEVAL=#5335
5 ./kppoc:14469 12/18 09:20'09 TIMEVAL=#7513
5 ./kppoc:14473 12/18 09:20'09 TIMEVAL=#7937
5 ./kppoc:14467 12/18 09:20'09 TIMEVAL=#6808
5 ./kppoc:14485 12/18 09:20'09 TIMEVAL=#5632
5 ./kppoc:14481 12/18 09:20'09 TIMEVAL=#8424
5 ./kppoc:14479 12/18 09:20'09 TIMEVAL=#9737
5 ./kppoc:14477 12/18 09:20'09 TIMEVAL=#9917
5 ./kppoc:14475 12/18 09:20'09 TIMEVAL=#5429
5 ./kppoc:14483 12/18 09:20'09 TIMEVAL=#20149
5 ./kppoc:14495 12/18 09:20'09 TIMEVAL=#5440
5 ./kppoc:14493 12/18 09:20'09 TIMEVAL=#7185
5 ./kppoc:14489 12/18 09:20'09 TIMEVAL=#7976
5 ./kppoc:14491 12/18 09:20'09 TIMEVAL=#8176
5 ./kppoc:14487 12/18 09:20'09 TIMEVAL=#5246
5 ./kppoc:14499 12/18 09:20'09 TIMEVAL=#4888
5 ./kppoc:14507 12/18 09:20'09 TIMEVAL=#5327
5 ./kppoc:14497 12/18 09:20'09 TIMEVAL=#6824
5 ./kppoc:14505 12/18 09:20'09 TIMEVAL=#8791
5 ./kppoc:14515 12/18 09:20'09 TIMEVAL=#7320
5 ./kppoc:14513 12/18 09:20'09 TIMEVAL=#8419
5 ./kppoc:14517 12/18 09:20'09 TIMEVAL=#5898
5 ./kppoc:14503 12/18 09:20'09 TIMEVAL=#5381
5 ./kppoc:14509 12/18 09:20'09 TIMEVAL=#14315
5 ./kppoc:14501 12/18 09:20'09 TIMEVAL=#11135
5 ./kppoc:14511 12/18 09:20'09 TIMEVAL=#16749
5 ./kppoc:14519 12/18 09:20'09 TIMEVAL=#5140
5 ./kppoc:14523 12/18 09:20'09 TIMEVAL=#10242
5 ./kppoc:14521 12/18 09:20'09 TIMEVAL=#15354
5 ./kppoc:14525 12/18 09:20'09 TIMEVAL=#7243
5 ./kppoc:14531 12/18 09:20'09 TIMEVAL=#6176
5 ./kppoc:14527 12/18 09:20'09 TIMEVAL=#9826
5 ./kppoc:14533 12/18 09:20'09 TIMEVAL=#9616
5 ./kppoc:14529 12/18 09:20'09 TIMEVAL=#6611
5 ./kppoc:14539 12/18 09:20'09 TIMEVAL=#8304
5 ./kppoc:14541 12/18 09:20'09 TIMEVAL=#5685
5 ./kppoc:14537 12/18 09:20'09 TIMEVAL=#17870
5 ./kppoc:14545 12/18 09:20'09 TIMEVAL=#17659
5 ./kppoc:14535 12/18 09:20'09 TIMEVAL=#17664
5 ./kppoc:14543 12/18 09:20'09 TIMEVAL=#15666
5 ./kppoc:14549 12/18 09:20'09 TIMEVAL=#5121
5 ./kppoc:14547 12/18 09:20'09 TIMEVAL=#5613
5 ./kppoc:14551 12/18 09:20'09 TIMEVAL=#10310
5 ./kppoc:14553 12/18 09:20'09 TIMEVAL=#6190
5 ./kppoc:14559 12/18 09:20'09 TIMEVAL=#5259
5 ./kppoc:14561 12/18 09:20'09 TIMEVAL=#6494
5 ./kppoc:14557 12/18 09:20'09 TIMEVAL=#10198
5 ./kppoc:14563 12/18 09:20'09 TIMEVAL=#4671
5 ./kppoc:14555 12/18 09:20'09 TIMEVAL=#13654
5 ./kppoc:14565 12/18 09:20'09 TIMEVAL=#13655
5 ./kppoc:14569 12/18 09:20'09 TIMEVAL=#6494
5 ./kppoc:14571 12/18 09:20'09 TIMEVAL=#6815
5 ./kppoc:14567 12/18 09:20'09 TIMEVAL=#4727
5 ./kppoc:14573 12/18 09:20'09 TIMEVAL=#11042
5 ./kppoc:14575 12/18 09:20'09 TIMEVAL=#7198
5 ./kppoc:14577 12/18 09:20'10 TIMEVAL=#6003
5 ./kppoc:14581 12/18 09:20'10 TIMEVAL=#10547
5 ./kppoc:14579 12/18 09:20'10 TIMEVAL=#12438
5 ./kppoc:14585 12/18 09:20'10 TIMEVAL=#13392
5 ./kppoc:14589 12/18 09:20'10 TIMEVAL=#6839
5 ./kppoc:14593 12/18 09:20'10 TIMEVAL=#9392
5 ./kppoc:14583 12/18 09:20'10 TIMEVAL=#9424
5 ./kppoc:14587 12/18 09:20'10 TIMEVAL=#4632
5 ./kppoc:14591 12/18 09:20'10 TIMEVAL=#4976
5 ./kppoc:14603 12/18 09:20'10 TIMEVAL=#4761
5 ./kppoc:14599 12/18 09:20'10 TIMEVAL=#6154
5 ./kppoc:14597 12/18 09:20'10 TIMEVAL=#12063
5 ./kppoc:14615 12/18 09:20'10 TIMEVAL=#5674
5 ./kppoc:14607 12/18 09:20'10 TIMEVAL=#8982
5 ./kppoc:14613 12/18 09:20'10 TIMEVAL=#9080
5 ./kppoc:14605 12/18 09:20'10 TIMEVAL=#9666
5 ./kppoc:14609 12/18 09:20'10 TIMEVAL=#10966
5 ./kppoc:14611 12/18 09:20'10 TIMEVAL=#10321
5 ./kppoc:14595 12/18 09:20'10 TIMEVAL=#73539
5 ./kppoc:14601 12/18 09:20'10 TIMEVAL=#67978
5 ./kppoc:14617 12/18 09:20'10 TIMEVAL=#4807
5 ./kppoc:14619 12/18 09:20'10 TIMEVAL=#9211
5 ./kppoc:14625 12/18 09:20'10 TIMEVAL=#4534
5 ./kppoc:14621 12/18 09:20'10 TIMEVAL=#10965
5 ./kppoc:14623 12/18 09:20'10 TIMEVAL=#6495
5 ./kppoc:14627 12/18 09:20'10 TIMEVAL=#5174
5 ./kppoc:14629 12/18 09:20'10 TIMEVAL=#6582
5 ./kppoc:14633 12/18 09:20'10 TIMEVAL=#7771
5 ./kppoc:14635 12/18 09:20'10 TIMEVAL=#5437
5 ./kppoc:14643 12/18 09:20'10 TIMEVAL=#5720
5 ./kppoc:14639 12/18 09:20'10 TIMEVAL=#8675
5 ./kppoc:14637 12/18 09:20'10 TIMEVAL=#9762
5 ./kppoc:14631 12/18 09:20'10 TIMEVAL=#10275
5 ./kppoc:14641 12/18 09:20'10 TIMEVAL=#6539
5 ./kppoc:14649 12/18 09:20'10 TIMEVAL=#5149
5 ./kppoc:14645 12/18 09:20'10 TIMEVAL=#4472
5 ./kppoc:14647 12/18 09:20'10 TIMEVAL=#4787
5 ./kppoc:14651 12/18 09:20'10 TIMEVAL=#4973
5 ./kppoc:14655 12/18 09:20'10 TIMEVAL=#8466
5 ./kppoc:14653 12/18 09:20'10 TIMEVAL=#6107
5 ./kppoc:14661 12/18 09:20'10 TIMEVAL=#7820
5 ./kppoc:14657 12/18 09:20'10 TIMEVAL=#10083
5 ./kppoc:14659 12/18 09:20'10 TIMEVAL=#5143
5 ./kppoc:14665 12/18 09:20'10 TIMEVAL=#5074
5 ./kppoc:14663 12/18 09:20'10 TIMEVAL=#6128
5 ./kppoc:14667 12/18 09:20'10 TIMEVAL=#7375
5 ./kppoc:14675 12/18 09:20'10 TIMEVAL=#8254
5 ./kppoc:14669 12/18 09:20'10 TIMEVAL=#6963
5 ./kppoc:14671 12/18 09:20'10 TIMEVAL=#11201
5 ./kppoc:14673 12/18 09:20'10 TIMEVAL=#11808
5 ./kppoc:14681 12/18 09:20'10 TIMEVAL=#5008
5 ./kppoc:14679 12/18 09:20'10 TIMEVAL=#4588
5 ./kppoc:14683 12/18 09:20'10 TIMEVAL=#6539
5 ./kppoc:14677 12/18 09:20'10 TIMEVAL=#5364
5 ./kppoc:14689 12/18 09:20'10 TIMEVAL=#4576
5 ./kppoc:14687 12/18 09:20'10 TIMEVAL=#7346
5 ./kppoc:14685 12/18 09:20'10 TIMEVAL=#11024
5 ./kppoc:14691 12/18 09:20'10 TIMEVAL=#11083
5 ./kppoc:14693 12/18 09:20'10 TIMEVAL=#4710
5 ./kppoc:14699 12/18 09:20'10 TIMEVAL=#4621
5 ./kppoc:14697 12/18 09:20'10 TIMEVAL=#4951
5 ./kppoc:14703 12/18 09:20'10 TIMEVAL=#9217
5 ./kppoc:14695 12/18 09:20'10 TIMEVAL=#9115
5 ./kppoc:14701 12/18 09:20'10 TIMEVAL=#4509
5 ./kppoc:14705 12/18 09:20'10 TIMEVAL=#5075
5 ./kppoc:14709 12/18 09:20'10 TIMEVAL=#7578
5 ./kppoc:14707 12/18 09:20'10 TIMEVAL=#11773
5 ./kppoc:14711 12/18 09:20'10 TIMEVAL=#4690
5 ./kppoc:14713 12/18 09:20'10 TIMEVAL=#5501
5 ./kppoc:14719 12/18 09:20'10 TIMEVAL=#6074
5 ./kppoc:14717 12/18 09:20'10 TIMEVAL=#9490
5 ./kppoc:14715 12/18 09:20'10 TIMEVAL=#4568
5 ./kppoc:14737 12/18 09:20'10 TIMEVAL=#10894
5 ./kppoc:14733 12/18 09:20'10 TIMEVAL=#11824
5 ./kppoc:14721 12/18 09:20'10 TIMEVAL=#12544
5 ./kppoc:14723 12/18 09:20'10 TIMEVAL=#13183
5 ./kppoc:14727 12/18 09:20'10 TIMEVAL=#16711
5 ./kppoc:14731 12/18 09:20'10 TIMEVAL=#17754
5 ./kppoc:14729 12/18 09:20'10 TIMEVAL=#22973
5 ./kppoc:14725 12/18 09:20'10 TIMEVAL=#26489
5 ./kppoc:14735 12/18 09:20'10 TIMEVAL=#22934
5 ./kppoc:14743 12/18 09:20'10 TIMEVAL=#6683
5 ./kppoc:14741 12/18 09:20'10 TIMEVAL=#10311
5 ./kppoc:14745 12/18 09:20'10 TIMEVAL=#12345
5 ./kppoc:14739 12/18 09:20'10 TIMEVAL=#13516
5 ./kppoc:14753 12/18 09:20'10 TIMEVAL=#4936
5 ./kppoc:14751 12/18 09:20'10 TIMEVAL=#5174
5 ./kppoc:14747 12/18 09:20'10 TIMEVAL=#8959
5 ./kppoc:14755 12/18 09:20'10 TIMEVAL=#13442
5 ./kppoc:14757 12/18 09:20'10 TIMEVAL=#7163
5 ./kppoc:14749 12/18 09:20'10 TIMEVAL=#16216
5 ./kppoc:14771 12/18 09:20'10 TIMEVAL=#8285
5 ./kppoc:14773 12/18 09:20'10 TIMEVAL=#15316
5 ./kppoc:14765 12/18 09:20'10 TIMEVAL=#16339
5 ./kppoc:14761 12/18 09:20'10 TIMEVAL=#21004
5 ./kppoc:14769 12/18 09:20'10 TIMEVAL=#23007
5 ./kppoc:14759 12/18 09:20'10 TIMEVAL=#26193
5 ./kppoc:14767 12/18 09:20'10 TIMEVAL=#23099
5 ./kppoc:14763 12/18 09:20'10 TIMEVAL=#28145
5 ./kppoc:14777 12/18 09:20'10 TIMEVAL=#4715
5 ./kppoc:14775 12/18 09:20'10 TIMEVAL=#4678
5 ./kppoc:14779 12/18 09:20'10 TIMEVAL=#10139
5 ./kppoc:14781 12/18 09:20'10 TIMEVAL=#11820
5 ./kppoc:14787 12/18 09:20'10 TIMEVAL=#6343
5 ./kppoc:14783 12/18 09:20'10 TIMEVAL=#5855
5 ./kppoc:14785 12/18 09:20'10 TIMEVAL=#5214
5 ./kppoc:14791 12/18 09:20'10 TIMEVAL=#4932
5 ./kppoc:14793 12/18 09:20'10 TIMEVAL=#9765
5 ./kppoc:14795 12/18 09:20'10 TIMEVAL=#10854
5 ./kppoc:14789 12/18 09:20'10 TIMEVAL=#15320
5 ./kppoc:14801 12/18 09:20'10 TIMEVAL=#4874
5 ./kppoc:14799 12/18 09:20'10 TIMEVAL=#4570
5 ./kppoc:14797 12/18 09:20'11 TIMEVAL=#9828
5 ./kppoc:14803 12/18 09:20'11 TIMEVAL=#5257
5 ./kppoc:14807 12/18 09:20'11 TIMEVAL=#6093
5 ./kppoc:14805 12/18 09:20'11 TIMEVAL=#13246
5 ./kppoc:14809 12/18 09:20'11 TIMEVAL=#5299
5 ./kppoc:14811 12/18 09:20'11 TIMEVAL=#9731
5 ./kppoc:14819 12/18 09:20'11 TIMEVAL=#4648
5 ./kppoc:14817 12/18 09:20'11 TIMEVAL=#6209
5 ./kppoc:14813 12/18 09:20'11 TIMEVAL=#4344
5 ./kppoc:14815 12/18 09:20'11 TIMEVAL=#4630
5 ./kppoc:14823 12/18 09:20'11 TIMEVAL=#4967
5 ./kppoc:14821 12/18 09:20'11 TIMEVAL=#4973
5 ./kppoc:14825 12/18 09:20'11 TIMEVAL=#5298
5 ./kppoc:14827 12/18 09:20'11 TIMEVAL=#6037
5 ./kppoc:14831 12/18 09:20'11 TIMEVAL=#9715
5 ./kppoc:14833 12/18 09:20'11 TIMEVAL=#4929
5 ./kppoc:14829 12/18 09:20'11 TIMEVAL=#4938
5 ./kppoc:14835 12/18 09:20'11 TIMEVAL=#5615
5 ./kppoc:14837 12/18 09:20'11 TIMEVAL=#4655
5 ./kppoc:14839 12/18 09:20'11 TIMEVAL=#5112
5 ./kppoc:14841 12/18 09:20'11 TIMEVAL=#5034
5 ./kppoc:14843 12/18 09:20'11 TIMEVAL=#5293
5 ./kppoc:14845 12/18 09:20'11 TIMEVAL=#4901
5 ./kppoc:14847 12/18 09:20'11 TIMEVAL=#8687
5 ./kppoc:14849 12/18 09:20'11 TIMEVAL=#9738
5 ./kppoc:14857 12/18 09:20'11 TIMEVAL=#5555
5 ./kppoc:14851 12/18 09:20'11 TIMEVAL=#8161
5 ./kppoc:14855 12/18 09:20'11 TIMEVAL=#7061
5 ./kppoc:14861 12/18 09:20'11 TIMEVAL=#7009
5 ./kppoc:14859 12/18 09:20'11 TIMEVAL=#9596
5 ./kppoc:14853 12/18 09:20'11 TIMEVAL=#5389
5 ./kppoc:14865 12/18 09:20'11 TIMEVAL=#5187
5 ./kppoc:14863 12/18 09:20'11 TIMEVAL=#10620
5 ./kppoc:14867 12/18 09:20'11 TIMEVAL=#10648
5 ./kppoc:14869 12/18 09:20'11 TIMEVAL=#5098
5 ./kppoc:14871 12/18 09:20'11 TIMEVAL=#8734
5 ./kppoc:14877 12/18 09:20'11 TIMEVAL=#10897
5 ./kppoc:14879 12/18 09:20'11 TIMEVAL=#12129
5 ./kppoc:14873 12/18 09:20'11 TIMEVAL=#13347
5 ./kppoc:14875 12/18 09:20'11 TIMEVAL=#5524
5 ./kppoc:14883 12/18 09:20'11 TIMEVAL=#8599
5 ./kppoc:14881 12/18 09:20'11 TIMEVAL=#9435
5 ./kppoc:14885 12/18 09:20'11 TIMEVAL=#5488
5 ./kppoc:14887 12/18 09:20'11 TIMEVAL=#7501
5 ./kppoc:14889 12/18 09:20'11 TIMEVAL=#9916
5 ./kppoc:14899 12/18 09:20'11 TIMEVAL=#5681
5 ./kppoc:14897 12/18 09:20'11 TIMEVAL=#6402
5 ./kppoc:14893 12/18 09:20'11 TIMEVAL=#9437
5 ./kppoc:14891 12/18 09:20'11 TIMEVAL=#10940
5 ./kppoc:14895 12/18 09:20'11 TIMEVAL=#10951
5 ./kppoc:14903 12/18 09:20'11 TIMEVAL=#4865
5 ./kppoc:14901 12/18 09:20'11 TIMEVAL=#5677
5 ./kppoc:14907 12/18 09:20'11 TIMEVAL=#11676
5 ./kppoc:14905 12/18 09:20'11 TIMEVAL=#11626
5 ./kppoc:14915 12/18 09:20'11 TIMEVAL=#4876
5 ./kppoc:14913 12/18 09:20'11 TIMEVAL=#8987
5 ./kppoc:14917 12/18 09:20'11 TIMEVAL=#8592
5 ./kppoc:14909 12/18 09:20'11 TIMEVAL=#4619
5 ./kppoc:14911 12/18 09:20'11 TIMEVAL=#4924
5 ./kppoc:14921 12/18 09:20'11 TIMEVAL=#4959
5 ./kppoc:14919 12/18 09:20'11 TIMEVAL=#7805
5 ./kppoc:14923 12/18 09:20'11 TIMEVAL=#10739
5 ./kppoc:14927 12/18 09:20'11 TIMEVAL=#7090
5 ./kppoc:14925 12/18 09:20'11 TIMEVAL=#12304
5 ./kppoc:14929 12/18 09:20'11 TIMEVAL=#14631
5 ./kppoc:14931 12/18 09:20'11 TIMEVAL=#13125
5 ./kppoc:14935 12/18 09:20'11 TIMEVAL=#8325
5 ./kppoc:14933 12/18 09:20'11 TIMEVAL=#6831
5 ./kppoc:14937 12/18 09:20'11 TIMEVAL=#10810
5 ./kppoc:14941 12/18 09:20'11 TIMEVAL=#12154
5 ./kppoc:14939 12/18 09:20'11 TIMEVAL=#4966
5 ./kppoc:14947 12/18 09:20'11 TIMEVAL=#8511
5 ./kppoc:14943 12/18 09:20'11 TIMEVAL=#9150
5 ./kppoc:14945 12/18 09:20'11 TIMEVAL=#4879
5 ./kppoc:14955 12/18 09:20'11 TIMEVAL=#4982
5 ./kppoc:14949 12/18 09:20'11 TIMEVAL=#5704
5 ./kppoc:14951 12/18 09:20'11 TIMEVAL=#9290
5 ./kppoc:14953 12/18 09:20'11 TIMEVAL=#4450
5 ./kppoc:14961 12/18 09:20'11 TIMEVAL=#4266
5 ./kppoc:14959 12/18 09:20'11 TIMEVAL=#9685
5 ./kppoc:14957 12/18 09:20'11 TIMEVAL=#7617
5 ./kppoc:14969 12/18 09:20'11 TIMEVAL=#11666
5 ./kppoc:14965 12/18 09:20'11 TIMEVAL=#12192
5 ./kppoc:14963 12/18 09:20'11 TIMEVAL=#14699
5 ./kppoc:14975 12/18 09:20'11 TIMEVAL=#4950
5 ./kppoc:14973 12/18 09:20'11 TIMEVAL=#6579
5 ./kppoc:14967 12/18 09:20'11 TIMEVAL=#9496
5 ./kppoc:14977 12/18 09:20'11 TIMEVAL=#10087
5 ./kppoc:14979 12/18 09:20'11 TIMEVAL=#8167
5 ./kppoc:14971 12/18 09:20'11 TIMEVAL=#9829
5 ./kppoc:14983 12/18 09:20'11 TIMEVAL=#6437
5 ./kppoc:14981 12/18 09:20'11 TIMEVAL=#7026
5 ./kppoc:14987 12/18 09:20'11 TIMEVAL=#9435
5 ./kppoc:14989 12/18 09:20'11 TIMEVAL=#9939
5 ./kppoc:14985 12/18 09:20'11 TIMEVAL=#9731
5 ./kppoc:14993 12/18 09:20'11 TIMEVAL=#5251
5 ./kppoc:14991 12/18 09:20'11 TIMEVAL=#5196
5 ./kppoc:14995 12/18 09:20'11 TIMEVAL=#5877
5 ./kppoc:15001 12/18 09:20'11 TIMEVAL=#4727
5 ./kppoc:14997 12/18 09:20'11 TIMEVAL=#4917
5 ./kppoc:14999 12/18 09:20'11 TIMEVAL=#4786
5 ./kppoc:15003 12/18 09:20'11 TIMEVAL=#5141
5 ./kppoc:15013 12/18 09:20'11 TIMEVAL=#8432
5 ./kppoc:15009 12/18 09:20'11 TIMEVAL=#8683
5 ./kppoc:15005 12/18 09:20'11 TIMEVAL=#10230
5 ./kppoc:15007 12/18 09:20'11 TIMEVAL=#6460
5 ./kppoc:15011 12/18 09:20'11 TIMEVAL=#12545
5 ./kppoc:15015 12/18 09:20'12 TIMEVAL=#7516
5 ./kppoc:15021 12/18 09:20'12 TIMEVAL=#7420
5 ./kppoc:15019 12/18 09:20'12 TIMEVAL=#8133
5 ./kppoc:15023 12/18 09:20'12 TIMEVAL=#6996
5 ./kppoc:15025 12/18 09:20'12 TIMEVAL=#7662
5 ./kppoc:15029 12/18 09:20'12 TIMEVAL=#8399
5 ./kppoc:15031 12/18 09:20'12 TIMEVAL=#8354
5 ./kppoc:15017 12/18 09:20'12 TIMEVAL=#10041
5 ./kppoc:15027 12/18 09:20'12 TIMEVAL=#6703
5 ./kppoc:15033 12/18 09:20'12 TIMEVAL=#9679
5 ./kppoc:15035 12/18 09:20'12 TIMEVAL=#10025
5 ./kppoc:15039 12/18 09:20'12 TIMEVAL=#10717
5 ./kppoc:15037 12/18 09:20'12 TIMEVAL=#11823
5 ./kppoc:15043 12/18 09:20'12 TIMEVAL=#4889
5 ./kppoc:15047 12/18 09:20'12 TIMEVAL=#5938
5 ./kppoc:15049 12/18 09:20'12 TIMEVAL=#4895
5 ./kppoc:15045 12/18 09:20'12 TIMEVAL=#5393
5 ./kppoc:15041 12/18 09:20'12 TIMEVAL=#11534
5 ./kppoc:15055 12/18 09:20'12 TIMEVAL=#5705
5 ./kppoc:15053 12/18 09:20'12 TIMEVAL=#7964
5 ./kppoc:15051 12/18 09:20'12 TIMEVAL=#7610
5 ./kppoc:15057 12/18 09:20'12 TIMEVAL=#6529
5 ./kppoc:15059 12/18 09:20'12 TIMEVAL=#7105
5 ./kppoc:15067 12/18 09:20'12 TIMEVAL=#5423
5 ./kppoc:15063 12/18 09:20'12 TIMEVAL=#5118
5 ./kppoc:15065 12/18 09:20'12 TIMEVAL=#7297
5 ./kppoc:15061 12/18 09:20'12 TIMEVAL=#9510
5 ./kppoc:15073 12/18 09:20'12 TIMEVAL=#4963
5 ./kppoc:15075 12/18 09:20'12 TIMEVAL=#6315
5 ./kppoc:15071 12/18 09:20'12 TIMEVAL=#11100
5 ./kppoc:15069 12/18 09:20'12 TIMEVAL=#8076
5 ./kppoc:15077 12/18 09:20'12 TIMEVAL=#9418
5 ./kppoc:15079 12/18 09:20'12 TIMEVAL=#6337
5 ./kppoc:15081 12/18 09:20'12 TIMEVAL=#4847
5 ./kppoc:15085 12/18 09:20'12 TIMEVAL=#5930
5 ./kppoc:15083 12/18 09:20'12 TIMEVAL=#7396
5 ./kppoc:15091 12/18 09:20'12 TIMEVAL=#5218
5 ./kppoc:15089 12/18 09:20'12 TIMEVAL=#6102
5 ./kppoc:15093 12/18 09:20'12 TIMEVAL=#5690
5 ./kppoc:15087 12/18 09:20'12 TIMEVAL=#5500
5 ./kppoc:15113 12/18 09:20'12 TIMEVAL=#5368
5 ./kppoc:15095 12/18 09:20'12 TIMEVAL=#18338
5 ./kppoc:15097 12/18 09:20'12 TIMEVAL=#133245
5 ./kppoc:15101 12/18 09:20'12 TIMEVAL=#191366
5 ./kppoc:15111 12/18 09:20'12 TIMEVAL=#192995
5 ./kppoc:15115 12/18 09:20'12 TIMEVAL=#187151
5 ./kppoc:15107 12/18 09:20'12 TIMEVAL=#200274
5 ./kppoc:15109 12/18 09:20'12 TIMEVAL=#202867
5 ./kppoc:15159 12/18 09:20'12 TIMEVAL=#20033
5 ./kppoc:15103 12/18 09:20'12 TIMEVAL=#214315
5 ./kppoc:15141 12/18 09:20'12 TIMEVAL=#22606
5 ./kppoc:15105 12/18 09:20'12 TIMEVAL=#209960
5 ./kppoc:15099 12/18 09:20'12 TIMEVAL=#221487
5 ./kppoc:15117 12/18 09:20'12 TIMEVAL=#221934
5 ./kppoc:15131 12/18 09:20'12 TIMEVAL=#106400
5 ./kppoc:15123 12/18 09:20'12 TIMEVAL=#106464
5 ./kppoc:15139 12/18 09:20'12 TIMEVAL=#53360
5 ./kppoc:15135 12/18 09:20'12 TIMEVAL=#54762
5 ./kppoc:15121 12/18 09:20'12 TIMEVAL=#113725
5 ./kppoc:15119 12/18 09:20'12 TIMEVAL=#109488
5 ./kppoc:15171 12/18 09:20'12 TIMEVAL=#18581
5 ./kppoc:15175 12/18 09:20'12 TIMEVAL=#18454
5 ./kppoc:15143 12/18 09:20'12 TIMEVAL=#20587
5 ./kppoc:15125 12/18 09:20'12 TIMEVAL=#123835
5 ./kppoc:15169 12/18 09:20'12 TIMEVAL=#64635
5 ./kppoc:15145 12/18 09:20'12 TIMEVAL=#25987
5 ./kppoc:15197 12/18 09:20'12 TIMEVAL=#24217
5 ./kppoc:15137 12/18 09:20'12 TIMEVAL=#15001
5 ./kppoc:15133 12/18 09:20'12 TIMEVAL=#131527
5 ./kppoc:15173 12/18 09:20'12 TIMEVAL=#37244
5 ./kppoc:15177 12/18 09:20'12 TIMEVAL=#37595
5 ./kppoc:15147 12/18 09:20'12 TIMEVAL=#41845
5 ./kppoc:15155 12/18 09:20'12 TIMEVAL=#122327
5 ./kppoc:15165 12/18 09:20'12 TIMEVAL=#122949
5 ./kppoc:15161 12/18 09:20'12 TIMEVAL=#122897
5 ./kppoc:15163 12/18 09:20'12 TIMEVAL=#16271
5 ./kppoc:15167 12/18 09:20'12 TIMEVAL=#28355
5 ./kppoc:15149 12/18 09:20'12 TIMEVAL=#134237
5 ./kppoc:15157 12/18 09:20'12 TIMEVAL=#140798
5 ./kppoc:15183 12/18 09:20'12 TIMEVAL=#33598
5 ./kppoc:15185 12/18 09:20'12 TIMEVAL=#35325
5 ./kppoc:15195 12/18 09:20'12 TIMEVAL=#36781
5 ./kppoc:15129 12/18 09:20'12 TIMEVAL=#217883
5 ./kppoc:15151 12/18 09:20'12 TIMEVAL=#223385
5 ./kppoc:15187 12/18 09:20'12 TIMEVAL=#16621
5 ./kppoc:15181 12/18 09:20'12 TIMEVAL=#16447
5 ./kppoc:15219 12/18 09:20'12 TIMEVAL=#16793
5 ./kppoc:15153 12/18 09:20'12 TIMEVAL=#167710
5 ./kppoc:15203 12/18 09:20'12 TIMEVAL=#21080
5 ./kppoc:15127 12/18 09:20'12 TIMEVAL=#232159
5 ./kppoc:15189 12/18 09:20'12 TIMEVAL=#23421
5 ./kppoc:15179 12/18 09:20'12 TIMEVAL=#22018
5 ./kppoc:15225 12/18 09:20'12 TIMEVAL=#18279
5 ./kppoc:15223 12/18 09:20'12 TIMEVAL=#9122
5 ./kppoc:15191 12/18 09:20'12 TIMEVAL=#27303
5 ./kppoc:15221 12/18 09:20'12 TIMEVAL=#7632
5 ./kppoc:15229 12/18 09:20'12 TIMEVAL=#7729
5 ./kppoc:15227 12/18 09:20'12 TIMEVAL=#9603
5 ./kppoc:15235 12/18 09:20'12 TIMEVAL=#10567
5 ./kppoc:15233 12/18 09:20'12 TIMEVAL=#11514
5 ./kppoc:15237 12/18 09:20'12 TIMEVAL=#5221
5 ./kppoc:15193 12/18 09:20'12 TIMEVAL=#6551
5 ./kppoc:15217 12/18 09:20'12 TIMEVAL=#8713
5 ./kppoc:15241 12/18 09:20'12 TIMEVAL=#13197
5 ./kppoc:15245 12/18 09:20'13 TIMEVAL=#4838
5 ./kppoc:15239 12/18 09:20'13 TIMEVAL=#5836
5 ./kppoc:15247 12/18 09:20'13 TIMEVAL=#6564
5 ./kppoc:15231 12/18 09:20'13 TIMEVAL=#10077
5 ./kppoc:15243 12/18 09:20'13 TIMEVAL=#5661
5 ./kppoc:15249 12/18 09:20'13 TIMEVAL=#11974
5 ./kppoc:15253 12/18 09:20'13 TIMEVAL=#4738
5 ./kppoc:15251 12/18 09:20'13 TIMEVAL=#10484
5 ./kppoc:15257 12/18 09:20'13 TIMEVAL=#7399
5 ./kppoc:15255 12/18 09:20'13 TIMEVAL=#14083
5 ./kppoc:15261 12/18 09:20'13 TIMEVAL=#5335
5 ./kppoc:15263 12/18 09:20'13 TIMEVAL=#10272
5 ./kppoc:15259 12/18 09:20'13 TIMEVAL=#5904
5 ./kppoc:15265 12/18 09:20'13 TIMEVAL=#10529
5 ./kppoc:15267 12/18 09:20'13 TIMEVAL=#5024
5 ./kppoc:15269 12/18 09:20'13 TIMEVAL=#4681
5 ./kppoc:15273 12/18 09:20'13 TIMEVAL=#10457
5 ./kppoc:15271 12/18 09:20'13 TIMEVAL=#5291
5 ./kppoc:15277 12/18 09:20'13 TIMEVAL=#5571
5 ./kppoc:15279 12/18 09:20'13 TIMEVAL=#6529
5 ./kppoc:15281 12/18 09:20'13 TIMEVAL=#9295
5 ./kppoc:15283 12/18 09:20'13 TIMEVAL=#9558
5 ./kppoc:15275 12/18 09:20'13 TIMEVAL=#12324
5 ./kppoc:15293 12/18 09:20'13 TIMEVAL=#5002
5 ./kppoc:15285 12/18 09:20'13 TIMEVAL=#6361
5 ./kppoc:15295 12/18 09:20'13 TIMEVAL=#5093
5 ./kppoc:15291 12/18 09:20'13 TIMEVAL=#10048
5 ./kppoc:15289 12/18 09:20'13 TIMEVAL=#10374
5 ./kppoc:15287 12/18 09:20'13 TIMEVAL=#4804
5 ./kppoc:15303 12/18 09:20'13 TIMEVAL=#5384
5 ./kppoc:15299 12/18 09:20'13 TIMEVAL=#5419
5 ./kppoc:15301 12/18 09:20'13 TIMEVAL=#5356
5 ./kppoc:15297 12/18 09:20'13 TIMEVAL=#11182
5 ./kppoc:15311 12/18 09:20'13 TIMEVAL=#5209
5 ./kppoc:15309 12/18 09:20'13 TIMEVAL=#8911
5 ./kppoc:15313 12/18 09:20'13 TIMEVAL=#5372
5 ./kppoc:15305 12/18 09:20'13 TIMEVAL=#13565
5 ./kppoc:15315 12/18 09:20'13 TIMEVAL=#5179
5 ./kppoc:15319 12/18 09:20'13 TIMEVAL=#4581
5 ./kppoc:15321 12/18 09:20'13 TIMEVAL=#10814
5 ./kppoc:15317 12/18 09:20'13 TIMEVAL=#15526
5 ./kppoc:15307 12/18 09:20'13 TIMEVAL=#4903
5 ./kppoc:15323 12/18 09:20'13 TIMEVAL=#5116
5 ./kppoc:15325 12/18 09:20'13 TIMEVAL=#5675
5 ./kppoc:15329 12/18 09:20'13 TIMEVAL=#7045
5 ./kppoc:15339 12/18 09:20'13 TIMEVAL=#4753
5 ./kppoc:15341 12/18 09:20'13 TIMEVAL=#9025
5 ./kppoc:15331 12/18 09:20'13 TIMEVAL=#10990
5 ./kppoc:15335 12/18 09:20'13 TIMEVAL=#11613
5 ./kppoc:15333 12/18 09:20'13 TIMEVAL=#11258
5 ./kppoc:15337 12/18 09:20'13 TIMEVAL=#11170
5 ./kppoc:15327 12/18 09:20'13 TIMEVAL=#76947
5 ./kppoc:15343 12/18 09:20'13 TIMEVAL=#7541
5 ./kppoc:15347 12/18 09:20'13 TIMEVAL=#7822
5 ./kppoc:15345 12/18 09:20'13 TIMEVAL=#8806
5 ./kppoc:15351 12/18 09:20'13 TIMEVAL=#5045
5 ./kppoc:15353 12/18 09:20'13 TIMEVAL=#5597
5 ./kppoc:15349 12/18 09:20'13 TIMEVAL=#5299
5 ./kppoc:15357 12/18 09:20'13 TIMEVAL=#5751
5 ./kppoc:15355 12/18 09:20'13 TIMEVAL=#5956
5 ./kppoc:15363 12/18 09:20'13 TIMEVAL=#7142
5 ./kppoc:15359 12/18 09:20'13 TIMEVAL=#10059
5 ./kppoc:15361 12/18 09:20'13 TIMEVAL=#10180
5 ./kppoc:15371 12/18 09:20'13 TIMEVAL=#6592
5 ./kppoc:15365 12/18 09:20'13 TIMEVAL=#12254
5 ./kppoc:15367 12/18 09:20'13 TIMEVAL=#14577
5 ./kppoc:15373 12/18 09:20'13 TIMEVAL=#12763
5 ./kppoc:15369 12/18 09:20'13 TIMEVAL=#13850
5 ./kppoc:15375 12/18 09:20'13 TIMEVAL=#6516
5 ./kppoc:15377 12/18 09:20'13 TIMEVAL=#7217
5 ./kppoc:15379 12/18 09:20'13 TIMEVAL=#7054
5 ./kppoc:15383 12/18 09:20'13 TIMEVAL=#7875
5 ./kppoc:15391 12/18 09:20'13 TIMEVAL=#6006
5 ./kppoc:15381 12/18 09:20'13 TIMEVAL=#5943
5 ./kppoc:15387 12/18 09:20'13 TIMEVAL=#11403
5 ./kppoc:15389 12/18 09:20'13 TIMEVAL=#11351
5 ./kppoc:15385 12/18 09:20'13 TIMEVAL=#5595
5 ./kppoc:15397 12/18 09:20'13 TIMEVAL=#8909
5 ./kppoc:15393 12/18 09:20'13 TIMEVAL=#9434
5 ./kppoc:15395 12/18 09:20'13 TIMEVAL=#9524
5 ./kppoc:15399 12/18 09:20'13 TIMEVAL=#4906
5 ./kppoc:15401 12/18 09:20'13 TIMEVAL=#9131
5 ./kppoc:15403 12/18 09:20'13 TIMEVAL=#13793
5 ./kppoc:15405 12/18 09:20'13 TIMEVAL=#18342
5 ./kppoc:15409 12/18 09:20'13 TIMEVAL=#19451
5 ./kppoc:15407 12/18 09:20'13 TIMEVAL=#13362
5 ./kppoc:15413 12/18 09:20'13 TIMEVAL=#9389
5 ./kppoc:15411 12/18 09:20'13 TIMEVAL=#9633
5 ./kppoc:15417 12/18 09:20'13 TIMEVAL=#9847
5 ./kppoc:15421 12/18 09:20'13 TIMEVAL=#6732
5 ./kppoc:15427 12/18 09:20'13 TIMEVAL=#10584
5 ./kppoc:15419 12/18 09:20'13 TIMEVAL=#11156
5 ./kppoc:15425 12/18 09:20'13 TIMEVAL=#7693
5 ./kppoc:15423 12/18 09:20'13 TIMEVAL=#11025
5 ./kppoc:15415 12/18 09:20'13 TIMEVAL=#9565
5 ./kppoc:15431 12/18 09:20'13 TIMEVAL=#5379
5 ./kppoc:15435 12/18 09:20'13 TIMEVAL=#9628
5 ./kppoc:15433 12/18 09:20'13 TIMEVAL=#9725
5 ./kppoc:15429 12/18 09:20'13 TIMEVAL=#11070
5 ./kppoc:15443 12/18 09:20'13 TIMEVAL=#5185
5 ./kppoc:15437 12/18 09:20'13 TIMEVAL=#6438
5 ./kppoc:15441 12/18 09:20'13 TIMEVAL=#8602
5 ./kppoc:15445 12/18 09:20'13 TIMEVAL=#10627
5 ./kppoc:15439 12/18 09:20'13 TIMEVAL=#11276
5 ./kppoc:15457 12/18 09:20'14 TIMEVAL=#5084
5 ./kppoc:15447 12/18 09:20'14 TIMEVAL=#9352
5 ./kppoc:15451 12/18 09:20'14 TIMEVAL=#13602
5 ./kppoc:15449 12/18 09:20'14 TIMEVAL=#16968
5 ./kppoc:15453 12/18 09:20'14 TIMEVAL=#15233
5 ./kppoc:15455 12/18 09:20'14 TIMEVAL=#4745
5 ./kppoc:15465 12/18 09:20'14 TIMEVAL=#5046
5 ./kppoc:15461 12/18 09:20'14 TIMEVAL=#10318
5 ./kppoc:15463 12/18 09:20'14 TIMEVAL=#14170
5 ./kppoc:15459 12/18 09:20'14 TIMEVAL=#14079
5 ./kppoc:15467 12/18 09:20'14 TIMEVAL=#13414
5 ./kppoc:15469 12/18 09:20'14 TIMEVAL=#5405
5 ./kppoc:15471 12/18 09:20'14 TIMEVAL=#7488
5 ./kppoc:15473 12/18 09:20'14 TIMEVAL=#8214
5 ./kppoc:15481 12/18 09:20'14 TIMEVAL=#7218
5 ./kppoc:15477 12/18 09:20'14 TIMEVAL=#8962
5 ./kppoc:15475 12/18 09:20'14 TIMEVAL=#9692
5 ./kppoc:15479 12/18 09:20'14 TIMEVAL=#10809
5 ./kppoc:15493 12/18 09:20'14 TIMEVAL=#6371
5 ./kppoc:15489 12/18 09:20'14 TIMEVAL=#8465
5 ./kppoc:15483 12/18 09:20'14 TIMEVAL=#9413
5 ./kppoc:15485 12/18 09:20'14 TIMEVAL=#12713
5 ./kppoc:15487 12/18 09:20'14 TIMEVAL=#13490
5 ./kppoc:15491 12/18 09:20'14 TIMEVAL=#14320
5 ./kppoc:15495 12/18 09:20'14 TIMEVAL=#4738
5 ./kppoc:15499 12/18 09:20'14 TIMEVAL=#7242
5 ./kppoc:15497 12/18 09:20'14 TIMEVAL=#11350
5 ./kppoc:15505 12/18 09:20'14 TIMEVAL=#5269
5 ./kppoc:15501 12/18 09:20'14 TIMEVAL=#9421
5 ./kppoc:15507 12/18 09:20'14 TIMEVAL=#7050
5 ./kppoc:15503 12/18 09:20'14 TIMEVAL=#12725
5 ./kppoc:15519 12/18 09:20'14 TIMEVAL=#5225
5 ./kppoc:15509 12/18 09:20'14 TIMEVAL=#7285
5 ./kppoc:15517 12/18 09:20'14 TIMEVAL=#6290
5 ./kppoc:15515 12/18 09:20'14 TIMEVAL=#7930
5 ./kppoc:15511 12/18 09:20'14 TIMEVAL=#12967
5 ./kppoc:15513 12/18 09:20'14 TIMEVAL=#15033
5 ./kppoc:15521 12/18 09:20'14 TIMEVAL=#5421
5 ./kppoc:15523 12/18 09:20'14 TIMEVAL=#6046
5 ./kppoc:15525 12/18 09:20'14 TIMEVAL=#4636
5 ./kppoc:15527 12/18 09:20'14 TIMEVAL=#10460
5 ./kppoc:15535 12/18 09:20'14 TIMEVAL=#5514
5 ./kppoc:15533 12/18 09:20'14 TIMEVAL=#5035
5 ./kppoc:15531 12/18 09:20'14 TIMEVAL=#7741
5 ./kppoc:15529 12/18 09:20'14 TIMEVAL=#10292
5 ./kppoc:15537 12/18 09:20'14 TIMEVAL=#7409
5 ./kppoc:15539 12/18 09:20'14 TIMEVAL=#4991
5 ./kppoc:15543 12/18 09:20'14 TIMEVAL=#6316
5 ./kppoc:15541 12/18 09:20'14 TIMEVAL=#5099
5 ./kppoc:15545 12/18 09:20'14 TIMEVAL=#5874
5 ./kppoc:15553 12/18 09:20'14 TIMEVAL=#6553
5 ./kppoc:15549 12/18 09:20'14 TIMEVAL=#7535
5 ./kppoc:15551 12/18 09:20'14 TIMEVAL=#12024
5 ./kppoc:15547 12/18 09:20'14 TIMEVAL=#12854
5 ./kppoc:15557 12/18 09:20'14 TIMEVAL=#4769
5 ./kppoc:15555 12/18 09:20'14 TIMEVAL=#6348
5 ./kppoc:15559 12/18 09:20'14 TIMEVAL=#7799
5 ./kppoc:15569 12/18 09:20'14 TIMEVAL=#4750
5 ./kppoc:15561 12/18 09:20'14 TIMEVAL=#9976
5 ./kppoc:15567 12/18 09:20'14 TIMEVAL=#11563
5 ./kppoc:15565 12/18 09:20'14 TIMEVAL=#12358
5 ./kppoc:15563 12/18 09:20'14 TIMEVAL=#10159
5 ./kppoc:15575 12/18 09:20'14 TIMEVAL=#11110
5 ./kppoc:15573 12/18 09:20'14 TIMEVAL=#13096
5 ./kppoc:15571 12/18 09:20'14 TIMEVAL=#13710
5 ./kppoc:15577 12/18 09:20'14 TIMEVAL=#5828
5 ./kppoc:15581 12/18 09:20'14 TIMEVAL=#6111
5 ./kppoc:15579 12/18 09:20'14 TIMEVAL=#9408
5 ./kppoc:15587 12/18 09:20'14 TIMEVAL=#4758
5 ./kppoc:15583 12/18 09:20'14 TIMEVAL=#5100
5 ./kppoc:15585 12/18 09:20'14 TIMEVAL=#6728
5 ./kppoc:15589 12/18 09:20'14 TIMEVAL=#12149
5 ./kppoc:15595 12/18 09:20'14 TIMEVAL=#9300
5 ./kppoc:15599 12/18 09:20'14 TIMEVAL=#9611
5 ./kppoc:15591 12/18 09:20'14 TIMEVAL=#10468
5 ./kppoc:15593 12/18 09:20'14 TIMEVAL=#7768
5 ./kppoc:15597 12/18 09:20'14 TIMEVAL=#16413
5 ./kppoc:15601 12/18 09:20'14 TIMEVAL=#4859
5 ./kppoc:15603 12/18 09:20'14 TIMEVAL=#4936
5 ./kppoc:15605 12/18 09:20'14 TIMEVAL=#6371
5 ./kppoc:15613 12/18 09:20'14 TIMEVAL=#5045
5 ./kppoc:15609 12/18 09:20'14 TIMEVAL=#8519
5 ./kppoc:15607 12/18 09:20'14 TIMEVAL=#4578
5 ./kppoc:15611 12/18 09:20'14 TIMEVAL=#5029
5 ./kppoc:15615 12/18 09:20'14 TIMEVAL=#8061
5 ./kppoc:15617 12/18 09:20'14 TIMEVAL=#10294
5 ./kppoc:15619 12/18 09:20'14 TIMEVAL=#6581
5 ./kppoc:15623 12/18 09:20'14 TIMEVAL=#5429
5 ./kppoc:15621 12/18 09:20'14 TIMEVAL=#8296
5 ./kppoc:15625 12/18 09:20'14 TIMEVAL=#11000
5 ./kppoc:15631 12/18 09:20'14 TIMEVAL=#5438
5 ./kppoc:15627 12/18 09:20'14 TIMEVAL=#8149
5 ./kppoc:15629 12/18 09:20'14 TIMEVAL=#8929
5 ./kppoc:15637 12/18 09:20'14 TIMEVAL=#5324
5 ./kppoc:15633 12/18 09:20'14 TIMEVAL=#8254
5 ./kppoc:15635 12/18 09:20'14 TIMEVAL=#9560
5 ./kppoc:15639 12/18 09:20'14 TIMEVAL=#9008
5 ./kppoc:15645 12/18 09:20'14 TIMEVAL=#6830
5 ./kppoc:15643 12/18 09:20'14 TIMEVAL=#8768
5 ./kppoc:15641 12/18 09:20'14 TIMEVAL=#10752
5 ./kppoc:15647 12/18 09:20'14 TIMEVAL=#7494
5 ./kppoc:15649 12/18 09:20'14 TIMEVAL=#9271
5 ./kppoc:15651 12/18 09:20'14 TIMEVAL=#9331
5 ./kppoc:15657 12/18 09:20'14 TIMEVAL=#7880
5 ./kppoc:15655 12/18 09:20'14 TIMEVAL=#9494
5 ./kppoc:15659 12/18 09:20'14 TIMEVAL=#8876
5 ./kppoc:15653 12/18 09:20'14 TIMEVAL=#11047
5 ./kppoc:15661 12/18 09:20'14 TIMEVAL=#9804
5 ./kppoc:15663 12/18 09:20'15 TIMEVAL=#5082
5 ./kppoc:15667 12/18 09:20'15 TIMEVAL=#5243
5 ./kppoc:15669 12/18 09:20'15 TIMEVAL=#5259
5 ./kppoc:15665 12/18 09:20'15 TIMEVAL=#6121
5 ./kppoc:15671 12/18 09:20'15 TIMEVAL=#4343
5 ./kppoc:15681 12/18 09:20'15 TIMEVAL=#5425
5 ./kppoc:15679 12/18 09:20'15 TIMEVAL=#7441
5 ./kppoc:15683 12/18 09:20'15 TIMEVAL=#7551
5 ./kppoc:15673 12/18 09:20'15 TIMEVAL=#4733
5 ./kppoc:15677 12/18 09:20'15 TIMEVAL=#13492
5 ./kppoc:15685 12/18 09:20'15 TIMEVAL=#19942
5 ./kppoc:15675 12/18 09:20'15 TIMEVAL=#14134
5 ./kppoc:15689 12/18 09:20'15 TIMEVAL=#5314
5 ./kppoc:15691 12/18 09:20'15 TIMEVAL=#5919
5 ./kppoc:15687 12/18 09:20'15 TIMEVAL=#7258
5 ./kppoc:15697 12/18 09:20'15 TIMEVAL=#4813
5 ./kppoc:15707 12/18 09:20'15 TIMEVAL=#8891
5 ./kppoc:15701 12/18 09:20'15 TIMEVAL=#9750
5 ./kppoc:15699 12/18 09:20'15 TIMEVAL=#11005
5 ./kppoc:15703 12/18 09:20'15 TIMEVAL=#12730
5 ./kppoc:15705 12/18 09:20'15 TIMEVAL=#8719
5 ./kppoc:15693 12/18 09:20'15 TIMEVAL=#69689
5 ./kppoc:15711 12/18 09:20'15 TIMEVAL=#4958
5 ./kppoc:15695 12/18 09:20'15 TIMEVAL=#74935
5 ./kppoc:15713 12/18 09:20'15 TIMEVAL=#4883
5 ./kppoc:15709 12/18 09:20'15 TIMEVAL=#6203
5 ./kppoc:15717 12/18 09:20'15 TIMEVAL=#5781
5 ./kppoc:15719 12/18 09:20'15 TIMEVAL=#8678
5 ./kppoc:15723 12/18 09:20'15 TIMEVAL=#8730
5 ./kppoc:15721 12/18 09:20'15 TIMEVAL=#8806
5 ./kppoc:15715 12/18 09:20'15 TIMEVAL=#14058
5 ./kppoc:15725 12/18 09:20'15 TIMEVAL=#5315
5 ./kppoc:15727 12/18 09:20'15 TIMEVAL=#6430
5 ./kppoc:15729 12/18 09:20'15 TIMEVAL=#7259
5 ./kppoc:15733 12/18 09:20'15 TIMEVAL=#4906
5 ./kppoc:15735 12/18 09:20'15 TIMEVAL=#12855
5 ./kppoc:15737 12/18 09:20'15 TIMEVAL=#7196
5 ./kppoc:15743 12/18 09:20'15 TIMEVAL=#9681
5 ./kppoc:15741 12/18 09:20'15 TIMEVAL=#13037
5 ./kppoc:15739 12/18 09:20'15 TIMEVAL=#13685
5 ./kppoc:15731 12/18 09:20'15 TIMEVAL=#4783
5 ./kppoc:15745 12/18 09:20'15 TIMEVAL=#7404
5 ./kppoc:15747 12/18 09:20'15 TIMEVAL=#9033
5 ./kppoc:15751 12/18 09:20'15 TIMEVAL=#13649
5 ./kppoc:15749 12/18 09:20'15 TIMEVAL=#9876
5 ./kppoc:15755 12/18 09:20'15 TIMEVAL=#6308
5 ./kppoc:15753 12/18 09:20'15 TIMEVAL=#7262
5 ./kppoc:15761 12/18 09:20'15 TIMEVAL=#5289
5 ./kppoc:15757 12/18 09:20'15 TIMEVAL=#7344
5 ./kppoc:15763 12/18 09:20'15 TIMEVAL=#4587
5 ./kppoc:15759 12/18 09:20'15 TIMEVAL=#8587
5 ./kppoc:15771 12/18 09:20'15 TIMEVAL=#4975
5 ./kppoc:15767 12/18 09:20'15 TIMEVAL=#10204
5 ./kppoc:15765 12/18 09:20'15 TIMEVAL=#12740
5 ./kppoc:15769 12/18 09:20'15 TIMEVAL=#6812
5 ./kppoc:15773 12/18 09:20'15 TIMEVAL=#5923
5 ./kppoc:15777 12/18 09:20'15 TIMEVAL=#5679
5 ./kppoc:15775 12/18 09:20'15 TIMEVAL=#4419
5 ./kppoc:15783 12/18 09:20'15 TIMEVAL=#4805
5 ./kppoc:15781 12/18 09:20'15 TIMEVAL=#10540
5 ./kppoc:15779 12/18 09:20'15 TIMEVAL=#15698
5 ./kppoc:15785 12/18 09:20'15 TIMEVAL=#6684
5 ./kppoc:15791 12/18 09:20'15 TIMEVAL=#11603
5 ./kppoc:15789 12/18 09:20'15 TIMEVAL=#12470
5 ./kppoc:15787 12/18 09:20'15 TIMEVAL=#13677
5 ./kppoc:15793 12/18 09:20'15 TIMEVAL=#5546
5 ./kppoc:15795 12/18 09:20'15 TIMEVAL=#7565
5 ./kppoc:15797 12/18 09:20'15 TIMEVAL=#9532
5 ./kppoc:15799 12/18 09:20'15 TIMEVAL=#16143
5 ./kppoc:15801 12/18 09:20'15 TIMEVAL=#7740
5 ./kppoc:15807 12/18 09:20'15 TIMEVAL=#4876
5 ./kppoc:15809 12/18 09:20'15 TIMEVAL=#6861
5 ./kppoc:15803 12/18 09:20'15 TIMEVAL=#9042
5 ./kppoc:15811 12/18 09:20'15 TIMEVAL=#9370
5 ./kppoc:15805 12/18 09:20'15 TIMEVAL=#5975
5 ./kppoc:15813 12/18 09:20'15 TIMEVAL=#5529
5 ./kppoc:15819 12/18 09:20'15 TIMEVAL=#6271
5 ./kppoc:15817 12/18 09:20'15 TIMEVAL=#14626
5 ./kppoc:15821 12/18 09:20'15 TIMEVAL=#6335
5 ./kppoc:15815 12/18 09:20'15 TIMEVAL=#18219
5 ./kppoc:15823 12/18 09:20'15 TIMEVAL=#18595
5 ./kppoc:15825 12/18 09:20'15 TIMEVAL=#12389
5 ./kppoc:15827 12/18 09:20'15 TIMEVAL=#8494
5 ./kppoc:15829 12/18 09:20'15 TIMEVAL=#5658
5 ./kppoc:15833 12/18 09:20'15 TIMEVAL=#8392
5 ./kppoc:15831 12/18 09:20'15 TIMEVAL=#9694
5 ./kppoc:15835 12/18 09:20'15 TIMEVAL=#5929
5 ./kppoc:15841 12/18 09:20'15 TIMEVAL=#6136
5 ./kppoc:15845 12/18 09:20'15 TIMEVAL=#9626
5 ./kppoc:15843 12/18 09:20'15 TIMEVAL=#12683
5 ./kppoc:15839 12/18 09:20'15 TIMEVAL=#5281
5 ./kppoc:15837 12/18 09:20'15 TIMEVAL=#18123
5 ./kppoc:15851 12/18 09:20'15 TIMEVAL=#4927
5 ./kppoc:15847 12/18 09:20'15 TIMEVAL=#9781
5 ./kppoc:15853 12/18 09:20'15 TIMEVAL=#6596
5 ./kppoc:15855 12/18 09:20'15 TIMEVAL=#4734
5 ./kppoc:15849 12/18 09:20'15 TIMEVAL=#12457
5 ./kppoc:15857 12/18 09:20'15 TIMEVAL=#4492
5 ./kppoc:15859 12/18 09:20'15 TIMEVAL=#5512
5 ./kppoc:15865 12/18 09:20'15 TIMEVAL=#7474
5 ./kppoc:15861 12/18 09:20'15 TIMEVAL=#12185
5 ./kppoc:15863 12/18 09:20'15 TIMEVAL=#10635
5 ./kppoc:15869 12/18 09:20'15 TIMEVAL=#7009
5 ./kppoc:15875 12/18 09:20'15 TIMEVAL=#5070
5 ./kppoc:15871 12/18 09:20'15 TIMEVAL=#5207
5 ./kppoc:15867 12/18 09:20'15 TIMEVAL=#5159
5 ./kppoc:15873 12/18 09:20'15 TIMEVAL=#4971
5 ./kppoc:15881 12/18 09:20'15 TIMEVAL=#5514
5 ./kppoc:15883 12/18 09:20'15 TIMEVAL=#7287
5 ./kppoc:15879 12/18 09:20'15 TIMEVAL=#5170
5 ./kppoc:15885 12/18 09:20'15 TIMEVAL=#6367
5 ./kppoc:15877 12/18 09:20'15 TIMEVAL=#9596
5 ./kppoc:15891 12/18 09:20'16 TIMEVAL=#5156
5 ./kppoc:15889 12/18 09:20'16 TIMEVAL=#6980
5 ./kppoc:15887 12/18 09:20'16 TIMEVAL=#12660
5 ./kppoc:15895 12/18 09:20'16 TIMEVAL=#5459
5 ./kppoc:15899 12/18 09:20'16 TIMEVAL=#10707
5 ./kppoc:15893 12/18 09:20'16 TIMEVAL=#9878
5 ./kppoc:15897 12/18 09:20'16 TIMEVAL=#9658
5 ./kppoc:15903 12/18 09:20'16 TIMEVAL=#5373
5 ./kppoc:15907 12/18 09:20'16 TIMEVAL=#5219
5 ./kppoc:15901 12/18 09:20'16 TIMEVAL=#6816
5 ./kppoc:15905 12/18 09:20'16 TIMEVAL=#6035
5 ./kppoc:15909 12/18 09:20'16 TIMEVAL=#7072
5 ./kppoc:15911 12/18 09:20'16 TIMEVAL=#14209
5 ./kppoc:15915 12/18 09:20'16 TIMEVAL=#8871
5 ./kppoc:15913 12/18 09:20'16 TIMEVAL=#9022
5 ./kppoc:15919 12/18 09:20'16 TIMEVAL=#5157
5 ./kppoc:15917 12/18 09:20'16 TIMEVAL=#5536
5 ./kppoc:15921 12/18 09:20'16 TIMEVAL=#8766
5 ./kppoc:15925 12/18 09:20'16 TIMEVAL=#6384
5 ./kppoc:15929 12/18 09:20'16 TIMEVAL=#6904
5 ./kppoc:15927 12/18 09:20'16 TIMEVAL=#9936
5 ./kppoc:15923 12/18 09:20'16 TIMEVAL=#5415
5 ./kppoc:15931 12/18 09:20'16 TIMEVAL=#4741
5 ./kppoc:15933 12/18 09:20'16 TIMEVAL=#5149
5 ./kppoc:15937 12/18 09:20'16 TIMEVAL=#4819
5 ./kppoc:15935 12/18 09:20'16 TIMEVAL=#5756
5 ./kppoc:15943 12/18 09:20'16 TIMEVAL=#6253
5 ./kppoc:15939 12/18 09:20'16 TIMEVAL=#5348
5 ./kppoc:15945 12/18 09:20'16 TIMEVAL=#5002
5 ./kppoc:15941 12/18 09:20'16 TIMEVAL=#4537
5 ./kppoc:15951 12/18 09:20'16 TIMEVAL=#5002
5 ./kppoc:15949 12/18 09:20'16 TIMEVAL=#10159
5 ./kppoc:15947 12/18 09:20'16 TIMEVAL=#10719
5 ./kppoc:15955 12/18 09:20'16 TIMEVAL=#5630
5 ./kppoc:15959 12/18 09:20'16 TIMEVAL=#5694
5 ./kppoc:15957 12/18 09:20'16 TIMEVAL=#12348
5 ./kppoc:15961 12/18 09:20'16 TIMEVAL=#14560
5 ./kppoc:15953 12/18 09:20'16 TIMEVAL=#15828
5 ./kppoc:15963 12/18 09:20'16 TIMEVAL=#7393
5 ./kppoc:15971 12/18 09:20'16 TIMEVAL=#5495
5 ./kppoc:15967 12/18 09:20'16 TIMEVAL=#7954
5 ./kppoc:15969 12/18 09:20'16 TIMEVAL=#11212
5 ./kppoc:15965 12/18 09:20'16 TIMEVAL=#11767
5 ./kppoc:15977 12/18 09:20'16 TIMEVAL=#5794
5 ./kppoc:15979 12/18 09:20'16 TIMEVAL=#8126
5 ./kppoc:15973 12/18 09:20'16 TIMEVAL=#11092
5 ./kppoc:15975 12/18 09:20'16 TIMEVAL=#11751
5 ./kppoc:15983 12/18 09:20'16 TIMEVAL=#9511
5 ./kppoc:15981 12/18 09:20'16 TIMEVAL=#5205
5 ./kppoc:15987 12/18 09:20'16 TIMEVAL=#11381
5 ./kppoc:15991 12/18 09:20'16 TIMEVAL=#5625
5 ./kppoc:15993 12/18 09:20'16 TIMEVAL=#5328
5 ./kppoc:15985 12/18 09:20'16 TIMEVAL=#8685
5 ./kppoc:15995 12/18 09:20'16 TIMEVAL=#5308
5 ./kppoc:15989 12/18 09:20'16 TIMEVAL=#4513
5 ./kppoc:16001 12/18 09:20'16 TIMEVAL=#5929
5 ./kppoc:15997 12/18 09:20'16 TIMEVAL=#9890
5 ./kppoc:16007 12/18 09:20'16 TIMEVAL=#10493
5 ./kppoc:15999 12/18 09:20'16 TIMEVAL=#10277
5 ./kppoc:16005 12/18 09:20'16 TIMEVAL=#9745
5 ./kppoc:16011 12/18 09:20'16 TIMEVAL=#5026
5 ./kppoc:16009 12/18 09:20'16 TIMEVAL=#6519
5 ./kppoc:16003 12/18 09:20'16 TIMEVAL=#9490
5 ./kppoc:16013 12/18 09:20'16 TIMEVAL=#10593
5 ./kppoc:16017 12/18 09:20'16 TIMEVAL=#7782
5 ./kppoc:16015 12/18 09:20'16 TIMEVAL=#13841
5 ./kppoc:16019 12/18 09:20'16 TIMEVAL=#11443
5 ./kppoc:16023 12/18 09:20'16 TIMEVAL=#9446
5 ./kppoc:16021 12/18 09:20'16 TIMEVAL=#7771
5 ./kppoc:16025 12/18 09:20'16 TIMEVAL=#4649
5 ./kppoc:16035 12/18 09:20'16 TIMEVAL=#4986
5 ./kppoc:16033 12/18 09:20'16 TIMEVAL=#6031
5 ./kppoc:16031 12/18 09:20'16 TIMEVAL=#4492
5 ./kppoc:16029 12/18 09:20'16 TIMEVAL=#11344
5 ./kppoc:16041 12/18 09:20'16 TIMEVAL=#5758
5 ./kppoc:16043 12/18 09:20'16 TIMEVAL=#5258
5 ./kppoc:16027 12/18 09:20'16 TIMEVAL=#8246
5 ./kppoc:16039 12/18 09:20'16 TIMEVAL=#9196
5 ./kppoc:16037 12/18 09:20'16 TIMEVAL=#9329
5 ./kppoc:16049 12/18 09:20'16 TIMEVAL=#5417
5 ./kppoc:16055 12/18 09:20'16 TIMEVAL=#5024
5 ./kppoc:16051 12/18 09:20'16 TIMEVAL=#4812
5 ./kppoc:16047 12/18 09:20'16 TIMEVAL=#6264
5 ./kppoc:16053 12/18 09:20'16 TIMEVAL=#5668
5 ./kppoc:16045 12/18 09:20'16 TIMEVAL=#14784
5 ./kppoc:16057 12/18 09:20'16 TIMEVAL=#5665
5 ./kppoc:16059 12/18 09:20'16 TIMEVAL=#4748
5 ./kppoc:16067 12/18 09:20'16 TIMEVAL=#4834
5 ./kppoc:16063 12/18 09:20'16 TIMEVAL=#5782
5 ./kppoc:16061 12/18 09:20'16 TIMEVAL=#6160
5 ./kppoc:16065 12/18 09:20'16 TIMEVAL=#6228
5 ./kppoc:16073 12/18 09:20'16 TIMEVAL=#7157
5 ./kppoc:16071 12/18 09:20'16 TIMEVAL=#6677
5 ./kppoc:16069 12/18 09:20'16 TIMEVAL=#10195
5 ./kppoc:16075 12/18 09:20'16 TIMEVAL=#11294
5 ./kppoc:16079 12/18 09:20'16 TIMEVAL=#4853
5 ./kppoc:16077 12/18 09:20'16 TIMEVAL=#4863
5 ./kppoc:16081 12/18 09:20'16 TIMEVAL=#5081
5 ./kppoc:16087 12/18 09:20'16 TIMEVAL=#9803
5 ./kppoc:16089 12/18 09:20'16 TIMEVAL=#10002
5 ./kppoc:16083 12/18 09:20'16 TIMEVAL=#10045
5 ./kppoc:16093 12/18 09:20'16 TIMEVAL=#10991
5 ./kppoc:16091 12/18 09:20'16 TIMEVAL=#9489
5 ./kppoc:16085 12/18 09:20'16 TIMEVAL=#9640
5 ./kppoc:16095 12/18 09:20'16 TIMEVAL=#5515
5 ./kppoc:16097 12/18 09:20'16 TIMEVAL=#6749
5 ./kppoc:16099 12/18 09:20'16 TIMEVAL=#9920
5 ./kppoc:16103 12/18 09:20'17 TIMEVAL=#6167
5 ./kppoc:16101 12/18 09:20'17 TIMEVAL=#9575
5 ./kppoc:16105 12/18 09:20'17 TIMEVAL=#10168
5 ./kppoc:16109 12/18 09:20'17 TIMEVAL=#4815
5 ./kppoc:16115 12/18 09:20'17 TIMEVAL=#6726
5 ./kppoc:16113 12/18 09:20'17 TIMEVAL=#11300
5 ./kppoc:16107 12/18 09:20'17 TIMEVAL=#12030
5 ./kppoc:16111 12/18 09:20'17 TIMEVAL=#11993
5 ./kppoc:16121 12/18 09:20'17 TIMEVAL=#5716
5 ./kppoc:16117 12/18 09:20'17 TIMEVAL=#5675
5 ./kppoc:16119 12/18 09:20'17 TIMEVAL=#11751
5 ./kppoc:16123 12/18 09:20'17 TIMEVAL=#11709
5 ./kppoc:16125 12/18 09:20'17 TIMEVAL=#6494
5 ./kppoc:16127 12/18 09:20'17 TIMEVAL=#9624
5 ./kppoc:16131 12/18 09:20'17 TIMEVAL=#9375
5 ./kppoc:16129 12/18 09:20'17 TIMEVAL=#15113
5 ./kppoc:16133 12/18 09:20'17 TIMEVAL=#5360
5 ./kppoc:16137 12/18 09:20'17 TIMEVAL=#6556
5 ./kppoc:16135 12/18 09:20'17 TIMEVAL=#6426
5 ./kppoc:16147 12/18 09:20'17 TIMEVAL=#5946
5 ./kppoc:16141 12/18 09:20'17 TIMEVAL=#8916
5 ./kppoc:16139 12/18 09:20'17 TIMEVAL=#14062
5 ./kppoc:16145 12/18 09:20'17 TIMEVAL=#9405
5 ./kppoc:16143 12/18 09:20'17 TIMEVAL=#9748
5 ./kppoc:16153 12/18 09:20'17 TIMEVAL=#7078
5 ./kppoc:16149 12/18 09:20'17 TIMEVAL=#8072
5 ./kppoc:16151 12/18 09:20'17 TIMEVAL=#5695
5 ./kppoc:16155 12/18 09:20'17 TIMEVAL=#10567
5 ./kppoc:16157 12/18 09:20'17 TIMEVAL=#9995
5 ./kppoc:16159 12/18 09:20'17 TIMEVAL=#6255
5 ./kppoc:16161 12/18 09:20'17 TIMEVAL=#6961
5 ./kppoc:16165 12/18 09:20'17 TIMEVAL=#142750
5 ./kppoc:16163 12/18 09:20'17 TIMEVAL=#142960
5 ./kppoc:16173 12/18 09:20'17 TIMEVAL=#270453
5 ./kppoc:16169 12/18 09:20'17 TIMEVAL=#273014
5 ./kppoc:16167 12/18 09:20'17 TIMEVAL=#272113
5 ./kppoc:16175 12/18 09:20'17 TIMEVAL=#274771
5 ./kppoc:16171 12/18 09:20'17 TIMEVAL=#278552
5 ./kppoc:16179 12/18 09:20'17 TIMEVAL=#188502
5 ./kppoc:16203 12/18 09:20'17 TIMEVAL=#107913
5 ./kppoc:16185 12/18 09:20'17 TIMEVAL=#117812
5 ./kppoc:16209 12/18 09:20'17 TIMEVAL=#117666
5 ./kppoc:16183 12/18 09:20'17 TIMEVAL=#117405
5 ./kppoc:16217 12/18 09:20'17 TIMEVAL=#120805
5 ./kppoc:16241 12/18 09:20'17 TIMEVAL=#26443
5 ./kppoc:16213 12/18 09:20'17 TIMEVAL=#123863
5 ./kppoc:16191 12/18 09:20'17 TIMEVAL=#119815
5 ./kppoc:16205 12/18 09:20'17 TIMEVAL=#17645
5 ./kppoc:16199 12/18 09:20'17 TIMEVAL=#134071
5 ./kppoc:16225 12/18 09:20'17 TIMEVAL=#40390
5 ./kppoc:16253 12/18 09:20'17 TIMEVAL=#5231
5 ./kppoc:16219 12/18 09:20'17 TIMEVAL=#148248
5 ./kppoc:16227 12/18 09:20'17 TIMEVAL=#54821
5 ./kppoc:16177 12/18 09:20'17 TIMEVAL=#158692
5 ./kppoc:16233 12/18 09:20'17 TIMEVAL=#58309
5 ./kppoc:16197 12/18 09:20'17 TIMEVAL=#158868
5 ./kppoc:16207 12/18 09:20'17 TIMEVAL=#159431
5 ./kppoc:16243 12/18 09:20'17 TIMEVAL=#62756
5 ./kppoc:16193 12/18 09:20'17 TIMEVAL=#166666
5 ./kppoc:16231 12/18 09:20'17 TIMEVAL=#78199
5 ./kppoc:16245 12/18 09:20'17 TIMEVAL=#24984
5 ./kppoc:16189 12/18 09:20'17 TIMEVAL=#178287
5 ./kppoc:16195 12/18 09:20'17 TIMEVAL=#181702
5 ./kppoc:16235 12/18 09:20'17 TIMEVAL=#82794
5 ./kppoc:16259 12/18 09:20'17 TIMEVAL=#40731
5 ./kppoc:16257 12/18 09:20'17 TIMEVAL=#35085
5 ./kppoc:16215 12/18 09:20'17 TIMEVAL=#135145
5 ./kppoc:16181 12/18 09:20'17 TIMEVAL=#195447
5 ./kppoc:16221 12/18 09:20'17 TIMEVAL=#99481
5 ./kppoc:16187 12/18 09:20'17 TIMEVAL=#203787
5 ./kppoc:16201 12/18 09:20'17 TIMEVAL=#202149
5 ./kppoc:16263 12/18 09:20'17 TIMEVAL=#15300
5 ./kppoc:16211 12/18 09:20'17 TIMEVAL=#206011
5 ./kppoc:16249 12/18 09:20'17 TIMEVAL=#17661
5 ./kppoc:16261 12/18 09:20'17 TIMEVAL=#20141
5 ./kppoc:16223 12/18 09:20'17 TIMEVAL=#100297
5 ./kppoc:16265 12/18 09:20'17 TIMEVAL=#24570
5 ./kppoc:16239 12/18 09:20'17 TIMEVAL=#118146
5 ./kppoc:16299 12/18 09:20'17 TIMEVAL=#5340
5 ./kppoc:16255 12/18 09:20'17 TIMEVAL=#98216
5 ./kppoc:16251 12/18 09:20'17 TIMEVAL=#92510
5 ./kppoc:16237 12/18 09:20'17 TIMEVAL=#148531
5 ./kppoc:16229 12/18 09:20'17 TIMEVAL=#149458
5 ./kppoc:16305 12/18 09:20'17 TIMEVAL=#18157
5 ./kppoc:16319 12/18 09:20'17 TIMEVAL=#18094
5 ./kppoc:16247 12/18 09:20'17 TIMEVAL=#98297
5 ./kppoc:16317 12/18 09:20'17 TIMEVAL=#11640
5 ./kppoc:16315 12/18 09:20'17 TIMEVAL=#13174
5 ./kppoc:16309 12/18 09:20'17 TIMEVAL=#20989
5 ./kppoc:16323 12/18 09:20'17 TIMEVAL=#5603
5 ./kppoc:16321 12/18 09:20'17 TIMEVAL=#8017
5 ./kppoc:16303 12/18 09:20'18 TIMEVAL=#10219
5 ./kppoc:16301 12/18 09:20'18 TIMEVAL=#11041
5 ./kppoc:16307 12/18 09:20'18 TIMEVAL=#12694
5 ./kppoc:16327 12/18 09:20'18 TIMEVAL=#13969
5 ./kppoc:16325 12/18 09:20'18 TIMEVAL=#10427
5 ./kppoc:16329 12/18 09:20'18 TIMEVAL=#4964
5 ./kppoc:16331 12/18 09:20'18 TIMEVAL=#8824
5 ./kppoc:16333 12/18 09:20'18 TIMEVAL=#8281
5 ./kppoc:16337 12/18 09:20'18 TIMEVAL=#5399
5 ./kppoc:16341 12/18 09:20'18 TIMEVAL=#11286
5 ./kppoc:16339 12/18 09:20'18 TIMEVAL=#15682
5 ./kppoc:16343 12/18 09:20'18 TIMEVAL=#13701
5 ./kppoc:16335 12/18 09:20'18 TIMEVAL=#16976
5 ./kppoc:16351 12/18 09:20'18 TIMEVAL=#5171
5 ./kppoc:16355 12/18 09:20'18 TIMEVAL=#8499
5 ./kppoc:16349 12/18 09:20'18 TIMEVAL=#11543
5 ./kppoc:16345 12/18 09:20'18 TIMEVAL=#13819
5 ./kppoc:16347 12/18 09:20'18 TIMEVAL=#19207
5 ./kppoc:16353 12/18 09:20'18 TIMEVAL=#5134
5 ./kppoc:16359 12/18 09:20'18 TIMEVAL=#9073
5 ./kppoc:16357 12/18 09:20'18 TIMEVAL=#9141
5 ./kppoc:16361 12/18 09:20'18 TIMEVAL=#4745
5 ./kppoc:16367 12/18 09:20'18 TIMEVAL=#5347
5 ./kppoc:16369 12/18 09:20'18 TIMEVAL=#6927
5 ./kppoc:16371 12/18 09:20'18 TIMEVAL=#7253
5 ./kppoc:16365 12/18 09:20'18 TIMEVAL=#14714
5 ./kppoc:16363 12/18 09:20'18 TIMEVAL=#5146
5 ./kppoc:16377 12/18 09:20'18 TIMEVAL=#7917
5 ./kppoc:16373 12/18 09:20'18 TIMEVAL=#12180
5 ./kppoc:16375 12/18 09:20'18 TIMEVAL=#4683
5 ./kppoc:16379 12/18 09:20'18 TIMEVAL=#12889
5 ./kppoc:16383 12/18 09:20'18 TIMEVAL=#4570
5 ./kppoc:16385 12/18 09:20'18 TIMEVAL=#5715
5 ./kppoc:16387 12/18 09:20'18 TIMEVAL=#5378
5 ./kppoc:16381 12/18 09:20'18 TIMEVAL=#7603
5 ./kppoc:16395 12/18 09:20'18 TIMEVAL=#4885
5 ./kppoc:16391 12/18 09:20'18 TIMEVAL=#7702
5 ./kppoc:16389 12/18 09:20'18 TIMEVAL=#5065
5 ./kppoc:16397 12/18 09:20'18 TIMEVAL=#5289
5 ./kppoc:16393 12/18 09:20'18 TIMEVAL=#9228
5 ./kppoc:16399 12/18 09:20'18 TIMEVAL=#6730
5 ./kppoc:16405 12/18 09:20'18 TIMEVAL=#12392
5 ./kppoc:16407 12/18 09:20'18 TIMEVAL=#12430
5 ./kppoc:16401 12/18 09:20'18 TIMEVAL=#12530
5 ./kppoc:16403 12/18 09:20'18 TIMEVAL=#6887
5 ./kppoc:16409 12/18 09:20'18 TIMEVAL=#7485
5 ./kppoc:16413 12/18 09:20'18 TIMEVAL=#8309
5 ./kppoc:16411 12/18 09:20'18 TIMEVAL=#4578
5 ./kppoc:16415 12/18 09:20'18 TIMEVAL=#12499
5 ./kppoc:16417 12/18 09:20'18 TIMEVAL=#5008
5 ./kppoc:16423 12/18 09:20'18 TIMEVAL=#5338
5 ./kppoc:16425 12/18 09:20'18 TIMEVAL=#4739
5 ./kppoc:16419 12/18 09:20'18 TIMEVAL=#5121
5 ./kppoc:16429 12/18 09:20'18 TIMEVAL=#5680
5 ./kppoc:16431 12/18 09:20'18 TIMEVAL=#5000
5 ./kppoc:16427 12/18 09:20'18 TIMEVAL=#4538
5 ./kppoc:16433 12/18 09:20'18 TIMEVAL=#4806
5 ./kppoc:16421 12/18 09:20'18 TIMEVAL=#66613
5 ./kppoc:16439 12/18 09:20'18 TIMEVAL=#5513
5 ./kppoc:16435 12/18 09:20'18 TIMEVAL=#6820
5 ./kppoc:16437 12/18 09:20'18 TIMEVAL=#6260
5 ./kppoc:16447 12/18 09:20'18 TIMEVAL=#9675
5 ./kppoc:16443 12/18 09:20'18 TIMEVAL=#10139
5 ./kppoc:16441 12/18 09:20'18 TIMEVAL=#10119
5 ./kppoc:16445 12/18 09:20'18 TIMEVAL=#10840
5 ./kppoc:16449 12/18 09:20'18 TIMEVAL=#4838
5 ./kppoc:16453 12/18 09:20'18 TIMEVAL=#5198
5 ./kppoc:16451 12/18 09:20'18 TIMEVAL=#4893
5 ./kppoc:16464 12/18 09:20'18 TIMEVAL=#6615
5 ./kppoc:16457 12/18 09:20'18 TIMEVAL=#6906
5 ./kppoc:16455 12/18 09:20'18 TIMEVAL=#10006
5 ./kppoc:16459 12/18 09:20'18 TIMEVAL=#4951
5 ./kppoc:16470 12/18 09:20'18 TIMEVAL=#5394
5 ./kppoc:16474 12/18 09:20'18 TIMEVAL=#5713
5 ./kppoc:16466 12/18 09:20'18 TIMEVAL=#9839
5 ./kppoc:16478 12/18 09:20'18 TIMEVAL=#5730
5 ./kppoc:16482 12/18 09:20'18 TIMEVAL=#4720
5 ./kppoc:16490 12/18 09:20'18 TIMEVAL=#9205
5 ./kppoc:16486 12/18 09:20'18 TIMEVAL=#13157
5 ./kppoc:16495 12/18 09:20'18 TIMEVAL=#5578
5 ./kppoc:16493 12/18 09:20'18 TIMEVAL=#7919
5 ./kppoc:16497 12/18 09:20'18 TIMEVAL=#7542
5 ./kppoc:16500 12/18 09:20'18 TIMEVAL=#6670
5 ./kppoc:16509 12/18 09:20'18 TIMEVAL=#8980
5 ./kppoc:16502 12/18 09:20'18 TIMEVAL=#9559
5 ./kppoc:16512 12/18 09:20'18 TIMEVAL=#10628
5 ./kppoc:16504 12/18 09:20'18 TIMEVAL=#6322
5 ./kppoc:16506 12/18 09:20'18 TIMEVAL=#15953
5 ./kppoc:16516 12/18 09:20'18 TIMEVAL=#5621
5 ./kppoc:16518 12/18 09:20'18 TIMEVAL=#6144
5 ./kppoc:16514 12/18 09:20'18 TIMEVAL=#9421
5 ./kppoc:16522 12/18 09:20'18 TIMEVAL=#4943
5 ./kppoc:16524 12/18 09:20'18 TIMEVAL=#4765
5 ./kppoc:16520 12/18 09:20'18 TIMEVAL=#4890
5 ./kppoc:16526 12/18 09:20'18 TIMEVAL=#8700
5 ./kppoc:16528 12/18 09:20'18 TIMEVAL=#5270
5 ./kppoc:16532 12/18 09:20'18 TIMEVAL=#5509
5 ./kppoc:16534 12/18 09:20'18 TIMEVAL=#11341
5 ./kppoc:16530 12/18 09:20'18 TIMEVAL=#4844
5 ./kppoc:16538 12/18 09:20'18 TIMEVAL=#6217
5 ./kppoc:16536 12/18 09:20'18 TIMEVAL=#5048
5 ./kppoc:16540 12/18 09:20'18 TIMEVAL=#4639
5 ./kppoc:16548 12/18 09:20'18 TIMEVAL=#5844
5 ./kppoc:16544 12/18 09:20'18 TIMEVAL=#4496
5 ./kppoc:16542 12/18 09:20'18 TIMEVAL=#4969
5 ./kppoc:16546 12/18 09:20'18 TIMEVAL=#9503
5 ./kppoc:16554 12/18 09:20'18 TIMEVAL=#9595
5 ./kppoc:16552 12/18 09:20'18 TIMEVAL=#14481
5 ./kppoc:16558 12/18 09:20'18 TIMEVAL=#10870
5 ./kppoc:16556 12/18 09:20'18 TIMEVAL=#15639
5 ./kppoc:16550 12/18 09:20'18 TIMEVAL=#4350
5 ./kppoc:16564 12/18 09:20'19 TIMEVAL=#4762
5 ./kppoc:16562 12/18 09:20'19 TIMEVAL=#8631
5 ./kppoc:16560 12/18 09:20'19 TIMEVAL=#10867
5 ./kppoc:16566 12/18 09:20'19 TIMEVAL=#6995
5 ./kppoc:16570 12/18 09:20'19 TIMEVAL=#4615
5 ./kppoc:16572 12/18 09:20'19 TIMEVAL=#4579
5 ./kppoc:16568 12/18 09:20'19 TIMEVAL=#8903
5 ./kppoc:16574 12/18 09:20'19 TIMEVAL=#4509
5 ./kppoc:16580 12/18 09:20'19 TIMEVAL=#4531
5 ./kppoc:16578 12/18 09:20'19 TIMEVAL=#5030
5 ./kppoc:16576 12/18 09:20'19 TIMEVAL=#4512
5 ./kppoc:16584 12/18 09:20'19 TIMEVAL=#6451
5 ./kppoc:16588 12/18 09:20'19 TIMEVAL=#10965
5 ./kppoc:16582 12/18 09:20'19 TIMEVAL=#11036
5 ./kppoc:16586 12/18 09:20'19 TIMEVAL=#12330
5 ./kppoc:16590 12/18 09:20'19 TIMEVAL=#7098
5 ./kppoc:16594 12/18 09:20'19 TIMEVAL=#4501
5 ./kppoc:16592 12/18 09:20'19 TIMEVAL=#8902
5 ./kppoc:16600 12/18 09:20'19 TIMEVAL=#6261
5 ./kppoc:16596 12/18 09:20'19 TIMEVAL=#8551
5 ./kppoc:16598 12/18 09:20'19 TIMEVAL=#9419
5 ./kppoc:16602 12/18 09:20'19 TIMEVAL=#5242
5 ./kppoc:16604 12/18 09:20'19 TIMEVAL=#7606
5 ./kppoc:16606 12/18 09:20'19 TIMEVAL=#8962
5 ./kppoc:16608 12/18 09:20'19 TIMEVAL=#9723
5 ./kppoc:16612 12/18 09:20'19 TIMEVAL=#11413
5 ./kppoc:16616 12/18 09:20'19 TIMEVAL=#12781
5 ./kppoc:16614 12/18 09:20'19 TIMEVAL=#12847
5 ./kppoc:16610 12/18 09:20'19 TIMEVAL=#4473
5 ./kppoc:16624 12/18 09:20'19 TIMEVAL=#5245
5 ./kppoc:16620 12/18 09:20'19 TIMEVAL=#5442
5 ./kppoc:16622 12/18 09:20'19 TIMEVAL=#4941
5 ./kppoc:16618 12/18 09:20'19 TIMEVAL=#8339
5 ./kppoc:16626 12/18 09:20'19 TIMEVAL=#4226
5 ./kppoc:16628 12/18 09:20'19 TIMEVAL=#4668
5 ./kppoc:16630 12/18 09:20'19 TIMEVAL=#5137
5 ./kppoc:16632 12/18 09:20'19 TIMEVAL=#5771
5 ./kppoc:16638 12/18 09:20'19 TIMEVAL=#6272
5 ./kppoc:16640 12/18 09:20'19 TIMEVAL=#7815
5 ./kppoc:16636 12/18 09:20'19 TIMEVAL=#8657
5 ./kppoc:16634 12/18 09:20'19 TIMEVAL=#7672
5 ./kppoc:16642 12/18 09:20'19 TIMEVAL=#6820
5 ./kppoc:16644 12/18 09:20'19 TIMEVAL=#7270
5 ./kppoc:16648 12/18 09:20'19 TIMEVAL=#7790
5 ./kppoc:16646 12/18 09:20'19 TIMEVAL=#8970
5 ./kppoc:16650 12/18 09:20'19 TIMEVAL=#4764
5 ./kppoc:16652 12/18 09:20'19 TIMEVAL=#4953
5 ./kppoc:16654 12/18 09:20'19 TIMEVAL=#5390
5 ./kppoc:16660 12/18 09:20'19 TIMEVAL=#4733
5 ./kppoc:16656 12/18 09:20'19 TIMEVAL=#4779
5 ./kppoc:16658 12/18 09:20'19 TIMEVAL=#4837
5 ./kppoc:16662 12/18 09:20'19 TIMEVAL=#4598
5 ./kppoc:16664 12/18 09:20'19 TIMEVAL=#7697
5 ./kppoc:16666 12/18 09:20'19 TIMEVAL=#6924
5 ./kppoc:16668 12/18 09:20'19 TIMEVAL=#5531
5 ./kppoc:16670 12/18 09:20'19 TIMEVAL=#4849
5 ./kppoc:16674 12/18 09:20'19 TIMEVAL=#5936
5 ./kppoc:16672 12/18 09:20'19 TIMEVAL=#6211
5 ./kppoc:16678 12/18 09:20'19 TIMEVAL=#7465
5 ./kppoc:16680 12/18 09:20'19 TIMEVAL=#7355
5 ./kppoc:16676 12/18 09:20'19 TIMEVAL=#7175
5 ./kppoc:16684 12/18 09:20'19 TIMEVAL=#4477
5 ./kppoc:16686 12/18 09:20'19 TIMEVAL=#5760
5 ./kppoc:16688 12/18 09:20'19 TIMEVAL=#7388
5 ./kppoc:16690 12/18 09:20'19 TIMEVAL=#6240
5 ./kppoc:16682 12/18 09:20'19 TIMEVAL=#8611
5 ./kppoc:16692 12/18 09:20'19 TIMEVAL=#7431
5 ./kppoc:16698 12/18 09:20'19 TIMEVAL=#4350
5 ./kppoc:16694 12/18 09:20'19 TIMEVAL=#5000
5 ./kppoc:16696 12/18 09:20'19 TIMEVAL=#4643
5 ./kppoc:16700 12/18 09:20'19 TIMEVAL=#4395
5 ./kppoc:16702 12/18 09:20'19 TIMEVAL=#6643
5 ./kppoc:16704 12/18 09:20'19 TIMEVAL=#9467
5 ./kppoc:16712 12/18 09:20'19 TIMEVAL=#4716
5 ./kppoc:16708 12/18 09:20'19 TIMEVAL=#6778
5 ./kppoc:16710 12/18 09:20'19 TIMEVAL=#8143
5 ./kppoc:16706 12/18 09:20'19 TIMEVAL=#8228
5 ./kppoc:16716 12/18 09:20'19 TIMEVAL=#5678
5 ./kppoc:16714 12/18 09:20'19 TIMEVAL=#7484
5 ./kppoc:16718 12/18 09:20'19 TIMEVAL=#7055
5 ./kppoc:16720 12/18 09:20'19 TIMEVAL=#5438
5 ./kppoc:16722 12/18 09:20'19 TIMEVAL=#7359
5 ./kppoc:16724 12/18 09:20'19 TIMEVAL=#5528
5 ./kppoc:16726 12/18 09:20'19 TIMEVAL=#5139
5 ./kppoc:16736 12/18 09:20'19 TIMEVAL=#9313
5 ./kppoc:16728 12/18 09:20'19 TIMEVAL=#9244
5 ./kppoc:16734 12/18 09:20'19 TIMEVAL=#4699
5 ./kppoc:16732 12/18 09:20'19 TIMEVAL=#9987
5 ./kppoc:16730 12/18 09:20'19 TIMEVAL=#10012
5 ./kppoc:16738 12/18 09:20'19 TIMEVAL=#4874
5 ./kppoc:16742 12/18 09:20'19 TIMEVAL=#5567
5 ./kppoc:16740 12/18 09:20'19 TIMEVAL=#5250
5 ./kppoc:16744 12/18 09:20'19 TIMEVAL=#5105
5 ./kppoc:16746 12/18 09:20'19 TIMEVAL=#5871
5 ./kppoc:16750 12/18 09:20'19 TIMEVAL=#5846
5 ./kppoc:16754 12/18 09:20'19 TIMEVAL=#6130
5 ./kppoc:16748 12/18 09:20'19 TIMEVAL=#7330
5 ./kppoc:16752 12/18 09:20'19 TIMEVAL=#8306
5 ./kppoc:16762 12/18 09:20'19 TIMEVAL=#4756
5 ./kppoc:16758 12/18 09:20'19 TIMEVAL=#9736
5 ./kppoc:16756 12/18 09:20'19 TIMEVAL=#12533
5 ./kppoc:16760 12/18 09:20'19 TIMEVAL=#7773
5 ./kppoc:16766 12/18 09:20'19 TIMEVAL=#4528
5 ./kppoc:16764 12/18 09:20'19 TIMEVAL=#4517
5 ./kppoc:16774 12/18 09:20'19 TIMEVAL=#4726
5 ./kppoc:16770 12/18 09:20'19 TIMEVAL=#8616
5 ./kppoc:16768 12/18 09:20'19 TIMEVAL=#8768
5 ./kppoc:16776 12/18 09:20'19 TIMEVAL=#9177
5 ./kppoc:16772 12/18 09:20'19 TIMEVAL=#12604
5 ./kppoc:16782 12/18 09:20'20 TIMEVAL=#4956
5 ./kppoc:16778 12/18 09:20'20 TIMEVAL=#5069
5 ./kppoc:16780 12/18 09:20'20 TIMEVAL=#5330
5 ./kppoc:16784 12/18 09:20'20 TIMEVAL=#4726
5 ./kppoc:16788 12/18 09:20'20 TIMEVAL=#4445
5 ./kppoc:16786 12/18 09:20'20 TIMEVAL=#6836
5 ./kppoc:16794 12/18 09:20'20 TIMEVAL=#4508
5 ./kppoc:16792 12/18 09:20'20 TIMEVAL=#4735
5 ./kppoc:16790 12/18 09:20'20 TIMEVAL=#6730
5 ./kppoc:16796 12/18 09:20'20 TIMEVAL=#4468
5 ./kppoc:16802 12/18 09:20'20 TIMEVAL=#4180
5 ./kppoc:16800 12/18 09:20'20 TIMEVAL=#5235
5 ./kppoc:16798 12/18 09:20'20 TIMEVAL=#6605
5 ./kppoc:16806 12/18 09:20'20 TIMEVAL=#6555
5 ./kppoc:16808 12/18 09:20'20 TIMEVAL=#4843
5 ./kppoc:16804 12/18 09:20'20 TIMEVAL=#7021
5 ./kppoc:16814 12/18 09:20'20 TIMEVAL=#4941
5 ./kppoc:16818 12/18 09:20'20 TIMEVAL=#8421
5 ./kppoc:16816 12/18 09:20'20 TIMEVAL=#6446
5 ./kppoc:16812 12/18 09:20'20 TIMEVAL=#10820
5 ./kppoc:16810 12/18 09:20'20 TIMEVAL=#6512
5 ./kppoc:16820 12/18 09:20'20 TIMEVAL=#4434
5 ./kppoc:16828 12/18 09:20'20 TIMEVAL=#4799
5 ./kppoc:16822 12/18 09:20'20 TIMEVAL=#7245
5 ./kppoc:16824 12/18 09:20'20 TIMEVAL=#8521
5 ./kppoc:16826 12/18 09:20'20 TIMEVAL=#6719
5 ./kppoc:16832 12/18 09:20'20 TIMEVAL=#6715
5 ./kppoc:16830 12/18 09:20'20 TIMEVAL=#8923
5 ./kppoc:16834 12/18 09:20'20 TIMEVAL=#10780
5 ./kppoc:16836 12/18 09:20'20 TIMEVAL=#8126
5 ./kppoc:16840 12/18 09:20'20 TIMEVAL=#9170
5 ./kppoc:16838 12/18 09:20'20 TIMEVAL=#6552
5 ./kppoc:16844 12/18 09:20'20 TIMEVAL=#4014
5 ./kppoc:16848 12/18 09:20'20 TIMEVAL=#4819
5 ./kppoc:16846 12/18 09:20'20 TIMEVAL=#4635
5 ./kppoc:16850 12/18 09:20'20 TIMEVAL=#10876
5 ./kppoc:16842 12/18 09:20'20 TIMEVAL=#6123
5 ./kppoc:16852 12/18 09:20'20 TIMEVAL=#5477
5 ./kppoc:16854 12/18 09:20'20 TIMEVAL=#6260
5 ./kppoc:16856 12/18 09:20'20 TIMEVAL=#7032
5 ./kppoc:16864 12/18 09:20'20 TIMEVAL=#9312
5 ./kppoc:16860 12/18 09:20'20 TIMEVAL=#10574
5 ./kppoc:16858 12/18 09:20'20 TIMEVAL=#10464
5 ./kppoc:16862 12/18 09:20'20 TIMEVAL=#5144
5 ./kppoc:16868 12/18 09:20'20 TIMEVAL=#7281
5 ./kppoc:16870 12/18 09:20'20 TIMEVAL=#7896
5 ./kppoc:16866 12/18 09:20'20 TIMEVAL=#4464
5 ./kppoc:16872 12/18 09:20'20 TIMEVAL=#5455
5 ./kppoc:16878 12/18 09:20'20 TIMEVAL=#9023
5 ./kppoc:16880 12/18 09:20'20 TIMEVAL=#10704
5 ./kppoc:16874 12/18 09:20'20 TIMEVAL=#13622
5 ./kppoc:16876 12/18 09:20'20 TIMEVAL=#7548
5 ./kppoc:16882 12/18 09:20'20 TIMEVAL=#5276
5 ./kppoc:16886 12/18 09:20'20 TIMEVAL=#6114
5 ./kppoc:16884 12/18 09:20'20 TIMEVAL=#6402
5 ./kppoc:16888 12/18 09:20'20 TIMEVAL=#4286
5 ./kppoc:16896 12/18 09:20'20 TIMEVAL=#6806
5 ./kppoc:16890 12/18 09:20'20 TIMEVAL=#9148
5 ./kppoc:16892 12/18 09:20'20 TIMEVAL=#5916
5 ./kppoc:16898 12/18 09:20'20 TIMEVAL=#15936
5 ./kppoc:16902 12/18 09:20'20 TIMEVAL=#4196
5 ./kppoc:16904 12/18 09:20'20 TIMEVAL=#5338
5 ./kppoc:16900 12/18 09:20'20 TIMEVAL=#8729
5 ./kppoc:16894 12/18 09:20'20 TIMEVAL=#149620
5 ./kppoc:16908 12/18 09:20'20 TIMEVAL=#5389
5 ./kppoc:16912 12/18 09:20'20 TIMEVAL=#12250
5 ./kppoc:16910 12/18 09:20'20 TIMEVAL=#15982
5 ./kppoc:16914 12/18 09:20'20 TIMEVAL=#15381
5 ./kppoc:16906 12/18 09:20'20 TIMEVAL=#19068
5 ./kppoc:16916 12/18 09:20'20 TIMEVAL=#9458
5 ./kppoc:16924 12/18 09:20'20 TIMEVAL=#7661
5 ./kppoc:16940 12/18 09:20'20 TIMEVAL=#5303
5 ./kppoc:16922 12/18 09:20'20 TIMEVAL=#5617
5 ./kppoc:16920 12/18 09:20'20 TIMEVAL=#17760
5 ./kppoc:16942 12/18 09:20'20 TIMEVAL=#14823
5 ./kppoc:16918 12/18 09:20'20 TIMEVAL=#20816
5 ./kppoc:16928 12/18 09:20'20 TIMEVAL=#21151
5 ./kppoc:16934 12/18 09:20'20 TIMEVAL=#17436
5 ./kppoc:16932 12/18 09:20'20 TIMEVAL=#5972
5 ./kppoc:16926 12/18 09:20'20 TIMEVAL=#21701
5 ./kppoc:16936 12/18 09:20'20 TIMEVAL=#5083
5 ./kppoc:16930 12/18 09:20'20 TIMEVAL=#20819
5 ./kppoc:16938 12/18 09:20'20 TIMEVAL=#23913
5 ./kppoc:16948 12/18 09:20'20 TIMEVAL=#5615
5 ./kppoc:16950 12/18 09:20'20 TIMEVAL=#8148
5 ./kppoc:16944 12/18 09:20'20 TIMEVAL=#9197
5 ./kppoc:16946 12/18 09:20'20 TIMEVAL=#11516
5 ./kppoc:16952 12/18 09:20'20 TIMEVAL=#14615
5 ./kppoc:16954 12/18 09:20'20 TIMEVAL=#4805
5 ./kppoc:16958 12/18 09:20'20 TIMEVAL=#5281
5 ./kppoc:16956 12/18 09:20'20 TIMEVAL=#8616
5 ./kppoc:16960 12/18 09:20'20 TIMEVAL=#6678
5 ./kppoc:16962 12/18 09:20'20 TIMEVAL=#9541
5 ./kppoc:16964 12/18 09:20'20 TIMEVAL=#5654
5 ./kppoc:16966 12/18 09:20'20 TIMEVAL=#5152
5 ./kppoc:16968 12/18 09:20'20 TIMEVAL=#5158
5 ./kppoc:16972 12/18 09:20'20 TIMEVAL=#5729
5 ./kppoc:16970 12/18 09:20'20 TIMEVAL=#7860
5 ./kppoc:16976 12/18 09:20'20 TIMEVAL=#7379
5 ./kppoc:16980 12/18 09:20'20 TIMEVAL=#7211
5 ./kppoc:16978 12/18 09:20'20 TIMEVAL=#7064
5 ./kppoc:16974 12/18 09:20'20 TIMEVAL=#4257
5 ./kppoc:16986 12/18 09:20'20 TIMEVAL=#4913
5 ./kppoc:16992 12/18 09:20'20 TIMEVAL=#4695
5 ./kppoc:16988 12/18 09:20'20 TIMEVAL=#5046
5 ./kppoc:16982 12/18 09:20'20 TIMEVAL=#4789
5 ./kppoc:16984 12/18 09:20'20 TIMEVAL=#4645
5 ./kppoc:16996 12/18 09:20'21 TIMEVAL=#5146
5 ./kppoc:17000 12/18 09:20'21 TIMEVAL=#4531
5 ./kppoc:16998 12/18 09:20'21 TIMEVAL=#8350
5 ./kppoc:16990 12/18 09:20'21 TIMEVAL=#8851
5 ./kppoc:16994 12/18 09:20'21 TIMEVAL=#4318
5 ./kppoc:17004 12/18 09:20'21 TIMEVAL=#5452
5 ./kppoc:17006 12/18 09:20'21 TIMEVAL=#5530
5 ./kppoc:17002 12/18 09:20'21 TIMEVAL=#4288
5 ./kppoc:17008 12/18 09:20'21 TIMEVAL=#4480
5 ./kppoc:17012 12/18 09:20'21 TIMEVAL=#5765
5 ./kppoc:17014 12/18 09:20'21 TIMEVAL=#5771
5 ./kppoc:17020 12/18 09:20'21 TIMEVAL=#6222
5 ./kppoc:17016 12/18 09:20'21 TIMEVAL=#8479
5 ./kppoc:17010 12/18 09:20'21 TIMEVAL=#4458
5 ./kppoc:17018 12/18 09:20'21 TIMEVAL=#4127
5 ./kppoc:17026 12/18 09:20'21 TIMEVAL=#4821
5 ./kppoc:17024 12/18 09:20'21 TIMEVAL=#4933
5 ./kppoc:17028 12/18 09:20'21 TIMEVAL=#4465
5 ./kppoc:17022 12/18 09:20'21 TIMEVAL=#4713
5 ./kppoc:17030 12/18 09:20'21 TIMEVAL=#6444
5 ./kppoc:17032 12/18 09:20'21 TIMEVAL=#4255
5 ./kppoc:17034 12/18 09:20'21 TIMEVAL=#5675
5 ./kppoc:17038 12/18 09:20'21 TIMEVAL=#7477
5 ./kppoc:17036 12/18 09:20'21 TIMEVAL=#9123
5 ./kppoc:17040 12/18 09:20'21 TIMEVAL=#5781
5 ./kppoc:17046 12/18 09:20'21 TIMEVAL=#4431
5 ./kppoc:17044 12/18 09:20'21 TIMEVAL=#5324
5 ./kppoc:17042 12/18 09:20'21 TIMEVAL=#4211
5 ./kppoc:17048 12/18 09:20'21 TIMEVAL=#4428
5 ./kppoc:17050 12/18 09:20'21 TIMEVAL=#4976
5 ./kppoc:17054 12/18 09:20'21 TIMEVAL=#6019
5 ./kppoc:17058 12/18 09:20'21 TIMEVAL=#6653
5 ./kppoc:17052 12/18 09:20'21 TIMEVAL=#9416
5 ./kppoc:17056 12/18 09:20'21 TIMEVAL=#7115
5 ./kppoc:17064 12/18 09:20'21 TIMEVAL=#9013
5 ./kppoc:17060 12/18 09:20'21 TIMEVAL=#9044
5 ./kppoc:17062 12/18 09:20'21 TIMEVAL=#8891
5 ./kppoc:17066 12/18 09:20'21 TIMEVAL=#5296
5 ./kppoc:17068 12/18 09:20'21 TIMEVAL=#13815
5 ./kppoc:17072 12/18 09:20'21 TIMEVAL=#5945
5 ./kppoc:17070 12/18 09:20'21 TIMEVAL=#8598
5 ./kppoc:17074 12/18 09:20'21 TIMEVAL=#9299
5 ./kppoc:17076 12/18 09:20'21 TIMEVAL=#4525
5 ./kppoc:17078 12/18 09:20'21 TIMEVAL=#6291
5 ./kppoc:17080 12/18 09:20'21 TIMEVAL=#8585
5 ./kppoc:17088 12/18 09:20'21 TIMEVAL=#4796
5 ./kppoc:17086 12/18 09:20'21 TIMEVAL=#5329
5 ./kppoc:17082 12/18 09:20'21 TIMEVAL=#9666
5 ./kppoc:17084 12/18 09:20'21 TIMEVAL=#4735
5 ./kppoc:17090 12/18 09:20'21 TIMEVAL=#9763
5 ./kppoc:17092 12/18 09:20'21 TIMEVAL=#4824
5 ./kppoc:17096 12/18 09:20'21 TIMEVAL=#5356
5 ./kppoc:17094 12/18 09:20'21 TIMEVAL=#5550
5 ./kppoc:17098 12/18 09:20'21 TIMEVAL=#8546
5 ./kppoc:17108 12/18 09:20'21 TIMEVAL=#5389
5 ./kppoc:17102 12/18 09:20'21 TIMEVAL=#5373
5 ./kppoc:17100 12/18 09:20'21 TIMEVAL=#6537
5 ./kppoc:17106 12/18 09:20'21 TIMEVAL=#7683
5 ./kppoc:17104 12/18 09:20'21 TIMEVAL=#4326
5 ./kppoc:17112 12/18 09:20'21 TIMEVAL=#4679
5 ./kppoc:17116 12/18 09:20'21 TIMEVAL=#4967
5 ./kppoc:17114 12/18 09:20'21 TIMEVAL=#5879
5 ./kppoc:17110 12/18 09:20'21 TIMEVAL=#8760
5 ./kppoc:17118 12/18 09:20'21 TIMEVAL=#5406
5 ./kppoc:17122 12/18 09:20'21 TIMEVAL=#4705
5 ./kppoc:17124 12/18 09:20'21 TIMEVAL=#9159
5 ./kppoc:17126 12/18 09:20'21 TIMEVAL=#9298
5 ./kppoc:17120 12/18 09:20'21 TIMEVAL=#4922
5 ./kppoc:17136 12/18 09:20'21 TIMEVAL=#4513
5 ./kppoc:17132 12/18 09:20'21 TIMEVAL=#12849
5 ./kppoc:17128 12/18 09:20'21 TIMEVAL=#12301
5 ./kppoc:17130 12/18 09:20'21 TIMEVAL=#9787
5 ./kppoc:17134 12/18 09:20'21 TIMEVAL=#12012
5 ./kppoc:17138 12/18 09:20'21 TIMEVAL=#4465
5 ./kppoc:17140 12/18 09:20'21 TIMEVAL=#5141
5 ./kppoc:17142 12/18 09:20'21 TIMEVAL=#4356
5 ./kppoc:17144 12/18 09:20'21 TIMEVAL=#4928
5 ./kppoc:17146 12/18 09:20'21 TIMEVAL=#9197
5 ./kppoc:17150 12/18 09:20'21 TIMEVAL=#9539
5 ./kppoc:17148 12/18 09:20'21 TIMEVAL=#5920
5 ./kppoc:17152 12/18 09:20'21 TIMEVAL=#9770
5 ./kppoc:17154 12/18 09:20'21 TIMEVAL=#8066
5 ./kppoc:17160 12/18 09:20'21 TIMEVAL=#7909
5 ./kppoc:17164 12/18 09:20'21 TIMEVAL=#5704
5 ./kppoc:17162 12/18 09:20'21 TIMEVAL=#12891
5 ./kppoc:17158 12/18 09:20'21 TIMEVAL=#13079
5 ./kppoc:17156 12/18 09:20'21 TIMEVAL=#10912
5 ./kppoc:17170 12/18 09:20'21 TIMEVAL=#6149
5 ./kppoc:17168 12/18 09:20'21 TIMEVAL=#12776
5 ./kppoc:17174 12/18 09:20'21 TIMEVAL=#7185
5 ./kppoc:17166 12/18 09:20'21 TIMEVAL=#16017
5 ./kppoc:17172 12/18 09:20'21 TIMEVAL=#16545
5 ./kppoc:17180 12/18 09:20'21 TIMEVAL=#5437
5 ./kppoc:17176 12/18 09:20'21 TIMEVAL=#8110
5 ./kppoc:17178 12/18 09:20'21 TIMEVAL=#9649
5 ./kppoc:17190 12/18 09:20'21 TIMEVAL=#7606
5 ./kppoc:17182 12/18 09:20'21 TIMEVAL=#7206
5 ./kppoc:17186 12/18 09:20'21 TIMEVAL=#4356
5 ./kppoc:17184 12/18 09:20'21 TIMEVAL=#12927
5 ./kppoc:17188 12/18 09:20'21 TIMEVAL=#14654
5 ./kppoc:17196 12/18 09:20'21 TIMEVAL=#5076
5 ./kppoc:17192 12/18 09:20'21 TIMEVAL=#5272
5 ./kppoc:17200 12/18 09:20'21 TIMEVAL=#4541
5 ./kppoc:17194 12/18 09:20'21 TIMEVAL=#4074
5 ./kppoc:17198 12/18 09:20'21 TIMEVAL=#4912
5 ./kppoc:17206 12/18 09:20'21 TIMEVAL=#6450
5 ./kppoc:17202 12/18 09:20'21 TIMEVAL=#7407
5 ./kppoc:17204 12/18 09:20'21 TIMEVAL=#10288
5 ./kppoc:17208 12/18 09:20'21 TIMEVAL=#10678
5 ./kppoc:17210 12/18 09:20'22 TIMEVAL=#5139
5 ./kppoc:17212 12/18 09:20'22 TIMEVAL=#7428
5 ./kppoc:17214 12/18 09:20'22 TIMEVAL=#7060
5 ./kppoc:17220 12/18 09:20'22 TIMEVAL=#4263
5 ./kppoc:17218 12/18 09:20'22 TIMEVAL=#7604
5 ./kppoc:17224 12/18 09:20'22 TIMEVAL=#8131
5 ./kppoc:17216 12/18 09:20'22 TIMEVAL=#3926
5 ./kppoc:17222 12/18 09:20'22 TIMEVAL=#11486
5 ./kppoc:17230 12/18 09:20'22 TIMEVAL=#4709
5 ./kppoc:17228 12/18 09:20'22 TIMEVAL=#4836
5 ./kppoc:17226 12/18 09:20'22 TIMEVAL=#4546
5 ./kppoc:17234 12/18 09:20'22 TIMEVAL=#4776
5 ./kppoc:17232 12/18 09:20'22 TIMEVAL=#8915
5 ./kppoc:17238 12/18 09:20'22 TIMEVAL=#4299
5 ./kppoc:17240 12/18 09:20'22 TIMEVAL=#6512
5 ./kppoc:17236 12/18 09:20'22 TIMEVAL=#16787
5 ./kppoc:17244 12/18 09:20'22 TIMEVAL=#5361
5 ./kppoc:17246 12/18 09:20'22 TIMEVAL=#9803
5 ./kppoc:17242 12/18 09:20'22 TIMEVAL=#13566
5 ./kppoc:17256 12/18 09:20'22 TIMEVAL=#4206
5 ./kppoc:17250 12/18 09:20'22 TIMEVAL=#10641
5 ./kppoc:17254 12/18 09:20'22 TIMEVAL=#5170
5 ./kppoc:17258 12/18 09:20'22 TIMEVAL=#8453
5 ./kppoc:17248 12/18 09:20'22 TIMEVAL=#10891
5 ./kppoc:17252 12/18 09:20'22 TIMEVAL=#9297
5 ./kppoc:17262 12/18 09:20'22 TIMEVAL=#5268
5 ./kppoc:17260 12/18 09:20'22 TIMEVAL=#4881
5 ./kppoc:17264 12/18 09:20'22 TIMEVAL=#4354
5 ./kppoc:17270 12/18 09:20'22 TIMEVAL=#4161
5 ./kppoc:17266 12/18 09:20'22 TIMEVAL=#8151
5 ./kppoc:17268 12/18 09:20'22 TIMEVAL=#4850
5 ./kppoc:17272 12/18 09:20'22 TIMEVAL=#6473
5 ./kppoc:17274 12/18 09:20'22 TIMEVAL=#9870
5 ./kppoc:17278 12/18 09:20'22 TIMEVAL=#10615
5 ./kppoc:17276 12/18 09:20'22 TIMEVAL=#11392
5 ./kppoc:17282 12/18 09:20'22 TIMEVAL=#5567
5 ./kppoc:17280 12/18 09:20'22 TIMEVAL=#6848
5 ./kppoc:17284 12/18 09:20'22 TIMEVAL=#140229
5 ./kppoc:17288 12/18 09:20'22 TIMEVAL=#140651
5 ./kppoc:17290 12/18 09:20'22 TIMEVAL=#141588
5 ./kppoc:17300 12/18 09:20'22 TIMEVAL=#22403
5 ./kppoc:17292 12/18 09:20'22 TIMEVAL=#23282
5 ./kppoc:17286 12/18 09:20'22 TIMEVAL=#273369
5 ./kppoc:17298 12/18 09:20'22 TIMEVAL=#231195
5 ./kppoc:17356 12/18 09:20'22 TIMEVAL=#12003
5 ./kppoc:17318 12/18 09:20'22 TIMEVAL=#238578
5 ./kppoc:17346 12/18 09:20'22 TIMEVAL=#5743
5 ./kppoc:17352 12/18 09:20'22 TIMEVAL=#4671
5 ./kppoc:17306 12/18 09:20'22 TIMEVAL=#248737
5 ./kppoc:17312 12/18 09:20'22 TIMEVAL=#253496
5 ./kppoc:17374 12/18 09:20'22 TIMEVAL=#33763
5 ./kppoc:17308 12/18 09:20'22 TIMEVAL=#259874
5 ./kppoc:17362 12/18 09:20'22 TIMEVAL=#36936
5 ./kppoc:17310 12/18 09:20'22 TIMEVAL=#262715
5 ./kppoc:17302 12/18 09:20'22 TIMEVAL=#264460
5 ./kppoc:17386 12/18 09:20'22 TIMEVAL=#5215
5 ./kppoc:17304 12/18 09:20'22 TIMEVAL=#271816
5 ./kppoc:17330 12/18 09:20'22 TIMEVAL=#131824
5 ./kppoc:17296 12/18 09:20'22 TIMEVAL=#274016
5 ./kppoc:17320 12/18 09:20'22 TIMEVAL=#275196
5 ./kppoc:17350 12/18 09:20'22 TIMEVAL=#44512
5 ./kppoc:17354 12/18 09:20'22 TIMEVAL=#39829
5 ./kppoc:17342 12/18 09:20'22 TIMEVAL=#18871
5 ./kppoc:17294 12/18 09:20'22 TIMEVAL=#288349
5 ./kppoc:17316 12/18 09:20'22 TIMEVAL=#293095
5 ./kppoc:17338 12/18 09:20'22 TIMEVAL=#67127
5 ./kppoc:17366 12/18 09:20'22 TIMEVAL=#52810
5 ./kppoc:17314 12/18 09:20'22 TIMEVAL=#297065
5 ./kppoc:17376 12/18 09:20'22 TIMEVAL=#74641
5 ./kppoc:17332 12/18 09:20'22 TIMEVAL=#65738
5 ./kppoc:17334 12/18 09:20'22 TIMEVAL=#86670
5 ./kppoc:17348 12/18 09:20'22 TIMEVAL=#91608
5 ./kppoc:17368 12/18 09:20'22 TIMEVAL=#7978
5 ./kppoc:17344 12/18 09:20'22 TIMEVAL=#56556
5 ./kppoc:17328 12/18 09:20'22 TIMEVAL=#318529
5 ./kppoc:17358 12/18 09:20'22 TIMEVAL=#102304
5 ./kppoc:17322 12/18 09:20'22 TIMEVAL=#325949
5 ./kppoc:17378 12/18 09:20'22 TIMEVAL=#24739
5 ./kppoc:17360 12/18 09:20'22 TIMEVAL=#107188
5 ./kppoc:17384 12/18 09:20'22 TIMEVAL=#7190
5 ./kppoc:17324 12/18 09:20'22 TIMEVAL=#219145
5 ./kppoc:17364 12/18 09:20'22 TIMEVAL=#10222
5 ./kppoc:17336 12/18 09:20'22 TIMEVAL=#225720
5 ./kppoc:17432 12/18 09:20'22 TIMEVAL=#7141
5 ./kppoc:17370 12/18 09:20'22 TIMEVAL=#19723
5 ./kppoc:17326 12/18 09:20'22 TIMEVAL=#143998
5 ./kppoc:17372 12/18 09:20'23 TIMEVAL=#88738
5 ./kppoc:17434 12/18 09:20'23 TIMEVAL=#4308
5 ./kppoc:17380 12/18 09:20'23 TIMEVAL=#97101
5 ./kppoc:17438 12/18 09:20'23 TIMEVAL=#5329
5 ./kppoc:17392 12/18 09:20'23 TIMEVAL=#13252
5 ./kppoc:17436 12/18 09:20'23 TIMEVAL=#15162
5 ./kppoc:17440 12/18 09:20'23 TIMEVAL=#10039
5 ./kppoc:17390 12/18 09:20'23 TIMEVAL=#11580
5 ./kppoc:17340 12/18 09:20'23 TIMEVAL=#184630
5 ./kppoc:17382 12/18 09:20'23 TIMEVAL=#23398
5 ./kppoc:17388 12/18 09:20'23 TIMEVAL=#23349
5 ./kppoc:17412 12/18 09:20'23 TIMEVAL=#28255
5 ./kppoc:17442 12/18 09:20'23 TIMEVAL=#7844
5 ./kppoc:17446 12/18 09:20'23 TIMEVAL=#7272
5 ./kppoc:17448 12/18 09:20'23 TIMEVAL=#9012
5 ./kppoc:17444 12/18 09:20'23 TIMEVAL=#7292
5 ./kppoc:17450 12/18 09:20'23 TIMEVAL=#17456
5 ./kppoc:17454 12/18 09:20'23 TIMEVAL=#15129
5 ./kppoc:17452 12/18 09:20'23 TIMEVAL=#5150
5 ./kppoc:17456 12/18 09:20'23 TIMEVAL=#7255
5 ./kppoc:17458 12/18 09:20'23 TIMEVAL=#9233
5 ./kppoc:17466 12/18 09:20'23 TIMEVAL=#6975
5 ./kppoc:17464 12/18 09:20'23 TIMEVAL=#8625
5 ./kppoc:17462 12/18 09:20'23 TIMEVAL=#9083
5 ./kppoc:17460 12/18 09:20'23 TIMEVAL=#5422
5 ./kppoc:17470 12/18 09:20'23 TIMEVAL=#6807
5 ./kppoc:17474 12/18 09:20'23 TIMEVAL=#6118
5 ./kppoc:17472 12/18 09:20'23 TIMEVAL=#7389
5 ./kppoc:17468 12/18 09:20'23 TIMEVAL=#6126
5 ./kppoc:17476 12/18 09:20'23 TIMEVAL=#6912
5 ./kppoc:17480 12/18 09:20'23 TIMEVAL=#11159
5 ./kppoc:17478 12/18 09:20'23 TIMEVAL=#9635
5 ./kppoc:17486 12/18 09:20'23 TIMEVAL=#5188
5 ./kppoc:17488 12/18 09:20'23 TIMEVAL=#8966
5 ./kppoc:17484 12/18 09:20'23 TIMEVAL=#10154
5 ./kppoc:17482 12/18 09:20'23 TIMEVAL=#8988
5 ./kppoc:17496 12/18 09:20'23 TIMEVAL=#4812
5 ./kppoc:17494 12/18 09:20'23 TIMEVAL=#6158
5 ./kppoc:17490 12/18 09:20'23 TIMEVAL=#8488
5 ./kppoc:17492 12/18 09:20'23 TIMEVAL=#4112
5 ./kppoc:17498 12/18 09:20'23 TIMEVAL=#4631
5 ./kppoc:17506 12/18 09:20'23 TIMEVAL=#5332
5 ./kppoc:17500 12/18 09:20'23 TIMEVAL=#4248
5 ./kppoc:17502 12/18 09:20'23 TIMEVAL=#9319
5 ./kppoc:17508 12/18 09:20'23 TIMEVAL=#8367
5 ./kppoc:17504 12/18 09:20'23 TIMEVAL=#8463
5 ./kppoc:17510 12/18 09:20'23 TIMEVAL=#9428
5 ./kppoc:17512 12/18 09:20'23 TIMEVAL=#5151
5 ./kppoc:17514 12/18 09:20'23 TIMEVAL=#6526
5 ./kppoc:17516 12/18 09:20'23 TIMEVAL=#6751
5 ./kppoc:17518 12/18 09:20'23 TIMEVAL=#8474
5 ./kppoc:17520 12/18 09:20'23 TIMEVAL=#4732
5 ./kppoc:17524 12/18 09:20'23 TIMEVAL=#9141
5 ./kppoc:17526 12/18 09:20'23 TIMEVAL=#9180
5 ./kppoc:17522 12/18 09:20'23 TIMEVAL=#13316
5 ./kppoc:17532 12/18 09:20'23 TIMEVAL=#4561
5 ./kppoc:17534 12/18 09:20'23 TIMEVAL=#4272
5 ./kppoc:17528 12/18 09:20'23 TIMEVAL=#9263
5 ./kppoc:17530 12/18 09:20'23 TIMEVAL=#9539
5 ./kppoc:17538 12/18 09:20'23 TIMEVAL=#4573
5 ./kppoc:17540 12/18 09:20'23 TIMEVAL=#4513
5 ./kppoc:17536 12/18 09:20'23 TIMEVAL=#8685
5 ./kppoc:17542 12/18 09:20'23 TIMEVAL=#6218
5 ./kppoc:17546 12/18 09:20'23 TIMEVAL=#7387
5 ./kppoc:17544 12/18 09:20'23 TIMEVAL=#9971
5 ./kppoc:17552 12/18 09:20'23 TIMEVAL=#6038
5 ./kppoc:17554 12/18 09:20'23 TIMEVAL=#6316
5 ./kppoc:17548 12/18 09:20'23 TIMEVAL=#8889
5 ./kppoc:17550 12/18 09:20'23 TIMEVAL=#8948
5 ./kppoc:17556 12/18 09:20'23 TIMEVAL=#12781
5 ./kppoc:17558 12/18 09:20'23 TIMEVAL=#5970
5 ./kppoc:17560 12/18 09:20'23 TIMEVAL=#7455
5 ./kppoc:17562 12/18 09:20'23 TIMEVAL=#4229
5 ./kppoc:17568 12/18 09:20'23 TIMEVAL=#4685
5 ./kppoc:17564 12/18 09:20'23 TIMEVAL=#4647
5 ./kppoc:17566 12/18 09:20'23 TIMEVAL=#5271
5 ./kppoc:17574 12/18 09:20'23 TIMEVAL=#8938
5 ./kppoc:17576 12/18 09:20'23 TIMEVAL=#8882
5 ./kppoc:17572 12/18 09:20'23 TIMEVAL=#11443
5 ./kppoc:17570 12/18 09:20'23 TIMEVAL=#11718
5 ./kppoc:17580 12/18 09:20'23 TIMEVAL=#5274
5 ./kppoc:17582 12/18 09:20'23 TIMEVAL=#5609
5 ./kppoc:17578 12/18 09:20'23 TIMEVAL=#5597
5 ./kppoc:17588 12/18 09:20'23 TIMEVAL=#4819
5 ./kppoc:17586 12/18 09:20'23 TIMEVAL=#5056
5 ./kppoc:17584 12/18 09:20'23 TIMEVAL=#4434
5 ./kppoc:17592 12/18 09:20'23 TIMEVAL=#4982
5 ./kppoc:17594 12/18 09:20'23 TIMEVAL=#4833
5 ./kppoc:17590 12/18 09:20'23 TIMEVAL=#5004
5 ./kppoc:17596 12/18 09:20'23 TIMEVAL=#5435
5 ./kppoc:17598 12/18 09:20'23 TIMEVAL=#5584
5 ./kppoc:17602 12/18 09:20'23 TIMEVAL=#6929
5 ./kppoc:17600 12/18 09:20'23 TIMEVAL=#10533
5 ./kppoc:17610 12/18 09:20'23 TIMEVAL=#5027
5 ./kppoc:17606 12/18 09:20'23 TIMEVAL=#7673
5 ./kppoc:17604 12/18 09:20'23 TIMEVAL=#9327
5 ./kppoc:17608 12/18 09:20'23 TIMEVAL=#4830
5 ./kppoc:17612 12/18 09:20'23 TIMEVAL=#5572
5 ./kppoc:17614 12/18 09:20'23 TIMEVAL=#7355
5 ./kppoc:17616 12/18 09:20'23 TIMEVAL=#7371
5 ./kppoc:17618 12/18 09:20'23 TIMEVAL=#7049
5 ./kppoc:17624 12/18 09:20'23 TIMEVAL=#5987
5 ./kppoc:17626 12/18 09:20'23 TIMEVAL=#12512
5 ./kppoc:17622 12/18 09:20'23 TIMEVAL=#13172
5 ./kppoc:17620 12/18 09:20'23 TIMEVAL=#12656
5 ./kppoc:17632 12/18 09:20'23 TIMEVAL=#12491
5 ./kppoc:17628 12/18 09:20'23 TIMEVAL=#12453
5 ./kppoc:17634 12/18 09:20'23 TIMEVAL=#4258
5 ./kppoc:17638 12/18 09:20'23 TIMEVAL=#6476
5 ./kppoc:17636 12/18 09:20'23 TIMEVAL=#4294
5 ./kppoc:17630 12/18 09:20'23 TIMEVAL=#75727
5 ./kppoc:17646 12/18 09:20'23 TIMEVAL=#5797
5 ./kppoc:17640 12/18 09:20'23 TIMEVAL=#8730
5 ./kppoc:17648 12/18 09:20'23 TIMEVAL=#4731
5 ./kppoc:17642 12/18 09:20'23 TIMEVAL=#10279
5 ./kppoc:17650 12/18 09:20'23 TIMEVAL=#11007
5 ./kppoc:17644 12/18 09:20'24 TIMEVAL=#7250
5 ./kppoc:17652 12/18 09:20'24 TIMEVAL=#4271
5 ./kppoc:17654 12/18 09:20'24 TIMEVAL=#4682
5 ./kppoc:17658 12/18 09:20'24 TIMEVAL=#4668
5 ./kppoc:17660 12/18 09:20'24 TIMEVAL=#5186
5 ./kppoc:17662 12/18 09:20'24 TIMEVAL=#8499
5 ./kppoc:17666 12/18 09:20'24 TIMEVAL=#8428
5 ./kppoc:17656 12/18 09:20'24 TIMEVAL=#4667
5 ./kppoc:17664 12/18 09:20'24 TIMEVAL=#6016
5 ./kppoc:17668 12/18 09:20'24 TIMEVAL=#6547
5 ./kppoc:17670 12/18 09:20'24 TIMEVAL=#4391
5 ./kppoc:17676 12/18 09:20'24 TIMEVAL=#11023
5 ./kppoc:17672 12/18 09:20'24 TIMEVAL=#10823
5 ./kppoc:17686 12/18 09:20'24 TIMEVAL=#7274
5 ./kppoc:17680 12/18 09:20'24 TIMEVAL=#7101
5 ./kppoc:17682 12/18 09:20'24 TIMEVAL=#10798
5 ./kppoc:17678 12/18 09:20'24 TIMEVAL=#12920
5 ./kppoc:17674 12/18 09:20'24 TIMEVAL=#4784
5 ./kppoc:17688 12/18 09:20'24 TIMEVAL=#4690
5 ./kppoc:17692 12/18 09:20'24 TIMEVAL=#4854
5 ./kppoc:17690 12/18 09:20'24 TIMEVAL=#4498
5 ./kppoc:17684 12/18 09:20'24 TIMEVAL=#12602
5 ./kppoc:17696 12/18 09:20'24 TIMEVAL=#5422
5 ./kppoc:17698 12/18 09:20'24 TIMEVAL=#6407
5 ./kppoc:17694 12/18 09:20'24 TIMEVAL=#9571
5 ./kppoc:17702 12/18 09:20'24 TIMEVAL=#6519
5 ./kppoc:17706 12/18 09:20'24 TIMEVAL=#8886
5 ./kppoc:17700 12/18 09:20'24 TIMEVAL=#13524
5 ./kppoc:17712 12/18 09:20'24 TIMEVAL=#6715
5 ./kppoc:17710 12/18 09:20'24 TIMEVAL=#8758
5 ./kppoc:17704 12/18 09:20'24 TIMEVAL=#11803
5 ./kppoc:17708 12/18 09:20'24 TIMEVAL=#10683
5 ./kppoc:17718 12/18 09:20'24 TIMEVAL=#5104
5 ./kppoc:17716 12/18 09:20'24 TIMEVAL=#4609
5 ./kppoc:17720 12/18 09:20'24 TIMEVAL=#5353
5 ./kppoc:17714 12/18 09:20'24 TIMEVAL=#9620
5 ./kppoc:17722 12/18 09:20'24 TIMEVAL=#4580
5 ./kppoc:17728 12/18 09:20'24 TIMEVAL=#5289
5 ./kppoc:17726 12/18 09:20'24 TIMEVAL=#4263
5 ./kppoc:17724 12/18 09:20'24 TIMEVAL=#4837
5 ./kppoc:17732 12/18 09:20'24 TIMEVAL=#4790
5 ./kppoc:17730 12/18 09:20'24 TIMEVAL=#4344
5 ./kppoc:17736 12/18 09:20'24 TIMEVAL=#4821
5 ./kppoc:17734 12/18 09:20'24 TIMEVAL=#7646
5 ./kppoc:17742 12/18 09:20'24 TIMEVAL=#5134
5 ./kppoc:17738 12/18 09:20'24 TIMEVAL=#9182
5 ./kppoc:17740 12/18 09:20'24 TIMEVAL=#9294
5 ./kppoc:17746 12/18 09:20'24 TIMEVAL=#8599
5 ./kppoc:17750 12/18 09:20'24 TIMEVAL=#9813
5 ./kppoc:17744 12/18 09:20'24 TIMEVAL=#10949
5 ./kppoc:17748 12/18 09:20'24 TIMEVAL=#11067
5 ./kppoc:17760 12/18 09:20'24 TIMEVAL=#5317
5 ./kppoc:17752 12/18 09:20'24 TIMEVAL=#5410
5 ./kppoc:17758 12/18 09:20'24 TIMEVAL=#9110
5 ./kppoc:17754 12/18 09:20'24 TIMEVAL=#4703
5 ./kppoc:17770 12/18 09:20'24 TIMEVAL=#10591
5 ./kppoc:17762 12/18 09:20'24 TIMEVAL=#13077
5 ./kppoc:17766 12/18 09:20'24 TIMEVAL=#14617
5 ./kppoc:17768 12/18 09:20'24 TIMEVAL=#11637
5 ./kppoc:17772 12/18 09:20'24 TIMEVAL=#12228
5 ./kppoc:17764 12/18 09:20'24 TIMEVAL=#18473
5 ./kppoc:17756 12/18 09:20'24 TIMEVAL=#66274
5 ./kppoc:17774 12/18 09:20'24 TIMEVAL=#4837
5 ./kppoc:17776 12/18 09:20'24 TIMEVAL=#8435
5 ./kppoc:17778 12/18 09:20'24 TIMEVAL=#9087
5 ./kppoc:17784 12/18 09:20'24 TIMEVAL=#4594
5 ./kppoc:17782 12/18 09:20'24 TIMEVAL=#8197
5 ./kppoc:17780 12/18 09:20'24 TIMEVAL=#8362
5 ./kppoc:17786 12/18 09:20'24 TIMEVAL=#5090
5 ./kppoc:17790 12/18 09:20'24 TIMEVAL=#5236
5 ./kppoc:17788 12/18 09:20'24 TIMEVAL=#9259
5 ./kppoc:17792 12/18 09:20'24 TIMEVAL=#4404
5 ./kppoc:17796 12/18 09:20'24 TIMEVAL=#8116
5 ./kppoc:17794 12/18 09:20'24 TIMEVAL=#8209
5 ./kppoc:17800 12/18 09:20'24 TIMEVAL=#4671
5 ./kppoc:17802 12/18 09:20'24 TIMEVAL=#4914
5 ./kppoc:17810 12/18 09:20'24 TIMEVAL=#12372
5 ./kppoc:17806 12/18 09:20'24 TIMEVAL=#13103
5 ./kppoc:17804 12/18 09:20'24 TIMEVAL=#70945
5 ./kppoc:17798 12/18 09:20'24 TIMEVAL=#76377
5 ./kppoc:17820 12/18 09:20'24 TIMEVAL=#7586
5 ./kppoc:17824 12/18 09:20'24 TIMEVAL=#7056
5 ./kppoc:17822 12/18 09:20'24 TIMEVAL=#10257
5 ./kppoc:17812 12/18 09:20'24 TIMEVAL=#10884
5 ./kppoc:17818 12/18 09:20'24 TIMEVAL=#11516
5 ./kppoc:17814 12/18 09:20'24 TIMEVAL=#13556
5 ./kppoc:17808 12/18 09:20'24 TIMEVAL=#14351
5 ./kppoc:17816 12/18 09:20'24 TIMEVAL=#16567
5 ./kppoc:17832 12/18 09:20'24 TIMEVAL=#6134
5 ./kppoc:17836 12/18 09:20'24 TIMEVAL=#5604
5 ./kppoc:17840 12/18 09:20'24 TIMEVAL=#6631
5 ./kppoc:17838 12/18 09:20'24 TIMEVAL=#4817
5 ./kppoc:17830 12/18 09:20'24 TIMEVAL=#8396
5 ./kppoc:17828 12/18 09:20'24 TIMEVAL=#4314
5 ./kppoc:17826 12/18 09:20'24 TIMEVAL=#4560
5 ./kppoc:17834 12/18 09:20'24 TIMEVAL=#4730
5 ./kppoc:17842 12/18 09:20'24 TIMEVAL=#4592
5 ./kppoc:17848 12/18 09:20'24 TIMEVAL=#4693
5 ./kppoc:17844 12/18 09:20'24 TIMEVAL=#4402
5 ./kppoc:17846 12/18 09:20'24 TIMEVAL=#11617
5 ./kppoc:17852 12/18 09:20'24 TIMEVAL=#4031
5 ./kppoc:17850 12/18 09:20'24 TIMEVAL=#11759
5 ./kppoc:17854 12/18 09:20'24 TIMEVAL=#4576
5 ./kppoc:17858 12/18 09:20'24 TIMEVAL=#6094
5 ./kppoc:17860 12/18 09:20'25 TIMEVAL=#4506
5 ./kppoc:17866 12/18 09:20'25 TIMEVAL=#7546
5 ./kppoc:17862 12/18 09:20'25 TIMEVAL=#8501
5 ./kppoc:17864 12/18 09:20'25 TIMEVAL=#4149
5 ./kppoc:17856 12/18 09:20'25 TIMEVAL=#78620
5 ./kppoc:17870 12/18 09:20'25 TIMEVAL=#4556
5 ./kppoc:17872 12/18 09:20'25 TIMEVAL=#5752
5 ./kppoc:17874 12/18 09:20'25 TIMEVAL=#7281
5 ./kppoc:17868 12/18 09:20'25 TIMEVAL=#9081
5 ./kppoc:17876 12/18 09:20'25 TIMEVAL=#5906
5 ./kppoc:17878 12/18 09:20'25 TIMEVAL=#5430
5 ./kppoc:17886 12/18 09:20'25 TIMEVAL=#5404
5 ./kppoc:17884 12/18 09:20'25 TIMEVAL=#8505
5 ./kppoc:17882 12/18 09:20'25 TIMEVAL=#14532
5 ./kppoc:17880 12/18 09:20'25 TIMEVAL=#8750
5 ./kppoc:17892 12/18 09:20'25 TIMEVAL=#5125
5 ./kppoc:17888 12/18 09:20'25 TIMEVAL=#6427
5 ./kppoc:17896 12/18 09:20'25 TIMEVAL=#7886
5 ./kppoc:17894 12/18 09:20'25 TIMEVAL=#9586
5 ./kppoc:17890 12/18 09:20'25 TIMEVAL=#13346
5 ./kppoc:17902 12/18 09:20'25 TIMEVAL=#4822
5 ./kppoc:17900 12/18 09:20'25 TIMEVAL=#4909
5 ./kppoc:17904 12/18 09:20'25 TIMEVAL=#8467
5 ./kppoc:17898 12/18 09:20'25 TIMEVAL=#8266
5 ./kppoc:17906 12/18 09:20'25 TIMEVAL=#10962
5 ./kppoc:17908 12/18 09:20'25 TIMEVAL=#4865
5 ./kppoc:17912 12/18 09:20'25 TIMEVAL=#4802
5 ./kppoc:17914 12/18 09:20'25 TIMEVAL=#6826
5 ./kppoc:17910 12/18 09:20'25 TIMEVAL=#7436
5 ./kppoc:17920 12/18 09:20'25 TIMEVAL=#5920
5 ./kppoc:17922 12/18 09:20'25 TIMEVAL=#6569
5 ./kppoc:17924 12/18 09:20'25 TIMEVAL=#8823
5 ./kppoc:17916 12/18 09:20'25 TIMEVAL=#9983
5 ./kppoc:17918 12/18 09:20'25 TIMEVAL=#17245
5 ./kppoc:17930 12/18 09:20'25 TIMEVAL=#5802
5 ./kppoc:17928 12/18 09:20'25 TIMEVAL=#7762
5 ./kppoc:17926 12/18 09:20'25 TIMEVAL=#10236
5 ./kppoc:17932 12/18 09:20'25 TIMEVAL=#4064
5 ./kppoc:17942 12/18 09:20'25 TIMEVAL=#5124
5 ./kppoc:17934 12/18 09:20'25 TIMEVAL=#5121
5 ./kppoc:17936 12/18 09:20'25 TIMEVAL=#5320
5 ./kppoc:17938 12/18 09:20'25 TIMEVAL=#5396
5 ./kppoc:17940 12/18 09:20'25 TIMEVAL=#5971
5 ./kppoc:17944 12/18 09:20'25 TIMEVAL=#9248
5 ./kppoc:17948 12/18 09:20'25 TIMEVAL=#4816
5 ./kppoc:17946 12/18 09:20'25 TIMEVAL=#5931
5 ./kppoc:17952 12/18 09:20'25 TIMEVAL=#6538
5 ./kppoc:17954 12/18 09:20'25 TIMEVAL=#9481
5 ./kppoc:17950 12/18 09:20'25 TIMEVAL=#9297
5 ./kppoc:17958 12/18 09:20'25 TIMEVAL=#5511
5 ./kppoc:17962 12/18 09:20'25 TIMEVAL=#8075
5 ./kppoc:17960 12/18 09:20'25 TIMEVAL=#5330
5 ./kppoc:17956 12/18 09:20'25 TIMEVAL=#5117
5 ./kppoc:17964 12/18 09:20'25 TIMEVAL=#5793
5 ./kppoc:17968 12/18 09:20'25 TIMEVAL=#5288
5 ./kppoc:17966 12/18 09:20'25 TIMEVAL=#10110
5 ./kppoc:17974 12/18 09:20'25 TIMEVAL=#4601
5 ./kppoc:17972 12/18 09:20'25 TIMEVAL=#4908
5 ./kppoc:17970 12/18 09:20'25 TIMEVAL=#4361
5 ./kppoc:17976 12/18 09:20'25 TIMEVAL=#4015
5 ./kppoc:17978 12/18 09:20'25 TIMEVAL=#5520
5 ./kppoc:17982 12/18 09:20'25 TIMEVAL=#6770
5 ./kppoc:17986 12/18 09:20'25 TIMEVAL=#6900
5 ./kppoc:17980 12/18 09:20'25 TIMEVAL=#10101
5 ./kppoc:17984 12/18 09:20'25 TIMEVAL=#15115
5 ./kppoc:17992 12/18 09:20'25 TIMEVAL=#4581
5 ./kppoc:17994 12/18 09:20'25 TIMEVAL=#5213
5 ./kppoc:17988 12/18 09:20'25 TIMEVAL=#4390
5 ./kppoc:17996 12/18 09:20'25 TIMEVAL=#6783
5 ./kppoc:17990 12/18 09:20'25 TIMEVAL=#8572
5 ./kppoc:18000 12/18 09:20'25 TIMEVAL=#4289
5 ./kppoc:17998 12/18 09:20'25 TIMEVAL=#7437
5 ./kppoc:18004 12/18 09:20'25 TIMEVAL=#9603
5 ./kppoc:18002 12/18 09:20'25 TIMEVAL=#9611
5 ./kppoc:18006 12/18 09:20'25 TIMEVAL=#13191
5 ./kppoc:18010 12/18 09:20'25 TIMEVAL=#4489
5 ./kppoc:18008 12/18 09:20'25 TIMEVAL=#5368
5 ./kppoc:18022 12/18 09:20'25 TIMEVAL=#6036
5 ./kppoc:18014 12/18 09:20'25 TIMEVAL=#8832
5 ./kppoc:18012 12/18 09:20'25 TIMEVAL=#9271
5 ./kppoc:18018 12/18 09:20'25 TIMEVAL=#10846
5 ./kppoc:18016 12/18 09:20'25 TIMEVAL=#4859
5 ./kppoc:18024 12/18 09:20'25 TIMEVAL=#12056
5 ./kppoc:18020 12/18 09:20'25 TIMEVAL=#6562
5 ./kppoc:18028 12/18 09:20'25 TIMEVAL=#5457
5 ./kppoc:18030 12/18 09:20'25 TIMEVAL=#7166
5 ./kppoc:18032 12/18 09:20'25 TIMEVAL=#8212
5 ./kppoc:18034 12/18 09:20'25 TIMEVAL=#5975
5 ./kppoc:18026 12/18 09:20'25 TIMEVAL=#10120
5 ./kppoc:18038 12/18 09:20'25 TIMEVAL=#4382
5 ./kppoc:18036 12/18 09:20'25 TIMEVAL=#5565
5 ./kppoc:18040 12/18 09:20'25 TIMEVAL=#6022
5 ./kppoc:18046 12/18 09:20'25 TIMEVAL=#6193
5 ./kppoc:18048 12/18 09:20'25 TIMEVAL=#9131
5 ./kppoc:18042 12/18 09:20'25 TIMEVAL=#9903
5 ./kppoc:18052 12/18 09:20'25 TIMEVAL=#9389
5 ./kppoc:18044 12/18 09:20'25 TIMEVAL=#11437
5 ./kppoc:18056 12/18 09:20'25 TIMEVAL=#4923
5 ./kppoc:18050 12/18 09:20'25 TIMEVAL=#5029
5 ./kppoc:18058 12/18 09:20'25 TIMEVAL=#5388
5 ./kppoc:18054 12/18 09:20'25 TIMEVAL=#5963
5 ./kppoc:18060 12/18 09:20'25 TIMEVAL=#6218
5 ./kppoc:18070 12/18 09:20'25 TIMEVAL=#5287
5 ./kppoc:18064 12/18 09:20'25 TIMEVAL=#6013
5 ./kppoc:18066 12/18 09:20'25 TIMEVAL=#3848
5 ./kppoc:18068 12/18 09:20'25 TIMEVAL=#9017
5 ./kppoc:18062 12/18 09:20'26 TIMEVAL=#69655
5 ./kppoc:18074 12/18 09:20'26 TIMEVAL=#8254
5 ./kppoc:18076 12/18 09:20'26 TIMEVAL=#4245
5 ./kppoc:18072 12/18 09:20'26 TIMEVAL=#10668
5 ./kppoc:18082 12/18 09:20'26 TIMEVAL=#4984
5 ./kppoc:18084 12/18 09:20'26 TIMEVAL=#5364
5 ./kppoc:18078 12/18 09:20'26 TIMEVAL=#8441
5 ./kppoc:18080 12/18 09:20'26 TIMEVAL=#14037
5 ./kppoc:18088 12/18 09:20'26 TIMEVAL=#4785
5 ./kppoc:18086 12/18 09:20'26 TIMEVAL=#6243
5 ./kppoc:18090 12/18 09:20'26 TIMEVAL=#10281
5 ./kppoc:18092 12/18 09:20'26 TIMEVAL=#13281
5 ./kppoc:18102 12/18 09:20'26 TIMEVAL=#4947
5 ./kppoc:18096 12/18 09:20'26 TIMEVAL=#5433
5 ./kppoc:18094 12/18 09:20'26 TIMEVAL=#7431
5 ./kppoc:18106 12/18 09:20'26 TIMEVAL=#7390
5 ./kppoc:18100 12/18 09:20'26 TIMEVAL=#9168
5 ./kppoc:18098 12/18 09:20'26 TIMEVAL=#4690
5 ./kppoc:18104 12/18 09:20'26 TIMEVAL=#15702
5 ./kppoc:18108 12/18 09:20'26 TIMEVAL=#6225
5 ./kppoc:18110 12/18 09:20'26 TIMEVAL=#4566
5 ./kppoc:18112 12/18 09:20'26 TIMEVAL=#4437
5 ./kppoc:18116 12/18 09:20'26 TIMEVAL=#4390
5 ./kppoc:18128 12/18 09:20'26 TIMEVAL=#5067
5 ./kppoc:18120 12/18 09:20'26 TIMEVAL=#5332
5 ./kppoc:18122 12/18 09:20'26 TIMEVAL=#8720
5 ./kppoc:18126 12/18 09:20'26 TIMEVAL=#12015
5 ./kppoc:18118 12/18 09:20'26 TIMEVAL=#15035
5 ./kppoc:18130 12/18 09:20'26 TIMEVAL=#9178
5 ./kppoc:18114 12/18 09:20'26 TIMEVAL=#9849
5 ./kppoc:18124 12/18 09:20'26 TIMEVAL=#10398
5 ./kppoc:18132 12/18 09:20'26 TIMEVAL=#4466
5 ./kppoc:18136 12/18 09:20'26 TIMEVAL=#9599
5 ./kppoc:18144 12/18 09:20'26 TIMEVAL=#5665
5 ./kppoc:18140 12/18 09:20'26 TIMEVAL=#7779
5 ./kppoc:18152 12/18 09:20'26 TIMEVAL=#8418
5 ./kppoc:18138 12/18 09:20'26 TIMEVAL=#7525
5 ./kppoc:18142 12/18 09:20'26 TIMEVAL=#11309
5 ./kppoc:18148 12/18 09:20'26 TIMEVAL=#8020
5 ./kppoc:18146 12/18 09:20'26 TIMEVAL=#10668
5 ./kppoc:18150 12/18 09:20'26 TIMEVAL=#10680
5 ./kppoc:18134 12/18 09:20'26 TIMEVAL=#61571
5 ./kppoc:18158 12/18 09:20'26 TIMEVAL=#4426
5 ./kppoc:18156 12/18 09:20'26 TIMEVAL=#6662
5 ./kppoc:18154 12/18 09:20'26 TIMEVAL=#5909
5 ./kppoc:18164 12/18 09:20'26 TIMEVAL=#4260
5 ./kppoc:18160 12/18 09:20'26 TIMEVAL=#4640
5 ./kppoc:18162 12/18 09:20'26 TIMEVAL=#8333
5 ./kppoc:18166 12/18 09:20'26 TIMEVAL=#9121
5 ./kppoc:18170 12/18 09:20'26 TIMEVAL=#4627
5 ./kppoc:18168 12/18 09:20'26 TIMEVAL=#8125
5 ./kppoc:18172 12/18 09:20'26 TIMEVAL=#8872
5 ./kppoc:18176 12/18 09:20'26 TIMEVAL=#8868
5 ./kppoc:18178 12/18 09:20'26 TIMEVAL=#10192
5 ./kppoc:18180 12/18 09:20'26 TIMEVAL=#9790
5 ./kppoc:18188 12/18 09:20'26 TIMEVAL=#5284
5 ./kppoc:18182 12/18 09:20'26 TIMEVAL=#7157
5 ./kppoc:18174 12/18 09:20'26 TIMEVAL=#4778
5 ./kppoc:18186 12/18 09:20'26 TIMEVAL=#10000
5 ./kppoc:18184 12/18 09:20'26 TIMEVAL=#11063
5 ./kppoc:18194 12/18 09:20'26 TIMEVAL=#5868
5 ./kppoc:18196 12/18 09:20'26 TIMEVAL=#6132
5 ./kppoc:18192 12/18 09:20'26 TIMEVAL=#5418
5 ./kppoc:18190 12/18 09:20'26 TIMEVAL=#4741
5 ./kppoc:18198 12/18 09:20'26 TIMEVAL=#5107
5 ./kppoc:18202 12/18 09:20'26 TIMEVAL=#5344
5 ./kppoc:18200 12/18 09:20'26 TIMEVAL=#5276
5 ./kppoc:18204 12/18 09:20'26 TIMEVAL=#6087
5 ./kppoc:18210 12/18 09:20'26 TIMEVAL=#5193
5 ./kppoc:18206 12/18 09:20'26 TIMEVAL=#6348
5 ./kppoc:18212 12/18 09:20'26 TIMEVAL=#12851
5 ./kppoc:18208 12/18 09:20'26 TIMEVAL=#17121
5 ./kppoc:18214 12/18 09:20'26 TIMEVAL=#5152
5 ./kppoc:18216 12/18 09:20'26 TIMEVAL=#4929
5 ./kppoc:18226 12/18 09:20'26 TIMEVAL=#5245
5 ./kppoc:18228 12/18 09:20'26 TIMEVAL=#6553
5 ./kppoc:18224 12/18 09:20'26 TIMEVAL=#8642
5 ./kppoc:18222 12/18 09:20'26 TIMEVAL=#9014
5 ./kppoc:18220 12/18 09:20'26 TIMEVAL=#9958
5 ./kppoc:18218 12/18 09:20'26 TIMEVAL=#9259
5 ./kppoc:18230 12/18 09:20'26 TIMEVAL=#5165
5 ./kppoc:18232 12/18 09:20'26 TIMEVAL=#5727
5 ./kppoc:18234 12/18 09:20'26 TIMEVAL=#7395
5 ./kppoc:18242 12/18 09:20'26 TIMEVAL=#5139
5 ./kppoc:18240 12/18 09:20'26 TIMEVAL=#7757
5 ./kppoc:18238 12/18 09:20'26 TIMEVAL=#11865
5 ./kppoc:18236 12/18 09:20'26 TIMEVAL=#11888
5 ./kppoc:18244 12/18 09:20'26 TIMEVAL=#5579
5 ./kppoc:18252 12/18 09:20'26 TIMEVAL=#10113
5 ./kppoc:18256 12/18 09:20'26 TIMEVAL=#11549
5 ./kppoc:18254 12/18 09:20'26 TIMEVAL=#10873
5 ./kppoc:18246 12/18 09:20'26 TIMEVAL=#82915
5 ./kppoc:18248 12/18 09:20'26 TIMEVAL=#77093
5 ./kppoc:18250 12/18 09:20'26 TIMEVAL=#84515
5 ./kppoc:18258 12/18 09:20'26 TIMEVAL=#5170
5 ./kppoc:18264 12/18 09:20'26 TIMEVAL=#5720
5 ./kppoc:18274 12/18 09:20'26 TIMEVAL=#6445
5 ./kppoc:18262 12/18 09:20'26 TIMEVAL=#11955
5 ./kppoc:18266 12/18 09:20'26 TIMEVAL=#12588
5 ./kppoc:18272 12/18 09:20'26 TIMEVAL=#14567
5 ./kppoc:18268 12/18 09:20'26 TIMEVAL=#8259
5 ./kppoc:18260 12/18 09:20'26 TIMEVAL=#16537
5 ./kppoc:18270 12/18 09:20'26 TIMEVAL=#9996
5 ./kppoc:18276 12/18 09:20'26 TIMEVAL=#5098
5 ./kppoc:18282 12/18 09:20'26 TIMEVAL=#8618
5 ./kppoc:18284 12/18 09:20'26 TIMEVAL=#8483
5 ./kppoc:18278 12/18 09:20'26 TIMEVAL=#11024
5 ./kppoc:18280 12/18 09:20'26 TIMEVAL=#6607
5 ./kppoc:18290 12/18 09:20'27 TIMEVAL=#5818
5 ./kppoc:18288 12/18 09:20'27 TIMEVAL=#10318
5 ./kppoc:18286 12/18 09:20'27 TIMEVAL=#10462
5 ./kppoc:18300 12/18 09:20'27 TIMEVAL=#4417
5 ./kppoc:18296 12/18 09:20'27 TIMEVAL=#8552
5 ./kppoc:18292 12/18 09:20'27 TIMEVAL=#5303
5 ./kppoc:18294 12/18 09:20'27 TIMEVAL=#10155
5 ./kppoc:18298 12/18 09:20'27 TIMEVAL=#10587
5 ./kppoc:18310 12/18 09:20'27 TIMEVAL=#5324
5 ./kppoc:18302 12/18 09:20'27 TIMEVAL=#8799
5 ./kppoc:18304 12/18 09:20'27 TIMEVAL=#11276
5 ./kppoc:18308 12/18 09:20'27 TIMEVAL=#6356
5 ./kppoc:18312 12/18 09:20'27 TIMEVAL=#5460
5 ./kppoc:18306 12/18 09:20'27 TIMEVAL=#8520
5 ./kppoc:18318 12/18 09:20'27 TIMEVAL=#8103
5 ./kppoc:18316 12/18 09:20'27 TIMEVAL=#11881
5 ./kppoc:18314 12/18 09:20'27 TIMEVAL=#13300
5 ./kppoc:18320 12/18 09:20'27 TIMEVAL=#8117
5 ./kppoc:18324 12/18 09:20'27 TIMEVAL=#5603
5 ./kppoc:18328 12/18 09:20'27 TIMEVAL=#4794
5 ./kppoc:18322 12/18 09:20'27 TIMEVAL=#9917
5 ./kppoc:18326 12/18 09:20'27 TIMEVAL=#10449
5 ./kppoc:18330 12/18 09:20'27 TIMEVAL=#11406
5 ./kppoc:18342 12/18 09:20'27 TIMEVAL=#8038
5 ./kppoc:18338 12/18 09:20'27 TIMEVAL=#11996
5 ./kppoc:18334 12/18 09:20'27 TIMEVAL=#12834
5 ./kppoc:18340 12/18 09:20'27 TIMEVAL=#6487
5 ./kppoc:18336 12/18 09:20'27 TIMEVAL=#10477
5 ./kppoc:18332 12/18 09:20'27 TIMEVAL=#8076
5 ./kppoc:18348 12/18 09:20'27 TIMEVAL=#6002
5 ./kppoc:18350 12/18 09:20'27 TIMEVAL=#8690
5 ./kppoc:18346 12/18 09:20'27 TIMEVAL=#8725
5 ./kppoc:18344 12/18 09:20'27 TIMEVAL=#5044
5 ./kppoc:18356 12/18 09:20'27 TIMEVAL=#9023
5 ./kppoc:18360 12/18 09:20'27 TIMEVAL=#5438
5 ./kppoc:18358 12/18 09:20'27 TIMEVAL=#12853
5 ./kppoc:18354 12/18 09:20'27 TIMEVAL=#13268
5 ./kppoc:18352 12/18 09:20'27 TIMEVAL=#20801
5 ./kppoc:18366 12/18 09:20'27 TIMEVAL=#5923
5 ./kppoc:18364 12/18 09:20'27 TIMEVAL=#6513
5 ./kppoc:18368 12/18 09:20'27 TIMEVAL=#6895
5 ./kppoc:18362 12/18 09:20'27 TIMEVAL=#7376
5 ./kppoc:18372 12/18 09:20'27 TIMEVAL=#8005
5 ./kppoc:18384 12/18 09:20'27 TIMEVAL=#9630
5 ./kppoc:18376 12/18 09:20'27 TIMEVAL=#14078
5 ./kppoc:18386 12/18 09:20'27 TIMEVAL=#18580
5 ./kppoc:18374 12/18 09:20'27 TIMEVAL=#23746
5 ./kppoc:18370 12/18 09:20'27 TIMEVAL=#23385
5 ./kppoc:18388 12/18 09:20'27 TIMEVAL=#12337
5 ./kppoc:18378 12/18 09:20'27 TIMEVAL=#24468
5 ./kppoc:18394 12/18 09:20'27 TIMEVAL=#12587
5 ./kppoc:18382 12/18 09:20'27 TIMEVAL=#25571
5 ./kppoc:18396 12/18 09:20'27 TIMEVAL=#27209
5 ./kppoc:18392 12/18 09:20'27 TIMEVAL=#29475
5 ./kppoc:18406 12/18 09:20'27 TIMEVAL=#6665
5 ./kppoc:18400 12/18 09:20'27 TIMEVAL=#7920
5 ./kppoc:18432 12/18 09:20'27 TIMEVAL=#12426
5 ./kppoc:18380 12/18 09:20'27 TIMEVAL=#219971
5 ./kppoc:18390 12/18 09:20'27 TIMEVAL=#217988
5 ./kppoc:18404 12/18 09:20'27 TIMEVAL=#84320
5 ./kppoc:18436 12/18 09:20'27 TIMEVAL=#21703
5 ./kppoc:18442 12/18 09:20'27 TIMEVAL=#15778
5 ./kppoc:18428 12/18 09:20'27 TIMEVAL=#31530
5 ./kppoc:18398 12/18 09:20'27 TIMEVAL=#115212
5 ./kppoc:18408 12/18 09:20'27 TIMEVAL=#110895
5 ./kppoc:18462 12/18 09:20'27 TIMEVAL=#10307
5 ./kppoc:18402 12/18 09:20'27 TIMEVAL=#127651
5 ./kppoc:18418 12/18 09:20'27 TIMEVAL=#18198
5 ./kppoc:18460 12/18 09:20'27 TIMEVAL=#13016
5 ./kppoc:18412 12/18 09:20'27 TIMEVAL=#19999
5 ./kppoc:18448 12/18 09:20'27 TIMEVAL=#21531
5 ./kppoc:18424 12/18 09:20'27 TIMEVAL=#133573
5 ./kppoc:18422 12/18 09:20'27 TIMEVAL=#15063
5 ./kppoc:18410 12/18 09:20'27 TIMEVAL=#120223
5 ./kppoc:18438 12/18 09:20'27 TIMEVAL=#130355
5 ./kppoc:18420 12/18 09:20'27 TIMEVAL=#74676
5 ./kppoc:18450 12/18 09:20'27 TIMEVAL=#8842
5 ./kppoc:18426 12/18 09:20'27 TIMEVAL=#17872
5 ./kppoc:18416 12/18 09:20'27 TIMEVAL=#132440
5 ./kppoc:18446 12/18 09:20'27 TIMEVAL=#143701
5 ./kppoc:18468 12/18 09:20'27 TIMEVAL=#22394
5 ./kppoc:18414 12/18 09:20'27 TIMEVAL=#140070
5 ./kppoc:18440 12/18 09:20'27 TIMEVAL=#148285
5 ./kppoc:18434 12/18 09:20'27 TIMEVAL=#150951
5 ./kppoc:18444 12/18 09:20'27 TIMEVAL=#142098
5 ./kppoc:18430 12/18 09:20'27 TIMEVAL=#154536
5 ./kppoc:18470 12/18 09:20'27 TIMEVAL=#24998
5 ./kppoc:18452 12/18 09:20'27 TIMEVAL=#60004
5 ./kppoc:18464 12/18 09:20'27 TIMEVAL=#9505
5 ./kppoc:18488 12/18 09:20'27 TIMEVAL=#6336
5 ./kppoc:18490 12/18 09:20'27 TIMEVAL=#9074
5 ./kppoc:18480 12/18 09:20'27 TIMEVAL=#16363
5 ./kppoc:18458 12/18 09:20'27 TIMEVAL=#69340
5 ./kppoc:18454 12/18 09:20'27 TIMEVAL=#73348
5 ./kppoc:18476 12/18 09:20'27 TIMEVAL=#17889
5 ./kppoc:18478 12/18 09:20'27 TIMEVAL=#23304
5 ./kppoc:18486 12/18 09:20'27 TIMEVAL=#19048
5 ./kppoc:18482 12/18 09:20'27 TIMEVAL=#24777
5 ./kppoc:18466 12/18 09:20'27 TIMEVAL=#76347
5 ./kppoc:18484 12/18 09:20'27 TIMEVAL=#15634
5 ./kppoc:18474 12/18 09:20'27 TIMEVAL=#79689
5 ./kppoc:18472 12/18 09:20'27 TIMEVAL=#8918
5 ./kppoc:18456 12/18 09:20'27 TIMEVAL=#100188
5 ./kppoc:18498 12/18 09:20'28 TIMEVAL=#6158
5 ./kppoc:18494 12/18 09:20'28 TIMEVAL=#10941
5 ./kppoc:18496 12/18 09:20'28 TIMEVAL=#10940
5 ./kppoc:18500 12/18 09:20'28 TIMEVAL=#4596
5 ./kppoc:18492 12/18 09:20'28 TIMEVAL=#5377
5 ./kppoc:18508 12/18 09:20'28 TIMEVAL=#5654
5 ./kppoc:18506 12/18 09:20'28 TIMEVAL=#4985
5 ./kppoc:18502 12/18 09:20'28 TIMEVAL=#9512
5 ./kppoc:18504 12/18 09:20'28 TIMEVAL=#10307
5 ./kppoc:18512 12/18 09:20'28 TIMEVAL=#4872
5 ./kppoc:18510 12/18 09:20'28 TIMEVAL=#4984
5 ./kppoc:18514 12/18 09:20'28 TIMEVAL=#4683
5 ./kppoc:18518 12/18 09:20'28 TIMEVAL=#4674
5 ./kppoc:18516 12/18 09:20'28 TIMEVAL=#6415
5 ./kppoc:18524 12/18 09:20'28 TIMEVAL=#8695
5 ./kppoc:18520 12/18 09:20'28 TIMEVAL=#8586
5 ./kppoc:18522 12/18 09:20'28 TIMEVAL=#5303
5 ./kppoc:18528 12/18 09:20'28 TIMEVAL=#9037
5 ./kppoc:18530 12/18 09:20'28 TIMEVAL=#9189
5 ./kppoc:18526 12/18 09:20'28 TIMEVAL=#10392
5 ./kppoc:18532 12/18 09:20'28 TIMEVAL=#13676
5 ./kppoc:18538 12/18 09:20'28 TIMEVAL=#14614
5 ./kppoc:18536 12/18 09:20'28 TIMEVAL=#14768
5 ./kppoc:18534 12/18 09:20'28 TIMEVAL=#18017
5 ./kppoc:18540 12/18 09:20'28 TIMEVAL=#7237
5 ./kppoc:18548 12/18 09:20'28 TIMEVAL=#4431
5 ./kppoc:18544 12/18 09:20'28 TIMEVAL=#4210
5 ./kppoc:18546 12/18 09:20'28 TIMEVAL=#7453
5 ./kppoc:18542 12/18 09:20'28 TIMEVAL=#8399
5 ./kppoc:18550 12/18 09:20'28 TIMEVAL=#5608
5 ./kppoc:18556 12/18 09:20'28 TIMEVAL=#4969
5 ./kppoc:18558 12/18 09:20'28 TIMEVAL=#4850
5 ./kppoc:18554 12/18 09:20'28 TIMEVAL=#8265
5 ./kppoc:18560 12/18 09:20'28 TIMEVAL=#9003
5 ./kppoc:18562 12/18 09:20'28 TIMEVAL=#9708
5 ./kppoc:18552 12/18 09:20'28 TIMEVAL=#67371
5 ./kppoc:18570 12/18 09:20'28 TIMEVAL=#4748
5 ./kppoc:18568 12/18 09:20'28 TIMEVAL=#10680
5 ./kppoc:18566 12/18 09:20'28 TIMEVAL=#5917
5 ./kppoc:18572 12/18 09:20'28 TIMEVAL=#7962
5 ./kppoc:18564 12/18 09:20'28 TIMEVAL=#4513
5 ./kppoc:18576 12/18 09:20'28 TIMEVAL=#5016
5 ./kppoc:18578 12/18 09:20'28 TIMEVAL=#5614
5 ./kppoc:18574 12/18 09:20'28 TIMEVAL=#12398
5 ./kppoc:18580 12/18 09:20'28 TIMEVAL=#5165
5 ./kppoc:18584 12/18 09:20'28 TIMEVAL=#5221
5 ./kppoc:18582 12/18 09:20'28 TIMEVAL=#5021
5 ./kppoc:18586 12/18 09:20'28 TIMEVAL=#7895
5 ./kppoc:18588 12/18 09:20'28 TIMEVAL=#7596
5 ./kppoc:18592 12/18 09:20'28 TIMEVAL=#8897
5 ./kppoc:18590 12/18 09:20'28 TIMEVAL=#12838
5 ./kppoc:18596 12/18 09:20'28 TIMEVAL=#7044
5 ./kppoc:18594 12/18 09:20'28 TIMEVAL=#4271
5 ./kppoc:18600 12/18 09:20'28 TIMEVAL=#4501
5 ./kppoc:18598 12/18 09:20'28 TIMEVAL=#4558
5 ./kppoc:18610 12/18 09:20'28 TIMEVAL=#4846
5 ./kppoc:18602 12/18 09:20'28 TIMEVAL=#5321
5 ./kppoc:18604 12/18 09:20'28 TIMEVAL=#6050
5 ./kppoc:18608 12/18 09:20'28 TIMEVAL=#6064
5 ./kppoc:18606 12/18 09:20'28 TIMEVAL=#4544
5 ./kppoc:18612 12/18 09:20'28 TIMEVAL=#5571
5 ./kppoc:18616 12/18 09:20'28 TIMEVAL=#6349
5 ./kppoc:18614 12/18 09:20'28 TIMEVAL=#7010
5 ./kppoc:18622 12/18 09:20'28 TIMEVAL=#4884
5 ./kppoc:18618 12/18 09:20'28 TIMEVAL=#5056
5 ./kppoc:18620 12/18 09:20'28 TIMEVAL=#5611
5 ./kppoc:18624 12/18 09:20'28 TIMEVAL=#9360
5 ./kppoc:18630 12/18 09:20'28 TIMEVAL=#6342
5 ./kppoc:18626 12/18 09:20'28 TIMEVAL=#7779
5 ./kppoc:18628 12/18 09:20'28 TIMEVAL=#5771
5 ./kppoc:18634 12/18 09:20'28 TIMEVAL=#8357
5 ./kppoc:18632 12/18 09:20'28 TIMEVAL=#4779
5 ./kppoc:18638 12/18 09:20'28 TIMEVAL=#6374
5 ./kppoc:18636 12/18 09:20'28 TIMEVAL=#5701
5 ./kppoc:18640 12/18 09:20'28 TIMEVAL=#5115
5 ./kppoc:18642 12/18 09:20'28 TIMEVAL=#8092
5 ./kppoc:18644 12/18 09:20'28 TIMEVAL=#8272
5 ./kppoc:18646 12/18 09:20'28 TIMEVAL=#11841
5 ./kppoc:18650 12/18 09:20'28 TIMEVAL=#7369
5 ./kppoc:18654 12/18 09:20'28 TIMEVAL=#8475
5 ./kppoc:18652 12/18 09:20'28 TIMEVAL=#8281
5 ./kppoc:18648 12/18 09:20'28 TIMEVAL=#5142
5 ./kppoc:18656 12/18 09:20'28 TIMEVAL=#5441
5 ./kppoc:18664 12/18 09:20'28 TIMEVAL=#9632
5 ./kppoc:18658 12/18 09:20'28 TIMEVAL=#5926
5 ./kppoc:18662 12/18 09:20'28 TIMEVAL=#9412
5 ./kppoc:18660 12/18 09:20'28 TIMEVAL=#12600
5 ./kppoc:18668 12/18 09:20'28 TIMEVAL=#4772
5 ./kppoc:18672 12/18 09:20'28 TIMEVAL=#8669
5 ./kppoc:18666 12/18 09:20'28 TIMEVAL=#12175
5 ./kppoc:18670 12/18 09:20'28 TIMEVAL=#7378
5 ./kppoc:18678 12/18 09:20'28 TIMEVAL=#4323
5 ./kppoc:18674 12/18 09:20'28 TIMEVAL=#4742
5 ./kppoc:18676 12/18 09:20'28 TIMEVAL=#4068
5 ./kppoc:18684 12/18 09:20'28 TIMEVAL=#5699
5 ./kppoc:18686 12/18 09:20'28 TIMEVAL=#6354
5 ./kppoc:18680 12/18 09:20'28 TIMEVAL=#10167
5 ./kppoc:18682 12/18 09:20'28 TIMEVAL=#11783
5 ./kppoc:18694 12/18 09:20'28 TIMEVAL=#5571
5 ./kppoc:18688 12/18 09:20'28 TIMEVAL=#11222
5 ./kppoc:18692 12/18 09:20'28 TIMEVAL=#11820
5 ./kppoc:18690 12/18 09:20'28 TIMEVAL=#13447
5 ./kppoc:18696 12/18 09:20'28 TIMEVAL=#6461
5 ./kppoc:18702 12/18 09:20'28 TIMEVAL=#4555
5 ./kppoc:18700 12/18 09:20'28 TIMEVAL=#5321
5 ./kppoc:18698 12/18 09:20'28 TIMEVAL=#8857
5 ./kppoc:18704 12/18 09:20'28 TIMEVAL=#5061
5 ./kppoc:18708 12/18 09:20'29 TIMEVAL=#5984
5 ./kppoc:18706 12/18 09:20'29 TIMEVAL=#8089
5 ./kppoc:18714 12/18 09:20'29 TIMEVAL=#8235
5 ./kppoc:18712 12/18 09:20'29 TIMEVAL=#8253
5 ./kppoc:18710 12/18 09:20'29 TIMEVAL=#9395
5 ./kppoc:18722 12/18 09:20'29 TIMEVAL=#6188
5 ./kppoc:18720 12/18 09:20'29 TIMEVAL=#6936
5 ./kppoc:18718 12/18 09:20'29 TIMEVAL=#8297
5 ./kppoc:18716 12/18 09:20'29 TIMEVAL=#15166
5 ./kppoc:18724 12/18 09:20'29 TIMEVAL=#5369
5 ./kppoc:18726 12/18 09:20'29 TIMEVAL=#4779
5 ./kppoc:18728 12/18 09:20'29 TIMEVAL=#8208
5 ./kppoc:18732 12/18 09:20'29 TIMEVAL=#5644
5 ./kppoc:18730 12/18 09:20'29 TIMEVAL=#6066
5 ./kppoc:18738 12/18 09:20'29 TIMEVAL=#6600
5 ./kppoc:18742 12/18 09:20'29 TIMEVAL=#9065
5 ./kppoc:18736 12/18 09:20'29 TIMEVAL=#10167
5 ./kppoc:18740 12/18 09:20'29 TIMEVAL=#8291
5 ./kppoc:18734 12/18 09:20'29 TIMEVAL=#11308
5 ./kppoc:18744 12/18 09:20'29 TIMEVAL=#4676
5 ./kppoc:18746 12/18 09:20'29 TIMEVAL=#7810
5 ./kppoc:18750 12/18 09:20'29 TIMEVAL=#8420
5 ./kppoc:18748 12/18 09:20'29 TIMEVAL=#8836
5 ./kppoc:18752 12/18 09:20'29 TIMEVAL=#5171
5 ./kppoc:18756 12/18 09:20'29 TIMEVAL=#4705
5 ./kppoc:18754 12/18 09:20'29 TIMEVAL=#4529
5 ./kppoc:18758 12/18 09:20'29 TIMEVAL=#4338
5 ./kppoc:18762 12/18 09:20'29 TIMEVAL=#6002
5 ./kppoc:18760 12/18 09:20'29 TIMEVAL=#6396
5 ./kppoc:18766 12/18 09:20'29 TIMEVAL=#4722
5 ./kppoc:18770 12/18 09:20'29 TIMEVAL=#4754
5 ./kppoc:18764 12/18 09:20'29 TIMEVAL=#5883
5 ./kppoc:18768 12/18 09:20'29 TIMEVAL=#4419
5 ./kppoc:18782 12/18 09:20'29 TIMEVAL=#5749
5 ./kppoc:18778 12/18 09:20'29 TIMEVAL=#7508
5 ./kppoc:18774 12/18 09:20'29 TIMEVAL=#8057
5 ./kppoc:18776 12/18 09:20'29 TIMEVAL=#5674
5 ./kppoc:18772 12/18 09:20'29 TIMEVAL=#9789
5 ./kppoc:18784 12/18 09:20'29 TIMEVAL=#5717
5 ./kppoc:18788 12/18 09:20'29 TIMEVAL=#8573
5 ./kppoc:18780 12/18 09:20'29 TIMEVAL=#4316
5 ./kppoc:18790 12/18 09:20'29 TIMEVAL=#4208
5 ./kppoc:18786 12/18 09:20'29 TIMEVAL=#6401
5 ./kppoc:18792 12/18 09:20'29 TIMEVAL=#8358
5 ./kppoc:18794 12/18 09:20'29 TIMEVAL=#8783
5 ./kppoc:18798 12/18 09:20'29 TIMEVAL=#8052
5 ./kppoc:18796 12/18 09:20'29 TIMEVAL=#9032
5 ./kppoc:18800 12/18 09:20'29 TIMEVAL=#10458
5 ./kppoc:18804 12/18 09:20'29 TIMEVAL=#5115
5 ./kppoc:18806 12/18 09:20'29 TIMEVAL=#5612
5 ./kppoc:18802 12/18 09:20'29 TIMEVAL=#5311
5 ./kppoc:18810 12/18 09:20'29 TIMEVAL=#5218
5 ./kppoc:18812 12/18 09:20'29 TIMEVAL=#8122
5 ./kppoc:18814 12/18 09:20'29 TIMEVAL=#8699
5 ./kppoc:18808 12/18 09:20'29 TIMEVAL=#9648
5 ./kppoc:18820 12/18 09:20'29 TIMEVAL=#6244
5 ./kppoc:18824 12/18 09:20'29 TIMEVAL=#6072
5 ./kppoc:18816 12/18 09:20'29 TIMEVAL=#4276
5 ./kppoc:18822 12/18 09:20'29 TIMEVAL=#14597
5 ./kppoc:18818 12/18 09:20'29 TIMEVAL=#8101
5 ./kppoc:18826 12/18 09:20'29 TIMEVAL=#4483
5 ./kppoc:18828 12/18 09:20'29 TIMEVAL=#10384
5 ./kppoc:18830 12/18 09:20'29 TIMEVAL=#10261
5 ./kppoc:18838 12/18 09:20'29 TIMEVAL=#4565
5 ./kppoc:18832 12/18 09:20'29 TIMEVAL=#5900
5 ./kppoc:18836 12/18 09:20'29 TIMEVAL=#4670
5 ./kppoc:18834 12/18 09:20'29 TIMEVAL=#9676
5 ./kppoc:18844 12/18 09:20'29 TIMEVAL=#6364
5 ./kppoc:18840 12/18 09:20'29 TIMEVAL=#7003
5 ./kppoc:18842 12/18 09:20'29 TIMEVAL=#9728
5 ./kppoc:18846 12/18 09:20'29 TIMEVAL=#4741
5 ./kppoc:18848 12/18 09:20'29 TIMEVAL=#4799
5 ./kppoc:18850 12/18 09:20'29 TIMEVAL=#6266
5 ./kppoc:18856 12/18 09:20'29 TIMEVAL=#7543
5 ./kppoc:18854 12/18 09:20'29 TIMEVAL=#10903
5 ./kppoc:18852 12/18 09:20'29 TIMEVAL=#12171
5 ./kppoc:18858 12/18 09:20'29 TIMEVAL=#4545
5 ./kppoc:18862 12/18 09:20'29 TIMEVAL=#5440
5 ./kppoc:18864 12/18 09:20'29 TIMEVAL=#4288
5 ./kppoc:18860 12/18 09:20'29 TIMEVAL=#5811
5 ./kppoc:18868 12/18 09:20'29 TIMEVAL=#5140
5 ./kppoc:18872 12/18 09:20'29 TIMEVAL=#10581
5 ./kppoc:18870 12/18 09:20'29 TIMEVAL=#10756
5 ./kppoc:18866 12/18 09:20'29 TIMEVAL=#14541
5 ./kppoc:18874 12/18 09:20'29 TIMEVAL=#4369
5 ./kppoc:18878 12/18 09:20'29 TIMEVAL=#5020
5 ./kppoc:18876 12/18 09:20'29 TIMEVAL=#8014
5 ./kppoc:18880 12/18 09:20'29 TIMEVAL=#5712
5 ./kppoc:18882 12/18 09:20'29 TIMEVAL=#6180
5 ./kppoc:18884 12/18 09:20'29 TIMEVAL=#4549
5 ./kppoc:18888 12/18 09:20'29 TIMEVAL=#5206
5 ./kppoc:18886 12/18 09:20'29 TIMEVAL=#6038
5 ./kppoc:18890 12/18 09:20'29 TIMEVAL=#4603
5 ./kppoc:18892 12/18 09:20'29 TIMEVAL=#7301
5 ./kppoc:18894 12/18 09:20'29 TIMEVAL=#7839
5 ./kppoc:18896 12/18 09:20'29 TIMEVAL=#7851
5 ./kppoc:18898 12/18 09:20'29 TIMEVAL=#9762
5 ./kppoc:18900 12/18 09:20'29 TIMEVAL=#9294
5 ./kppoc:18902 12/18 09:20'29 TIMEVAL=#10655
5 ./kppoc:18904 12/18 09:20'29 TIMEVAL=#14829
5 ./kppoc:18906 12/18 09:20'29 TIMEVAL=#6195
5 ./kppoc:18910 12/18 09:20'29 TIMEVAL=#6711
5 ./kppoc:18908 12/18 09:20'29 TIMEVAL=#9406
5 ./kppoc:18914 12/18 09:20'30 TIMEVAL=#4757
5 ./kppoc:18920 12/18 09:20'30 TIMEVAL=#5988
5 ./kppoc:18916 12/18 09:20'30 TIMEVAL=#11714
5 ./kppoc:18918 12/18 09:20'30 TIMEVAL=#11791
5 ./kppoc:18912 12/18 09:20'30 TIMEVAL=#14083
5 ./kppoc:18926 12/18 09:20'30 TIMEVAL=#5063
5 ./kppoc:18922 12/18 09:20'30 TIMEVAL=#5973
5 ./kppoc:18924 12/18 09:20'30 TIMEVAL=#4512
5 ./kppoc:18928 12/18 09:20'30 TIMEVAL=#5210
5 ./kppoc:18936 12/18 09:20'30 TIMEVAL=#4489
5 ./kppoc:18930 12/18 09:20'30 TIMEVAL=#4841
5 ./kppoc:18932 12/18 09:20'30 TIMEVAL=#5489
5 ./kppoc:18938 12/18 09:20'30 TIMEVAL=#6405
5 ./kppoc:18940 12/18 09:20'30 TIMEVAL=#6538
5 ./kppoc:18942 12/18 09:20'30 TIMEVAL=#8350
5 ./kppoc:18944 12/18 09:20'30 TIMEVAL=#7865
5 ./kppoc:18934 12/18 09:20'30 TIMEVAL=#4468
5 ./kppoc:18948 12/18 09:20'30 TIMEVAL=#4355
5 ./kppoc:18952 12/18 09:20'30 TIMEVAL=#4246
5 ./kppoc:18950 12/18 09:20'30 TIMEVAL=#5242
5 ./kppoc:18946 12/18 09:20'30 TIMEVAL=#4976
5 ./kppoc:18954 12/18 09:20'30 TIMEVAL=#4972
5 ./kppoc:18956 12/18 09:20'30 TIMEVAL=#5176
5 ./kppoc:18962 12/18 09:20'30 TIMEVAL=#4923
5 ./kppoc:18960 12/18 09:20'30 TIMEVAL=#8659
5 ./kppoc:18958 12/18 09:20'30 TIMEVAL=#10902
5 ./kppoc:18972 12/18 09:20'30 TIMEVAL=#4621
5 ./kppoc:18974 12/18 09:20'30 TIMEVAL=#5264
5 ./kppoc:18968 12/18 09:20'30 TIMEVAL=#4027
5 ./kppoc:18970 12/18 09:20'30 TIMEVAL=#8722
5 ./kppoc:18966 12/18 09:20'30 TIMEVAL=#12363
5 ./kppoc:18964 12/18 09:20'30 TIMEVAL=#76396
5 ./kppoc:18978 12/18 09:20'30 TIMEVAL=#4689
5 ./kppoc:18976 12/18 09:20'30 TIMEVAL=#4013
5 ./kppoc:18980 12/18 09:20'30 TIMEVAL=#4824
5 ./kppoc:18986 12/18 09:20'30 TIMEVAL=#5962
5 ./kppoc:18984 12/18 09:20'30 TIMEVAL=#4437
5 ./kppoc:18982 12/18 09:20'30 TIMEVAL=#10267
5 ./kppoc:18994 12/18 09:20'30 TIMEVAL=#5048
5 ./kppoc:18990 12/18 09:20'30 TIMEVAL=#9253
5 ./kppoc:18992 12/18 09:20'30 TIMEVAL=#5282
5 ./kppoc:18988 12/18 09:20'30 TIMEVAL=#13620
5 ./kppoc:19000 12/18 09:20'30 TIMEVAL=#5474
5 ./kppoc:18998 12/18 09:20'30 TIMEVAL=#5958
5 ./kppoc:19004 12/18 09:20'30 TIMEVAL=#6739
5 ./kppoc:18996 12/18 09:20'30 TIMEVAL=#9400
5 ./kppoc:19002 12/18 09:20'30 TIMEVAL=#10478
5 ./kppoc:19008 12/18 09:20'30 TIMEVAL=#4680
5 ./kppoc:19010 12/18 09:20'30 TIMEVAL=#8692
5 ./kppoc:19006 12/18 09:20'30 TIMEVAL=#12346
5 ./kppoc:19018 12/18 09:20'30 TIMEVAL=#4887
5 ./kppoc:19012 12/18 09:20'30 TIMEVAL=#4968
5 ./kppoc:19014 12/18 09:20'30 TIMEVAL=#7879
5 ./kppoc:19016 12/18 09:20'30 TIMEVAL=#5548
5 ./kppoc:19020 12/18 09:20'30 TIMEVAL=#4561
5 ./kppoc:19024 12/18 09:20'30 TIMEVAL=#4956
5 ./kppoc:19022 12/18 09:20'30 TIMEVAL=#10806
5 ./kppoc:19028 12/18 09:20'30 TIMEVAL=#5469
5 ./kppoc:19036 12/18 09:20'30 TIMEVAL=#7535
5 ./kppoc:19030 12/18 09:20'30 TIMEVAL=#8930
5 ./kppoc:19026 12/18 09:20'30 TIMEVAL=#8982
5 ./kppoc:19034 12/18 09:20'30 TIMEVAL=#7033
5 ./kppoc:19032 12/18 09:20'30 TIMEVAL=#6678
5 ./kppoc:19040 12/18 09:20'30 TIMEVAL=#5593
5 ./kppoc:19042 12/18 09:20'30 TIMEVAL=#5664
5 ./kppoc:19038 12/18 09:20'30 TIMEVAL=#9405
5 ./kppoc:19044 12/18 09:20'30 TIMEVAL=#11354
5 ./kppoc:19048 12/18 09:20'30 TIMEVAL=#4942
5 ./kppoc:19052 12/18 09:20'30 TIMEVAL=#6778
5 ./kppoc:19050 12/18 09:20'30 TIMEVAL=#5176
5 ./kppoc:19054 12/18 09:20'30 TIMEVAL=#4513
5 ./kppoc:19046 12/18 09:20'30 TIMEVAL=#6949
5 ./kppoc:19056 12/18 09:20'30 TIMEVAL=#5100
5 ./kppoc:19066 12/18 09:20'30 TIMEVAL=#5168
5 ./kppoc:19070 12/18 09:20'30 TIMEVAL=#5673
5 ./kppoc:19064 12/18 09:20'30 TIMEVAL=#7820
5 ./kppoc:19062 12/18 09:20'30 TIMEVAL=#5547
5 ./kppoc:19060 12/18 09:20'30 TIMEVAL=#15082
5 ./kppoc:19058 12/18 09:20'30 TIMEVAL=#5483
5 ./kppoc:19068 12/18 09:20'30 TIMEVAL=#13930
5 ./kppoc:19076 12/18 09:20'30 TIMEVAL=#6525
5 ./kppoc:19072 12/18 09:20'30 TIMEVAL=#7001
5 ./kppoc:19074 12/18 09:20'30 TIMEVAL=#7109
5 ./kppoc:19078 12/18 09:20'30 TIMEVAL=#11429
5 ./kppoc:19080 12/18 09:20'30 TIMEVAL=#5160
5 ./kppoc:19082 12/18 09:20'30 TIMEVAL=#6969
5 ./kppoc:19084 12/18 09:20'30 TIMEVAL=#10856
5 ./kppoc:19086 12/18 09:20'30 TIMEVAL=#8095
5 ./kppoc:19090 12/18 09:20'30 TIMEVAL=#6339
5 ./kppoc:19088 12/18 09:20'30 TIMEVAL=#6161
5 ./kppoc:19092 12/18 09:20'30 TIMEVAL=#8197
5 ./kppoc:19098 12/18 09:20'30 TIMEVAL=#12706
5 ./kppoc:19094 12/18 09:20'30 TIMEVAL=#4434
5 ./kppoc:19096 12/18 09:20'30 TIMEVAL=#16389
5 ./kppoc:19102 12/18 09:20'30 TIMEVAL=#8894
5 ./kppoc:19100 12/18 09:20'30 TIMEVAL=#12489
5 ./kppoc:19106 12/18 09:20'30 TIMEVAL=#13856
5 ./kppoc:19104 12/18 09:20'30 TIMEVAL=#14885
5 ./kppoc:19108 12/18 09:20'31 TIMEVAL=#4886
5 ./kppoc:19112 12/18 09:20'31 TIMEVAL=#5664
5 ./kppoc:19110 12/18 09:20'31 TIMEVAL=#5472
5 ./kppoc:19116 12/18 09:20'31 TIMEVAL=#5139
5 ./kppoc:19120 12/18 09:20'31 TIMEVAL=#5697
5 ./kppoc:19118 12/18 09:20'31 TIMEVAL=#4281
5 ./kppoc:19114 12/18 09:20'31 TIMEVAL=#8559
5 ./kppoc:19130 12/18 09:20'31 TIMEVAL=#5063
5 ./kppoc:19124 12/18 09:20'31 TIMEVAL=#4749
5 ./kppoc:19122 12/18 09:20'31 TIMEVAL=#4918
5 ./kppoc:19126 12/18 09:20'31 TIMEVAL=#5016
5 ./kppoc:19134 12/18 09:20'31 TIMEVAL=#5168
5 ./kppoc:19128 12/18 09:20'31 TIMEVAL=#5192
5 ./kppoc:19132 12/18 09:20'31 TIMEVAL=#5229
5 ./kppoc:19138 12/18 09:20'31 TIMEVAL=#7102
5 ./kppoc:19136 12/18 09:20'31 TIMEVAL=#9096
5 ./kppoc:19144 12/18 09:20'31 TIMEVAL=#7658
5 ./kppoc:19146 12/18 09:20'31 TIMEVAL=#5478
5 ./kppoc:19142 12/18 09:20'31 TIMEVAL=#11271
5 ./kppoc:19140 12/18 09:20'31 TIMEVAL=#8846
5 ./kppoc:19154 12/18 09:20'31 TIMEVAL=#4937
5 ./kppoc:19152 12/18 09:20'31 TIMEVAL=#4862
5 ./kppoc:19148 12/18 09:20'31 TIMEVAL=#5311
5 ./kppoc:19150 12/18 09:20'31 TIMEVAL=#4478
5 ./kppoc:19156 12/18 09:20'31 TIMEVAL=#8524
5 ./kppoc:19162 12/18 09:20'31 TIMEVAL=#7700
5 ./kppoc:19158 12/18 09:20'31 TIMEVAL=#11073
5 ./kppoc:19160 12/18 09:20'31 TIMEVAL=#7094
5 ./kppoc:19166 12/18 09:20'31 TIMEVAL=#12714
5 ./kppoc:19164 12/18 09:20'31 TIMEVAL=#8206
5 ./kppoc:19172 12/18 09:20'31 TIMEVAL=#4692
5 ./kppoc:19168 12/18 09:20'31 TIMEVAL=#5547
5 ./kppoc:19170 12/18 09:20'31 TIMEVAL=#5686
5 ./kppoc:19174 12/18 09:20'31 TIMEVAL=#8392
5 ./kppoc:19178 12/18 09:20'31 TIMEVAL=#4827
5 ./kppoc:19180 12/18 09:20'31 TIMEVAL=#6401
5 ./kppoc:19176 12/18 09:20'31 TIMEVAL=#10753
5 ./kppoc:19182 12/18 09:20'31 TIMEVAL=#9804
5 ./kppoc:19188 12/18 09:20'31 TIMEVAL=#12206
5 ./kppoc:19184 12/18 09:20'31 TIMEVAL=#12197
5 ./kppoc:19186 12/18 09:20'31 TIMEVAL=#20392
5 ./kppoc:19192 12/18 09:20'31 TIMEVAL=#4948
5 ./kppoc:19190 12/18 09:20'31 TIMEVAL=#4750
5 ./kppoc:19194 12/18 09:20'31 TIMEVAL=#4891
5 ./kppoc:19206 12/18 09:20'31 TIMEVAL=#7081
5 ./kppoc:19202 12/18 09:20'31 TIMEVAL=#8452
5 ./kppoc:19200 12/18 09:20'31 TIMEVAL=#8580
5 ./kppoc:19196 12/18 09:20'31 TIMEVAL=#8865
5 ./kppoc:19204 12/18 09:20'31 TIMEVAL=#5146
5 ./kppoc:19198 12/18 09:20'31 TIMEVAL=#17784
5 ./kppoc:19212 12/18 09:20'31 TIMEVAL=#4386
5 ./kppoc:19208 12/18 09:20'31 TIMEVAL=#6683
5 ./kppoc:19210 12/18 09:20'31 TIMEVAL=#15903
5 ./kppoc:19214 12/18 09:20'31 TIMEVAL=#15605
5 ./kppoc:19220 12/18 09:20'31 TIMEVAL=#4518
5 ./kppoc:19222 12/18 09:20'31 TIMEVAL=#5862
5 ./kppoc:19218 12/18 09:20'31 TIMEVAL=#12161
5 ./kppoc:19216 12/18 09:20'31 TIMEVAL=#13376
5 ./kppoc:19234 12/18 09:20'31 TIMEVAL=#8595
5 ./kppoc:19226 12/18 09:20'31 TIMEVAL=#4625
5 ./kppoc:19230 12/18 09:20'31 TIMEVAL=#9142
5 ./kppoc:19224 12/18 09:20'31 TIMEVAL=#6797
5 ./kppoc:19228 12/18 09:20'31 TIMEVAL=#8863
5 ./kppoc:19232 12/18 09:20'31 TIMEVAL=#20187
5 ./kppoc:19236 12/18 09:20'31 TIMEVAL=#4391
5 ./kppoc:19238 12/18 09:20'31 TIMEVAL=#8352
5 ./kppoc:19246 12/18 09:20'31 TIMEVAL=#5008
5 ./kppoc:19242 12/18 09:20'31 TIMEVAL=#5518
5 ./kppoc:19240 12/18 09:20'31 TIMEVAL=#7353
5 ./kppoc:19244 12/18 09:20'31 TIMEVAL=#12608
5 ./kppoc:19254 12/18 09:20'31 TIMEVAL=#4330
5 ./kppoc:19248 12/18 09:20'31 TIMEVAL=#7853
5 ./kppoc:19250 12/18 09:20'31 TIMEVAL=#4346
5 ./kppoc:19256 12/18 09:20'31 TIMEVAL=#4176
5 ./kppoc:19258 12/18 09:20'31 TIMEVAL=#4133
5 ./kppoc:19252 12/18 09:20'31 TIMEVAL=#5068
5 ./kppoc:19260 12/18 09:20'31 TIMEVAL=#8567
5 ./kppoc:19272 12/18 09:20'31 TIMEVAL=#7988
5 ./kppoc:19270 12/18 09:20'31 TIMEVAL=#9207
5 ./kppoc:19262 12/18 09:20'31 TIMEVAL=#9166
5 ./kppoc:19266 12/18 09:20'31 TIMEVAL=#15025
5 ./kppoc:19264 12/18 09:20'31 TIMEVAL=#4441
5 ./kppoc:19268 12/18 09:20'31 TIMEVAL=#16286
5 ./kppoc:19274 12/18 09:20'31 TIMEVAL=#4677
5 ./kppoc:19278 12/18 09:20'31 TIMEVAL=#6651
5 ./kppoc:19276 12/18 09:20'31 TIMEVAL=#10780
5 ./kppoc:19280 12/18 09:20'31 TIMEVAL=#4977
5 ./kppoc:19284 12/18 09:20'31 TIMEVAL=#9816
5 ./kppoc:19282 12/18 09:20'31 TIMEVAL=#11243
5 ./kppoc:19294 12/18 09:20'31 TIMEVAL=#5727
5 ./kppoc:19286 12/18 09:20'31 TIMEVAL=#10051
5 ./kppoc:19290 12/18 09:20'31 TIMEVAL=#10878
5 ./kppoc:19292 12/18 09:20'31 TIMEVAL=#11208
5 ./kppoc:19288 12/18 09:20'31 TIMEVAL=#5419
5 ./kppoc:19296 12/18 09:20'31 TIMEVAL=#4956
5 ./kppoc:19298 12/18 09:20'31 TIMEVAL=#8628
5 ./kppoc:19300 12/18 09:20'31 TIMEVAL=#8628
5 ./kppoc:19306 12/18 09:20'31 TIMEVAL=#11151
5 ./kppoc:19304 12/18 09:20'31 TIMEVAL=#12287
5 ./kppoc:19308 12/18 09:20'31 TIMEVAL=#5908
5 ./kppoc:19310 12/18 09:20'31 TIMEVAL=#12554
5 ./kppoc:19302 12/18 09:20'31 TIMEVAL=#13605
5 ./kppoc:19312 12/18 09:20'31 TIMEVAL=#13638
5 ./kppoc:19320 12/18 09:20'31 TIMEVAL=#4959
5 ./kppoc:19316 12/18 09:20'31 TIMEVAL=#8751
5 ./kppoc:19322 12/18 09:20'31 TIMEVAL=#7923
5 ./kppoc:19318 12/18 09:20'31 TIMEVAL=#10075
5 ./kppoc:19314 12/18 09:20'31 TIMEVAL=#12729
5 ./kppoc:19330 12/18 09:20'32 TIMEVAL=#6156
5 ./kppoc:19324 12/18 09:20'32 TIMEVAL=#6958
5 ./kppoc:19328 12/18 09:20'32 TIMEVAL=#7992
5 ./kppoc:19326 12/18 09:20'32 TIMEVAL=#11126
5 ./kppoc:19332 12/18 09:20'32 TIMEVAL=#4721
5 ./kppoc:19334 12/18 09:20'32 TIMEVAL=#5808
5 ./kppoc:19336 12/18 09:20'32 TIMEVAL=#6219
5 ./kppoc:19346 12/18 09:20'32 TIMEVAL=#7248
5 ./kppoc:19342 12/18 09:20'32 TIMEVAL=#8032
5 ./kppoc:19340 12/18 09:20'32 TIMEVAL=#7959
5 ./kppoc:19348 12/18 09:20'32 TIMEVAL=#9504
5 ./kppoc:19338 12/18 09:20'32 TIMEVAL=#7428
5 ./kppoc:19344 12/18 09:20'32 TIMEVAL=#10248
5 ./kppoc:19350 12/18 09:20'32 TIMEVAL=#4995
5 ./kppoc:19352 12/18 09:20'32 TIMEVAL=#5643
5 ./kppoc:19360 12/18 09:20'32 TIMEVAL=#4469
5 ./kppoc:19358 12/18 09:20'32 TIMEVAL=#4755
5 ./kppoc:19356 12/18 09:20'32 TIMEVAL=#10538
5 ./kppoc:19362 12/18 09:20'32 TIMEVAL=#7084
5 ./kppoc:19354 12/18 09:20'32 TIMEVAL=#5538
5 ./kppoc:19366 12/18 09:20'32 TIMEVAL=#6467
5 ./kppoc:19370 12/18 09:20'32 TIMEVAL=#8803
5 ./kppoc:19368 12/18 09:20'32 TIMEVAL=#4371
5 ./kppoc:19364 12/18 09:20'32 TIMEVAL=#10708
5 ./kppoc:19372 12/18 09:20'32 TIMEVAL=#5572
5 ./kppoc:19374 12/18 09:20'32 TIMEVAL=#4769
5 ./kppoc:19376 12/18 09:20'32 TIMEVAL=#8498
5 ./kppoc:19378 12/18 09:20'32 TIMEVAL=#7336
5 ./kppoc:19380 12/18 09:20'32 TIMEVAL=#6067
5 ./kppoc:19382 12/18 09:20'32 TIMEVAL=#7052
5 ./kppoc:19384 12/18 09:20'32 TIMEVAL=#7677
5 ./kppoc:19392 12/18 09:20'32 TIMEVAL=#7530
5 ./kppoc:19390 12/18 09:20'32 TIMEVAL=#11600
5 ./kppoc:19386 12/18 09:20'32 TIMEVAL=#8875
5 ./kppoc:19388 12/18 09:20'32 TIMEVAL=#5365
5 ./kppoc:19394 12/18 09:20'32 TIMEVAL=#4655
5 ./kppoc:19414 12/18 09:20'32 TIMEVAL=#213441
5 ./kppoc:19452 12/18 09:20'32 TIMEVAL=#10505
5 ./kppoc:19408 12/18 09:20'32 TIMEVAL=#220202
5 ./kppoc:19420 12/18 09:20'32 TIMEVAL=#221825
5 ./kppoc:19424 12/18 09:20'32 TIMEVAL=#224281
5 ./kppoc:19402 12/18 09:20'32 TIMEVAL=#226607
5 ./kppoc:19400 12/18 09:20'32 TIMEVAL=#231559
5 ./kppoc:19458 12/18 09:20'32 TIMEVAL=#8251
5 ./kppoc:19396 12/18 09:20'32 TIMEVAL=#242334
5 ./kppoc:19456 12/18 09:20'32 TIMEVAL=#8465
5 ./kppoc:19432 12/18 09:20'32 TIMEVAL=#250995
5 ./kppoc:19418 12/18 09:20'32 TIMEVAL=#253867
5 ./kppoc:19412 12/18 09:20'32 TIMEVAL=#253364
5 ./kppoc:19428 12/18 09:20'32 TIMEVAL=#266029
5 ./kppoc:19422 12/18 09:20'32 TIMEVAL=#268151
5 ./kppoc:19410 12/18 09:20'32 TIMEVAL=#271059
5 ./kppoc:19416 12/18 09:20'32 TIMEVAL=#269679
5 ./kppoc:19440 12/18 09:20'32 TIMEVAL=#55009
5 ./kppoc:19472 12/18 09:20'32 TIMEVAL=#69124
5 ./kppoc:19474 12/18 09:20'32 TIMEVAL=#71160
5 ./kppoc:19434 12/18 09:20'32 TIMEVAL=#71813
5 ./kppoc:19462 12/18 09:20'32 TIMEVAL=#37200
5 ./kppoc:19470 12/18 09:20'32 TIMEVAL=#4397
5 ./kppoc:19426 12/18 09:20'32 TIMEVAL=#287670
5 ./kppoc:19464 12/18 09:20'32 TIMEVAL=#79681
5 ./kppoc:19398 12/18 09:20'32 TIMEVAL=#294004
5 ./kppoc:19406 12/18 09:20'32 TIMEVAL=#299936
5 ./kppoc:19438 12/18 09:20'32 TIMEVAL=#25859
5 ./kppoc:19430 12/18 09:20'32 TIMEVAL=#302267
5 ./kppoc:19446 12/18 09:20'32 TIMEVAL=#94550
5 ./kppoc:19484 12/18 09:20'32 TIMEVAL=#13950
5 ./kppoc:19404 12/18 09:20'32 TIMEVAL=#307079
5 ./kppoc:19460 12/18 09:20'32 TIMEVAL=#101312
5 ./kppoc:19444 12/18 09:20'32 TIMEVAL=#103208
5 ./kppoc:19454 12/18 09:20'32 TIMEVAL=#108333
5 ./kppoc:19486 12/18 09:20'32 TIMEVAL=#11384
5 ./kppoc:19480 12/18 09:20'32 TIMEVAL=#11208
5 ./kppoc:19492 12/18 09:20'32 TIMEVAL=#12717
5 ./kppoc:19468 12/18 09:20'32 TIMEVAL=#114711
5 ./kppoc:19534 12/18 09:20'32 TIMEVAL=#6436
5 ./kppoc:19448 12/18 09:20'33 TIMEVAL=#167203
5 ./kppoc:19482 12/18 09:20'33 TIMEVAL=#5554
5 ./kppoc:19450 12/18 09:20'33 TIMEVAL=#173037
5 ./kppoc:19490 12/18 09:20'33 TIMEVAL=#7802
5 ./kppoc:19436 12/18 09:20'33 TIMEVAL=#276515
5 ./kppoc:19532 12/18 09:20'33 TIMEVAL=#7592
5 ./kppoc:19536 12/18 09:20'33 TIMEVAL=#14830
5 ./kppoc:19478 12/18 09:20'33 TIMEVAL=#15019
5 ./kppoc:19442 12/18 09:20'33 TIMEVAL=#217628
5 ./kppoc:19540 12/18 09:20'33 TIMEVAL=#18930
5 ./kppoc:19548 12/18 09:20'33 TIMEVAL=#17483
5 ./kppoc:19542 12/18 09:20'33 TIMEVAL=#12774
5 ./kppoc:19476 12/18 09:20'33 TIMEVAL=#24971
5 ./kppoc:19466 12/18 09:20'33 TIMEVAL=#224908
5 ./kppoc:19488 12/18 09:20'33 TIMEVAL=#26067
5 ./kppoc:19550 12/18 09:20'33 TIMEVAL=#24120
5 ./kppoc:19552 12/18 09:20'33 TIMEVAL=#10095
5 ./kppoc:19494 12/18 09:20'33 TIMEVAL=#30048
5 ./kppoc:19538 12/18 09:20'33 TIMEVAL=#23036
5 ./kppoc:19544 12/18 09:20'33 TIMEVAL=#25956
5 ./kppoc:19546 12/18 09:20'33 TIMEVAL=#25457
5 ./kppoc:19558 12/18 09:20'33 TIMEVAL=#8267
5 ./kppoc:19554 12/18 09:20'33 TIMEVAL=#8959
5 ./kppoc:19560 12/18 09:20'33 TIMEVAL=#9427
5 ./kppoc:19556 12/18 09:20'33 TIMEVAL=#5130
5 ./kppoc:19564 12/18 09:20'33 TIMEVAL=#5671
5 ./kppoc:19562 12/18 09:20'33 TIMEVAL=#5223
5 ./kppoc:19570 12/18 09:20'33 TIMEVAL=#8244
5 ./kppoc:19568 12/18 09:20'33 TIMEVAL=#4843
5 ./kppoc:19566 12/18 09:20'33 TIMEVAL=#9562
5 ./kppoc:19572 12/18 09:20'33 TIMEVAL=#5043
5 ./kppoc:19578 12/18 09:20'33 TIMEVAL=#8011
5 ./kppoc:19576 12/18 09:20'33 TIMEVAL=#8410
5 ./kppoc:19574 12/18 09:20'33 TIMEVAL=#10537
5 ./kppoc:19582 12/18 09:20'33 TIMEVAL=#7507
5 ./kppoc:19584 12/18 09:20'33 TIMEVAL=#6917
5 ./kppoc:19580 12/18 09:20'33 TIMEVAL=#4588
5 ./kppoc:19586 12/18 09:20'33 TIMEVAL=#8547
5 ./kppoc:19588 12/18 09:20'33 TIMEVAL=#4578
5 ./kppoc:19590 12/18 09:20'33 TIMEVAL=#5380
5 ./kppoc:19594 12/18 09:20'33 TIMEVAL=#4991
5 ./kppoc:19592 12/18 09:20'33 TIMEVAL=#10336
5 ./kppoc:19600 12/18 09:20'33 TIMEVAL=#12834
5 ./kppoc:19596 12/18 09:20'33 TIMEVAL=#11549
5 ./kppoc:19602 12/18 09:20'33 TIMEVAL=#5410
5 ./kppoc:19608 12/18 09:20'33 TIMEVAL=#5494
5 ./kppoc:19598 12/18 09:20'33 TIMEVAL=#5989
5 ./kppoc:19606 12/18 09:20'33 TIMEVAL=#4613
5 ./kppoc:19604 12/18 09:20'33 TIMEVAL=#8982
5 ./kppoc:19610 12/18 09:20'33 TIMEVAL=#4543
5 ./kppoc:19612 12/18 09:20'33 TIMEVAL=#11994
5 ./kppoc:19618 12/18 09:20'33 TIMEVAL=#5105
5 ./kppoc:19616 12/18 09:20'33 TIMEVAL=#4974
5 ./kppoc:19614 12/18 09:20'33 TIMEVAL=#5065
5 ./kppoc:19624 12/18 09:20'33 TIMEVAL=#4924
5 ./kppoc:19622 12/18 09:20'33 TIMEVAL=#4949
5 ./kppoc:19620 12/18 09:20'33 TIMEVAL=#4850
5 ./kppoc:19626 12/18 09:20'33 TIMEVAL=#5622
5 ./kppoc:19628 12/18 09:20'33 TIMEVAL=#4981
5 ./kppoc:19632 12/18 09:20'33 TIMEVAL=#9124
5 ./kppoc:19630 12/18 09:20'33 TIMEVAL=#9695
5 ./kppoc:19634 12/18 09:20'33 TIMEVAL=#4977
5 ./kppoc:19636 12/18 09:20'33 TIMEVAL=#4818
5 ./kppoc:19638 12/18 09:20'33 TIMEVAL=#4886
5 ./kppoc:19640 12/18 09:20'33 TIMEVAL=#4924
5 ./kppoc:19646 12/18 09:20'33 TIMEVAL=#5215
5 ./kppoc:19642 12/18 09:20'33 TIMEVAL=#10076
5 ./kppoc:19644 12/18 09:20'33 TIMEVAL=#7335
5 ./kppoc:19652 12/18 09:20'33 TIMEVAL=#5256
5 ./kppoc:19654 12/18 09:20'33 TIMEVAL=#9233
5 ./kppoc:19656 12/18 09:20'33 TIMEVAL=#8717
5 ./kppoc:19648 12/18 09:20'33 TIMEVAL=#13686
5 ./kppoc:19650 12/18 09:20'33 TIMEVAL=#15060
5 ./kppoc:19662 12/18 09:20'33 TIMEVAL=#5781
5 ./kppoc:19664 12/18 09:20'33 TIMEVAL=#6661
5 ./kppoc:19660 12/18 09:20'33 TIMEVAL=#7748
5 ./kppoc:19658 12/18 09:20'33 TIMEVAL=#6740
5 ./kppoc:19672 12/18 09:20'33 TIMEVAL=#4391
5 ./kppoc:19670 12/18 09:20'33 TIMEVAL=#5711
5 ./kppoc:19668 12/18 09:20'33 TIMEVAL=#8921
5 ./kppoc:19666 12/18 09:20'33 TIMEVAL=#8887
5 ./kppoc:19676 12/18 09:20'33 TIMEVAL=#4586
5 ./kppoc:19682 12/18 09:20'33 TIMEVAL=#5127
5 ./kppoc:19680 12/18 09:20'33 TIMEVAL=#9559
5 ./kppoc:19674 12/18 09:20'33 TIMEVAL=#14525
5 ./kppoc:19678 12/18 09:20'33 TIMEVAL=#14575
5 ./kppoc:19688 12/18 09:20'33 TIMEVAL=#4480
5 ./kppoc:19686 12/18 09:20'33 TIMEVAL=#4462
5 ./kppoc:19684 12/18 09:20'33 TIMEVAL=#8297
5 ./kppoc:19690 12/18 09:20'33 TIMEVAL=#4689
5 ./kppoc:19692 12/18 09:20'33 TIMEVAL=#7687
5 ./kppoc:19694 12/18 09:20'33 TIMEVAL=#4490
5 ./kppoc:19696 12/18 09:20'33 TIMEVAL=#4521
5 ./kppoc:19700 12/18 09:20'33 TIMEVAL=#4537
5 ./kppoc:19702 12/18 09:20'33 TIMEVAL=#5449
5 ./kppoc:19698 12/18 09:20'33 TIMEVAL=#8455
5 ./kppoc:19704 12/18 09:20'33 TIMEVAL=#4794
5 ./kppoc:19710 12/18 09:20'33 TIMEVAL=#4496
5 ./kppoc:19708 12/18 09:20'33 TIMEVAL=#4252
5 ./kppoc:19716 12/18 09:20'33 TIMEVAL=#11820
5 ./kppoc:19712 12/18 09:20'33 TIMEVAL=#12303
5 ./kppoc:19714 12/18 09:20'33 TIMEVAL=#12809
5 ./kppoc:19706 12/18 09:20'33 TIMEVAL=#4432
5 ./kppoc:19718 12/18 09:20'33 TIMEVAL=#4714
5 ./kppoc:19724 12/18 09:20'33 TIMEVAL=#5495
5 ./kppoc:19720 12/18 09:20'33 TIMEVAL=#8849
5 ./kppoc:19722 12/18 09:20'33 TIMEVAL=#4364
5 ./kppoc:19728 12/18 09:20'33 TIMEVAL=#5890
5 ./kppoc:19726 12/18 09:20'33 TIMEVAL=#8416
5 ./kppoc:19730 12/18 09:20'33 TIMEVAL=#7834
5 ./kppoc:19736 12/18 09:20'33 TIMEVAL=#5358
5 ./kppoc:19734 12/18 09:20'33 TIMEVAL=#9599
5 ./kppoc:19732 12/18 09:20'33 TIMEVAL=#10478
5 ./kppoc:19740 12/18 09:20'33 TIMEVAL=#8349
5 ./kppoc:19738 12/18 09:20'33 TIMEVAL=#14100
5 ./kppoc:19746 12/18 09:20'34 TIMEVAL=#4342
5 ./kppoc:19742 12/18 09:20'34 TIMEVAL=#4641
5 ./kppoc:19744 12/18 09:20'34 TIMEVAL=#8854
5 ./kppoc:19748 12/18 09:20'34 TIMEVAL=#8736
5 ./kppoc:19752 12/18 09:20'34 TIMEVAL=#4707
5 ./kppoc:19754 12/18 09:20'34 TIMEVAL=#8881
5 ./kppoc:19750 12/18 09:20'34 TIMEVAL=#4371
5 ./kppoc:19758 12/18 09:20'34 TIMEVAL=#4823
5 ./kppoc:19756 12/18 09:20'34 TIMEVAL=#6858
5 ./kppoc:19760 12/18 09:20'34 TIMEVAL=#8075
5 ./kppoc:19770 12/18 09:20'34 TIMEVAL=#6072
5 ./kppoc:19764 12/18 09:20'34 TIMEVAL=#6261
5 ./kppoc:19766 12/18 09:20'34 TIMEVAL=#9134
5 ./kppoc:19768 12/18 09:20'34 TIMEVAL=#10412
5 ./kppoc:19762 12/18 09:20'34 TIMEVAL=#7710
5 ./kppoc:19772 12/18 09:20'34 TIMEVAL=#6040
5 ./kppoc:19776 12/18 09:20'34 TIMEVAL=#6797
5 ./kppoc:19774 12/18 09:20'34 TIMEVAL=#4931
5 ./kppoc:19782 12/18 09:20'34 TIMEVAL=#4450
5 ./kppoc:19778 12/18 09:20'34 TIMEVAL=#5761
5 ./kppoc:19784 12/18 09:20'34 TIMEVAL=#5426
5 ./kppoc:19780 12/18 09:20'34 TIMEVAL=#8233
5 ./kppoc:19788 12/18 09:20'34 TIMEVAL=#5664
5 ./kppoc:19786 12/18 09:20'34 TIMEVAL=#8311
5 ./kppoc:19790 12/18 09:20'34 TIMEVAL=#8419
5 ./kppoc:19792 12/18 09:20'34 TIMEVAL=#5028
5 ./kppoc:19794 12/18 09:20'34 TIMEVAL=#4604
5 ./kppoc:19796 12/18 09:20'34 TIMEVAL=#9045
5 ./kppoc:19798 12/18 09:20'34 TIMEVAL=#5967
5 ./kppoc:19802 12/18 09:20'34 TIMEVAL=#4761
5 ./kppoc:19806 12/18 09:20'34 TIMEVAL=#5598
5 ./kppoc:19804 12/18 09:20'34 TIMEVAL=#7886
5 ./kppoc:19800 12/18 09:20'34 TIMEVAL=#8175
5 ./kppoc:19814 12/18 09:20'34 TIMEVAL=#4547
5 ./kppoc:19810 12/18 09:20'34 TIMEVAL=#8855
5 ./kppoc:19812 12/18 09:20'34 TIMEVAL=#12601
5 ./kppoc:19808 12/18 09:20'34 TIMEVAL=#4452
5 ./kppoc:19816 12/18 09:20'34 TIMEVAL=#4313
5 ./kppoc:19818 12/18 09:20'34 TIMEVAL=#5760
5 ./kppoc:19824 12/18 09:20'34 TIMEVAL=#5153
5 ./kppoc:19822 12/18 09:20'34 TIMEVAL=#8463
5 ./kppoc:19820 12/18 09:20'34 TIMEVAL=#8629
5 ./kppoc:19826 12/18 09:20'34 TIMEVAL=#8811
5 ./kppoc:19834 12/18 09:20'34 TIMEVAL=#4813
5 ./kppoc:19828 12/18 09:20'34 TIMEVAL=#6925
5 ./kppoc:19830 12/18 09:20'34 TIMEVAL=#6913
5 ./kppoc:19832 12/18 09:20'34 TIMEVAL=#11908
5 ./kppoc:19840 12/18 09:20'34 TIMEVAL=#5690
5 ./kppoc:19838 12/18 09:20'34 TIMEVAL=#5992
5 ./kppoc:19842 12/18 09:20'34 TIMEVAL=#8974
5 ./kppoc:19836 12/18 09:20'34 TIMEVAL=#7776
5 ./kppoc:19846 12/18 09:20'34 TIMEVAL=#4720
5 ./kppoc:19850 12/18 09:20'34 TIMEVAL=#7536
5 ./kppoc:19852 12/18 09:20'34 TIMEVAL=#8069
5 ./kppoc:19848 12/18 09:20'34 TIMEVAL=#4367
5 ./kppoc:19844 12/18 09:20'34 TIMEVAL=#4132
5 ./kppoc:19854 12/18 09:20'34 TIMEVAL=#6183
5 ./kppoc:19856 12/18 09:20'34 TIMEVAL=#8130
5 ./kppoc:19862 12/18 09:20'34 TIMEVAL=#9073
5 ./kppoc:19858 12/18 09:20'34 TIMEVAL=#5063
5 ./kppoc:19866 12/18 09:20'34 TIMEVAL=#4877
5 ./kppoc:19864 12/18 09:20'34 TIMEVAL=#7952
5 ./kppoc:19860 12/18 09:20'34 TIMEVAL=#6152
5 ./kppoc:19876 12/18 09:20'34 TIMEVAL=#4927
5 ./kppoc:19872 12/18 09:20'34 TIMEVAL=#5263
5 ./kppoc:19878 12/18 09:20'34 TIMEVAL=#10965
5 ./kppoc:19874 12/18 09:20'34 TIMEVAL=#12184
5 ./kppoc:19868 12/18 09:20'34 TIMEVAL=#17144
5 ./kppoc:19870 12/18 09:20'34 TIMEVAL=#4388
5 ./kppoc:19880 12/18 09:20'34 TIMEVAL=#4222
5 ./kppoc:19884 12/18 09:20'34 TIMEVAL=#5272
5 ./kppoc:19888 12/18 09:20'34 TIMEVAL=#4803
5 ./kppoc:19886 12/18 09:20'34 TIMEVAL=#7018
5 ./kppoc:19882 12/18 09:20'34 TIMEVAL=#10161
5 ./kppoc:19896 12/18 09:20'34 TIMEVAL=#5042
5 ./kppoc:19892 12/18 09:20'34 TIMEVAL=#9279
5 ./kppoc:19898 12/18 09:20'34 TIMEVAL=#8221
5 ./kppoc:19890 12/18 09:20'34 TIMEVAL=#8992
5 ./kppoc:19894 12/18 09:20'34 TIMEVAL=#7251
5 ./kppoc:19906 12/18 09:20'34 TIMEVAL=#5255
5 ./kppoc:19908 12/18 09:20'34 TIMEVAL=#8747
5 ./kppoc:19902 12/18 09:20'34 TIMEVAL=#9752
5 ./kppoc:19904 12/18 09:20'34 TIMEVAL=#12240
5 ./kppoc:19900 12/18 09:20'34 TIMEVAL=#11794
5 ./kppoc:19910 12/18 09:20'34 TIMEVAL=#5977
5 ./kppoc:19920 12/18 09:20'34 TIMEVAL=#6064
5 ./kppoc:19914 12/18 09:20'34 TIMEVAL=#9085
5 ./kppoc:19912 12/18 09:20'34 TIMEVAL=#10865
5 ./kppoc:19918 12/18 09:20'34 TIMEVAL=#12168
5 ./kppoc:19916 12/18 09:20'34 TIMEVAL=#5899
5 ./kppoc:19926 12/18 09:20'34 TIMEVAL=#6903
5 ./kppoc:19924 12/18 09:20'34 TIMEVAL=#7722
5 ./kppoc:19922 12/18 09:20'34 TIMEVAL=#7934
5 ./kppoc:19936 12/18 09:20'34 TIMEVAL=#5391
5 ./kppoc:19934 12/18 09:20'34 TIMEVAL=#8571
5 ./kppoc:19942 12/18 09:20'34 TIMEVAL=#8337
5 ./kppoc:19940 12/18 09:20'34 TIMEVAL=#11810
5 ./kppoc:19930 12/18 09:20'34 TIMEVAL=#8519
5 ./kppoc:19928 12/18 09:20'34 TIMEVAL=#18810
5 ./kppoc:19932 12/18 09:20'34 TIMEVAL=#14544
5 ./kppoc:19950 12/18 09:20'34 TIMEVAL=#5005
5 ./kppoc:19938 12/18 09:20'34 TIMEVAL=#6035
5 ./kppoc:19952 12/18 09:20'34 TIMEVAL=#9836
5 ./kppoc:19948 12/18 09:20'34 TIMEVAL=#13348
5 ./kppoc:19944 12/18 09:20'34 TIMEVAL=#6464
5 ./kppoc:19946 12/18 09:20'34 TIMEVAL=#9481
5 ./kppoc:19960 12/18 09:20'35 TIMEVAL=#4766
5 ./kppoc:19954 12/18 09:20'35 TIMEVAL=#4765
5 ./kppoc:19958 12/18 09:20'35 TIMEVAL=#8865
5 ./kppoc:19956 12/18 09:20'35 TIMEVAL=#13165
5 ./kppoc:19966 12/18 09:20'35 TIMEVAL=#4374
5 ./kppoc:19962 12/18 09:20'35 TIMEVAL=#8239
5 ./kppoc:19968 12/18 09:20'35 TIMEVAL=#4401
5 ./kppoc:19978 12/18 09:20'35 TIMEVAL=#8730
5 ./kppoc:19976 12/18 09:20'35 TIMEVAL=#8267
5 ./kppoc:19964 12/18 09:20'35 TIMEVAL=#9223
5 ./kppoc:19974 12/18 09:20'35 TIMEVAL=#11155
5 ./kppoc:19972 12/18 09:20'35 TIMEVAL=#4304
5 ./kppoc:19970 12/18 09:20'35 TIMEVAL=#6597
5 ./kppoc:19986 12/18 09:20'35 TIMEVAL=#5817
5 ./kppoc:19988 12/18 09:20'35 TIMEVAL=#9002
5 ./kppoc:19980 12/18 09:20'35 TIMEVAL=#12317
5 ./kppoc:19984 12/18 09:20'35 TIMEVAL=#9065
5 ./kppoc:19982 12/18 09:20'35 TIMEVAL=#13508
5 ./kppoc:19996 12/18 09:20'35 TIMEVAL=#6424
5 ./kppoc:19990 12/18 09:20'35 TIMEVAL=#9865
5 ./kppoc:19992 12/18 09:20'35 TIMEVAL=#10461
5 ./kppoc:19994 12/18 09:20'35 TIMEVAL=#11101
5 ./kppoc:20004 12/18 09:20'35 TIMEVAL=#6251
5 ./kppoc:20006 12/18 09:20'35 TIMEVAL=#6955
5 ./kppoc:20002 12/18 09:20'35 TIMEVAL=#9628
5 ./kppoc:20008 12/18 09:20'35 TIMEVAL=#15844
5 ./kppoc:20000 12/18 09:20'35 TIMEVAL=#16815
5 ./kppoc:19998 12/18 09:20'35 TIMEVAL=#17329
5 ./kppoc:20014 12/18 09:20'35 TIMEVAL=#6408
5 ./kppoc:20012 12/18 09:20'35 TIMEVAL=#7219
5 ./kppoc:20010 12/18 09:20'35 TIMEVAL=#10660
5 ./kppoc:20022 12/18 09:20'35 TIMEVAL=#5119
5 ./kppoc:20018 12/18 09:20'35 TIMEVAL=#5271
5 ./kppoc:20016 12/18 09:20'35 TIMEVAL=#5512
5 ./kppoc:20020 12/18 09:20'35 TIMEVAL=#5619
5 ./kppoc:20028 12/18 09:20'35 TIMEVAL=#5649
5 ./kppoc:20024 12/18 09:20'35 TIMEVAL=#10187
5 ./kppoc:20026 12/18 09:20'35 TIMEVAL=#18380
5 ./kppoc:20030 12/18 09:20'35 TIMEVAL=#12669
5 ./kppoc:20032 12/18 09:20'35 TIMEVAL=#22549
5 ./kppoc:20034 12/18 09:20'35 TIMEVAL=#4451
5 ./kppoc:20038 12/18 09:20'35 TIMEVAL=#4181
5 ./kppoc:20040 12/18 09:20'35 TIMEVAL=#4986
5 ./kppoc:20036 12/18 09:20'35 TIMEVAL=#4867
5 ./kppoc:20042 12/18 09:20'35 TIMEVAL=#7088
5 ./kppoc:20046 12/18 09:20'35 TIMEVAL=#9288
5 ./kppoc:20044 12/18 09:20'35 TIMEVAL=#9516
5 ./kppoc:20048 12/18 09:20'35 TIMEVAL=#13922
5 ./kppoc:20058 12/18 09:20'35 TIMEVAL=#5446
5 ./kppoc:20054 12/18 09:20'35 TIMEVAL=#7315
5 ./kppoc:20052 12/18 09:20'35 TIMEVAL=#15500
5 ./kppoc:20050 12/18 09:20'35 TIMEVAL=#8148
5 ./kppoc:20056 12/18 09:20'35 TIMEVAL=#10493
5 ./kppoc:20064 12/18 09:20'35 TIMEVAL=#5826
5 ./kppoc:20066 12/18 09:20'35 TIMEVAL=#8024
5 ./kppoc:20062 12/18 09:20'35 TIMEVAL=#8487
5 ./kppoc:20060 12/18 09:20'35 TIMEVAL=#5024
5 ./kppoc:20070 12/18 09:20'35 TIMEVAL=#8497
5 ./kppoc:20068 12/18 09:20'35 TIMEVAL=#14435
5 ./kppoc:20074 12/18 09:20'35 TIMEVAL=#14222
5 ./kppoc:20072 12/18 09:20'35 TIMEVAL=#14712
5 ./kppoc:20080 12/18 09:20'35 TIMEVAL=#9658
5 ./kppoc:20078 12/18 09:20'35 TIMEVAL=#7104
5 ./kppoc:20084 12/18 09:20'35 TIMEVAL=#10537
5 ./kppoc:20082 12/18 09:20'35 TIMEVAL=#10282
5 ./kppoc:20088 12/18 09:20'35 TIMEVAL=#5334
5 ./kppoc:20076 12/18 09:20'35 TIMEVAL=#5098
5 ./kppoc:20086 12/18 09:20'35 TIMEVAL=#4223
5 ./kppoc:20094 12/18 09:20'35 TIMEVAL=#6137
5 ./kppoc:20090 12/18 09:20'35 TIMEVAL=#7907
5 ./kppoc:20092 12/18 09:20'35 TIMEVAL=#11161
5 ./kppoc:20102 12/18 09:20'35 TIMEVAL=#4227
5 ./kppoc:20098 12/18 09:20'35 TIMEVAL=#5697
5 ./kppoc:20100 12/18 09:20'35 TIMEVAL=#5724
5 ./kppoc:20096 12/18 09:20'35 TIMEVAL=#4503
5 ./kppoc:20110 12/18 09:20'35 TIMEVAL=#8931
5 ./kppoc:20112 12/18 09:20'35 TIMEVAL=#9576
5 ./kppoc:20116 12/18 09:20'35 TIMEVAL=#10033
5 ./kppoc:20114 12/18 09:20'35 TIMEVAL=#9910
5 ./kppoc:20104 12/18 09:20'35 TIMEVAL=#10873
5 ./kppoc:20108 12/18 09:20'35 TIMEVAL=#10187
5 ./kppoc:20106 12/18 09:20'35 TIMEVAL=#4439
5 ./kppoc:20124 12/18 09:20'35 TIMEVAL=#6696
5 ./kppoc:20120 12/18 09:20'35 TIMEVAL=#7327
5 ./kppoc:20118 12/18 09:20'35 TIMEVAL=#9349
5 ./kppoc:20122 12/18 09:20'35 TIMEVAL=#9859
5 ./kppoc:20126 12/18 09:20'35 TIMEVAL=#10486
5 ./kppoc:20136 12/18 09:20'35 TIMEVAL=#4935
5 ./kppoc:20130 12/18 09:20'35 TIMEVAL=#5661
5 ./kppoc:20132 12/18 09:20'35 TIMEVAL=#5794
5 ./kppoc:20128 12/18 09:20'35 TIMEVAL=#8948
5 ./kppoc:20134 12/18 09:20'35 TIMEVAL=#6074
5 ./kppoc:20144 12/18 09:20'35 TIMEVAL=#10176
5 ./kppoc:20138 12/18 09:20'35 TIMEVAL=#14592
5 ./kppoc:20150 12/18 09:20'35 TIMEVAL=#4065
5 ./kppoc:20148 12/18 09:20'35 TIMEVAL=#9098
5 ./kppoc:20140 12/18 09:20'35 TIMEVAL=#9480
5 ./kppoc:20142 12/18 09:20'35 TIMEVAL=#15771
5 ./kppoc:20146 12/18 09:20'35 TIMEVAL=#9739
5 ./kppoc:20154 12/18 09:20'35 TIMEVAL=#8721
5 ./kppoc:20160 12/18 09:20'35 TIMEVAL=#10552
5 ./kppoc:20156 12/18 09:20'35 TIMEVAL=#10689
5 ./kppoc:20152 12/18 09:20'35 TIMEVAL=#11513
5 ./kppoc:20162 12/18 09:20'36 TIMEVAL=#5424
5 ./kppoc:20158 12/18 09:20'36 TIMEVAL=#7197
5 ./kppoc:20164 12/18 09:20'36 TIMEVAL=#7415
5 ./kppoc:20166 12/18 09:20'36 TIMEVAL=#5276
5 ./kppoc:20168 12/18 09:20'36 TIMEVAL=#6544
5 ./kppoc:20172 12/18 09:20'36 TIMEVAL=#8102
5 ./kppoc:20174 12/18 09:20'36 TIMEVAL=#10865
5 ./kppoc:20170 12/18 09:20'36 TIMEVAL=#11362
5 ./kppoc:20176 12/18 09:20'36 TIMEVAL=#8779
5 ./kppoc:20188 12/18 09:20'36 TIMEVAL=#10352
5 ./kppoc:20180 12/18 09:20'36 TIMEVAL=#4281
5 ./kppoc:20182 12/18 09:20'36 TIMEVAL=#16614
5 ./kppoc:20186 12/18 09:20'36 TIMEVAL=#18710
5 ./kppoc:20184 12/18 09:20'36 TIMEVAL=#20634
5 ./kppoc:20196 12/18 09:20'36 TIMEVAL=#5540
5 ./kppoc:20194 12/18 09:20'36 TIMEVAL=#13451
5 ./kppoc:20190 12/18 09:20'36 TIMEVAL=#14069
5 ./kppoc:20178 12/18 09:20'36 TIMEVAL=#14135
5 ./kppoc:20192 12/18 09:20'36 TIMEVAL=#11048
5 ./kppoc:20198 12/18 09:20'36 TIMEVAL=#4778
5 ./kppoc:20204 12/18 09:20'36 TIMEVAL=#8500
5 ./kppoc:20202 12/18 09:20'36 TIMEVAL=#10879
5 ./kppoc:20208 12/18 09:20'36 TIMEVAL=#12554
5 ./kppoc:20206 12/18 09:20'36 TIMEVAL=#9492
5 ./kppoc:20200 12/18 09:20'36 TIMEVAL=#15034
5 ./kppoc:20210 12/18 09:20'36 TIMEVAL=#6744
5 ./kppoc:20216 12/18 09:20'36 TIMEVAL=#7489
5 ./kppoc:20212 12/18 09:20'36 TIMEVAL=#4717
5 ./kppoc:20214 12/18 09:20'36 TIMEVAL=#9393
5 ./kppoc:20218 12/18 09:20'36 TIMEVAL=#6374
5 ./kppoc:20220 12/18 09:20'36 TIMEVAL=#6742
5 ./kppoc:20222 12/18 09:20'36 TIMEVAL=#6858
5 ./kppoc:20234 12/18 09:20'36 TIMEVAL=#4533
5 ./kppoc:20226 12/18 09:20'36 TIMEVAL=#10886
5 ./kppoc:20232 12/18 09:20'36 TIMEVAL=#10917
5 ./kppoc:20228 12/18 09:20'36 TIMEVAL=#5761
5 ./kppoc:20224 12/18 09:20'36 TIMEVAL=#12359
5 ./kppoc:20230 12/18 09:20'36 TIMEVAL=#14695
5 ./kppoc:20240 12/18 09:20'36 TIMEVAL=#4703
5 ./kppoc:20238 12/18 09:20'36 TIMEVAL=#9893
5 ./kppoc:20236 12/18 09:20'36 TIMEVAL=#5223
5 ./kppoc:20244 12/18 09:20'36 TIMEVAL=#10218
5 ./kppoc:20246 12/18 09:20'36 TIMEVAL=#4226
5 ./kppoc:20242 12/18 09:20'36 TIMEVAL=#10024
5 ./kppoc:20254 12/18 09:20'36 TIMEVAL=#4453
5 ./kppoc:20250 12/18 09:20'36 TIMEVAL=#7163
5 ./kppoc:20252 12/18 09:20'36 TIMEVAL=#7996
5 ./kppoc:20248 12/18 09:20'36 TIMEVAL=#4138
5 ./kppoc:20258 12/18 09:20'36 TIMEVAL=#12825
5 ./kppoc:20256 12/18 09:20'36 TIMEVAL=#5163
5 ./kppoc:20260 12/18 09:20'36 TIMEVAL=#12678
5 ./kppoc:20266 12/18 09:20'36 TIMEVAL=#7319
5 ./kppoc:20264 12/18 09:20'36 TIMEVAL=#10830
5 ./kppoc:20262 12/18 09:20'36 TIMEVAL=#13232
5 ./kppoc:20268 12/18 09:20'36 TIMEVAL=#14355
5 ./kppoc:20276 12/18 09:20'36 TIMEVAL=#4673
5 ./kppoc:20270 12/18 09:20'36 TIMEVAL=#4885
5 ./kppoc:20274 12/18 09:20'36 TIMEVAL=#14379
5 ./kppoc:20272 12/18 09:20'36 TIMEVAL=#14886
5 ./kppoc:20282 12/18 09:20'36 TIMEVAL=#4748
5 ./kppoc:20278 12/18 09:20'36 TIMEVAL=#8419
5 ./kppoc:20286 12/18 09:20'36 TIMEVAL=#8571
5 ./kppoc:20280 12/18 09:20'36 TIMEVAL=#17210
5 ./kppoc:20288 12/18 09:20'36 TIMEVAL=#8889
5 ./kppoc:20292 12/18 09:20'36 TIMEVAL=#9733
5 ./kppoc:20290 12/18 09:20'36 TIMEVAL=#11014
5 ./kppoc:20294 12/18 09:20'36 TIMEVAL=#5163
5 ./kppoc:20284 12/18 09:20'36 TIMEVAL=#57377
5 ./kppoc:20298 12/18 09:20'36 TIMEVAL=#9254
5 ./kppoc:20300 12/18 09:20'36 TIMEVAL=#4891
5 ./kppoc:20302 12/18 09:20'36 TIMEVAL=#4491
5 ./kppoc:20296 12/18 09:20'36 TIMEVAL=#5219
5 ./kppoc:20308 12/18 09:20'36 TIMEVAL=#6875
5 ./kppoc:20310 12/18 09:20'36 TIMEVAL=#7430
5 ./kppoc:20306 12/18 09:20'36 TIMEVAL=#9642
5 ./kppoc:20304 12/18 09:20'36 TIMEVAL=#9629
5 ./kppoc:20314 12/18 09:20'36 TIMEVAL=#5366
5 ./kppoc:20312 12/18 09:20'36 TIMEVAL=#5455
5 ./kppoc:20316 12/18 09:20'36 TIMEVAL=#11682
5 ./kppoc:20318 12/18 09:20'36 TIMEVAL=#8085
5 ./kppoc:20322 12/18 09:20'36 TIMEVAL=#4691
5 ./kppoc:20324 12/18 09:20'36 TIMEVAL=#4437
5 ./kppoc:20320 12/18 09:20'36 TIMEVAL=#6810
5 ./kppoc:20330 12/18 09:20'36 TIMEVAL=#4953
5 ./kppoc:20326 12/18 09:20'36 TIMEVAL=#5194
5 ./kppoc:20328 12/18 09:20'36 TIMEVAL=#4469
5 ./kppoc:20332 12/18 09:20'36 TIMEVAL=#7030
5 ./kppoc:20342 12/18 09:20'36 TIMEVAL=#7264
5 ./kppoc:20338 12/18 09:20'36 TIMEVAL=#8748
5 ./kppoc:20336 12/18 09:20'36 TIMEVAL=#10386
5 ./kppoc:20334 12/18 09:20'36 TIMEVAL=#10360
5 ./kppoc:20340 12/18 09:20'36 TIMEVAL=#4659
5 ./kppoc:20344 12/18 09:20'36 TIMEVAL=#6861
5 ./kppoc:20348 12/18 09:20'36 TIMEVAL=#4870
5 ./kppoc:20350 12/18 09:20'36 TIMEVAL=#4851
5 ./kppoc:20346 12/18 09:20'36 TIMEVAL=#60930
5 ./kppoc:20356 12/18 09:20'36 TIMEVAL=#7150
5 ./kppoc:20352 12/18 09:20'36 TIMEVAL=#5263
5 ./kppoc:20354 12/18 09:20'36 TIMEVAL=#9614
5 ./kppoc:20362 12/18 09:20'36 TIMEVAL=#5590
5 ./kppoc:20358 12/18 09:20'36 TIMEVAL=#5848
5 ./kppoc:20360 12/18 09:20'36 TIMEVAL=#5849
5 ./kppoc:20364 12/18 09:20'36 TIMEVAL=#4836
5 ./kppoc:20368 12/18 09:20'36 TIMEVAL=#5816
5 ./kppoc:20366 12/18 09:20'36 TIMEVAL=#4695
5 ./kppoc:20370 12/18 09:20'36 TIMEVAL=#5890
5 ./kppoc:20374 12/18 09:20'37 TIMEVAL=#7316
5 ./kppoc:20372 12/18 09:20'37 TIMEVAL=#4355
5 ./kppoc:20376 12/18 09:20'37 TIMEVAL=#4886
5 ./kppoc:20378 12/18 09:20'37 TIMEVAL=#7731
5 ./kppoc:20382 12/18 09:20'37 TIMEVAL=#7735
5 ./kppoc:20380 12/18 09:20'37 TIMEVAL=#5203
5 ./kppoc:20386 12/18 09:20'37 TIMEVAL=#10633
5 ./kppoc:20388 12/18 09:20'37 TIMEVAL=#11290
5 ./kppoc:20384 12/18 09:20'37 TIMEVAL=#8808
5 ./kppoc:20394 12/18 09:20'37 TIMEVAL=#4757
5 ./kppoc:20392 12/18 09:20'37 TIMEVAL=#10268
5 ./kppoc:20390 12/18 09:20'37 TIMEVAL=#5644
5 ./kppoc:20396 12/18 09:20'37 TIMEVAL=#4643
5 ./kppoc:20408 12/18 09:20'37 TIMEVAL=#5926
5 ./kppoc:20400 12/18 09:20'37 TIMEVAL=#7726
5 ./kppoc:20406 12/18 09:20'37 TIMEVAL=#4467
5 ./kppoc:20402 12/18 09:20'37 TIMEVAL=#8543
5 ./kppoc:20398 12/18 09:20'37 TIMEVAL=#14905
5 ./kppoc:20404 12/18 09:20'37 TIMEVAL=#14903
5 ./kppoc:20412 12/18 09:20'37 TIMEVAL=#4935
5 ./kppoc:20410 12/18 09:20'37 TIMEVAL=#5991
5 ./kppoc:20416 12/18 09:20'37 TIMEVAL=#4980
5 ./kppoc:20414 12/18 09:20'37 TIMEVAL=#5025
5 ./kppoc:20418 12/18 09:20'37 TIMEVAL=#9493
5 ./kppoc:20422 12/18 09:20'37 TIMEVAL=#5792
5 ./kppoc:20426 12/18 09:20'37 TIMEVAL=#4201
5 ./kppoc:20424 12/18 09:20'37 TIMEVAL=#4594
5 ./kppoc:20420 12/18 09:20'37 TIMEVAL=#8325
5 ./kppoc:20428 12/18 09:20'37 TIMEVAL=#4194
5 ./kppoc:20432 12/18 09:20'37 TIMEVAL=#4265
5 ./kppoc:20430 12/18 09:20'37 TIMEVAL=#4147
|
46e88aecd16b6b6cd410f7da554a5b08886ac6ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH5/EX5.45/5_45.sce | 9cd8984dfd7a6a36d03b74112888223ff73a63c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 5_45.sce | //Example 5.45
//Inverse Lagrange Method
//Page no. 192
clc;close;clear;
x=[30,34,38,42];
y=[-30,-13,3,18];
P=0;
y1=0;
for k=0:3
p=1
for j=0:3
if(j~=k)
p=p*((y1-y(j+1))/(y(k+1)-y(j+1)))
end
end
printf('\n L%i(f) = %g\n',k,p)
p=p*x(k+1)
P=P+p;
end
disp(P,'Inverse Lagrange interpolation x=') |
c62622ca3831474c727dcecffbecabad282d37c9 | 9e8ee5cada387d28d7b64dd58a1d43add9abf855 | /pyke/krb_compiler/generated_files.tst | bd2f53a0c8aa1cb89ab8b4daf779e61d7069eb65 | [
"MIT"
] | permissive | nvitucci/pyke | 2804504666cdf0bd3219daa6a1aca8a58d4bfdb8 | dc4fc6056a3d2bb701cda645359dcb92332d7f51 | refs/heads/master | 2023-04-01T17:21:59.906819 | 2021-04-16T23:20:00 | 2021-04-16T23:20:00 | 267,141,385 | 7 | 3 | MIT | 2021-04-20T21:26:38 | 2020-05-26T20:09:55 | Python | UTF-8 | Scilab | false | false | 1,294 | tst | generated_files.tst | This tests to make sure that all of the files generated by PLY are up to date.
>>> import os.path
>>> def check(src, dest):
... assert os.path.getmtime(src) <= os.path.getmtime(dest), \
... dest + " out of date"
>>> check('scanner.py', 'scanner_tables.py')
>>> check('scanner.py', 'krbparser_tables.py')
>>> check('krbparser.py', 'krbparser_tables.py')
>>> check('scanner.py', 'kfbparser_tables.py')
>>> check('kfbparser.py', 'kfbparser_tables.py')
Check that compiler_bc.py is up to date:
>>> if not os.path.isdir('compiled_krb'): os.mkdir('compiled_krb')
>>> from pyke import krb_compiler
>>> krb_compiler.compile_krb('compiler', 'compiled_krb', 'compiled_krb',
... 'compiler.krb')
['compiler_bc.py']
>>> from __future__ import with_statement
>>> import re
>>> del_krb_filename = re.compile(r"^Krb_filename = .*")
>>> with open('compiler_bc.py') as f:
... f1_text = del_krb_filename.sub('', f.read(), 1)
>>> with open('compiled_krb/compiler_bc.py') as f:
... f2_text = del_krb_filename.sub('', f.read(), 1)
>>> assert f1_text == f2_text, "krb_compiler/compiler.krb not compiled"
>>> if f1_text == f2_text: os.remove('compiled_krb/compiler_bc.py')
|
9568ef9b14c1499acb62d24fb6af4d72a25aaeac | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH5/EX5.15/ex5_15.sce | 53cbdb0f58739afa470548e6b637e1a90fe0de1c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | ex5_15.sce | // Exa 5.15
clc;
clear;
close;
format('v',8)
// Given data
P = 30;// in kW
pf = 0.7;
// cosd(phi) = pf;
phi = acosd(pf);// in degree
// P = sqrt(3)*V_L*I_L*cosd(phi);
theta = 30;// in degree
V_LI_L = P/(sqrt(3)*cosd(phi));
W1 = V_LI_L*cosd(theta-phi);// in kW
disp(W1,"The reading of first wattmeter in kW is");
W2 = V_LI_L*cosd(theta+phi);// in kW
disp(W2,"The reading of second wattmeter in kW is");
|
12408c0f96747f5de53aad17b0aaebabbb0a71a2 | 46ffb5fda9448453eba4d6787a1568028b241d88 | /ABMLangangen/calibration/calibSimplexMeanSquares_05:24:06.239 PM 05-juin-2013.sci | f9e56f830e17b859bff5e68e039be40ae7746010 | [] | no_license | JusteRaimbault/Models | f81f886dc050445dae68e933e0c052c7f9c0b59c | 52f9c28fe20c8e491fb83e22ef162256eb966d32 | refs/heads/master | 2016-09-10T23:23:05.419418 | 2013-07-30T22:02:34 | 2013-07-30T22:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,024 | sci | calibSimplexMeanSquares_05:24:06.239 PM 05-juin-2013.sci | ms=[];incomemean=[];bref=[];bnorm=[];
ms(1)=5.48136029140366E8;
incomemean(1)=10000;
bref(1)=5000;
bnorm(1)=5000;
ms(2)=8.12680079698746E77;
incomemean(2)=10000;
bref(2)=7000;
bnorm(2)=5000;
ms(3)=5.2526647574394995E8;
incomemean(3)=10000;
bref(3)=5000;
bnorm(3)=7000;
ms(4)=3.9539637374531364E8;
incomemean(4)=12000;
bref(4)=5000;
bnorm(4)=5000;
ms(5)=4.273947672324635E8;
incomemean(5)=11333.333333333336;
bref(5)=3000;
bnorm(5)=6333.333333333334;
ms(6)=3.525757147503667E8;
incomemean(6)=12222.222222222226;
bref(6)=3666.666666666668;
bnorm(6)=7222.222222222224;
ms(7)=2.5604125062022373E8;
incomemean(7)=13333.333333333343;
bref(7)=3000.0000000000027;
bnorm(7)=8333.333333333338;
ms(8)=1.759623017214184E8;
incomemean(8)=14444.444444444453;
bref(8)=2333.3333333333358;
bnorm(8)=6111.111111111115;
ms(9)=5.4722002029378146E7;
incomemean(9)=16666.66666666668;
bref(9)=1000.0000000000045;
bnorm(9)=5666.666666666673;
ms(10)=6.495936248808676E7;
incomemean(10)=16666.66666666668;
bref(10)=2230;
bnorm(10)=6333.333333333343;
|
f1664aa0ebadfca43434cfe9ddefbcc500857387 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH1/EX1.3.6/Example1_8.sce | 690f9e085ae5dcc53217f3b99223acc3104670a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 450 | sce | Example1_8.sce | //Chapter-1,Example1_3_6,pg 1-24
a=10^-4 //as for small angle 'tan(a) = a'
wavelength=5900*10^-10 //wavelength of light in air
u=1 //refractive index of air
B=wavelength/(2*u*a) //The fringe width
printf("\nThe fringe width is B = %.5f m\n",B)
|
6ac84a0d6a8bb1f5692999507e9b37877194b4e3 | 17dd6e9c9459b72f85b0a71f73e670abf1ca9f4e | /Wiskunde1/cursus/oefeningen/kerstboom.sci | 3b1712d0903d728333d9d05fba21081fb1f4beae | [] | no_license | Woumpousse/KHL | e80c9a00bf71321539b218d8ec047883a9c2fc91 | 066a06c131c617e8be9ec6ac2f4c76b637aba34e | refs/heads/master | 2020-12-24T13:18:20.656259 | 2014-09-29T16:14:00 | 2014-09-29T16:14:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sci | kerstboom.sci | function y = kerstboom()
y = 2003
lengte = 1
while lengte <= 2.30,
y = y + 1
lengte = lengte + 0.3
end
printf("Met kerstmis in het jaar %d zult u " +
"een nieuwe kerstboom moeten kopen.", y)
endfunction
|
97c12f2b25de27cfdb9596ab2d2ee3afbd687fd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH5/EX5.1/Ex5_1.sce | 55c20481e68c6d52be09ce2e6cdb0c0c92480247 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,321 | sce | Ex5_1.sce | //EX5_1 PG 5.4
clc
disp(" Refer to the figure-5.5 shown")
disp("i) When Rb=300 kohm")
disp(" Base emitter junction is not reverse biased ")
disp(" Assume transistor is operating in active region")
Rb=300e3;
Rc=2e3;//collector resistance
Vcc=10;//supply voltage
Vbe=0.7;//base emitter voltage
disp(" We know that Vcc=Ib*Rb+Vbe ")
Ib=(Vcc-Vbe)/Rb;//since Vcc=Ib*Rb+Vbe
printf("\n base current Ib is: %.2f microA \n",Ib*1e6)
Beta=100;
Ic=Beta*Ib;//colector current in active region
printf("\n Collector current is %.1f mA \n",Ic*1e3)
disp(" Applying KVL around collector loop ie Vcc=Ic*Rc+Vce")
Vce=Vcc-Ic*Rc;//since Vcc=Ic*Rc+Vce
printf("\n Now Vce= %.1f V \n\n",Vce)
printf(" Since Vce=3.8 V collector to base junction is reverse biased and we can say \n that our assumption that transistor is in active region is justified")
printf("\n\n ii)When Rb=150 kohm\n\n")
disp(" base emitter junction is not reverse biased ")
Rb=150e3;
disp(" assume transistor is operating in active region")
disp(" Applying KVL around base loop ie Vcc=Ib*Rb+Vbe")
Ib=(Vcc-Vbe)/Rb;//since Vcc=Ib*Rb+Vbe
printf("\n base current Ib is: %.0f microA \n",Ib*1e6)
Ic=Beta*Ib;//colector current in active region
printf("\n Collector current is %.1f mA \n",Ic*1e3)
disp(" Applying KVL around collector loop ie Vcc=Ic*Rc+Vce")
Vce=Vcc-Ic*Rc;//since Vcc=Ic*Rc+Vce
printf("\n Therefore Vce= %.1f V \n\n",Vce)
printf(" Collector voltage Vce has to be +ve or zero but Vce=-2.4 V hence \n transistor is not in active region but it is in saturation region\n\n ")
Vbe_sat=0.8;//base saturation voltage
Vce_sat=0.2;//collector saturation voltage
disp(" Applying KVL around base loop ie Vcc=Ib*Rb+Vbe_sat")
Ib=(Vcc-Vbe_sat)/Rb;//since Vcc=Ib*Rb+Vbe_sat
printf("\n base current Ib is: %.0f microA \n",Ib*1e6)
disp(" Applying KVL around collector loop ie Vcc=Ic*Rc+Vce_sat")
Ic=(Vcc-Vce_sat)/Rc//since Vcc=Ic*Rc+Vce_sat
printf("\n Collector current is %.1f mA \n",Ic*1e3)
printf(" To justify transistor is in saturation then \n Ib must be greater than (Ic/Beta)")
x=Ic/Beta
printf("\n\n Now Ib=%.0fnmicroA \n \n (Ic/Beta)=%.0f microA \n",Ib*1e6,x*1e6)
if (Ib>x) then//x=(Ic/Beta)
disp(" Hence transistor in saturation region is satisfied ")
end
|
97086aacf2467ff1114a0ed7ebb8deea3538adab | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH10/EX10.2/10_2.sce | bcac2a1a5cd942a63df317ca2c84253655635c14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | 10_2.sce | //example:-10.2,page no.-559.
// program to design an e plane resonance isolatorin x band waveguide.
er=13;revatt=30;
deltaH=200;x=1700; // x=4*%pi*Ms.
f=10*10^9;alpha_=12.4; // from graph 10.13.
L=revatt/alpha_;
alpha_1=27/L;
disp(L,'for total reverse attenuation of 20 db,the length of the slab in cm must be = ')
disp(alpha_1,'for total reverse attenuation to be at least 27 db, alpha_ in db/cm be > ') |
d6d80e0d4fe3af16a517fabb969e9633464bdad7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH7/EX7.18/EX7_18.sce | a4561361b9a381febde3b05c4ee70dd439a84daa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 504 | sce | EX7_18.sce | //EXAMPLE 7-18 PG NO-477-478
Ra=7;
Rb=3;
Rc=3;
A=(Ra+Rb)/Rb;
disp(' A is = '+string(A)+'');
B=Ra+Rc+[(Ra*Rc)/Rb];
disp(' B is = '+string(B)+'');
C=1/Rb;
disp(' C is = '+string(C)+'');
D=(Rb+Rc)/Rb;
disp(' D is = '+string(D)+'');
Z11=[(A*B)/(C*D)]^0.5;
disp(' Impedance is = '+string(Z11)+'ohm');
Z12=[(B*D)/(A*C)]^0.5;
disp(' Impedance is = '+string(Z12)+'ohm');
Q=1/cosh(2.62);
Y12=-(1/17);
disp(' Admittance is = '+string(Y12)+'siemens');
|
adbb056f9ddd723aad70317f78afd1301bab09de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH34/EX33.2/EX33_2.sce | 598fd6b10a606bfeed9483c2e3592f665a2f9bf3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | EX33_2.sce | // Grob's Basic Electronics 11e
// Chapter No. 33
// Example No. 33_2
clc; clear;
// calculate the common-mode voltage gain, ACM, and the CMRR (dB).
// Given data
Rc = 10*10^3; // Collector resistance=10 kOhms
Re = 10*10^3; // Emitter resistance=10 kOhms
Ad = 142.86; // Differential gain=142.86
Acm = Rc/(2*Re);
disp (Acm,'The Common-Mode Voltage Gain Acm is')
CMRR = 20*log10(Ad/Acm);
disp (CMRR,'The Commom-Mode Rejection Ratio in dB')
|
64190bf5646695af16824bcc026b6606ce266c19 | 68e9d6c19069591c9f3af13aedcbd686cb7053cb | /tests/km.tst | 1c5521a65e852bec560a5b43bdb09c998ac439ca | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause",
"Zlib",
"BSD-3-Clause"
] | permissive | erwinmars/hyperion | c0de7ab000e49564b98d54d5dfe9636ec0159b8c | 6a042a852e52bb73ed9089c76587c0f4ed9d8d1b | refs/heads/master | 2020-06-12T13:22:37.841600 | 2016-12-05T12:06:40 | 2016-12-05T12:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,526 | tst | km.tst | *Testcase KM fc0
sysclear
archmode esame
r 1A0=00000001800000000000000000000200 # z/Arch restart PSW
r 1D0=0002000180000000000000000000DEAD # z/Arch pgm new PSW
r 200=41000000 # LA R0,0 R0->function code 0
r 204=4110f500 # LA R1,PB R1->parameter block address
r 208=41200000 # LA R2,FO R2->first operand
r 20C=41400000 # LA R4,SO R4->second operand
r 210=41500000 # LA R5,SOL R5->second operand length
r 214=B92E0024 # KM R2,R4 Cipher message
r 218=12ee077eB2B20300 # LPSWE WAITPSW Load enabled wait PSW
r 300=00020001800000000000000000000000 # WAITPSW Enabled wait state PSW
*
r 500=000102030405060708090A0B0C0D0E0F # Parameter block
*
r 580=F0703838000028280000000000000000 # Expected result
*
ostailor null
runtest .1
*Compare
* Display parameter block
r 500.10
*Want F0000000 00000000 00000000 00000000
* Expected result
*Done
*Testcase KM fc1
sysclear
archmode esame
r 1A0=00000001800000000000000000000200 # z/Arch restart PSW
r 1D0=0002000180000000000000000000DEAD # z/Arch pgm new PSW
r 200=41000001 # LA R0,X'01' R0->function code 1 encrypt
r 204=4110f500 # LA R1,PB R1->parameter block address
r 208=4120f600 # LA R2,FO R2->first operand
r 20C=4140f700 # LA R4,SO R4->second operand
r 210=41500008 # LA R5,SOL R5->second operand length
r 214=B92E0024 # KM R2,R4 Cipher message
r 218=41000081 # LA R0,X'81' R0->function code 1 decrypt
r 21C=4110f500 # LA R1,PB R1->parameter block address
r 220=4120f800 # LA R2,SO R2->second operand from encrypt operation
r 224=4140f600 # LA R4,FO R4->first operand from encrypt operation
r 228=41500008 # LA R5,FOL R5->first operand length
r 22C=B92E0024 # KM R2,R4 Cipher message
r 230=12ee077eB2B20300 # LPSWE WAITPSW Load enabled wait PSW
r 300=00020001800000000000000000000000 # WAITPSW Enabled wait state PSW
*
r 500=0001020304050607 # Parameter block
*
r 600=0001020304050607 # First operand
*
r 680=E1B246E5A7C74CBC # Expected result
*
r 700=0001020304050607 # Second operand
*
r 800=FFFFFFFFFFFFFFFF # Expected result
*
ostailor null
runtest .1
*Compare
* Display parameter blocks
r 600.8
*Want E1B246E5 A7C74CBC
r 800.8
*Want 00010203 04050607
*Done
*Testcase KM fc2
sysclear
archmode esame
r 1A0=00000001800000000000000000000200 # z/Arch restart PSW
r 1D0=0002000180000000000000000000DEAD # z/Arch pgm new PSW
r 200=41000002 # LA R0,X'02' R0->function code 2 encrypt
r 204=4110f500 # LA R1,PB R1->parameter block address
r 208=4120f600 # LA R2,FO R2->first operand
r 20C=4140f700 # LA R4,SO R4->second operand
r 210=41500008 # LA R5,SOL R5->second operand length
r 214=B92E0024 # KM R2,R4 Cipher message
r 218=41000082 # LA R0,X'82' R0->function code 2 decrypt
r 21C=4110f500 # LA R1,PB R1->parameter block address
r 220=4120f800 # LA R2,SO R2->second operand from encrypt operation
r 224=4140f600 # LA R4,FO R4->first operand from encrypt operation
r 228=41500008 # LA R5,FOL R5->first operand length
r 22C=B92E0024 # KM R2,R4 Cipher message
r 230=12ee077eB2B20300 # LPSWE WAITPSW Load enabled wait PSW
r 300=00020001800000000000000000000000 # WAITPSW Enabled wait state PSW
*
r 500=000102030405060708090A0B0C0D0E0F # Parameter block
*
r 600=0001020304050607 # First operand
*
r 680=DF0B6C9C31CD0CE4 # Expected result
*
r 700=0001020304050607 # Second operand
*
r 800=FFFFFFFFFFFFFFFF # Expected result
*
ostailor null
runtest .1
*Compare
* Display parameter blocks
r 600.8
*Want DF0B6C9C 31CD0CE4
r 800.8
*Want 00010203 04050607
*Done
*Testcase KM fc3
sysclear
archmode esame
r 1A0=00000001800000000000000000000200 # z/Arch restart PSW
r 1D0=0002000180000000000000000000DEAD # z/Arch pgm new PSW
r 200=41000003 # LA R0,X'03' R0->function code 3 encrypt
r 204=4110f500 # LA R1,PB R1->parameter block address
r 208=4120f600 # LA R2,FO R2->first operand
r 20C=4140f700 # LA R4,SO R4->second operand
r 210=41500008 # LA R5,SOL R5->second operand length
r 214=B92E0024 # KM R2,R4 Cipher message
r 218=41000083 # LA R0,X'83' R0->function code 3 decrypt
r 21C=4110f500 # LA R1,PB R1->parameter block address
r 220=4120f800 # LA R2,SO R2->second operand from encrypt operation
r 224=4140f600 # LA R4,FO R4->first operand from encrypt operation
r 228=41500008 # LA R5,FOL R5->first operand length
r 22C=B92E0024 # KM R2,R4 Cipher message
r 230=12ee077eB2B20300 # LPSWE WAITPSW Load enabled wait PSW
r 300=00020001800000000000000000000000 # WAITPSW Enabled wait state PSW
*
r 500=000102030405060708090A0B0C0D0E0F # Parameter block
r 510=1011121314151617
*
r 600=0001020304050607 # First operand
*
r 680=58ED248F77F6B19E # Expected result
*
r 700=0001020304050607 # Second operand
*
r 800=FFFFFFFFFFFFFFFF # Expected result
*
ostailor null
runtest .1
*Compare
* Display parameter blocks
r 600.8
*Want 58ED248F 77F6B19E
r 800.8
*Want 00010203 04050607
*Done
|
5bfd558900e3ed3f4c392e4d7ee837abc5397eaa | 31e6f49f6786aa5240625154834e364f6cfb8b50 | /test/FunctionCalls/StaticsTest/StaticsTestVME.tst | 5d6094948073e4896f689007c9ac61de895c4a05 | [] | no_license | eilgin/hack-vm | 14dcad5e39bbe923bc68c981c7636ef68ad344d1 | 290dd3ea76724555d4f6f32c944dcf8939d3866e | refs/heads/master | 2021-01-15T18:01:05.019693 | 2012-09-17T10:37:54 | 2012-09-17T10:37:54 | 5,839,569 | 5 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | tst | StaticsTestVME.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/08/FunctionCalls/StaticsTest/StaticsTestVME.tst
load, // Load all the VM files from the current directory.
output-file StaticsTest.out,
compare-to StaticsTest.cmp,
output-list RAM[0]%D1.6.1 RAM[261]%D1.6.1 RAM[262]%D1.6.1;
set sp 261,
repeat 36 {
vmstep;
}
output;
|
d33235a715ec484528121c185415d6df2908edda | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/levinson/levinson1.sce | 7ae44c68937311b6c63725122ce93ec8de507943 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 117 | sce | levinson1.sce | //check o/p for a given matrix
r=[1 2 4;2 3 1; 4 5 2];
n=2;
[a,e,k]=levinson(r,n);
disp(a);
disp(e);
disp(k);
|
5d3bc0abc8f47f195b4e60c18489e1c18c309957 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3825/CH10/EX10.2/Ex10_2.sce | e86812a9646241e654a92bea4ae396efc742a13b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 834 | sce | Ex10_2.sce | clc
y1=0.2 //O2
y2=0.5 //N2
y3=0.1 //H2O
y4=0.2 //CO2
P=100 //in kPa
p1=P*y1
p2=P*y2
p3=P*y3
p4=P*y4
mprintf("pi=.(in kPa)\n%f\n%f\n%f\n%f\n",p1,p2,p3,p4)
M1=32
M2=28
M3=18
M4=44
M=(y1*M1)+(y2*M2)+(y3*M3)+(y4*M4)
mprintf("Molar mass of mixture=%ikg/kmol\n",M)
m1=M1*y1
m2=M2*y2
m3=M3*y3
m4=M4*y4
mprintf("mi=.(kg*10^3)\n%f\n%f\n%f\n%f\n",m1,m2,m3,m4)
phi1=m1/M
phi2=m2/M
phi3=m3/M
phi4=m4/M
mprintf("phi i=.\n%f\n%f\n%f\n%f\n",phi1,phi2,phi3,phi4)
P=p1+p2+p3
mprintf("Final pressure=%ikPa\n",P)
y1=p1/P
y2=p2/P
y3=p3/P
mprintf("yi=.\n%f\n%f\n%f\n",y1,y2,y3)
m1=M1*y1
m2=M2*y2
m3=M3*y3
mprintf("mi=.\n%f\n%f\n%f\n",m1,m2,m3)
phi1=m1/M
phi2=m2/M
phi3=m3/M
mprintf("phi i=.\n%f\n%f\n%f\n",phi1,phi2,phi3)
M=(y1*M1)+(y2*M2)+(y3*M3)
mprintf("Molar mass=%f\n",M)//ans vary due to roundoff error
|
6e4df2c41fb0bd48d1accb4eec9536fe183842a6 | a27117f570df5615cbad07adf0e508ac092b0f9d | /prob7.sce | 57738a009633b4456adf36bb8125cfc36fc00b3f | [] | no_license | SammithSB/Scilab-Assignment | e8243b5092c0689f52c034818b349327bcfd3f33 | 99345a4f72a33990147318d963ff81b966c7944d | refs/heads/main | 2023-04-08T11:44:56.996159 | 2021-04-23T12:16:33 | 2021-04-23T12:16:33 | 360,826,533 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | prob7.sce | // vectors are (2,3,1),(2,1,2),(3,2,1)
clear;close;clc;
A=[2 3 1;2 1 2;3 2 1];
disp(A,'A=');
[m,n]=size(A);
for k=1:n
V(:,k)=A(:,k);
for j=1:k-1
R(j,k)=V(:,j)'*A(:,k);
V(:,k)=V(:,k)-R(j,k)*V(:,j);
end
R(k,k)=norm(V(:,k));
V(:,k)=V(:,k)/R(k,k);
end
disp(V,'Q');
|
b146b38601d38873639c4d7491f00f53305c4b4a | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/elec/1er_ordre.sce | b80d6172c1a9236af511b5d181b39e2a4ca65283 | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | 1er_ordre.sce | clear();
xbasc();
xdel();
tau = 5;
t=0:0.1:30;
u=exp(-t/tau);
legends('tau = 5s',2,1);
xtitle('1er ordre','t (s)','U (V)')
plot(t,u,t,0);
|
4578654ae7ffa05a28e9978156df2f81e881a718 | f68d253eb040b80fe6e68bed08131cc9a6461a41 | /ipsums/pirate.txt | 8fdf7e09b41fa6e2920e2371b364dba3c241e4d2 | [] | no_license | dino110/similaritipsum_app | 838392c213335351f0bd1bfbb9b04cc78ab4f232 | 84780084cb209048f86470d7784fa9976c6a2414 | refs/heads/master | 2023-06-02T04:06:23.543190 | 2021-06-17T10:54:36 | 2021-06-17T10:54:36 | 377,782,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 835 | txt | pirate.txt | Prow scuttle parrel provost Sail ho shrouds spirits boom mizzenmast yardarm. Pinnace holystone mizzenmast quarter crow's nest nipperkin grog yardarm hempen halter furl. Swab barque interloper chantey doubloon starboard grog black jack gangway rutters.
Deadlights jack lad schooner scallywag dance the hempen jig carouser broadside cable strike colors. Bring a spring upon her cable holystone blow the man down spanker Shiver me timbers to go on account lookout wherry doubloon chase. Belay yo-ho-ho keelhaul squiffy black spot yardarm spyglass sheet transom heave to.
Trysail Sail ho Corsair red ensign hulk smartly boom jib rum gangway. Case shot Shiver me timbers gangplank crack Jennys tea cup ballast Blimey lee snow crow's nest rutters. Fluke jib scourge of the seven seas boatswain schooner gaff booty Jack Tar transom spirits. |
4186e830739563ec96d1ac24da7ab9e000c37404 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH2/EX2.7/Ex2_7.sce | 3bfad5c0e1fb7a334f2efbb4279477d5e65a9a4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 530 | sce | Ex2_7.sce | //Example 2.7
//To determine solution of a triangle when 3 sides are given
clc,clear
c=6 //side oposite to vertex C
a=2 //side opposite to vertex A
b=3 //side opposite to vertex B
cos_A = (b^2+c^2-a^2)/(2*c*b) //from law of cosines
printf('cos(A)=%.3f as calculated\n',cos_A)
printf('But magnitude of cos(A) should always be less than 1. Hence NO SOLUTION exists\n\n')
printf('Note: We observe that a+b < c. But sum of any 2 sides should always exceed third side.')
printf('\nHence this triangle is impossible.')
|
ee3acad4690836f82d063801d74384ee52b80886 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH8/EX8.10/Ex8_10.sce | a4bb3e2f65c3a7d524c3100dfa3bf646d28fa02f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | Ex8_10.sce | //Example 8_10
clc();
clear;
//To calculate the frequency of pure iron rod
l=40*10^-3 //units in meter
d=7.25*10^3 //units in kg/m^3
Y=115*10^9 //units in N/m^3
v=(1/(2*l))*sqrt(Y/d)
printf("Natural frequency v=%.3f Hz",v)
|
2c12f5e332fb32b02a4ced8a0c0937cb3ed0afa4 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /matlab/plasma/bfieldtrapezium.sce | 6e98f4f1f6d6de331f449576afa85981e0556ad8 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,639 | sce | bfieldtrapezium.sce | //bfield outside a solenoid
//assume solenoid aligned along z axis
function [b]=bfieldtrapezium(r,ztp,zbot,n,i,rfp,dtheta)
//n number of turns
//i per turn
bt=zeros(3,1);
btd=zeros(3,1);
mu0=4.0*%pi*(10^(-7));
dz=(ztp-zbot)/n;
ce=zeros(3,1);
//calculate field contribution for each turn
//z=zbot;
z=0;
dz=0.1;
dz=0;
//dr=2*%pi/dtheta;
//r=r/2;
dr=r*dtheta;
//ntheta=(2*%pi-dtheta)/dtheta
ntheta=(2*%pi)/dtheta
for ic=0:ntheta-1
for jc=1:2
theta=-%pi+(ic+(jc-1))*dtheta
//current element location
//z=theta;
xi=r*cos(theta);
yi=r*sin(theta);
rcp(1,1)=xi;
rcp(2,1)=yi;
rcp(3,1)=z;
rp(1,1)=rfp(1,1)-r*cos(theta+dtheta/4);
rp(2,1)=rfp(2,1)-r*sin(theta+dtheta/4);
rp(3,1)=rfp(3,1)-z;
rcpd(1,1)=r*cos(theta+dtheta/2);
rcpd(2,1)=r*sin(theta+dtheta/2);
rcpd(3,1)=z+dz;
//current element vector
//using tangent vector defn. from
//http://mathworld.wolfram.com/TangentVector.html
//and arc length ds=rdtheta
//ce(1,1)=-sin(theta);
//ce(2,1)=cos(theta);
ce(:,1)=rcpd(:,1)-rcp(:,1);
//evaluate cross product of current element and
//field vector
cp(1,1)=ce(2,1)*rp(3,1)-ce(3,1)*rp(2,1);
cp(2,1)=ce(3,1)*rp(1,1)-ce(1,1)*rp(3,1);
cp(3,1)=ce(1,1)*rp(2,1)-ce(2,1)*rp(1,1);
rsq=(rp(1,1)*rp(1,1)+rp(2,1)*rp(2,1)+rp(3,1)*rp(3,1))^(3/2);
btd(:,jc)=cp(:,1)/rsq;
end
bt(:,1)=bt(:,1)+0.5*(btd(:,1)+btd(:,2));
end
b=mu0*i*dr*bt/(4*%pi);
endfunction
|
e7bc35b8255dbb70a8a6732fd2c18ccef10a655b | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH12/EX12.5/12_5.sce | 035cd5442e2cd3a1eb5098d46a351f3e258f55cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | 12_5.sce | d=0.026; //sat d=K*T/q
Nc=4.7*10^17;
Nd=2*10^15;
b=d*log(Nc/Nd);
printf('\n The value of φn is %fV\n',b);
e=0.89; //say e=φb0
Vbi=e-b;
printf('\n The value of Vbi is %fV\n',Vbi);
Vt=0.25;
Vp=Vbi-Vt;
printf('\n The value of Vp is %fV\n',Vp);
q=1.6*10^-19;
c=13.1*8.854*10^-14; //say c=Єs
a=sqrt(Vp*2*c/(q*Nd));
printf('\n The value of a is %f μm',a*10^4); |
5b5307b03fd2a7fc298f2bd085578c7306f97379 | 449d555969bfd7befe906877abab098c6e63a0e8 | /668/CH2/EX2.1/eg2_1.sce | e49ece150f96c5b30ddad294a93b423c61e3facf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | eg2_1.sce | m0 = 0.91 * 10^-30; //in kg
h = 1.05*10^-34; //in J.s
E = 1; // energy in eV
q = 1.6*10^-19;
N3 = 2^0.5*(m0*q)^1.5*E^0.5/((%pi)^2*h^3);
disp(N3*10^-6,"The density of states for a 3D system in per eV per cm cube")
N2 = m0*q/(%pi*h^2);
disp(N2*10^-4,"The density of states for a 2D system in per eV per cm square") |
41c37bf67b74fb2124662a91424e5d1b6c8c4e54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH11/EX11.1/RJ_1.sce | 767b093ad69f75e8da698770d4abd8b2be2a2fcb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | RJ_1.sce | // sum 11-1
clc;
clear;
t=20;
p=100;
d=25;
sigt=40;
P=(p-d)*t*sigt;
Ts=(4*P)/(%pi*d^2);
sigb=P/(d*t);
// printing data in scilab o/p window
printf("P is %0.0f N ",P);
printf("\n Ts is %0.2f MPa ",Ts);
printf("\n sigb is %0.0f MPa ",sigb); |
4dce5b47c7891ba8ce376215acf0a619c0f8d2d5 | 1485852dd59aafc286600126cf832a32e10f117f | /tests/seamlessClone/test8.sce | ed156869b8c9b848d0239bc3b510c95b959eae3e | [] | no_license | rg77/Scilab-Image-Processing-And-Computer-Vision-Toolbox | dec9fbbce32cfd1eab3c45ccb29c89aaa1384758 | 8adb116da3a9c29a32e5e0727105aff571e5b374 | refs/heads/master | 2020-12-02T16:14:45.282650 | 2017-07-07T10:12:04 | 2017-07-07T10:12:04 | 96,524,257 | 0 | 0 | null | 2017-07-07T09:43:50 | 2017-07-07T09:43:50 | null | UTF-8 | Scilab | false | false | 163 | sce | test8.sce | dst = imread("../images/sky.jpg");
src = imread("../images/gs1.jpg");
mask = roiFreeHand(src);
output = seamlessClone(src,dst,mask,[350 180], 1 );
imshow(output);
|
4fa3cd4d80b10e6299f958a9aca1b68e67ac80c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH2/EX2.14w/2_14w.sce | c5aee19250390265250f16fb714c4b261ebf704d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | 2_14w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 2.14w
//calculation of the area under curve
//given data
function y=f(x)
y=x*x;
endfunction
//calculation
A=integrate('f','x',0,6)
disp(A,'the area under curve is')
|
66ac2748bcaf8bab758daf1f648a52eab7e1e3b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3523/CH5/EX5.6.9/Ex5_9.sce | e8f7c99102f77c05cb3206e8ceee2044ed0748c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 481 | sce | Ex5_9.sce | //Example 9// Ch 5
clc;
clear;
close;
// given data
Deq=600;//mean geometric distance b/w conductors in cm
delta=1;//at standard temp and pressure
r=1;//radius of conductors in cm
E0=30*delta*(1+(0.3/sqrt(delta*r)));//corona onset field in kVpeak/cm
printf("corona onset field %f kVpeak/cm",E0)
V0=E0*log(Deq);//corona onset voltage
printf("corona onset voltage %f kVpeak",V0)
V0rms=V0/sqrt(2);//rms onset voltage in kV
printf("corona rms onset voltage %f kV",V0rms)
|
14b0a43c85ad2cb528f9ee15428584c5fce07393 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/germanic/frr.tst | bcfe2dcb001acd2b584293d25f1b0a30a12dc81f | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,470 | tst | frr.tst | stridj V;IND;SG;1;FUT;LGSPEC2
stridj V;PFV;IND;PL;2;PST
stridj V;IND;SG;1;FUT;LGSPEC1
stridj V;PRF;IND;PL;1;PST
stridj V;IND;PL;3;FUT;LGSPEC1
stridj V;PRF;IND;PL;3;PST+RMT
stridj V;IND;PL;2;FUT;LGSPEC2
stridj V;PRF;IND;PL;1;PST+RMT
stridj V;PFV;IND;SG;1;PST
stridj V;IND;SG;2;FUT;LGSPEC2
stridj V;PRF;IND;PL;3;PST
stridj V;IND;SG;3;PRS
stridj V;IND;PL;2;FUT;LGSPEC1
stridj V;IND;PL;3;FUT;LGSPEC2
stridj V;PFV;IND;SG;3;PST
stridj V;IND;DU;1;FUT;LGSPEC1
stridj V;PRF;IND;SG;3;PST
stridj V;IND;DU;1;PRS
stridj V;PFV;IND;DU;1;PST
stridj V;IMP;SG
stridj V;IND;PL;1;FUT;LGSPEC1
stridj V;PRF;IND;SG;2;PST
stridj V;IND;DU;2;PRS
stridj V;IND;SG;2;PRS
stridj V;PRF;IND;SG;3;PST+RMT
stridj V;PRF;IND;PL;2;PST+RMT
stridj V;IND;DU;2;FUT;LGSPEC1
stridj V;PRF;IND;SG;2;PST+RMT
stridj V;PRF;IND;PL;2;PST
stridj V;IND;PL;1;FUT;LGSPEC2
stridj V;IND;SG;3;FUT;LGSPEC2
stridj V;IND;SG;3;FUT;LGSPEC1
stridj V;IND;DU;1;FUT;LGSPEC2
stridj V;PFV;IND;PL;3;PST
stridj V;IMP;PL
stridj V;IND;PL;2;PRS
stridj V;PRF;IND;DU;2;PST+RMT
stridj V;IND;PL;1;PRS
stridj V;IND;PL;3;PRS
stridj V;PRF;IND;SG;1;PST
stridj V;PRF;IND;DU;1;PST
stridj V;IND;DU;2;FUT;LGSPEC2
stridj V;NFIN
stridj V;PRF;IND;SG;1;PST+RMT
stridj V;PFV;IND;SG;2;PST
stridj V;IND;SG;1;PRS
stridj V;NFIN
stridj V.PTCP;PST
stridj V;PFV;IND;DU;2;PST
stridj V;IND;SG;2;FUT;LGSPEC1
stridj V;PRF;IND;DU;1;PST+RMT
stridj V;PFV;IND;PL;1;PST
stridj V;PRF;IND;DU;2;PST
ferliise V;PRF;IND;PL;3;PST
ferliise V;IND;DU;1;PRS
ferliise V;NFIN
ferliise V;IND;SG;3;PRS
ferliise V;IND;SG;1;PRS
ferliise V;IMP;SG
ferliise V;PRF;IND;PL;2;PST
ferliise V;PFV;IND;PL;2;PST
ferliise V;PRF;IND;PL;2;PST+RMT
ferliise V;PRF;IND;DU;1;PST+RMT
ferliise V;PRF;IND;PL;1;PST
ferliise V;PRF;IND;DU;2;PST+RMT
ferliise V;IMP;PL
ferliise V;PFV;IND;DU;2;PST
ferliise V;IND;PL;2;PRS
ferliise V;IND;SG;2;FUT;LGSPEC1
ferliise V;PRF;IND;SG;3;PST
ferliise V;IND;DU;2;PRS
ferliise V;IND;DU;2;FUT;LGSPEC1
ferliise V;PRF;IND;SG;1;PST+RMT
ferliise V;PRF;IND;PL;3;PST+RMT
ferliise V;PFV;IND;PL;3;PST
ferliise V;PRF;IND;DU;1;PST
ferliise V;IND;SG;2;PRS
ferliise V;PRF;IND;DU;2;PST
ferliise V;PFV;IND;SG;3;PST
ferliise V;PRF;IND;SG;1;PST
ferliise V;PRF;IND;SG;2;PST+RMT
ferliise V;IND;SG;3;FUT;LGSPEC1
ferliise V;PRF;IND;SG;3;PST+RMT
ferliise V;PRF;IND;PL;1;PST+RMT
ferliise V;PFV;IND;SG;1;PST
ferliise V;PFV;IND;SG;2;PST
ferliise V;PFV;IND;PL;1;PST
ferliise V;IND;PL;3;PRS
ferliise V.PTCP;PST
ferliise V;PRF;IND;SG;2;PST
ferliise V;IND;PL;1;PRS
ferliise V;PFV;IND;DU;1;PST
ferliise V;IND;PL;3;FUT;LGSPEC1
ferliise V;IND;SG;1;FUT;LGSPEC1
ferliise V;IND;PL;1;FUT;LGSPEC1
ferliise V;IND;DU;1;FUT;LGSPEC1
ferliise V;IND;PL;2;FUT;LGSPEC1
wel V;IND;DU;2;FUT;LGSPEC1
wel V;PFV;IND;SG;3;PST
wel V;PRF;IND;SG;2;PST
wel V;IND;SG;2;FUT;LGSPEC1
wel V;IND;PL;1;FUT;LGSPEC2
wel V;IND;PL;2;FUT;LGSPEC1
wel V;PRF;IND;DU;2;PST
wel V;PRF;IND;SG;1;PST
wel V;PRF;IND;DU;1;PST+RMT
wel V;IND;SG;1;FUT;LGSPEC2
wel V;PRF;IND;PL;3;PST
wel V;PRF;IND;SG;3;PST+RMT
wel V;PRF;IND;PL;1;PST+RMT
wel V;PFV;IND;PL;1;PST
wel V;PFV;IND;PL;2;PST
wel V;IND;SG;3;PRS
wel V;IND;PL;2;PRS
wel V;PRF;IND;DU;1;PST
wel V;PFV;IND;DU;1;PST
wel V;PRF;IND;SG;3;PST
wel V;PFV;IND;SG;1;PST
wel V;IND;SG;1;PRS
wel V;IND;PL;3;PRS
wel V;IND;SG;2;FUT;LGSPEC2
wel V;IND;PL;2;FUT;LGSPEC2
wel V;IND;SG;3;FUT;LGSPEC2
wel V;IND;SG;1;FUT;LGSPEC1
wel V;IND;DU;1;PRS
wel V;PRF;IND;SG;2;PST+RMT
wel V;NFIN
wel V;PRF;IND;SG;1;PST+RMT
wel V;PFV;IND;DU;2;PST
wel V;IND;PL;3;FUT;LGSPEC1
wel V;IND;SG;3;FUT;LGSPEC1
wel V;PFV;IND;PL;3;PST
wel V;IND;DU;2;FUT;LGSPEC2
wel V;PRF;IND;DU;2;PST+RMT
wel V;IND;DU;1;FUT;LGSPEC1
wel V;IND;PL;1;PRS
wel V;IND;SG;2;PRS
wel V;PFV;IND;SG;2;PST
wel V;IND;PL;3;FUT;LGSPEC2
wel V;IND;PL;1;FUT;LGSPEC1
wel V;PRF;IND;PL;1;PST
wel V;PRF;IND;PL;2;PST+RMT
wel V;IND;DU;1;FUT;LGSPEC2
wel V.PTCP;PST
wel V;IND;DU;2;PRS
wel V;PRF;IND;PL;2;PST
wel V;PRF;IND;PL;3;PST+RMT
mötj V;NFIN
mötj V;IND;DU;2;PRS
mötj V;IND;PL;2;PRS
mötj V;PRF;IND;DU;2;PST
mötj V;IND;PL;3;PRS
mötj V;PFV;IND;PL;2;PST
mötj V;PFV;IND;SG;1;PST
mötj V;IND;SG;3;PRS
mötj V;PFV;IND;SG;3;PST
mötj V;PRF;IND;SG;3;PST+RMT
mötj V;PRF;IND;DU;2;PST+RMT
mötj V.PTCP;PST
mötj V;IND;PL;1;FUT;LGSPEC1
mötj V;PRF;IND;SG;3;PST
mötj V;IND;SG;3;FUT;LGSPEC1
mötj V;PRF;IND;DU;1;PST+RMT
mötj V;IND;DU;2;FUT;LGSPEC1
mötj V;PRF;IND;PL;3;PST+RMT
mötj V;IND;SG;2;PRS
mötj V;IND;PL;2;FUT;LGSPEC1
mötj V;IND;SG;2;FUT;LGSPEC1
mötj V;IND;PL;3;FUT;LGSPEC1
mötj V;PFV;IND;DU;2;PST
mötj V;PRF;IND;SG;1;PST
mötj V;PRF;IND;SG;2;PST
mötj V;PRF;IND;PL;1;PST+RMT
mötj V;PFV;IND;PL;3;PST
mötj V;IND;PL;1;PRS
mötj V;PFV;IND;SG;2;PST
mötj V;PRF;IND;SG;2;PST+RMT
mötj V;PRF;IND;PL;1;PST
mötj V;PRF;IND;DU;1;PST
mötj V;PRF;IND;PL;3;PST
mötj V;IND;DU;1;PRS
mötj V;IND;SG;1;PRS
mötj V;IND;SG;1;FUT;LGSPEC1
mötj V;IMP;SG
mötj V;PRF;IND;PL;2;PST+RMT
mötj V;PRF;IND;SG;1;PST+RMT
mötj V;IND;DU;1;FUT;LGSPEC1
mötj V;PFV;IND;DU;1;PST
mötj V;PRF;IND;PL;2;PST
mötj V;PFV;IND;PL;1;PST
bine V;IND;PL;3;PRS
bine V;PRF;IND;PL;1;PST+RMT
bine V;PFV;IND;SG;1;PST
bine V;IND;PL;2;PRS
bine V;IND;DU;2;FUT;LGSPEC1
bine V;IND;DU;1;FUT;LGSPEC1
bine V;PRF;IND;SG;3;PST
bine V;IND;PL;3;FUT;LGSPEC1
bine V;IMP;PL
bine V;PRF;IND;DU;2;PST
bine V;IND;PL;2;FUT;LGSPEC1
bine V;PFV;IND;SG;2;PST
bine V.PTCP;PST
bine V;IND;PL;1;FUT;LGSPEC1
bine V;PRF;IND;DU;1;PST
bine V;NFIN
bine V;PRF;IND;SG;2;PST
bine V;IND;SG;1;FUT;LGSPEC1
bine V;PRF;IND;SG;2;PST+RMT
bine V;PRF;IND;SG;1;PST+RMT
bine V;PFV;IND;SG;3;PST
bine V;IND;DU;1;PRS
bine V;PRF;IND;PL;3;PST+RMT
bine V;IND;DU;2;PRS
bine V;IND;PL;1;PRS
bine V;PRF;IND;DU;1;PST+RMT
bine V;IND;SG;3;PRS
bine V;IND;SG;3;FUT;LGSPEC1
bine V;PRF;IND;PL;2;PST
bine V;PRF;IND;PL;1;PST
bine V;PRF;IND;PL;3;PST
bine V;IMP;SG
bine V;PRF;IND;SG;3;PST+RMT
bine V;PFV;IND;DU;2;PST
bine V;IND;SG;2;FUT;LGSPEC1
bine V;PRF;IND;PL;2;PST+RMT
bine V;IND;SG;1;PRS
bine V;PFV;IND;DU;1;PST
bine V;PFV;IND;PL;2;PST
bine V;PRF;IND;DU;2;PST+RMT
bine V;PFV;IND;PL;1;PST
bine V;IND;SG;2;PRS
bine V;PFV;IND;PL;3;PST
bine V;PRF;IND;SG;1;PST
pluuge V;IMP;PL
pluuge V;IND;PL;2;FUT;LGSPEC1
pluuge V;IND;PL;3;FUT;LGSPEC1
pluuge V;PRF;IND;DU;2;PST
pluuge V;PRF;IND;PL;2;PST
pluuge V;IND;DU;1;PRS
pluuge V;IND;DU;2;FUT;LGSPEC1
pluuge V;IND;PL;2;FUT;LGSPEC2
pluuge V;PRF;IND;PL;3;PST+RMT
pluuge V.PTCP;PST
pluuge V;IND;DU;1;FUT;LGSPEC2
pluuge V;PFV;IND;SG;3;PST
pluuge V;PFV;IND;PL;3;PST
pluuge V;IND;SG;3;FUT;LGSPEC1
pluuge V;PRF;IND;SG;3;PST+RMT
pluuge V;PFV;IND;PL;1;PST
pluuge V;IND;DU;2;FUT;LGSPEC2
pluuge V;PRF;IND;PL;3;PST
pluuge V;IND;PL;1;FUT;LGSPEC1
pluuge V;PFV;IND;PL;2;PST
pluuge V;IND;PL;3;FUT;LGSPEC2
pluuge V;IND;PL;1;PRS
pluuge V;PRF;IND;SG;2;PST
pluuge V;PRF;IND;SG;3;PST
pluuge V;IND;PL;1;FUT;LGSPEC2
pluuge V;IND;SG;2;PRS
pluuge V;PRF;IND;DU;1;PST+RMT
pluuge V;PRF;IND;SG;2;PST+RMT
pluuge V;PRF;IND;PL;1;PST+RMT
pluuge V;IND;SG;2;FUT;LGSPEC1
pluuge V;PRF;IND;DU;1;PST
pluuge V;IND;SG;3;PRS
pluuge V;IMP;SG
pluuge V;IND;DU;2;PRS
pluuge V;PRF;IND;SG;1;PST
pluuge V;IND;DU;1;FUT;LGSPEC1
pluuge V;IND;SG;3;FUT;LGSPEC2
pluuge V;PRF;IND;DU;2;PST+RMT
pluuge V;PRF;IND;SG;1;PST+RMT
pluuge V;PFV;IND;DU;2;PST
pluuge V;PFV;IND;DU;1;PST
pluuge V;PRF;IND;PL;2;PST+RMT
pluuge V;IND;SG;2;FUT;LGSPEC2
pluuge V;PFV;IND;SG;2;PST
pluuge V;IND;SG;1;FUT;LGSPEC1
pluuge V;IND;PL;2;PRS
pluuge V;IND;SG;1;PRS
pluuge V;NFIN
pluuge V;IND;SG;1;FUT;LGSPEC2
pluuge V;PRF;IND;PL;1;PST
pluuge V;PFV;IND;SG;1;PST
pluuge V;IND;PL;3;PRS
wees V;PRF;IND;DU;2;PST
wees V;PRF;IND;SG;2;PST+RMT
wees V;PRF;IND;SG;2;PST
wees V;IND;SG;3;FUT;LGSPEC2
wees V;PRF;IND;PL;3;PST+RMT
wees V;IND;SG;2;FUT;LGSPEC1
wees V;IND;SG;2;PRS
wees V;IND;SG;3;FUT;LGSPEC1
wees V;PRF;IND;SG;3;PST
wees V;PFV;IND;SG;1;PST
wees V;PRF;IND;PL;1;PST+RMT
wees V;IND;SG;1;PRS
wees V;PRF;IND;SG;1;PST+RMT
wees V;IND;SG;2;FUT;LGSPEC2
wees V;PFV;IND;PL;3;PST
wees V;IND;SG;3;PRS
wees V;PRF;IND;DU;1;PST+RMT
wees V;IMP;PL
wees V;IND;DU;1;PRS
wees V;NFIN
wees V;PFV;IND;DU;1;PST
wees V;IND;PL;1;FUT;LGSPEC2
wees V;IND;DU;1;FUT;LGSPEC1
wees V;IND;DU;2;FUT;LGSPEC2
wees V;IND;PL;2;FUT;LGSPEC2
wees V;IND;PL;2;FUT;LGSPEC1
wees V.PTCP;PST
wees V;IND;PL;1;FUT;LGSPEC1
wees V;IND;PL;1;PRS
wees V;PRF;IND;SG;3;PST+RMT
wees V;PFV;IND;PL;1;PST
wees V;IND;DU;2;PRS
wees V;IND;PL;3;FUT;LGSPEC2
wees V;PFV;IND;SG;2;PST
wees V;PFV;IND;SG;3;PST
wees V;IND;SG;1;FUT;LGSPEC1
wees V;IND;PL;2;PRS
wees V;IND;DU;1;FUT;LGSPEC2
wees V;PFV;IND;PL;2;PST
wees V;IND;PL;3;FUT;LGSPEC1
wees V;NFIN
wees V;PFV;IND;DU;2;PST
wees V;IMP;SG
wees V;PRF;IND;PL;2;PST
wees V;IND;PL;3;PRS
wees V;PRF;IND;SG;1;PST
wees V;PRF;IND;DU;2;PST+RMT
wees V;PRF;IND;PL;3;PST
wees V;IND;DU;2;FUT;LGSPEC1
wees V;PRF;IND;DU;1;PST
wees V;PRF;IND;PL;1;PST
wees V;PRF;IND;PL;2;PST+RMT
wees V;IND;SG;1;FUT;LGSPEC2
drank V;IND;DU;1;FUT;LGSPEC1
drank V;IND;PL;3;FUT;LGSPEC1
drank V.PTCP;PST
drank V;PRF;IND;SG;3;PST+RMT
drank V;PRF;IND;PL;1;PST
drank V;PFV;IND;SG;2;PST
drank V;IND;PL;1;PRS
drank V;PRF;IND;PL;3;PST+RMT
drank V;PRF;IND;SG;1;PST+RMT
drank V;IND;SG;2;FUT;LGSPEC1
drank V;PFV;IND;SG;3;PST
drank V;PFV;IND;DU;1;PST
drank V;IND;SG;3;FUT;LGSPEC2
drank V;PFV;IND;PL;3;PST
drank V;PRF;IND;SG;3;PST
drank V;PRF;IND;PL;2;PST+RMT
drank V;PRF;IND;SG;2;PST
drank V;NFIN
drank V;IND;SG;3;FUT;LGSPEC1
drank V;IND;DU;2;PRS
drank V;IND;SG;3;PRS
drank V;IND;PL;3;PRS
drank V;PRF;IND;PL;1;PST+RMT
drank V;PFV;IND;DU;2;PST
drank V;PRF;IND;DU;2;PST+RMT
drank V;IMP;PL
drank V;IND;SG;1;PRS
drank V;IND;PL;3;FUT;LGSPEC2
drank V;IND;SG;2;FUT;LGSPEC2
drank V;IND;PL;2;FUT;LGSPEC2
drank V;IND;SG;2;PRS
drank V;IND;DU;1;FUT;LGSPEC2
drank V;IMP;SG
drank V;IND;PL;1;FUT;LGSPEC2
drank V;IND;DU;1;PRS
drank V;PRF;IND;DU;1;PST
drank V;PRF;IND;SG;1;PST
drank V;PRF;IND;PL;2;PST
drank V;PFV;IND;PL;1;PST
drank V;PRF;IND;SG;2;PST+RMT
drank V;PRF;IND;DU;1;PST+RMT
drank V;IND;PL;2;PRS
drank V;PRF;IND;DU;2;PST
drank V;IND;DU;2;FUT;LGSPEC2
drank V;IND;PL;2;FUT;LGSPEC1
drank V;PRF;IND;PL;3;PST
drank V;PFV;IND;PL;2;PST
drank V;IND;SG;1;FUT;LGSPEC1
drank V;IND;PL;1;FUT;LGSPEC1
drank V;IND;SG;1;FUT;LGSPEC2
drank V;IND;DU;2;FUT;LGSPEC1
drank V;PFV;IND;SG;1;PST
drank V;NFIN
dreege V;PRF;IND;SG;1;PST+RMT
dreege V;PFV;IND;SG;3;PST
dreege V;PFV;IND;DU;2;PST
dreege V;IND;PL;1;PRS
dreege V;IND;PL;2;FUT;LGSPEC1
dreege V;PRF;IND;PL;1;PST+RMT
dreege V;PRF;IND;SG;2;PST+RMT
dreege V;PRF;IND;SG;3;PST+RMT
dreege V;PRF;IND;SG;2;PST
dreege V;IMP;SG
dreege V;PRF;IND;SG;3;PST
dreege V;PFV;IND;DU;1;PST
dreege V;PFV;IND;PL;2;PST
dreege V;PRF;IND;DU;1;PST
dreege V;IND;PL;3;FUT;LGSPEC1
dreege V;IND;PL;2;PRS
dreege V;PFV;IND;PL;1;PST
dreege V;IND;DU;1;FUT;LGSPEC1
dreege V.PTCP;PST
dreege V;PRF;IND;DU;2;PST+RMT
dreege V;IND;PL;1;FUT;LGSPEC1
dreege V;IND;SG;2;PRS
dreege V;NFIN
dreege V;IND;SG;3;PRS
dreege V;IND;SG;3;FUT;LGSPEC1
dreege V;PRF;IND;PL;2;PST
dreege V;PRF;IND;DU;1;PST+RMT
dreege V;PRF;IND;PL;3;PST+RMT
dreege V;PRF;IND;PL;3;PST
dreege V;PRF;IND;DU;2;PST
dreege V;PFV;IND;SG;2;PST
dreege V;PRF;IND;PL;2;PST+RMT
dreege V;IND;PL;3;PRS
dreege V;IND;DU;2;FUT;LGSPEC1
dreege V;PRF;IND;PL;1;PST
dreege V;NFIN
dreege V;IND;SG;1;FUT;LGSPEC1
dreege V;IND;SG;1;PRS
dreege V;PRF;IND;SG;1;PST
dreege V;IND;DU;2;PRS
dreege V;IND;DU;1;PRS
dreege V;IMP;PL
dreege V;IND;SG;2;FUT;LGSPEC1
dreege V;PFV;IND;PL;3;PST
dreege V;PFV;IND;SG;1;PST
fraage V;IND;SG;3;FUT;LGSPEC2
fraage V.PTCP;PST
fraage V;IND;DU;2;PRS
fraage V;IND;SG;3;FUT;LGSPEC1
fraage V;PFV;IND;PL;3;PST
fraage V;PFV;IND;DU;1;PST
fraage V;PRF;IND;SG;3;PST
fraage V;IND;PL;2;PRS
fraage V;NFIN
fraage V;IND;PL;3;PRS
fraage V;PRF;IND;PL;1;PST+RMT
fraage V;IND;SG;2;FUT;LGSPEC1
fraage V;IND;PL;3;FUT;LGSPEC1
fraage V;IND;SG;2;PRS
fraage V;IND;PL;1;PRS
fraage V;IND;DU;1;FUT;LGSPEC2
fraage V;IND;SG;1;PRS
fraage V;IND;SG;3;PRS
fraage V;PRF;IND;SG;2;PST+RMT
fraage V;PFV;IND;PL;2;PST
fraage V;IMP;PL
fraage V;PFV;IND;SG;1;PST
fraage V;PRF;IND;SG;2;PST
fraage V;IMP;SG
fraage V;IND;DU;1;PRS
fraage V;PRF;IND;PL;3;PST
fraage V;PRF;IND;DU;2;PST
fraage V;IND;PL;1;FUT;LGSPEC1
fraage V;PFV;IND;PL;1;PST
fraage V;PRF;IND;DU;2;PST+RMT
fraage V;PRF;IND;PL;1;PST
fraage V;IND;SG;2;FUT;LGSPEC2
fraage V;PRF;IND;SG;1;PST+RMT
fraage V;PRF;IND;SG;3;PST+RMT
fraage V;PFV;IND;DU;2;PST
fraage V;PRF;IND;SG;1;PST
fraage V;IND;DU;1;FUT;LGSPEC1
fraage V;PRF;IND;DU;1;PST+RMT
fraage V;PFV;IND;SG;3;PST
fraage V;IND;SG;1;FUT;LGSPEC1
fraage V;IND;PL;2;FUT;LGSPEC2
fraage V;IND;DU;2;FUT;LGSPEC2
fraage V;PRF;IND;PL;3;PST+RMT
fraage V;PRF;IND;PL;2;PST+RMT
fraage V;NFIN
fraage V;PRF;IND;DU;1;PST
fraage V;PRF;IND;PL;2;PST
fraage V;IND;PL;3;FUT;LGSPEC2
fraage V;IND;SG;1;FUT;LGSPEC2
fraage V;IND;PL;2;FUT;LGSPEC1
fraage V;IND;DU;2;FUT;LGSPEC1
fraage V;PFV;IND;SG;2;PST
fraage V;IND;PL;1;FUT;LGSPEC2
|
b705417465d355437c9464ce70f88e421739d9ea | 717ddeb7e700373742c617a95e25a2376565112c | /3165/CH6/EX6.10/Ex6_10.sce | 85260e09efde53ededba30320b30ad9e0a2783e6 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 282 | sce | Ex6_10.sce | //Example 6 . 10
//Program to Compute the 8p o i n t DFT o f g i v e n Sequenc e
// x [ n ]=[ 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 ] u s i n g DIT , r adix 2 ,FFT Algor i thm .
clc ;
x = [2 ,2 ,2 ,2 ,1 ,1 ,1 ,1];
//FFT Computation
X = fft (x , -1);
disp (X, 'X( z ) = ' );
|
c92f028fd628595a640122869d1620e7831eac61 | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD2/AlleI/trajectoireAlleeModifK.sce | ab2ecba9495b753ab84a33f04bd6460acee16478 | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 903 | sce | trajectoireAlleeModifK.sce | clear;
clf;
a = 1.2; h = 0.1; // variables globales de population initiale et pas de temps
r=0.4; A=1; // variables globales de la formule de la vitesse d'accroissement
kvect= 1.5:0.1:2.5; // Vecteur des différentes valeurs de K
function f = logistique(x); // fonction qui calcule la vitesse d'accroissement
f = r * x .*((x/A -1).* (1 - x / K)) + I; // opérations vectorielles. x est un vecteur
endfunction
ndate = 0:h:20; // le vecteur des instants où on calcule la solution
x(1) = a; // Déclaration et initialisation de la population initiale
I = 0.1;
for i= 1:11 // Boucle qui dessine les courbes
K=kvect(i); // Initialisation de la valeur de K
for n = 1:length(ndate) - 1; // Boucle qui calcul la population pour une valeur de K
x(n+1) = x(n) + h * logistique(x(n)); // Calcul de la population
end
plot2d(ndate, x, style = i); // Tracé de la trajectoire.
end
|
ca5529f18531945dddf91484b5421127044f6a2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH11/EX11.2/Ex11_2.sce | d2b59a84659d7f29fe7a8d10fbb208e19227d558 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 718 | sce | Ex11_2.sce | // Chapter 11
// Design a second order high pass Bessel's filter
// Page.No-404
// Example11_2
//Figure 11.25
// Given
clear;clc;
L=1.732; // Aplha = DAMPING
Kf=1.274;
R1=L/2;
printf("\n The Resistor required is = %.3f Ohm\n",R1); // Result
R2=2/L;
printf("\n The Resistor required is = %.3f Ohm\n",R2); // Result
F3db=5000; //in Hz
Fc=F3db/Kf;
printf("\n The critical frequency is = %.0f Hz\n",Fc); // Result
Wc=2*%pi*Fc;
printf("\n The Wc is = %.0f radians per seconds\n",Wc); // Result
R1n=R1/Wc;
printf("\n The value of scaled Resistor R1 is = %.7f Ohm\n",R1n); // Result
R2n=R2/Wc;
printf("\n The value of scaled Resistor R2 is = %.7f Ohm\n",R2n); // Result
|
e3e09ac43410696776622a97e069bcf27d9fbd07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3308/CH23/EX23.2/Ex23_2.sce | 40ca4ed311e3355eed33dafc152293e3cf1181d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 892 | sce | Ex23_2.sce | clc
// Given that
l=500//in mm Length
w=60//in mm width
v=0.6//in m/min
d=3//in mm depth of cut
D=150//in mm diameter of cutter
n=10//no. of inserts
N=100//in rpm spindle rotation
// Sample Problem on page no. 655
printf("\n # Material Removal Rate , Power Required and Cutting Time in Face Milling # \n")
MRR=w*d*v*1000
printf("\n\n Material Removal Rate = %d mm3/min",MRR)
lc=D/2
t=((l+(2*lc))/((v*1000)/60)) // velocity is converted into mm/sec
t1=t/60
printf("\n\n Cutting time= %ff min",t1)
f=(v*1000*60)/(60*N*n) // N is converted into rev/sec by dividing by 60 , velocity is converted into mm/sec
printf("\n\n Feed per Tooth= %f mm/tooth",f)
//for high strength aluminium alloy unit power is taken as 1.1 W s/mm3
P=(1.1*MRR)/60 // MRR is converted into mm3/sec by dividing by 60
P1=P/(1000)//in KW
printf("\n\n Cutting power=%f KW",P1)
|
b84245cd812f8c9e04d576862d5910cf10cb9a43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH9/EX9.13/Ex9_13.sce | 20fa3a420a5434692521c1b951ad8dd5b574f81b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Ex9_13.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 9 Frequency Response of Amplifier Pg no. 316
clear;
clc;
//Given
fT=150D6;//transition frequency in hertz
Gv_mid=25;//midband voltage gain
//Solution
BW=fT/Gv_mid;//bandwidth in hertz
printf("BW = %.f MHz",BW/10^6);
|
03f7a7014d4479d90079d3b8686a0c3b3898e749 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH5/EX5.4/Example_5_4.sce | 8c3d92932413f461428443fcfd55330c677f14e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,014 | sce | Example_5_4.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 5.4
//Caption : Program To Find the change in entropy in a steel Casing
//Given Values
//For Casting
Cp_Casting=0.5;//[KJ/Kg/K]
T1=723.15;//[K]
T0=298.15;//[K]
M_Casting=40;//[Kg]
//For Oil
Cp_Oil=2.5;//[KJ/Kg/K]
M_Oil=150;//[Kg]
//Formula M1Cp1dT`=M2Cp2dT
//40*0.5*(T-723.15)=150*2.5*(298.15-T)
//Whence
T=((T1*M_Casting*Cp_Casting)+(T0*M_Oil*Cp_Oil))/((M_Casting*Cp_Casting)+(M_Oil*Cp_Oil));
//(a)-change in entropy For casting
del_S_Casting=approx(M_Casting*Cp_Casting*integrate('1/T','T',T1,T),2);
disp('KJ/K',del_S_Casting,'(a)Change In Entropy of Casting')
//(b)-change in entropy For Oil
del_S_Oil=approx(M_Oil*Cp_Oil*integrate('1/T','T',T0,T),2);
disp('KJ/K',del_S_Oil,'(b)Change In Entropy of Oil')
//(c)-Total
del_S_total=del_S_Casting+del_S_Oil;
disp('KJ/K',del_S_total,'(c)Total entropy change')
//End |
7b2f3d35d9b9c39461bcf925918e029cb74687c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH6/EX6.3/6_03.sce | 9eeb6318586514b2af798b3e0c04156ce67d5248 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | 6_03.sce | //Example No. 6_03
//Evaluating Polynomial using Horner's rule
//Pg No.
clear ; close ; clc ;
//Coefficients of x terms in the increasing order of power
A = [ 6 ; 1 ; -4 ; 1];
x = 2
[n,c] = size(A) ;
p(n) = A(n)
disp(p(n), 'p(4) = ')
for i = 1:n-1
p(n-i) = p(n-i+1)*x + A(n-i)
printf('\n p(%i)= %i\n',n-i,p(n-i))
end
mprintf('\n f(%i) = p(1) = %i',x,p(1)) |
e9f2d0f07329f0f197a176eb36f8d0a67c6ad366 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1652/CH12/EX12.2/12_2.sce | 37ba405cd854816fb7fc3aad3876864ee7e650cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | 12_2.sce | clc
//Initialization of variables
T=273.2 //K
vw=1.0001 //cm^3 /g
vi=1.0907 //cm^3 /g
hf=79.7 //cal/g
P1=76 //cm
P2=4.6 //cm
//calculations
dT=T*(vw-vi)*(P2-P1)*13.6*980.7/(hf*4.184*10^7)
//results
printf("change in temperature = %.4f deg",dT)
|
3ad43eb0bc106d3076fcc8a8cc4ca22d56deb9f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH12/EX12.3/Chap12_Ex3.sce | 074ef4db6dac62efd9232882106e7c95cb0c5a79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,864 | sce | Chap12_Ex3.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-12,Example 3,Page 430
//Title: P-x-y data using the Margules parameters
//================================================================================================================
clear
clc
//INPUT
//For convenience acetone is taken as 1 and cyclohexane is taken as 2
T=25;//temperature of the system in degree celsius
A12=2.0522;//three suffix Margules parameters for the system (no unit)
A21=1.7201;//three suffix Margules parameters for the system (no unit)
P=[118.05;207.70;246.35;259.40;261.50;262.00;261.90;258.70;252.00];//Pressure data in Torr (from Tasic et al.)
//mole fraction of acetone in the liquid phase corresponding to the given pressure (no unit) (from Tasic et al.)
x1=[0.0115;0.1125;0.3090;0.5760;0.6920;0.7390;0.7575;0.8605;0.9250];
//mole fraction of acetone in the vapour phase corresponding to the given pressure (no unit) (from Tasic et al.)
y1=[0.1810;0.5670;0.6550;0.7050;0.7250;0.7390;0.7460;0.8030;0.8580];
antoine_const_acetone=[7.11714;1210.595;229.664];//Antoine's constants for acetone from Table A.7
antoine_const_chexane=[6.85146;1206.470;223.136];//Antoine's constants for cyclohexane from Table A.7
//CALCULATION
//The form of the Antoine's equation used is logP=A-(B/(t+C)), where P is in Torr and t is in degree celsius
P1_s=10^(antoine_const_acetone(1,:)-(antoine_const_acetone(2,:)/(T+antoine_const_acetone(3,:))));//calculation of saturation pressure of acetone at T in Torr
//calculation of saturation pressure of cyclohexane at T in Torr
P2_s=10^(antoine_const_chexane(1,:)-(antoine_const_chexane(2,:)/(T+antoine_const_chexane(3,:))));
//From the Margules equations (Eq. 11.79 and 11.80), the activity coefficients are found out
l=length(P);//iteration parameter
j=1;//iteration parameter
while j<l|j==l
ln_gaamma1(j)=((1-x1(j,:))^2)*(A12+(2*(A21-A12)*x1(j,:)));//calculation of ln(activity coefficient) (no unit)
ln_gaamma2(j)=(x1(j,:)^2)*(A21+(2*(A12-A21)*(1-x1(j,:))));//calculation of ln(activity coefficient) (no unit)
gaamma1(j)=exp(ln_gaamma1(j));//calculation of the activity coefficient (no unit)
gaamma2(j)=exp(ln_gaamma2(j));//calculation of the activity coefficient (no unit)
P(j)=(gaamma1(j)*x1(j,:)*P1_s)+(gaamma2(j)*(1-x1(j,:))*P2_s);//calculation of pressure in Torr
y1_calc(j)=(gaamma1(j)*x1(j,:)*P1_s)/P(j);//calculation of mole fraction of acetone in vapour phase (no unit)
j=j+1;
end
//OUTPUT
mprintf('P-x-y data: \n\n');
i=1;
mprintf('x1 \t gamma1\t gamma2 \t P (Torr) \t y1 \n');
for i=1:l
mprintf('%0.4f \t %f \t %f \t %f \t %f \n',x1(i),gaamma1(i),gaamma2(i),P(i),y1_calc(i));
end
//===============================================END OF PROGRAM===================================================
|
24a0b98aa552265dbdf7120041966e299b438285 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH6/EX6.7/EXAMPLE6_7.SCE | dc6a64911b3001d358d173d019c8628155920575 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | EXAMPLE6_7.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 6
//NOISE
clear all;
clc;
printf("EXAMPLE 6.7(PAGENO 295)");
//given
T = 273 + 17//temperature in kelvin
Q = 10//quality factor
c = 10*10^-12//capacitance
f_r = 100*10^6//resonate frequency
k = 1.38*10^-23//boltzman's constant
//calculations
delta_f = f_r/Q//bandwidth of the tuned circuit
w = 2*%pi*f_r;//angular frequency
R = 1/(Q*w*c);//resistance
V_no = sqrt(4*k*Q^2*T*delta_f*R) //output voltage
//results
printf("\n\nOutput voltge = %.10f V",V_no);
|
bf844974c2db9fa8a36d95a956b97a9878ac721d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH9/EX9.8/Ex9_8.sce | c9c905a46752d5437f921ecc52d9f1decc8776dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,539 | sce | Ex9_8.sce | clc
// initialization of variables
// The reaction equation with theoritical air is
// C8H18 + 12.5(O2+3.76N2)---> 8CO2 + 47N2 + 9H2O
// for 400% theoritical air reaction is
// C8H18 + 50(O2+3.76N2)---> 8CO2 + 188N2 + 9H2O + 37.5O2
// All the enthalpy of formation values are taken from Table B.5 with units in kJ/mol
hfCO2=-393520 // enthalpy of formation associated with CO2
hbarCO2=42769 //enthalpy associated with CO2 at 1000K from table E.4
hdotbarCO2=9364//enthalpy associated with CO2 at 298K from table E.4
hfH2O=-241820 // enthalpy of formation associated with gaseous H2O
hbarH2O=35882 //enthalpy associated with H20 at 1000K from table E.6
hdotbarH2O=9904//enthalpy associated with H20 at 298K from table E.6
hbarN2p=(30784+29476)/2 //enthalpy associated with N2 at 1000K from table E.2 by averaging enthalpy at 1020K and 980K
hdotbarN2=8669//enthalpy associated with N2 at 298K from table E.2
hfC8H18=-249910 // enthalpy associated with octane taken from internet as not provided in textbook
hbarO2=31389 // enthalpy associated with O2 at 1000K table E.3
hdotbarO2=8682//enthalpy associated with O2 at 298K table E.3
Hp=8*(hfCO2+hbarCO2-hdotbarCO2)+9*(hfH2O+hbarH2O-hdotbarH2O)+37.5*(hbarO2-hdotbarO2)+188*(hbarN2p-hdotbarN2)// enthalpy of products
Hr=(hfC8H18)
// enthalpy of reactants
Q=Hp-Hr // using first law2
printf(" The heat transfer is %i kJ",Q)
//The answers are slightly different in textbook as they have approximated the values while in SCILAB results are precise
|
325b13922058cc3832fbd8a61e2c7ec98df235a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH9/EX9.11.b/ex_9_11_b.sce | 12f71dd605d67edc7ff62877e54fc8ca79edb9ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | ex_9_11_b.sce | //example 9.11.b//
clc
//clears the screen//
clear
//clears all existing variables//
disp('The modulus of a Johnson counter is twice as the number of bits (or flip flops). Therefore, the number of flip flops required is 5. The count sequence is 00000, 10000, 11000, ,11100, 11110, 11111, 01111, 00111, 00011, 00001 and back to 00000') |
4dd3510df4579f952f53d6d17c1a2c25f1e666ed | 3d9eb570cc25f2789bfcc4876cb4ba7ac1094b20 | /Transcendental Equations Solving Methods/False Position Method.sci | 7ef0b8a9996c9dce0b7486aa7544ad7c381a17dd | [] | no_license | laisdutra/NumericalComputing | 0c858f029621767723fb28d824dcff8a48aa8905 | 84f7f4600056a98bf24b924d647818cc0f17e4cf | refs/heads/master | 2022-01-27T08:06:26.686036 | 2019-05-23T01:41:55 | 2019-05-23T01:41:55 | 185,099,679 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 676 | sci | False Position Method.sci | function y = f(x)
y = 1 - (1+x).^-9 - (140/26.5)*x //função que se procura a raiz
endfunction
a = 0.12;
b = 0.13;
x = a; //para calcular o primeiro erro relativo
while(1)
x_ant = x //guarda o valor do x para cálculo do erro relativo
x = a - (b-a)*f(a)/(f(b)-f(a)) //ponto em que a reta que liga os intervalos corta o eixo
Er = abs((x - x_ant)/x) //calcula o erro relativo
if(Er < 10^-3)
break
end
if(f(a)*f(x) < 0) then //verifica em que intervalo está a raiz, método de Bolzano
b = x //redefine o intervalo sendo o intervalo da esquerda
else
a = x //redefine o intervalo sendo o intervalo da direita
end
end
|
f475308b3fa7041bc18293843cc621e1c55d3a82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH14/EX14.3/ex14_3.sce | 4a79f338d46586051cae04003556b5eb711d15fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | sce | ex14_3.sce | //Antennas : example 14-3 : pg(671)
Pt=10;//transmitted power
//dipoles have gain 2.15dB
Gr=10^(2.15);//recieving antenna gain(ratio) compared to isotropic radiator
Gt=Gr;//transmiting antenna gain(ratio) compared to isotropic radiator
Gr=1.64;
c=3*10^8;//velocity of light
f=144*10^6;//frequency
d=50*10^3;//distance between antennas
x=c/f;//wavelength
y=x^2;
z=Pt*Gt*Gr*y;
a=(16*(%pi)^2);
b=a*(d^2);
Pr=z/b;//power recieved
printf("\nPr = Pt.Gt.Gr.h^2/16.pi^2.d^2 = %.12f W",Pr);
|
85c2dd658537a5f04d213e7bf7bb78a9856ef224 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH1/EX1.1/Ex1_1.sce | d5036bac570b0074da8a44392f87ba007f986859 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | Ex1_1.sce | //Electric Drives concepts and application by V.Subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex1_1
clc;
clear;
V=500;// voltage v
N1=900;// speed in rpm
Ia1=45;//armature current in A
Ia2=21;//armature current in A
R=8;// resistance in ohm
Ra=1;//armature resistance in ohm
Eb1=V-(Ia1*Ra);
Eb2=V-(9*Ia2);
N2=N1*(Eb2/Eb1);
disp(N2,'New speed in rpm is :');
|
3b76490e7e7a4abcd5cc371586fb8676417457dd | 7beeb269e0dc21c0318b2a435bc6e5ed5daeff5d | /projects/01/Decoder2.tst | e7720c9daface32ae606e06fbadb7873a7fd6477 | [] | no_license | pbrit/coursera-nand2tetris | 2ff897b33d1f8e7b2f436a7434d01aa7f7e32d41 | de99bbe1ec4f4b6a1495e57f763b19007e710ef3 | refs/heads/master | 2021-05-29T16:16:25.267143 | 2015-06-14T08:06:01 | 2015-06-14T08:06:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | tst | Decoder2.tst |
load Decoder2.hdl,
output-file Decoder2.out,
compare-to Decoder2.cmp,
output-list s0%B3.1.3 s1%B3.1.3 out%B1.4.1;
set s0 0,
set s1 0,
eval,
output;
set s1 1,
eval,
output;
set s0 1,
eval,
output;
set s1 0,
eval,
output;
|
b1f0868934db7b21da63daccd5fe22bdb38bbb04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3764/CH3/EX3.6/Ex3_6.sce | 1911a3aefee2add26e44213690b96fc9bae40571 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,549 | sce | Ex3_6.sce | clc
//
//Variable declaration
D=7.5 // Diameter of the bigger shaft(in)
d=3.75 // Diameter of the smaller shaft(in)
r=0.5625 // Inner radius(in)
k=1.33 // Stress concentration factor
//Calculation
temp1=(D/d)
temp2=(r/d)
T=((1/2)*(%pi)*((1.875)**3)*(8/1.33)) // Maximum torque(ksi)
//Power
f=(900/60) // Frequency(Hz)
Pa=(2*(%pi)*15*62.3*(10**3)) // Power(lb/s)
Pa=(Pa/6600) // Power(hp)
//Final Design
r=15/16 // Radius(in)
temp2=(0.9375/3.75)
k=1.20 // Stress concentration factor
T=(10.35*(8/1.20)) // Torque(kip.in)
Pb=(2)*(%pi)*(15)*(69)*((10**3)) // Power(lb/s)
Pb=(Pb/6600) // Power(hp)
//Percent Change in Power
PC=(((Pb-Pa)/Pa)*100)
//Result
printf("\n Case(a): Maximum power that can be transmitted = %1f hp' ,Pa)
printf("\n Case(b): Percentage in power = %1f ' ,PC)
|
ee612b05793012ff28eed5294210e3e99bfe6700 | 1485852dd59aafc286600126cf832a32e10f117f | /tests/getDepth/test2.sce | 544b92bcab743656aecf10369136f040547183f7 | [] | no_license | rg77/Scilab-Image-Processing-And-Computer-Vision-Toolbox | dec9fbbce32cfd1eab3c45ccb29c89aaa1384758 | 8adb116da3a9c29a32e5e0727105aff571e5b374 | refs/heads/master | 2020-12-02T16:14:45.282650 | 2017-07-07T10:12:04 | 2017-07-07T10:12:04 | 96,524,257 | 0 | 0 | null | 2017-07-07T09:43:50 | 2017-07-07T09:43:50 | null | UTF-8 | Scilab | false | false | 129 | sce | test2.sce | src = imread("../images/color3.jpg"); //reading an image
depth = getDepth(src) ; //get the depth
disp(depth) ; //view the output
|
d6f4c4e8048c6ce110a95b5d07e1d2d12cf4576e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH1/EX1.6/Ex1_6.sce | a0f84ac4a24390fc198bc49f2633b104eb3884cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | Ex1_6.sce | //Example number 1.6, Page number 1.36
clc;clear;close
//Variable declaration
lamda=5500 // Angstrom
nf=1.38 //unitless
//Calculation
t=lamda/(4*nf) // Angstrom
//Result
printf("The minimum thickness of coating,t=%0.1f Angstrom",t)
|
9a6ab539456eed5d3c9e5035a5f1f49c55e5f25b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH5/EX5.2/Ex5_2.sce | fa745493e526c2101df3fc0f68f2832b01c03a59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,502 | sce | Ex5_2.sce |
//Variable declaration
Rl=500 //load resistance(ohms)
Vceq=50 //queinscent collector voltage(V)
beetamin=30 //current gain minimum(at Q)
Icq=0.4 //queinscent collector current(A)
Ibq=8 //queinscent base current(mA)
//Calculations
Rac=Vceq/Icq //ac resistance(ohms)
beeta=(Icq*10**-3)/Ibq //current gain
Re=5/Icq //emitter resistance(ohms)
Rc=(512.5*Rac)/(512.5-Rac) //as Re+Rl=500+12.5=512.5
Vcc=5+Vceq+(Icq*Rc) //supply voltage(V)
Rb=(beetamin*Re)/10 //base resistance(ohms)
R1=39.5 //solving 125=Rc||(Rl+Re) and Vbb=Vcc*(R1/(R1+R2))
R2=750
Pi=120*Icq //Vcc chosen as 120
r=(Rc*Rl)/(Rc+Rl)
Poac=(100/(2*sqrt(2)))**2/r //output power(W)
etamax=Poac/Pi //efficiency
Poac1=(100/(2*sqrt(2)))**2/Rl //ac power absorbed by load(W)
eta=Poac1/Pi
Pc=(Icq**2)*Rc //power lost in Rc(W)
Pe=(Icq**2)*Re //power lost in Re(W)
Pd=Pi-Pc-Pe-Poac //power consumed(W)
//Results
printf ("input power is Pi %.1f W",Pi)
printf ("output power is Po %.2f W",Poac)
printf ("dissipated power is %.2f W",Pd)
printf ("values of R1,R2,Re and Rc are %.1f ohms, %.1f ohms, %.1f ohms and %.f ohms resp.",R1,R2,Re,Rc)
printf("Note : Calculated value of Rc is wrong in the book")
|
28a2ef58d285bfad31595221b64fcf188af97767 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3836/CH2/EX2.9/Ex2_9.sce | 1e0fbcb11629618819b47980a14b4d28427d100a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | Ex2_9.sce | clear
//Initialisation
f=50 //frequency in herts
//Calculation
t=(1*f**-1) //time period
//Result
printf("\n T = %d ms",t*10**3)
|
9ca493c1c2dfdb6e5808ea23fb2691ce64632edc | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /4D Tracking.sce | 524020297b12b2e7f4a7780cfa18975e996193bf | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 30,071 | sce | 4D Tracking.sce | Name=4D Tracking
PlayerCharacters=A_air_trace_frozen
BotCharacters=Bot Rotation air.rot
IsChallenge=true
Timelimit=240.0
PlayerProfile=A_air_trace_frozen
AddedBots=Bot Rotation air.rot
PlayerMaxLives=0
BotMaxLives=1
PlayerTeam=1
BotTeams=2
MapName=square_novertical.map
MapScale=2.0
BlockProjectilePredictors=false
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=100.0
ScorePerDamage=0.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=100.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Track, Trace, 360
WeaponHeroTag=TM100
DifficultyTag=3
AuthorsTag=fuglaa
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Track a bot in four dimensions
GameVersion=1.0.0
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Bot Profile]
Name=air1_close_long
DodgeProfileNames=Long Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1_far_long
DodgeProfileNames=Long Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air_close_short
DodgeProfileNames=Short Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1_far_short
DodgeProfileNames=Short Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1
SeeThroughWalls=false
[Bot Profile]
Name=air1F_close_long
DodgeProfileNames=Long Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_far_long
DodgeProfileNames=Long Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_close_short
DodgeProfileNames=Short Strafes Close
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1F_far_short
DodgeProfileNames=Short Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_fast
SeeThroughWalls=false
[Bot Profile]
Name=air1_UFO
DodgeProfileNames=Very Short Strafes + Jump;Long Strafes Close
DodgeProfileWeights=1.0;0.5
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=air1_UFO
SeeThroughWalls=false
[Bot Rotation Profile]
Name=Bot Rotation air
ProfileNames=air1_close_long;air1_far_long;air_close_short;air1_far_short;air1F_close_long;air1F_far_long;air1F_close_short;air1F_far_short;air1_UFO
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=A_air_trace_frozen
MaxHealth=100.0
WeaponProfileNames=Track Master 100;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Character Profile]
Name=air1
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Character Profile]
Name=air1_fast
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1500.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Character Profile]
Name=air1_UFO
MaxHealth=1000.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=2000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=100.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=Blink.abilmov;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Dodge Profile]
Name=Long Strafes Close
MaxTargetDistance=750.0
MinTargetDistance=200.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.65
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Close
MaxTargetDistance=750.0
MinTargetDistance=200.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.65
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Very Short Strafes + Jump
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.1
MaxLRTimeChange=0.3
MinFBTimeChange=0.1
MaxFBTimeChange=0.3
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.6
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=Track Master 100
Type=Hitscan
ShotsPerClick=1
DamagePerShot=1.0
KnockbackFactor=0.0
TimeBetweenShots=0.01
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=1000000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
CooldownType=InfiniteUse
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
CooldownTimer=5.0
MaxCharges=3
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileWorldHitRadius=1.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomFactor=0.7
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.05
HitSoundCooldown=0.01
ShootSound=Shot
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=0.0
TaggingHitFactor=0.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake Champions
ADSAllowUserOverrideFOV=true
HitscanGraphicOriginAtWeapon=true
ProjectileGraphicOriginAtWeapon=true
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=1000.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Blink
MaxCharges=3.0
ChargeTimer=3.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.075
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=15000.0
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=0.075
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=1500.0
AIMaxTargDist=1000000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=25.0
AIDamageReactionResetTimer=1.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-936.000000 -1088.000000 1216.000000
1064.000000 -1088.000000 1216.000000
1064.000000 -1088.000000 -784.000000
-936.000000 -1088.000000 -784.000000
-936.000000 -1152.000000 1216.000000
1064.000000 -1152.000000 1216.000000
1064.000000 -1152.000000 -784.000000
-936.000000 -1152.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1120.000000 912.000000 1216.000000
-936.000000 912.000000 1216.000000
-936.000000 912.000000 -784.000000
-1120.000000 912.000000 -784.000000
-1120.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 -784.000000
-1120.000000 -1088.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1064.000000 912.000000 1216.000000
1216.000000 912.000000 1216.000000
1216.000000 912.000000 -784.000000
1064.000000 912.000000 -784.000000
1064.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 -784.000000
1064.000000 -1088.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 1032.000000 1224.000000
1064.000000 1032.000000 1224.000000
1064.000000 1032.000000 -776.000000
-936.000000 1032.000000 -776.000000
-936.000000 912.000000 1224.000000
1064.000000 912.000000 1224.000000
1064.000000 912.000000 -776.000000
-936.000000 912.000000 -776.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 920.000000 1520.000000
1064.000000 920.000000 1520.000000
1064.000000 920.000000 1216.000000
-936.000000 920.000000 1216.000000
-936.000000 -1088.000000 1520.000000
1064.000000 -1088.000000 1520.000000
1064.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 1216.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 920.000000 -768.000000
1064.000000 920.000000 -768.000000
1064.000000 920.000000 -1104.000000
-936.000000 920.000000 -1104.000000
-936.000000 -1080.000000 -768.000000
1064.000000 -1080.000000 -768.000000
1064.000000 -1080.000000 -1104.000000
-936.000000 -1080.000000 -1104.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position 36.000000 -200.000000 224.000000
Bool8 teamB 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type CameraPath
UInt32 entityIdAttachedTo 249
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type PlayerSpawn
Vector3 position -776.000000 -192.000000 1016.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -840.000000 -176.000000 816.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -176.000000 520.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -736.000000 -168.000000 224.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -176.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -176.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -536.000000 -176.000000 816.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 -176.000000 1104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 1104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 -176.000000 816.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 480.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 40.000000 -176.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 32.000000 -176.000000 824.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 48.000000 -176.000000 1120.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 -176.000000 1112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 -176.000000 832.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 312.000000 -176.000000 520.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -176.000000 832.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 672.000000 -176.000000 1120.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 -176.000000 224.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -176.000000 528.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 952.000000 -176.000000 1120.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 864.000000 -168.000000 776.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -176.000000 520.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 -176.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -176.000000 224.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 920.000000 -176.000000 -112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -176.000000 -104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 288.000000 -176.000000 -96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -176.000000 -88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -176.000000 -368.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -176.000000 -352.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -176.000000 -72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -536.000000 -176.000000 -112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -536.000000 -176.000000 -376.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -176.000000 -704.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -808.000000 -176.000000 -712.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -808.000000 -176.000000 -392.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -752.000000 -176.000000 -168.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 936.000000 -176.000000 -432.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -176.000000 -424.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -176.000000 -696.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 904.000000 -192.000000 -680.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 -176.000000 -384.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 272.000000 -184.000000 -648.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 40.000000 -176.000000 -688.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 -688.000000
Bool8 teamA 0
|
a592e3950ddeaea2d3d0efaca5995bcc6e5d0774 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH2/EX2.6/Ex2_6.sce | 11a6cbc6b18f08f5c7b66ba2f01e388cf6dcb091 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | Ex2_6.sce | clear
//
//
//
//Variable declaration
n=4000 //number of lines/cm
lamda=5000*10**-8 //wavelength(cm)
k=3 //order
//Calculation
e=1/n
sintheta=k*lamda/e
costheta=sqrt(1-sintheta**2)
dthetabydlamda=k*n/costheta //dispersive power of grating
//Result
printf("\n dispersive power of grating is %0.3f ",dthetabydlamda)
|
e3a3021647c8a536a9ebb68e994fd0ab572be932 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH3/EX3.18/Ch03Ex18.sce | 715748598550ba05290e7d7508ffbbd0206d3d36 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 859 | sce | Ch03Ex18.sce | // Scilab Code Ex3.18:: Page-3.30 (2009)
clc; clear;
a = 0.019e-003; // Width of each slit, m
b = 2.0e-004; // Width of opacity between two slits, m
lambda = 5000e-010; // Wavelengh of light used, m
D = 0.6; // Distance between slit and the screen, m
// As angular separation, theta = x/D = lambda/(a+b), solving for x
x = D*lambda/(a+b); // Fringe spacing on the screen, m
// As half angular separation, theta1 = x1/D = lambda/(2*(a+b)), solving for x1
x1 = D*lambda/(2*(a+b)); // Distance between central maxima and first minima, m
printf("\nThe fringe spacing on the screen = %4.2f mm", x/1e-003);
printf("\nThe distance between central maxima and first minima = %4.2f mm", x1/1e-003);
// Result
// The fringe spacing on the screen = 1.37 mm
// The distance between central maxima and first minima = 0.68 mm
|
f0a71a84c90ce09061468b12c56e8ed679699dc8 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/SCHI/NF65WHQ/ATWM1_Working_Memory_MRI_NF65WHQ/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | eb52dc6883b57f1521e8e8706e95862069ea0329 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 12,282 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
6 11 292 292 399 125 9543 2992 14342 fixation_cross gabor_045 gabor_098 gabor_083 gabor_128 gabor_045_alt gabor_098 gabor_083_alt gabor_128 "1_1_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_045_098_083_128_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
20 26 292 292 399 125 11543 2992 14342 fixation_cross gabor_141 gabor_057 gabor_120 gabor_036 gabor_141_alt gabor_057 gabor_120_alt gabor_036 "1_2_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_141_057_120_036_target_position_2_4_retrieval_position_2" gabor_circ gabor_104_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
35 40 292 292 399 125 9543 2992 12342 fixation_cross gabor_091 gabor_058 gabor_041 gabor_128 gabor_091 gabor_058_alt gabor_041_alt gabor_128 "1_3_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_091_058_041_128_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_175_framed blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
48 53 292 292 399 125 9543 2992 12342 fixation_cross gabor_024 gabor_086 gabor_157 gabor_042 gabor_024_alt gabor_086 gabor_157_alt gabor_042 "1_4_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_024_086_157_042_target_position_2_4_retrieval_position_2" gabor_circ gabor_086_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
61 66 292 292 399 125 9543 2992 14342 fixation_cross gabor_064 gabor_086 gabor_127 gabor_103 gabor_064_alt gabor_086_alt gabor_127 gabor_103 "1_5_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_064_086_127_103_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_153_framed blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
75 80 292 292 399 125 9543 2992 12342 fixation_cross gabor_153 gabor_079 gabor_134 gabor_002 gabor_153_alt gabor_079_alt gabor_134 gabor_002 "1_6_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_153_079_134_002_target_position_3_4_retrieval_position_1" gabor_153_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_153_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
88 93 292 292 399 125 9543 2992 14342 fixation_cross gabor_086 gabor_028 gabor_139 gabor_115 gabor_086_alt gabor_028_alt gabor_139 gabor_115 "1_7_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_086_028_139_115_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_139_framed gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
102 108 292 292 399 125 11543 2992 12342 fixation_cross gabor_131 gabor_055 gabor_160 gabor_176 gabor_131 gabor_055_alt gabor_160 gabor_176_alt "1_8_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_131_055_160_176_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_022_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
116 122 292 292 399 125 11543 2992 14342 fixation_cross gabor_094 gabor_065 gabor_005 gabor_150 gabor_094_alt gabor_065 gabor_005_alt gabor_150 "1_9_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_094_065_005_150_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
131 137 292 292 399 125 11543 2992 12342 fixation_cross gabor_069 gabor_102 gabor_179 gabor_014 gabor_069_alt gabor_102 gabor_179 gabor_014_alt "1_10_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_069_102_179_014_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_041_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
145 151 292 292 399 125 11543 2992 12342 fixation_cross gabor_167 gabor_080 gabor_141 gabor_023 gabor_167 gabor_080 gabor_141_alt gabor_023_alt "1_11_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_167_080_141_023_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_141_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
159 164 292 292 399 125 9543 2992 14342 fixation_cross gabor_081 gabor_010 gabor_115 gabor_066 gabor_081 gabor_010_alt gabor_115_alt gabor_066 "1_12_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_081_010_115_066_target_position_1_4_retrieval_position_1" gabor_081_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
173 179 292 292 399 125 11543 2992 12342 fixation_cross gabor_113 gabor_089 gabor_023 gabor_067 gabor_113_alt gabor_089 gabor_023_alt gabor_067 "1_13_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_113_089_023_067_target_position_2_4_retrieval_position_2" gabor_circ gabor_089_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
187 192 292 292 399 125 9543 2992 14342 fixation_cross gabor_177 gabor_004 gabor_038 gabor_157 gabor_177_alt gabor_004 gabor_038_alt gabor_157 "1_14_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_177_004_038_157_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_110_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
201 207 292 292 399 125 11543 2992 14342 fixation_cross gabor_107 gabor_123 gabor_168 gabor_152 gabor_107_alt gabor_123 gabor_168 gabor_152_alt "1_15_Encoding_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_107_123_168_152_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_017_framed blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P8_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_017_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
01f9ccdddb357a6118ccdbf937f939a6afc4fbb3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /506/CH6/EX6.5.b/Example6_5b.sce | f22589cb93f79b68e7d82c2ed44f0ce0af5422e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 578 | sce | Example6_5b.sce | clear;
clc;
//Caption:When atleast one input is at V(0) in NAND gate
//Given Data
//For transistor
Vbesat=0.8;//in V
Vy=0.5;//in V
Vcesat=0.2;//in V
R = 5;//in K
Rc = 2.2;//in K
//For diode
Vyd=0.6;//Vgamma in V
Vdrop=0.7;//in V
//The logic levels are Vcesato=0.2V for 0 state
Vcesato=0.2;//in V
disp('If atleast one input is in 0 state');
Vp = Vcesato + Vdrop;//Voltage at point P
disp('V',Vp,'Vp=');
Vbe = Vp-Vyd;//Voltage at base emitter
disp('V',Vbe,'Vbe=');
if(Vbe<Vy)
disp('Q is cutoff');
end
if(Vbe>Vy)
disp('Q is ON');
end
//end |
3ee0669e4889c969c34114ff371bc578071c5196 | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH12/EX12.1/c12_1.sce | c07e952035c9129102b21bd1565c5ba637025757 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,117 | sce | c12_1.sce | //(12.1) The molar analysis of the gaseous products of combustion of a certain hydrocarbon fuel is CO2, 0.08; H2O, 0.11; O2, 0.07; N2, 0.74. (a) Determine the apparent molecular weight of the mixture. (b) Determine the composition in terms of mass fractions (gravimetric analysis).
//solution
//variable initialization
n1 = .08 // mole fraction of CO2
n2 = .11 // mole fraction of H2O
n3 = .07 //mole fraction of O2
n4 = .74 //mole fraction of N2
//part(a)
M1 = 44 //molar mass of CO2 in kg/kmol
M2 = 18 //molar mass of H2O in kg/kmol
M3 = 32 //molar mass of O2 in kg/kmol
M4 = 28 //molar mass of N2 in kg/kmol
M = M1*n1 + M2*n2 + M3*n3 + M4*n4 //in kg/kmol
printf('the apparent molecular weight of the mixture in kg/kmol is: %f',M)
//part(b)
mf1 = (M1*n1/M)*100 //mass fraction of CO2 in percentage
mf2 = (M2*n2/M)*100 //mass fraction of H2O in percentage
mf3 = (M3*n3/M)*100 //mass fraction of O2 in percentage
mf4 = (M4*n4/M)*100 //mass fraction of N2 in percentage
printf('\n\nthe mass fraction of CO2 in percentage is: %f',mf1)
printf('\nthe mass fraction of H2O in percentage is: %f',mf2)
printf('\nthe mass fraction of O2 in percentage is: %f',mf3)
printf('\nthe mass fraction of N2 in percentage is: %f',mf4)
|
09164406b485ccd126d8b5cf603244e27f82f8d9 | d88bbaa013fffcd8958629d40b0a440e80b3df02 | /Tarea1_Maclaurin.sce | eb722a10db04d6b97589daf93aaf53808d953a4c | [] | no_license | DiegoMontano2705/Numerical-Methods-Programs | e4167b46520f4109e99411c760eb551de074ff55 | 31829cea7ffa98b5a7609015177e56430d8c3d33 | refs/heads/master | 2020-04-24T23:58:07.071687 | 2019-04-08T01:00:11 | 2019-04-08T01:00:11 | 172,362,441 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,756 | sce | Tarea1_Maclaurin.sce | // Programa de Aproximación utilizando la serie de Maclaurin
// Aproxima el valor del coseno de una x dada para una serie de términos dado
// y despliega el error real relativo % en cada aproximación y si es su caso debe desplegar el
// error aproximado relativo % a partir de la segunda aproximación
// autor: Diego Fernando Montaño Pérez A01282875
// fecha: 22/01/19
//Funcion en donde se llevan acabo las operaciones para sacar el Cos(x), el error real relativo y el error aproximado relativo
function cosx = Suma(iX,iN)
//Contadores para ayudar en las operaciones e inicador para el cosx
iHelp = 0;
cosx = 0;
iCont = 0;
//Ciclo en donde se llevan acabo las opraciones, empieza siempre en cero y da salto de 2 en 2 hasta llegar al número ingresado por el usuario
for i=0:2:(iN)
//Condicional para saber si en la suma de números se le restara o se le suamara
if modulo(i/2,2) == 0 then
cosx = cosx + (iX^iHelp)/factorial(iHelp);
else
cosx = cosx - (iX^iHelp)/factorial(iHelp);
end
//Calculo para obtener el error real relativo
iErrorReal = abs((cos(iX)-cosx)/cos(iX))*100;
//Condicional para que la primera ves que pase el ciclo no muestre el error relativo y solo el real
if iCont == 0 then
disp("n = " + string(iHelp) + " " + "suma = " + string(cosx) + " Error Real rel % = " + string(iErrorReal));
else
//Calculo para obtener el error relativo
iErrorRelativo = abs((cosx-iCosxAnterior)/cosx)*100;
disp("n = " + string(iHelp) + " " + "suma = " + string(cosx) + " Error Real rel % = " + string(iErrorReal) + " Error aprox rel % = " + string(iErrorRelativo));
end
//Se guarda el valor se la suma en la variable iCosxAnterior para poder usarse en la siguiente pasada para calcular el error relativo
iCosxAnterior = cosx;
//Actulizacion de contadores
iHelp = iHelp + 2;
iCont = iCont + 1;
end
endfunction
// Programa Principal
//Parametros:
// iX = Valor del coseno del número x
// iN = Valor del exponente hasta el cual se quiere sumar
iX = input("Dame el valor de x = ");
iN = input("Dame el valor de n = ");
//Validacion si n es par, en caso de que no, se muestra mensaje de error y se cierra programa
if iN < 0 | modulo(iN,2) ~= 0 then
disp("Error número no es positivo o par");
break;
end
//Se llama metodo suma en donde se llevan acabo las operaciones y se muestran estas mismas
Suma(iX,iN)
return
|
b0c6bb9a3a4c4d9f195160881fcfd3754b1cb401 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH8/EX8.10/Ex8_10.sce | c3f207b6c27233ba5d61c25e5cdf2bddda7ddb48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,194 | sce | Ex8_10.sce | // Example 8.10
clear all;
clc;
// Using the data from Example 8.3 to 8.8
P = 2000; // Pressure in psi
v = 15.6; // Coolant velocity in ft/sec
D_e = 0.0427; // Equivalent diameter in ft
d = 0.42; // Diameter of the fuel rod in inches
b = 0.024; // Thickness of Zircaloy-4 clad in inches
a = (d/2)+b; // Radius of fuel rods in inches
T_b = 600; // Bulk temeperature in F
// 1.
// Using Bernath correlation
// Calculation
T_wc = 102.6*log(P)-((97.2*P)/(P+15))-(0.45*v)+32;
// Result
printf(" \n Cladding temeperature = %d F\n",T_wc);
// 2.
D_i = (2*%pi*a)/(%pi*12); // Heated perimeter is (2*%pi*a)/12 in feet
// Calculation
h_c = 10890*((D_e)/(D_e+D_i))+((48*v)/D_e^0.6);
// Result
printf(" \n Heat transfer coefficient = %d Btu/hr-ft^2-F\n",h_c);
// 3.
// Calculation
q_c = h_c*(T_wc-T_b);
// Result
printf(" \n Critical heat flux = %.2E Btu/hr-ft^2\n",q_c);
// In the textbook, the unit of critical heat flux is wrong.
|
35aa3d1ccb34b5c371f10cd388195179acfb2bf7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH2/EX2.5/2_5.sce | 756fe491c9b2d1e258022b6d44069ba369ecadc0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 366 | sce | 2_5.sce | //ques-2.5
//Calculating calorific value of coal sample
clc
m=0.6;//Mass of coal sample
S=4.187;//Specific heat of water (in kJ/kg)
t=6.52;//Rise in temperature
w=2200;//Water equivalent (in g)
heat=(w*S*t)/1000;//Heat liberated by burning coal (in kJ)
CV=heat/m;//Calorific value (in kJ/g)
printf("The calorific value of coal sample is %.1f kJ/g.\n",CV);
|
9dc2260bd9a50c8b7872f0a32375d222050a9f5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH24/EX24.4/Ex24_4.sce | 930be982b83dd5c0836bab1998eb462ce32f05be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 626 | sce | Ex24_4.sce | //Example 24_4
clc();
clear;
//To find out the angle at which the line appears
line=5.89*10^-7 //Units in meters
noline=1/10^6 //units in Lines per meter
theta1=asin(line/noline)*180/%pi //units in degrees
//For seond order
theta2=asin(2*line/noline)*180/%pi //units in degrees
printf("For the first order theta1=%d degrees\nFor the second order theta2=%d degrees",theta1,theta2)
sinevalue=2*line/noline //units in radians
printf("\n As it is impossible for the sine of angle that is=%.2f radians to be greater that unity this second order and higher order images doesnot exist",sinevalue)
|
641ae995d1ea44790a894943bdfacacc98aa51db | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH21/EX21.04/21_04.sce | 1c0e095386f2e0d27ec6708d380b3e8714ef29e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,414 | sce | 21_04.sce | clear;
clc;
ia=20;
ib=20*(%e^(%i*%pi));
ic=0;
a=1*%e^(%i*(120*%pi/180));
b=a^2;
ia0=1/3*(ia+ib+ic);
ia1=1/3*(ia+(a*ib)+(b*ic));
ia2=1/3*(ia+(b*ib)+(a*ic));
ia0r=real(ia0);
ia0i=imag(ia0);
ia0m=sqrt((ia0r^2)+(ia0i^2));
ia0a=0-atand(ia0r/ia0i);
ia1r=real(ia1);
ia1i=imag(ia1);
ia1m=sqrt((ia1r^2)+(ia1i^2));
ia1a=atand(ia1i/ia1r);
ia2r=real(ia2);
ia2i=imag(ia2);
ia2m=sqrt((ia2r^2)+(ia2i^2));
ia2a=atand(ia2i/ia2r);
mprintf("the symmetric components are \n ia0=%f+j%f A \tor\t %f/_%d A",ia0r,ia0i,ia0m,ia0a);
mprintf("\n ia1=%f+j%f A \tor\t %f/_%d A",ia1r,ia1i,ia1m,ia1a);
mprintf("\n ia2=%f+j(%f) A \tor\t %f/_%d A",ia2r,ia2i,ia2m,ia2a);
ib1=b*ia1;
ib2=a*ia2;
ic1=a*ia1;
ic2=b*ia2;
ib0=ia0;
ic0=ia0;
ib1r=real(ib1);
ib1i=imag(ib1);
ib1m=sqrt((ib1r^2)+(ib1i^2));
ib1a=atand(ib1i/ib1r);
ib2r=real(ib2);
ib2i=imag(ib2);
ib2m=sqrt((ib2r^2)+(ib2i^2));
ib2a=atand(ib2i/ib2r);
ic1r=real(ic1);
ic1i=imag(ic1);
ic1m=sqrt((ic1r^2)+(ic1i^2));
ic1a=atand(ic1i/ic1r);
ic2r=real(ic2);
ic2i=imag(ic2);
ic2m=sqrt((ic2r^2)+(ic2i^2));
ic2a=atand(ic2i/ic2r);
mprintf("\n \n ib0=%fA ",ib0);
mprintf("\n ib1=%f+j%f A \tor\t %f/_%d A",ib1r,ib1i,ib1m,ib1a);
mprintf("\n ib2=%f+j(%f) A \tor\t %f/_%d A",ib2r,ib2i,ib2m,ib2a);
mprintf("\n \n ic0=%f A",ic0);
mprintf("\n ic1=%f+j%f A \tor\t %f/_%d A",ic1r,ic1i,ic1m,ic1a);
mprintf("\n ic2=%f+j(%f) A \tor\t %f/_%d A",ic2r,ic2i,ic2m,ic2a);
|
6c76cbc1f6006c97ac7db83e275f8d09ba21cce3 | 1b6b80df1186fb69dcaac3493fe519c9fd9de7bc | /projects/05/m2.tst | 52122ddcb55d3d852f022faa0bc65e4f3e9e9e3a | [] | no_license | netlogic-xing/nand2tetris | c3231e6458c0fee5f067605614aca9405fd31da3 | 357d81fa55eda9980fec5163cacd81183db5350c | refs/heads/main | 2023-06-09T21:49:55.951165 | 2021-06-27T13:31:26 | 2021-06-27T13:31:26 | 380,747,562 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,356 | tst | m2.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/05/Memory.tst
load Memory.hdl,
output-file m2.out,
output-list in%D1.6.1 load%B2.1.2 address%B1.15.1 out%D1.6.1;
// Screen test
set load 1,
set in -1,
set address %X4FCF,
tick,
tock,
output,
set address 20687,
tick,
tock,
output;
set address %X0FCF, // Did not also write to lower or upper RAM
eval,
output;
set address %X2FCF,
eval,
output;
set load 0, // Low order address bits connected
set address %X4FCE, eval, output;
set address %X4FCD, eval, output;
set address %X4FCB, eval, output;
set address %X4FC7, eval, output;
set address %X4FDF, eval, output;
set address %X4FEF, eval, output;
set address %X4F8F, eval, output;
set address %X4F4F, eval, output;
set address %X4ECF, eval, output;
set address %X4DCF, eval, output;
set address %X4BCF, eval, output;
set address %X47CF, eval, output;
set address %X5FCF, eval, output;
set load 0,
set address 24576,
echo "Make sure you see ONLY two horizontal lines in the middle of the screen. Hold down 'Y' (uppercase) until you see the next message ...",
// It's important to keep holding the key down since if the system is busy,
// the memory will zero itself before being outputted.
while out <> 89 {
eval,
}
clear-echo,
output;
|
7e2d4a0de711cb393a2c59141d4383482abdcfa1 | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH5/EX5.9/EX5_9.sce | a1816662351bbd44a63ebed249d4818959a307d1 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,061 | sce | EX5_9.sce | clc;funcprot(0);//Example 5.9
//Initilisation of Variables
T=295;......//Temperature of air in K
Tp=335;....//Temperature of the flat plate in K
Tb=315;...//Bulk mean temperature in K
cp=1.007;....//Specific heat capacity of air at Bulk mean temperature in kJ/kgK
L=1;...........//Length of the plate in m
mu=1.906*10^-5;.....//Viscocity of air at Bulk mean temperature in m^2/s
K=0.02723;.......//Thermal conductivity of air at Bulk mean temperature in W/mK
Pr=0.7;......//Prandtl no of air at Bulk mean temperature
u=30;.........//Veocity of air in m/s
R=0.287;...//Universal gas contant in kJ/kg K
W=1;.........//Width of the plate in m
p=101.325;.....//Pressure in KPa
//Calculations
rho=p/(R*Tb);...//Density of air at 315 K
Re=rho*u*L/mu;........//Reynolds no
Nu=(0.036*(Re^0.8)-871)*(Pr^(1/3));.....//Nusselt no
h=Nu*K/L;.........//Heat transfer co efficient in W/m^2K
Q=h*L*W*(Tp-T);..........//Rate of heat transfer in W
disp(Q,"Rate of heat transfer in W:")
//The Answer arraived in textbook is found to be wrong when calculated
|
6dfb4f51cf7144984f52112d8c7381dac3af7f0f | efe59cd4cca137aba9af447e8040b1eac3738006 | /solutions/2021-1/exercise/exponenciacao_eficiente/sol-exponenciacao_eficiente.sce | 97911df11aec20bdad95ce2de4dd9878e662d524 | [] | no_license | thejefecomp/scilab-codes | fd13f6aa666135c0fb08989e25b0ca1354c58b51 | 6eefce6eed8af0b54f2d6172f6e2b05513327184 | refs/heads/master | 2023-07-31T13:23:50.467306 | 2021-09-23T09:00:49 | 2021-09-23T12:04:06 | 287,115,880 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,826 | sce | sol-exponenciacao_eficiente.sce | /*
Author: Jeferson Souza (thejefecomp) - jeferson.souza@udesc.br
Source: Project Euler - https://projecteuler.net/problem=122
Description
The most naive way of computing n15 requires fourteen multiplications:
n × n × ... × n = n^15
But using a "binary" method you can compute it in six multiplications:
n × n = n^2
n^2 × n^2 = n^4
n^4 × n^4 = n^8
n^8 × n^4 = n^12
n^12 × n^2 = n^14
n^14 × n = n^15
However it is yet possible to compute it in only five multiplications:
n × n = n^2
n^2 × n = n^3
n^3 × n^3 = n^6
n^6 × n^6 = n^12
n^12 × n^3 = n^15
We shall define m(k) to be the minimum number of multiplications to compute nk; for example m(15) = 5.
For 1 ≤ k ≤ 200, find ∑ m(k).
*/
function minimoMultiplicacoes=m(k,depurar)
if k < 0 then
k = k * -1
end
if k <= 1 then
numeroMultiplicacoes = 0
else
expoenteCorrente = 2
numeroMultiplicacoes = 1
if depurar then
mprintf('\n\n1. n x n = n^2\n\n')
end
if modulo(k,2) == 1 then
expoenteCorrente = 3
numeroMultiplicacoes = 2
if depurar then
mprintf('2. n^2 x n = n^3\n\n')
end
end
expoenteComplementar = 0
/*
Executado enquanto expoente corrente não for igual ao expoente alvo, i.e. k.
*/
while expoenteCorrente < k
expoenteResultante = expoenteCorrente * 2
/*
Somente entra na rotina de busca de expoente calculado anteriormente
se o valor da duplicação do expoenteCorrente for maior que o expoente
alvo (i.e. k),
*/
if expoenteResultante > k then
if expoenteComplementar == 0 then
expoenteComplementar = expoenteCorrente
end
continuar = %t
/*
Procura o maior exponente calculado anteriormente para compor a nova multiplicação
Caso essa operação já tenha sido feita (expoenteComplementar > 0), a rotina continua
do último expoente utilizado para compor a última multiplicação.
*/
while continuar
if expoenteComplementar == 2 then
expoenteComplementar = 1
elseif expoenteComplementar == 3
expoenteComplementar = 2
elseif expoenteComplementar > 3 then
expoenteComplementar = expoenteComplementar / 2
end
expoenteResultante = expoenteCorrente + expoenteComplementar
if expoenteResultante <= k then
continuar = %f
end
end
else
expoenteComplementar = expoenteCorrente
end
numeroMultiplicacoes = numeroMultiplicacoes + 1
if depurar then
mprintf('%d. n^%d x n^%d = n^%d\n\n',numeroMultiplicacoes,expoenteCorrente,expoenteComplementar,expoenteResultante)
end
expoenteCorrente = expoenteResultante
end
end
minimoMultiplicacoes = numeroMultiplicacoes
endfunction
somatorio = 0
for i=1:200
somatorio = somatorio + m(i,%t)
end
mprintf('somatorio = %d', somatorio)
|
5a678fd79460195f20a5cabc56d8a1d01adc1bb3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH6/EX6.5/ex6_5.sce | 98d7e73857573e0bfcf94493a8b07836f46d12a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | ex6_5.sce | // Example 6.5, page no-238
clear
clc
de=40 //Doppler effect variation due to station-keeping errors in ns/s
d=280 //Sttelite round trip delay in ms
c=20/100 // DS-CDMA signals should not exceed 20% of the chip duration
te=de*10^-9*d*10^-3
tc=te/c
printf("Chip Duration, Tc = %.0f ns \n This gives maximum chip rate as (1/56)Gbps = 1000/56 Mbps = %.3f Mbps",tc*10^9,1000/56)
|
c2660b4e47417312e20fef116a2c98791fb4b91c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH3/EX3.6/Ex3_6.sce | a33c8bbd383f949f7be418ecd3e78b4c05c590b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | Ex3_6.sce | //Chapter 3
//page no 72
//given
clc;
clear all;
//calculate Tf
If=85; //in mAmps
Vf=2.5; //in Volts
Ta=25; //in deg C
//calculate Tj
W=150; //in C/W for hermetric led
Pd=If*Vf;
Tj=Ta+W*Pd/1000;
printf("\n Value of Tj is %0.1f deg C\n",Tj);
TF=8.01*10^12 *%e^-(8111/(Tj+273));
printf("\n Value of TF is %0.0f deg C\n",TF);
//calculate RF
BF=6.5*10^-4; //from table
QF=0.5; //from table
EF=1; //from table
RF=BF*TF*EF*QF*1/10^6;
disp(RF,"Value of RF")
printf("\n Value of MTBF is %0.0f*10^6 hours \n",1/RF/10^6);//Answer in book is misprint in last line
|
3cc206d6a113b61d9045c5c37a28a939efd88d24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH7/EX7.8/example7_8.sce | 136c21cd30c07716af9dca9826967ec404a8c084 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,405 | sce | example7_8.sce | clear;
clc;
//Example7.8[Effect of insulation on Surface Temperature]
//Given:-
Ti=120;//Initial temp of hot water[degree Celcius]
k_pipe=15;//W/m.degree Celcius
ri=0.008,ro=0.01;//Inner and outer radii[m]
t=0.002;//Thickness of pipe[m]
To=25;//Ambient temperature[degree Celcius]
Ts=40;//Maximum Temp of outer surface of insulation[degree Celcius]
hi=70,ho=20;//Heat transfer coefficients inside and outside of the pipe[W/m^2.degree Celcius]
k_insu=0.038;//[W/m.degree Celcius]
L=1;//section of pipe[m]
//Solution:-
//Areas of surfaces exposed to convection
A1=2*%pi*ri*L;//[m^2]
//Individual Thermal Resistances
R_conv1=1/(hi*A1);//[degree Celcius/W]
R_pipe=(log(ro/ri))/(2*%pi*k_pipe*L);//[degree Celcius/W]
//R_insu=(log(r3/ri))/(2*%pi*k_insu*L)
//R_conv2=1/(ho*2*%pi*r3*L)
//R_total=R_conv1+R_conv2+R_pipe+R_insu
//Q=(Ti-To)/R_total;
//Q=(Ts-To)/R_conv2;
//Equating both Q we get
function[r]=radius(r3)
r(1)=1884*r3(1)*(0.284+0.0024+4.188*log((r3(1))/0.01)+(1/(125.6*r3(1))))-95;
deff('[r]=radius(r3)',['radius_3=1884*r3(1)*(0.284+0.0024+4.188*log((r3(1))/0.01)+(1/(125.6*r3(1))))-95'])
endfunction
x0=[1]
[xs,fxs,m]=fsolve(x0',radius)
disp("m",xs,"The outer radius of the insulation is")
t=xs-ro;//[m]
disp("cm",100*t,"The minimum thickness of fibreglass insulation required is")
///Correct output will be displayed after executing the codes once and then re-executin them |
6228c34f29828b1416431f6f92c8792eb018dba9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1853/CH1/EX1.12/Ex1_12.sce | 80c7179e99769a5a7466ede48a735c4e7542f707 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | Ex1_12.sce |
//determine the energy consume in a house in the month
L=3600//six lamp 1000 watt each for six days
H=3000//one haeter
M=735.5//single phase motor
F=2400//four fans 75W
T=L+H+M+F//total energy consumed in watt
TE=T*30/1000
C=0.9//cost of energy
B=TE*0.9//Bil amount
disp('B= '+string(B)+' ')
|
a5822c709fafc14d0d36ef7f0f069adf5e604b3f | 717ddeb7e700373742c617a95e25a2376565112c | /68/CH5/EX5.18/ex18.sce | d556d568069c11252c3076b9b8492b8a26ac9243 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 858 | sce | ex18.sce | //Example 5.18 : Midband gain and 3dB frequency
// Transistor is biased at I_C=1mA
V_CC=10; // (V)
V_EE=10; // (V)
I=0.001; // (A)
R_B=100000; // (ohm)
R_C=8000; // (ohm)
R_sig=5000; //(ohm)
R_L=5000; // (ohm)
B=100; // beta value
V_A=100; // (V)
C_u=1*10^-12; // (F)
f_T=800*10^6; // (Hz)
I_C=0.001; // (A)
r_x=50; // (ohm)
// Values of hybrid pi model parameters
g_m=I_C/V_T;
r_pi=B/g_m;
r_o=V_A/I_C;
w_T=2*%pi*f_T;
CpiplusCu=g_m/w_T; // C_u+C_pi
C_pi=CpiplusCu-C_u;
R_l=r_o*R_C*R_L/(r_o*R_C+R_C*R_L+R_L*r_o) // R_l=R_L'
A_M=R_B*r_pi*g_m*R_l/((R_B+R_sig)*(r_pi+r_x+(R_B*R_sig/(R_B+R_sig))));
disp(A_M,"Midband gain (V/V)")
R_seff=(r_pi*(r_x+R_B*R_sig/(R_B+R_sig)))/(r_pi+r_x+R_B*R_sig/(R_B+R_sig)); // Effective source resistance R_seff=R'_sig
C_in=C_pi+C_u*(1+R_l*g_m);
f_H=1/(2*%pi*C_in*R_seff);
disp(f_H,"3dB frequency (Hz)") |
6a668e6d2cb7f6ae3ddbd88f59f6991b38296552 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/arma/epred.sci | b19f497c25919935290c5609221ac0b074b01c38 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 812 | sci | epred.sci | function [sig,resid]=epred(r,s,q,coef,y,u,b0f)
//<sig,resid>=epred(r,s,q,coef,y,u,b0f)
// Utilisee par armax1 pour calculer l'erreur de prediction
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]'
// ou coef= [-a1,..,-ar,b1,...,b_s,d1,...,d_q]' si b0f=1
//!
[n1,n2]=size(y);
t0=maxi(maxi(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
ZTM1=[XTM1,UTM1,ETM1]';
resid=0*ones(1,n2);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
resid(t)=y(t-1)- coef'*ZTM1;
if q<>0;ET=[ resid(t), ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
XTM1=XT;UTM1=UT;ETM1=ET;ZTM1=ZT;
end
sig=1/(n2-t0)*sum(resid.*resid)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.