<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>i would like to present my own library which can be used as
single thread to multithread application move.</p>
<p>Some description is on my github url :
<a class="moz-txt-link-freetext" href="https://github.com/tomas-raul/MultiTask">https://github.com/tomas-raul/MultiTask</a></p>
<p><br>
</p>
<p>For example, you have simple methods like</p>
<p>LoadImage(Fn : string);</p>
<p>and this method you run over and over - for some image
tranformation f.e. with this :</p>
<p>for i := 1 to 100 do</p>
<p> LoadImage(ItToStr(i)+'.jpg');<br>
</p>
<p>With my library (and the precompiler) - you can do the same with
multithread like :</p>
<p>for i := 1 to 100 do</p>
<p> LoadImage_MT_LOW(ItToStr(i)+'.jpg'); // this run this method in
MultiTask environment with LOW priority (this is not thread
priority, but place in task queue).</p>
Today update is - integrated precompiler, which you can run from
before build event and it create adekvate methods, and somethink
else..
<p>Precompiler show you help by -h param :D<br>
</p>
<p>Precompiler adds :</p>
<p><span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">procedure
Load_Image_MT( const id : integer; const item : iSuperObject;
const fn : string);</span><br style="color: rgb(0, 0, 0);
font-family: "dejavu sans mono", monaco, "lucida
console", "courier new", monospace; font-size:
x-small; font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: normal; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: nowrap; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Last( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Low( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Normal( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_High( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_ASAP( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique_Last( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique_Low( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique_Normal( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique_High( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image_MT_Unique_ASAP( const id : integer; const item :
iSuperObject; const fn : string);</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
</p>
<p>For your code :</p>
<p><span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">
tIQDeploy_v4 = class(TObject) {class_MT}</span><br style="color:
rgb(0, 0, 0); font-family: "dejavu sans mono", monaco,
"lucida console", "courier new", monospace;
font-size: x-small; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> published</span><br
style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> {$I
MT_onNewWork.inc}</span><br style="color: rgb(0, 0, 0);
font-family: "dejavu sans mono", monaco, "lucida
console", "courier new", monospace; font-size:
x-small; font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: normal; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: nowrap; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> procedure
Load_Image(const id: integer; const item: iSuperObject; const
fn: string); {gen_MT}</span><br style="color: rgb(0, 0, 0);
font-family: "dejavu sans mono", monaco, "lucida
console", "courier new", monospace; font-size:
x-small; font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: normal; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: nowrap; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> {$I
MT_def.inc}</span><br style="color: rgb(0, 0, 0); font-family:
"dejavu sans mono", monaco, "lucida
console", "courier new", monospace; font-size:
x-small; font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: normal; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: nowrap; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration-style: initial; text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"> end;</span><br
style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<br style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<br style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">implementation</span><br
style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<br style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration-style: initial;
text-decoration-color: initial;">
<span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">{$I
MT_impl.inc}</span></p>
<p><span style="color: rgb(0, 0, 0); font-family: "dejavu sans
mono", monaco, "lucida console", "courier
new", monospace; font-size: x-small; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: nowrap; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(238, 238,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;"><br>
</span></p>
<p>Tomas<br>
</p>
</body>
</html>