+Own Free Projects.
[www.jankratochvil.net.git] / resume / Resume-JanKratochvil.html.pl
index b017436..2b3cf8b 100755 (executable)
@@ -170,16 +170,16 @@ print <<"HERE";
                        to transparently connect the UNIX userland based MS-Windows kernel filesystem isolated by CORBA/ORBit interface.
                </td></tr>
 <tr><td>2001-2002</td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
-               <td>Mobile technologies implementations
+               <td>Mobile technologies
                        <ul>
                                <li>MMS framework client via EuroTel GSM operator
                                                by technologies GSM MMS, Perl, XML, SOAP (3 months, still maintained)<br />
                                                Project included
-                                               @{[ a_href "/etmms/",'pilot MMS Center debugging',"attr"=>'class="project"' ]} by
-                                               @{[ a_href 'http://www.ethereal.com','Ethereal' ]} sniffer incl. its fixes
+                                               @{[ a_href "/etmms/",'pilot MMS Center debugging',"attr"=>'class="project"' ]} with
+                                               Ethereal (@{[ a_href 'http://www.ethereal.com','external link' ]}), fixes of Ethereal
                                                (@{[ a_href '/project/etherealmmse/','1' ]}, @{[ a_href '/project/etherealwsp/','2' ]}).
                                                </li>
-                               <li>Multimedia EMS support extension by @{[ &$project('gsmperl',"bare"=>1) ]}</li>
+                               <li>Multimedia EMS support implemented by @{[ &$project('gsmperl',"bare"=>1) ]}</li>
                                <li>Implementation of protocol BIP (based on Nokia CIMD2 protocol) for GSM SMS Center direct communication
                                                by extending gnokii (@{[ a_href 'http://www.gnokii.org/','external link' ]})
                                                for EuroTel GSM operator (still in use)</li>
@@ -310,6 +310,29 @@ print <<"HERE";
                                                IPv4, HTTP, SMTP/RFC822/MIME, FTP, SSH, DHCP, POP3, NFSv2, PPP/LCP/IPCP,...</td></tr>
 <tr><td class="tab-head">Filesystems  </td><td>ext2, FAT, AmigaFFS, ISO-9660</td></tr>
 </table>
+
+@{[ vskip "2ex" ]}
+
+<table border="1" frame="border" rules="groups">
+<caption>Own Free Projects</caption>
+<thead>
+       <tr><td colspan="2" style="font-size: larger;" align="center">
+               Detailed listing available at: @{[ a_href 'http://www.jankratochvil.net/projects/' ]}
+       </td></tr>
+</thead>
+<tr><th>Platform</th><th>Available Free Projects</th></tr>
+HERE
+       my @platforms=@My::Project::platforms;
+       while (@platforms) {
+               my $platform_sym =shift @platforms;
+               my $platform_name=shift @platforms;
+               print "<tr>";
+                       print '<td>'.a_href('/project/#'.$platform_sym,$platform_name).'</td>';
+                       print '<td>'.&{$free_projects}($platform_sym).'</td>';
+               print "</tr>\n";
+               }
+print <<"HERE";
+</table>
 HERE