Samo Penic
2019-10-22 c43c7b17c6af107e0b7b3e02efeef55fbf3797ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html lang="en">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=1024" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <title>Ljubljana Hardware Meetup :: Sputnik, 24.10.2019</title>
    
    <meta name="description" content="Short presentation of what hash tabes are, how they are implemented and how to use them when you are an electrical engineer. This presentation is based on impress.js default demo presentation" />
    <meta name="author" content="Samo Penic" />
 
    <link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
 
    <link href="impress.js/css/impress-demo.css" rel="stylesheet" />
    
    <link rel="shortcut icon" href="favicon.png" />
    <link rel="apple-touch-icon" href="apple-touch-icon.png" />
</head>
 
<body class="impress-not-supported">
 
<div class="fallback-message">
    <p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
    <p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
 
<div id="impress">
 
 
    <div id="naslovnica" class="step slide" data-x="-1000" data-y="-1500">
    <h1>Hardware Meetup - Sputnik, 24. october 2019</h1>
        <q>Hash tables</q><br />
 
    <p class="center"> ... the background of their implementations.</p><br />
 
    <p class="footnote">Samo Penič</p>
    </div>
 
    <!--
        
        The `id` attribute of the step element is used to identify it in the URL, but it's optional.
        If it is not defined, it will get a default value of `step-N` where N is a number of slide.
        
        So in the example below it'll be `step-2`.
        
        The hash part of the url when this step is active will be `#/step-2`.
        
        You can also use `#step-2` in a link, to point directly to this particular step.
        
        Please note, that while `#/step-2` (with slash) would also work in a link it's not recommended.
        Using classic `id`-based links like `#step-2` makes these links usable also in fallback mode.
        
    -->
    <div class="step slide vsebina" data-x="-250" data-y="-1250" data-z="1500">
    <h1 class="naslov">O meni...</h1>
    <img class="samo" src="images/Samo1.png">
    
    <ul>
    <li> Elektronik in "ljubiteljski" odprtokodnik</li>
    <li> Asistent na Fakulteti za elektrotehniko vodim vaje iz predmetov OET</li>
    <li> Od leta 2016 sodelujem pri izvajanju obštudijske dejavnosti <b>Praktični primeri uporabe odprte kode</b></li>
    <li> Programer entuzijast </li>
    </ul>
    
    </div>
 
    <div class="step slide vsebina" data-x="0" data-y="-1500" data-z="0">
        <h1 class="naslov">Kaj so kontejnerji?</h1>
 
    <p class="">Kontejner (vsebnik, zabojnik) je oblika enkapsulacije aplikacij</p>
    
<!--    <img src="images/container-app.jpg" style="width:800px;">     -->
        
    <p>Zapiranje applikacij v kontejnerje je nekje med popolno virtualizacijo in zagonom aplikacije v gostiteljevem okolju.</p>
    </div>
 
 <!--   <div id="overview" class="step" data-x="3000" data-y="1500" data-z="0" data-scale="10">
    </div>
-->
</div>
 
<div id="impress-toolbar"></div>
 
<div class="hint">
    <p>Use a spacebar or arrow keys to navigate. <br/>
       Press 'P' to launch speaker console.</p>
</div>
<script>
if ("ontouchstart" in document.documentElement) { 
    document.querySelector(".hint").innerHTML = "<p>Swipe left or right to navigate</p>";
}
</script>
 
<script src="impress.js/js/impress.js"></script>
<script>impress().init();</script>
 
 
</body>
</html>