-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-1.html
194 lines (173 loc) · 12.5 KB
/
index-1.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html prefix="
og: http://ogp.me/ns# article: http://ogp.me/ns/article#
" vocab="http://ogp.me/ns" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Work hard - die Pythonic">
<meta name="viewport" content="width=device-width">
<title>Pavel Karateev (old posts, page 1) | Pavel Karateev</title>
<link href="assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/rst_base.css" rel="stylesheet" type="text/css">
<link href="assets/css/nikola_rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="rss.xml">
<link rel="canonical" href="http://pavelkarateev.com/index-1.html">
<link rel="prev" href="." type="text/html">
<!--[if lt IE 9]><script src="assets/js/html5shiv-printshiv.min.js"></script><![endif]-->
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div id="container">
<header id="header"><h1 id="brand"><a href="." title="Pavel Karateev" rel="home">
<span id="blog-title">Pavel Karateev</span>
</a></h1>
<nav id="menu"><ul>
<li><a href="pages/about">About</a></li>
<li><a href="https://twitter.com/Lancel0te">Twitter</a></li>
<li><a href="https://github.com/lancelote/lancelote.github.io">Source</a></li>
<li><a href="archive.html">Archive</a></li>
<li><a href="categories/">Tags</a></li>
<li><a href="rss.xml">RSS feed</a></li>
</ul></nav></header><main id="content"><div class="postindex">
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2015/12/04/taskbuster-tutorial/" class="u-url">Taskbuster Tutorial</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2015/12/04/taskbuster-tutorial/" rel="bookmark">
<time class="published dt-published" datetime="2015-12-04T00:00:00+03:00" itemprop="datePublished" title="2015-12-04 00:00">2015-12-04 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2015/12/04/taskbuster-tutorial/#disqus_thread" data-disqus-identifier="cache/posts/2015/12/04/taskbuster.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p>From time to time I check out my <strong>ToRead</strong> folder (believe me it is infinite), and guess what I found there a week ago - BEST DJANGO TUTORIAL I EVER READ! Just go ahead and look at this beauty: <a class="reference external" href="http://www.marinamele.com/taskbuster-django-tutorial">Taskbuster Django Tutorial</a> by Marina Mele. Table of content is available inside the <strong>Read more...</strong>. So why am I so excited about it? Because <a class="reference external" href="https://twitter.com/Marina_Mele">Marina</a> used a rare way to approach tutorial creation. She did not start with <em>no one used in real world</em> practises like many authors do, but goes straight to the best Django development patterns. She even wrote about environment variables!</p>
<p class="more"><a href="posts/2015/12/04/taskbuster-tutorial/">Read more…</a></p>
</div>
</div>
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2015/05/01/web-app-arch/" class="u-url">Онлайн курс Web Application Architectures</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2015/05/01/web-app-arch/" rel="bookmark">
<time class="published dt-published" datetime="2015-05-01T00:00:00+03:00" itemprop="datePublished" title="2015-05-01 00:00">2015-05-01 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2015/05/01/web-app-arch/#disqus_thread" data-disqus-identifier="cache/posts/2015/05/01/web-app-arch.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p>Только что завершил последнее задание курса <a class="reference external" href="https://class.coursera.org/webapplications-003">Web Application Architectures</a> от университета Нью-Мексико и Coursera. Потрачено ли время зря?</p>
<p class="more"><a href="posts/2015/05/01/web-app-arch/">Read more…</a></p>
</div>
</div>
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2015/04/21/djangogirls-ru/" class="u-url">Перевод руководства Djangogirls</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2015/04/21/djangogirls-ru/" rel="bookmark">
<time class="published dt-published" datetime="2015-04-21T00:00:00+03:00" itemprop="datePublished" title="2015-04-21 00:00">2015-04-21 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2015/04/21/djangogirls-ru/#disqus_thread" data-disqus-identifier="cache/posts/2015/04/21/djangogirls-ru.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p><strong>Djangogirls</strong> - это некоммерческая организация, занимающаяся поддержкой программирования и конкретно Django в женской среде. Основная работа заключается в проведении семинаров по всему миру для начинающих, на которых леди могут под чутким руководством менторов собрать свой собственный блог на Django и пройти другие этапы знакомства с фреймворком, Python, git и другими релевантными технологиями.</p>
<p class="more"><a href="posts/2015/04/21/djangogirls-ru/">Read more…</a></p>
</div>
</div>
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2014/12/13/tidyr-how-to/" class="u-url">tidyr HOW-TO</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2014/12/13/tidyr-how-to/" rel="bookmark">
<time class="published dt-published" datetime="2014-12-13T00:00:00+03:00" itemprop="datePublished" title="2014-12-13 00:00">2014-12-13 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2014/12/13/tidyr-how-to/#disqus_thread" data-disqus-identifier="cache/posts/2014/12/13/tidyr.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p>Шпаргалка возможностей пакета <tt class="docutils literal">tidyr</tt>.</p>
<p class="more"><a href="posts/2014/12/13/tidyr-how-to/">Read more…</a></p>
</div>
</div>
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2014/11/03/mosaic-plot/" class="u-url">Мозаичные диаграммы в ggplot2</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2014/11/03/mosaic-plot/" rel="bookmark">
<time class="published dt-published" datetime="2014-11-03T00:00:00+03:00" itemprop="datePublished" title="2014-11-03 00:00">2014-11-03 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2014/11/03/mosaic-plot/#disqus_thread" data-disqus-identifier="cache/posts/2014/11/03/mosaic-plot.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p>Сегодня на повестке дня мозаичные диаграммы в <strong>R</strong> при помощи <tt class="docutils literal">ggplot2</tt>. И,
да, в <tt class="docutils literal">ggplot2</tt> нет их реализации "из коробки", но с должным умением и
достаточно большой кувалдой дело можно поправить.</p>
<p class="more"><a href="posts/2014/11/03/mosaic-plot/">Read more…</a></p>
</div>
</div>
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="posts/2014/10/19/marginal-plots/" class="u-url">Диаграмма рассеяния с коробчатыми диаграммами по периметру</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="posts/2014/10/19/marginal-plots/" rel="bookmark">
<time class="published dt-published" datetime="2014-10-19T00:00:00+03:00" itemprop="datePublished" title="2014-10-19 00:00">2014-10-19 00:00</time></a>
</p>
<p class="commentline"> <a href="posts/2014/10/19/marginal-plots/#disqus_thread" data-disqus-identifier="cache/posts/2014/10/19/marginal-plots.html">Comments</a>
</p>
</div>
</header><div class="p-summary entry-summary">
<div>
<p>В последнее время при работе с R и RStudio мне с изрядной периодичностью
приходится пользоваться коробчатыми диаграммами совместно с диаграммами
рассеяния, к сожалению, в <tt class="docutils literal">ggplot2</tt> не существует (или я её еще не нашел)
простой возможности удобного совместного расположения диаграмм таким образом,
чтобы учитывались границы, интервалы и поля.</p>
<p class="more"><a href="posts/2014/10/19/marginal-plots/">Read more…</a></p>
</div>
</div>
</article>
</div>
<nav class="postindexpager"><ul class="pager">
<li class="previous">
<a href="." rel="prev">Newer posts</a>
</li>
</ul></nav><script>var disqus_shortname="pavelkarateev";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script></main><footer id="footer"><p>Contents © 2020 <a href="mailto:[email protected]">Pavel Karateev</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </p>
</footer>
</div>
<script src="assets/js/baguetteBox.min.js"></script><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}});
</script><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-57414412-1"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57414412-1');
</script>
</body>
</html>