-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
71 lines (64 loc) · 3.54 KB
/
archives.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mikołaj Słupiński's Blog</title>
<link rel="stylesheet" href="https://nerd911.github.io/theme/css/main.css" />
<link href="https://nerd911.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Mikołaj Słupiński's Blog Atom Feed" />
<link href="https://nerd911.github.io/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Mikołaj Słupiński's Blog RSS Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://nerd911.github.io/">Mikołaj Słupiński's Blog </a></h1>
<nav><ul>
<li><a href="https://nerd911.github.io/pages/about-author.html">About Author</a></li>
<li><a href="https://nerd911.github.io/category/computer-science.html">Computer Science</a></li>
<li><a href="https://nerd911.github.io/category/misc.html">Misc</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for Mikołaj Słupiński's Blog</h1>
<dl>
<dt>pią 14 wrzesień 2018</dt>
<dd><a href="https://nerd911.github.io/2018_09_14_interesting_books.html">[En] My top 5 machine learning books available for free</a></dd>
<dt>pią 14 wrzesień 2018</dt>
<dd><a href="https://nerd911.github.io/2018_09_14_hello.html">[En] Hello everyone</a></dd>
</dl>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://prokulski.net/">Łukasz Prokulski</a></li>
<li><a href="https://walczak.org/">Eryk Walczak</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://nerd911.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://nerd911.github.io/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
<li><a href="https://www.facebook.com/mikolaj.slupinski">Facebook</a></li>
<li><a href="https://www.linkedin.com/in/miko%C5%82aj-s%C5%82upi%C5%84ski-839509109/">LinkedIn</a></li>
<li><a href="https://www.instagram.com/mikolajslupinski/">Instagram</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'nerd911-github-io';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>