+Testimonials
[www.jankratochvil.net.git] / resume / Resume-JanKratochvil.html.pl
1 #! /usr/bin/perl
2
3 # $Id$
4 # Resume page Perl template.
5 # Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; exactly version 2 of June 1991 is required
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
20
21 package resume::ResumeJanKratochvil;
22 require 5.6.0;  # at least 'use warnings;' but we need some 5.6.0+ modules anyway
23 use vars qw($VERSION $CVS_ID);
24 $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
25 $CVS_ID=q$Id$;
26 use strict;
27 use warnings;
28
29 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
30 use My::Web;
31 require CGI;
32 require Crypt::Rot13;
33 Wrequire 'My::Project';
34
35
36 my $W=My::Web->init(
37                 "__PACKAGE__"=>__PACKAGE__,
38                 "title"=>"Resume",
39                 "section"=>"Resume",
40                 "heading"=>0,
41                 "footer"=>0,
42                 "head_css"=>"
43 td { vertical-align: top; }
44 table { border-collapse: collapse; border-style: solid; border-width: 1px; margin: 8px; }
45 A[href] { text-decoration: inherit; /* revoke underline */ }
46 A[href].project { text-decoration: underline; }
47 .platform { font-style: italic; white-space: nowrap; }
48 table.referees td.com { text-align: center; }
49 .techs { white-space: nowrap; }
50 caption  { caption-side: top; }
51 ",
52                 "args_check"=>{
53                                 "referees"=>'', # Do not bother with '^(?:(?i)referees)?$'
54                                 "print"=>'^(?:print)?$',
55                                 },
56                 );
57 My::Web->heading();
58
59
60 my %item=( My::Project::item_hash_read() );
61 my @itemnames=sort {
62                 ($item{$b}{"priority"} <=> $item{$a}{"priority"})
63                 or (lc($item{$a}->{"name"}) cmp lc($item{$b}->{"name"}));
64                 } keys(%item);
65
66 my $projectref=sub
67 {
68 my($name)=@_;
69
70         return a_href "/project/$name/",$item{$name}{"name"},"attr"=>'class="project"';
71 };
72
73 my $project=sub
74 {
75 my($name,%args)=@_;
76
77         return &{$projectref}($name).($args{"bare"} ? '' : ': '.$item{$name}{"summary"});
78 };
79
80 my $free_projects=sub (@)
81 {
82 my(@platforms)=@_;
83
84         my $r="";
85         $r.=join ", ",map({ my $platform=$_;
86                 map({ ($item{$_}{"sponsorship"} || $item{$_}{"trivia"}
87                                 || $item{$_}{"platform"} ne $platform ? () : (&{$projectref}($_))); } @itemnames);
88                 } @platforms);
89         return $r;
90 };
91
92
93 my $reference=sub ($$)
94 {
95 my($mail,$fullname)=@_;
96
97         my $r="";
98         $r.='<td>';
99                 $r.=$fullname;
100                 if (lc($W->{"args"}{"referees"}) eq "referees") {
101                         my $rot13=Crypt::Rot13->new();
102                         $rot13->charge($mail);
103                         $mail=($rot13->rot13())[0];
104                         $r.=' &lt;'.a_href("mailto:$mail",$mail).'&gt;';
105                         }
106         $r.='</td>';
107         return $r;
108 };
109
110 sub techs ($)
111 {
112 my($arg)=@_;
113
114         return '<span class="techs">('.$arg.')</span>';
115 }
116
117
118 my $uClinux=a_href 'http://www.uclinux.com/','uClinux';
119 my $mailme=(map({ a_href("mailto:$_",$_); } 'job@jankratochvil.net'))[0];
120 my $now=(localtime())[5]+1900;
121
122 print <<"HERE";
123 <table width="100%" style="border-style: none;"><tr><td align="center"><table>
124 <tr><td rowspan="10" style="padding: 10px; vertical-align: middle;">
125                                 @{[ img "/resume/Resume-JanKratochvil","face" ]}</td>
126                 <td class="tab-head">Name    </td><td>Jan Kratochvil</td></tr>
127 <tr><td class="tab-head">English </td><td>technical: fluent, general: communicable</td></tr>
128 <tr><td class="tab-head">Born    </td><td>1979</td></tr>
129 <tr><td class="tab-head">Sex     </td><td>male</td></tr>
130 <tr><td class="tab-head">Status  </td><td>single</td></tr>
131 <tr><td class="tab-head">Licenses</td><td>motorcycle, car</td></tr>
132 <tr><td class="tab-head">eMail   </td><td>$mailme</td></tr>
133 <tr><td class="tab-head">WWW     </td><td>@{[ a_href('http://www.jankratochvil.net/') ]}</td></tr>
134 <tr><td class="tab-head">Resume  </td><td>@{[ a_href('http://www.jankratochvil.net/resume/') ]}<br />
135                                           [ @{[ a_href('/resume/Resume-JanKratochvil.txt','plain text') ]} ]</td></tr>
136 <tr><td class="tab-head">OpenPGP </td><td style="font-family: monospace;">@{[ a_href '/pgp-JanKratochvil.txt',''
137                 .'pub  1024D/44FC7632 2002-10-07 Jan Kratochvil &lt;pgp-44FC7632@jankratochvil.net&gt;<br />'
138                 .'sub  2048g/D9F5F44B 2002-10-07 [expires 2004-10-06]' ]}</span></td></tr>
139 </table></td></tr></table>
140
141 @{[ vskip "3ex" ]}
142
143 <p style="font-size: larger;">Looking for a fulltime job. Relocation around the world expected.</p>
144
145 @{[ vskip "3ex" ]}
146
147 <table border="1" frame="border" rules="groups">
148 <caption>Contractor Jobs</caption>
149 <thead>
150         <tr><th>Date</th><th>Client</th>
151                         <th>Description</th></tr>
152 </thead>
153 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
154                 <td>MMS framework client via @{[ a_href('http://www.eurotel.cz/site/en/home/','EuroTel') ]} GSM operator
155                                                 (GSM MMS, Perl, XML, SOAP)<br />
156                                 subtasks @{[ a_href "/etmms/",'MMS center debugging',"attr"=>'class="project"' ]},
157                                                 @{[ &$project('etherealmmse',"bare"=>1) ]}, @{[ &$project('etherealwsp',"bare"=>1) ]}</td></tr>
158 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
159                 <td>@{[ &$project('middleman') ]}
160                                 for hotel system @{[ techs 'C, BSD, HTTP' ]}</td></tr>
161 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
162                 <td>@{[ &$project('ssht') ]}</td></tr>
163 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
164                 <td>@{[ a_href 'http://www.mwiacek.com/gsm/gammu/gammu.html','mygnokii' ]}
165                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/mygnokii-0.3.3_pre8-gold_2002_03_10--uClinux2002_03_17_23_03/',
166                                                 'port to embedded' ]} $uClinux,
167                 @{[ a_href 'http://www.nokiausa.com/phones/5190/1,1162,,00.html','Nokia 5190' ]}
168                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/mygnokii-0.3.3_pre8-gold_2002_02_24-decodefile/',
169                                                 'sw-modem debugging' ]}
170                 @{[ techs 'GSM, Nokia, uClinux' ]}</td></tr>
171 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
172                 <td>@{[ &$project('mdsms') ]} port to embedded $uClinux
173                                 @{[ techs 'GSM, Nokia, uClinux' ]}</td></tr>
174 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.netcentrum.cz/','NetCentrum') ]}</td>
175                 <td>@{[ a_href 'http://www.gnokii.org/','gnokii' ]}
176                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/gnokii-0.4.0pre1_lace2001_11_14_01_netcentrum.diff',
177                                                 'driver for custom SMS gateway protocol' ]} @{[ techs 'C' ]}</td></tr>
178 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
179                 <td>@{[ &$project('gsmperl') ]} @{[ techs 'Perl, GSM EMS' ]}</td></tr>
180 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
181                 <td>@{[ a_href 'http://www.gnokii.org/','gnokii' ]}
182                                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/gnokii-lace-2001-11-17-01.tar.gz',
183                                                                 'driver for SMS gateway' ]}
184                                                 of GSM operator @{[ a_href('http://www.eurotel.cz/','EuroTel') ]}
185                                 (C, PostgreSQL)</td></tr>
186 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
187                 <td>@{[ &$project('mdsms') ]} - update for
188                                 @{[ a_href 'http://www.transportdata.de/html/produkte/siemens_m20t.php?lang=en',
189                                                 'Siemens M20' ]}
190                                 @{[ techs 'C, GSM PDU' ]}</td></tr>
191 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.gtsgroup.cz/','GTS') ]}</td>
192                 <td>@{[ &$project('tac_plus') ]} @{[ techs 'C, Cisco TACACS+' ]}<br />
193                                 subtask @{[ &$project('mod_auth_tacacs') ]} @{[ techs 'C, Cisco TACACS+' ]}</td></tr>
194 <tr><td>1999-2000</td><td class="com">@{[ a_href('http://www.suse.com/','SuSE') ]}</td>
195                 <td>@{[ &$project('surprise') ]} @{[ techs 'C, Gnome, m4' ]}<br />
196                                 subtask @{[ &$project('int13sniff') ]}<br />
197                                 subtask @{[ &$project('gladewsrc') ]}</td></tr>
198 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
199                 <td>IRQ redirector for legacy devices @{[ techs 'i386 asm' ]}</td></tr>
200 <tr><td>1999-$now</td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
201                 <td>sysadmin GNU/Linux and FreeBSD, techsupport: GuestNET,
202                                 @{[ a_href 'http://www.2m.dk/web/html_version/eclipse/eclipse.html','Eclipse' ]},
203                                 @{[ a_href 'http://www.globaloop.com/','GlobaLoop' ]},
204                                 @{[ a_href 'http://www.antlimited.com/products/fresco.htm','Fresco' ]}</td></tr>
205 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.unicom-prague.cz/','Unicom') ]}</td>
206                 <td>Technical translations from English</td></tr>
207 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
208                 <td>@{[ &$project('332') ]} @{[ techs 'M680x0 asm, C' ]}<br />
209                                 subtask @{[ &$project('mot2as') ]}</td></tr>
210 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.tencom.cz/','TENcom Trade') ]}</td>
211                 <td>@{[ a_href "/project/mdsms/","MobilDock SMS Tool","attr"=>'class="project"' ]} @{[ techs 'GSM/PDU' ]}</td></tr>
212 <tr><td>1998-1999</td><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
213                 <td>@{[ a_href 'http://members.tripod.com/Stelios_Cellar/GSM/m1module.htm','Siemens M1' ]}
214                                                 GSM modem daemon, client/server, remote GSM terminals @{[ techs 'C, GSM, GPS, S-Lang' ]}<br />
215                                 GPLed subtask @{[ &$project('vblib') ]} @{[ techs 'C' ]}</td></tr>
216 <tr><td>1998     </td><td class="com">@{[ a_href('http://www.elsa-online.org/',"European Law Students' Association") ]}</td>
217                 <td>@{[ &$project('step') ]} @{[ techs 'PHP, PostgreSQL' ]}<br />
218                     subtasks @{[ &$project('phphash',"bare"=>1) ]}, @{[ &$project('pgsqlsubstr',"bare"=>1) ]}</td></tr>
219 <tr><td>1993-1996</td><td class="com">Profes J&amp;K</td>
220                 <td>PC assembly and customer service</td></tr>
221 <tr><td>1993     </td><td class="com">@{[ a_href('http://www.japhila.cz/index_en.htm','Japhila') ]}</td>
222                 <td>StampMan: Database application @{[ techs 'MS-DOS: Pascal, plainTeX' ]}</td></tr>
223 </table>
224
225 @{[ vskip "1ex" ]}
226
227 <table class="referees">
228 <caption>Contractor Jobs Referees (reversed chronological order)</caption>
229 <tr><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
230                 @{[ &{$reference}('wcehrgg(ng)ernqlabgr.pbz','Jim Pruett') ]}</tr>
231 <tr><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
232                 @{[ &{$reference}('zvpuny.ubenx(ng)ngfcenun.pm','Michal Horak') ]}</tr>
233 <tr><td class="com">@{[ a_href('http://www.gtsgroup.cz/','GTS') ]}</td>
234                 @{[ &{$reference}('Zvpunry.Znprx(ng)tgftebhc.pm','Michael Macek') ]}</tr>
235 <tr><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
236                 @{[ &{$reference}('wna.xbyne(ng)wxynof.pm','Jan Kolar') ]}</tr>
237 <tr><td class="com">@{[ a_href('http://www.unicom-prague.cz/','Unicom') ]}</td>
238                 @{[ &{$reference}('erprcpr(ng)havpbz-centhr.pm','Valerie Bernardova') ]}</tr>
239 <tr><td class="com">@{[ a_href('http://www.tencom.cz/','TENcom Trade') ]}</td>
240                 @{[ &{$reference}('grfne(ng)grapbz.pm','Petr Tesar') ]}</tr>
241 <tr><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
242                 @{[ &{$reference}('ohgna(ng)trbvairfg.pm','Lubor Otta') ]}</tr>
243 <tr><td class="com">@{[ a_href('http://www.japhila.cz/index_en.htm','Japhila') ]}</td>
244                 @{[ &{$reference}('wnavx(ng)wncuvyn.pbz','Bretislav Janik') ]}</tr>
245 HERE
246
247 if (lc($W->{"args"}{"referees"}) ne "referees") {
248         print <<"HERE";
249                 <tr><td style="padding: 10px;" colspan="2">
250                         <hr />
251                         <form method="post" action="@{[ top_dir $W->{"resume_url"} ]}">
252                                 <p>Enter the word '<b>referees</b>' (without quotes) to disclose e-mail addresses:</p>
253                                 <input type="text" size="15" name="referees" value="@{[ CGI::escapeHTML($W->{"args"}{"referees"}) ]}" />
254                                 <input type="submit" value="Submit" />
255                                 <p>(spambot protection)</p>
256                         </form>
257                 </td></tr>
258 HERE
259         }
260
261 print <<"HERE";
262 </table>
263
264 @{[ vskip "2ex" ]}
265
266 <table>
267 <caption>Awards</caption>
268 <tr><td>1997</td><td>Bronze medal in the International Olympiad in Informatics, South Africa - Cape Town</td></tr>
269 <tr><td>1997</td><td>2nd in an MO-P national contest - mathematics Olympiad, the programming category</td></tr>
270 <tr><td>1997</td><td>1st in the International Competition in Programming</td></tr>
271 <tr><td>1996</td><td>4th in the International Competition in Programming</td></tr>
272 <tr><td>1995</td><td>7th in the Central European Olympiad in Informatics</td></tr>
273 </table>
274
275 @{[ vskip "2ex" ]}
276
277 <table>
278 <caption>Experience Summary</caption>
279 <tr><td class="tab-head">Major Areas  </td><td>mobile technologies, filesystems, embedded devices</td></tr>
280 <tr><td class="tab-head">Platforms    </td><td>GNU/Linux/i386/UNIX/FreeBSD, W32 kernel, Amiga/680x0, MS-DOS,
281                                                ZX Spectrum, handheld PC-E500S</td></tr>
282 <tr><td class="tab-head">Languages    </td><td>C (Gnome/GCC), Perl, bash/awk/sed...,
283                                                Java, C++, Pascal, Basic, REXX, S-Lang, Foxplus, Prolog</td></tr>
284 <tr><td class="tab-head">Tools/Metalanguages</td>
285                                            <td>autoconf, automake, libtool, m4, CVS, gettext, bison, flex, ld&nbsp;script,
286                                                gdb&nbsp;script, Maple&nbsp;V</td></tr>
287 <tr><td class="tab-head">Assemblers   </td><td>i386, Motorola 680x0, Zilog&nbsp;Z80, Intel 8051, MIPS R2/3000,
288                                                (Hitachi SH-8)</td></tr>
289 <tr><td class="tab-head">WWW-Related  </td><td>(X)HTML, CSS, PHP, SQL (PostgreSQL, MySQL), JavaScript, CGI</td></tr>
290 <tr><td class="tab-head">Documentation</td><td>plainTeX, LaTeX, DocBook, DocBook Lite, XML/NS/Schema,
291                                                gtk-doc, nroff, pod</td></tr>
292 <tr><td class="tab-head">Libraries    </td><td>Gnome/GTK+/GLib, POSIX/BSD/SysV/threads/sockets, X11, OpenGL, NCurses,
293                                                S-Lang, GnomeVFS, libxml, SVGALib, NIS, Qt,...</td></tr>
294 <tr><td class="tab-head">RPC          </td><td>CORBA/ORBit, SOAP, WSDL, Sun&nbsp;RPC</td></tr>
295 <tr><td class="tab-head">Protocols    </td><td>GSM SMS/PDU/Nokia&nbsp;Smart&nbsp;Messaging/EMS/MMS/SMIL/WAP/WSP/AMR/ETSI stds/3GPP stds,
296                                                IPv4, HTTP, SMTP/RFC822/MIME, FTP, SSH, DHCP, POP3, NFSv2, PPP/LCP/IPCP,...</td></tr>
297 <tr><td class="tab-head">Filesystems  </td><td>ext2, FAT, AmigaFFS, ISO-9660</td></tr>
298 </table>
299 HERE
300
301
302 My::Web->footer();