Subversion Repositories svnkaklik

Rev

Rev 445 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
455 kaklik 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.dtd">
99 kaklik 3
<html>
4
 
5
<head>
455 kaklik 6
<meta http-equiv="content-type" content="text/html; charset=utf-8">
7
<meta name="description" content="description">
8
<meta name="keywords" content="keywords"> 
9
<meta name="author" content="author"> 
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
99 kaklik 11
<title>Kaklik's documents</title>
12
</head>
13
 
14
<body>
15
 
16
<div class="container">
17
 
18
<?php
19
  include ("./include/navigation.en.php");
20
?>
21
 
22
	<div class="holder_top"></div>
23
 
24
	<div class="holder">
25
 
26
	<p><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2F&sc=0"><h3>Personal Subversion Repository</h3></a> - a very clutter database of data which I don't published yet. Only some things are described bellow.</p>
103 kaklik 27
 
28
<p><a href="http://www.mlab.cz/~kaklik/downloadable/krystaly.wmv">NaCl crystalisation</a>- Movie Cristalisation of NaCl. 1s = 1min</p>
29
 
99 kaklik 30
<table cellspacing="20">
31
  <thead>
32
    <tr>
33
      <th>Masures and protocols</th>
34
    </tr>
35
  </thead>
36
  <tbody align="center" valign="middle">
37
    <tr>
38
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni1%2F#_dokumenty_automatizace_mereni1_">A/D converter [czech]</a></td>
39
      <td>Automatication</td>
40
    </tr>
41
    <tr>
42
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni2%2F#_dokumenty_automatizace_mereni2_">operation with harmonical waves [czech]</a></td>
43
      <td>Automatication</td>
44
    </tr>
45
    <tr>
46
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni3%2F#_dokumenty_automatizace_mereni3_">Measuring of static characteristic [czech]</a></td>
47
      <td>Automatication</td>
48
    </tr>
49
    <tr>
50
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol2%2F#_dokumenty_mereni_protokol2_">measuring of resistivity [czech]</a></td>
51
    </tr>
52
    <tr>
53
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol3%2F#_dokumenty_mereni_protokol3_">measuring of resistivity by another method [czech]</td>
54
    </tr>
55
    <tr>
56
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol4%2F#_dokumenty_mereni_protokol4_">measuring of winding with air distance [czech]</a></td>
57
    </tr>
58
    <tr>
59
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol5%2F#_dokumenty_mereni_protokol5_">measuring of each other inductance [czech]</a></td>
60
    </tr>
61
    <tr>
62
      <td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol6%2F#_dokumenty_mereni_protokol6_">measuring of voltage by technical compensator</a></td>
63
    </tr>
64
  </tbody>
65
</table>
66
<table cellspacing="20">
67
  <thead>
68
    <tr>
69
      <th>Scans</th>
70
    </tr>
71
  </thead>
72
  <tbody align="center" valign="middle">
73
      <td><a href="http://www.mlab.cz/~kaklik/downloadable/horolezecky_pruvodce.pdf">RockClimbing guide book</a></td>
74
      <td>HoroLezecký průvodce - SKALNÍ OBLASTI TÁBORSKA [Vendelín Vondruška, Jiří Pištěk] (1994)</td>
75
    </tr>
76
    <tr>
77
      <td><a href="http://www.mlab.cz/~kaklik/downloadable/scripta/">učebnice TP</a></td>
78
      <td>učebnice na Techniku Počítačů. Čtyři díly.</td>
79
    </tr>
80
    <tr>
81
  </tbody>
82
</table>
83
 
84
	</div>
85
 
86
<?php
87
  include ("./include/footer.php");
88
?>
89
 
90
</div>
91
 
92
</body>
93
 
445 kaklik 94
</html>