-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharchives.html
507 lines (463 loc) · 29.5 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="5_8DTmIiEq4gFvNAfxAD6TsGOgrMAjp8lQFQvfA6zZc" />
<title>Blog Archive — /var/</title>
<meta name="author" content="Serafeim Papastefanos">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://spapas.github.io/favicon.png" rel="icon">
<link href="http://spapas.github.io/theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
</head>
<body>
<header role="banner"><hgroup>
<h1><a href="http://spapas.github.io/">/var/</a></h1>
<h2>Various programming stuff</h2>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<ul class="main-navigation">
<li >
<a href="http://spapas.github.io/category/css.html">Css</a>
</li>
<li >
<a href="http://spapas.github.io/category/django.html">Django</a>
</li>
<li >
<a href="http://spapas.github.io/category/flask.html">Flask</a>
</li>
<li >
<a href="http://spapas.github.io/category/git.html">Git</a>
</li>
<li >
<a href="http://spapas.github.io/category/javascript.html">Javascript</a>
</li>
<li >
<a href="http://spapas.github.io/category/pelican.html">Pelican</a>
</li>
<li >
<a href="http://spapas.github.io/category/python.html">Python</a>
</li>
<li >
<a href="http://spapas.github.io/category/spring.html">Spring</a>
</li>
<li >
<a href="http://spapas.github.io/category/wagtail.html">Wagtail</a>
</li>
</ul></nav>
<div id="main">
<div id="content">
<div>
<article role="article">
<header>
<h1 class="entry-title">Blog Archive</h1>
</header>
<div id="blog-archives">
<h2>2015</h2>
<article>
<h1><a href="http://spapas.github.io/2015/12/22/ajax-with-react-fixed-data-table/">Ajax data with Fixed Data Table for React</a></h1>
<time datetime="2015-12-22 15:20:00+02:00" pubdate>
<span class="month">Δεκ</span>
<span class="day">22</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/11/27/pdf-in-django/">PDFs in Django: The essential guide</a></h1>
<time datetime="2015-11-27 10:20:00+02:00" pubdate>
<span class="month">Νοέ</span>
<span class="day">27</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/11/16/using-browserify-es6/">Improve your client-side-javascript workflow more by using <span class="caps">ES6</span></a></h1>
<time datetime="2015-11-16 14:20:00+02:00" pubdate>
<span class="month">Νοέ</span>
<span class="day">16</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/10/05/django-dynamic-tables-similar-models/">Django dynamic tables and filters for similar models</a></h1>
<time datetime="2015-10-05 14:20:00+03:00" pubdate>
<span class="month">Οκτ</span>
<span class="day">05</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/09/08/more-complex-react-flux-example/">A (little more) complex react and flux example</a></h1>
<time datetime="2015-09-08 12:55:00+03:00" pubdate>
<span class="month">Σεπ</span>
<span class="day">08</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/09/01/django-rq-redux/">django-rq redux: advanced techniques and tools</a></h1>
<time datetime="2015-09-01 14:20:00+03:00" pubdate>
<span class="month">Σεπ</span>
<span class="day">01</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/07/02/comprehensive-react-flux-tutorial-2/">A comprehensive React and Flux tutorial part 2: Flux</a></h1>
<time datetime="2015-07-02 14:20:00+03:00" pubdate>
<span class="month">Ιού</span>
<span class="day">02</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/06/05/comprehensive-react-flux-tutorial/">A comprehensive React and Flux tutorial part 1: React</a></h1>
<time datetime="2015-06-05 14:20:00+03:00" pubdate>
<span class="month">Ιού</span>
<span class="day">05</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/05/27/using-browserify-watchify/">Using browserify and watchify to improve your client-side-javascript workflow</a></h1>
<time datetime="2015-05-27 14:20:00+03:00" pubdate>
<span class="month">Μάι</span>
<span class="day">27</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/javascript.html'>javascript</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/04/29/django-show-404-page/">Show 404 page on django when <span class="caps">DEBUG</span>=True</a></h1>
<time datetime="2015-04-29 10:20:00+03:00" pubdate>
<span class="month">Απρ</span>
<span class="day">29</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/python.html'>python</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/02/06/python-pusher-rest/">Calling the <span class="caps">REST</span> <span class="caps">API</span> of Pusher from python</a></h1>
<time datetime="2015-02-06 12:20:00+02:00" pubdate>
<span class="month">Φεβ</span>
<span class="day">06</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/python.html'>python</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/01/27/async-tasks-with-django-rq/">Asynchronous tasks in django with django-rq</a></h1>
<time datetime="2015-01-27 14:20:00+02:00" pubdate>
<span class="month">Ιαν</span>
<span class="day">27</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2015/01/21/django-model-auditing/">Django model auditing</a></h1>
<time datetime="2015-01-21 14:20:00+02:00" pubdate>
<span class="month">Ιαν</span>
<span class="day">21</span>
<span class="year">2015</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<h2>2014</h2>
<article>
<h1><a href="http://spapas.github.io/2014/12/16/change-bootstrap-material-primary-color/">Change the primary color of bootstrap material design</a></h1>
<time datetime="2014-12-16 16:20:00+02:00" pubdate>
<span class="month">Δεκ</span>
<span class="day">16</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/css.html'>css</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2014/10/23/retrieve-gmail-blocked-attachments/">Retrieving Gmail blocked attachments</a></h1>
<time datetime="2014-10-23 14:20:00+03:00" pubdate>
<span class="month">Οκτ</span>
<span class="day">23</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/python.html'>python</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2014/09/15/django-non-html-responses/">Django non-<span class="caps">HTML</span> responses</a></h1>
<time datetime="2014-09-15 14:20:00+03:00" pubdate>
<span class="month">Σεπ</span>
<span class="day">15</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2014/06/30/rest-flask-mongodb-heroku/">Implementing a simple, Heroku-hosted <span class="caps">REST</span> service using Flask and mongoDB</a></h1>
<time datetime="2014-06-30 15:23:00+03:00" pubdate>
<span class="month">Ιού</span>
<span class="day">30</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/flask.html'>flask</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2014/04/11/django-generic-formviews-for-objects/">Django generic FormViews for objects</a></h1>
<time datetime="2014-04-11 10:23:00+03:00" pubdate>
<span class="month">Απρ</span>
<span class="day">11</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2014/02/13/wagtail-tutorial/">A Wagtail tutorial</a></h1>
<time datetime="2014-02-13 21:20:00+02:00" pubdate>
<span class="month">Φεβ</span>
<span class="day">13</span>
<span class="year">2014</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/wagtail.html'>wagtail</a>
</span>
</footer>
</article>
<h2>2013</h2>
<article>
<h1><a href="http://spapas.github.io/2013/12/24/django-dynamic-forms/">Django dynamic forms</a></h1>
<time datetime="2013-12-24 14:20:00+02:00" pubdate>
<span class="month">Δεκ</span>
<span class="day">24</span>
<span class="year">2013</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2013/11/05/django-authoritiy-data/">Django authority data</a></h1>
<time datetime="2013-11-05 14:20:00+02:00" pubdate>
<span class="month">Νοέ</span>
<span class="day">05</span>
<span class="year">2013</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/django.html'>django</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2013/10/14/spring-ldap-custom-authorities/">Using custom authorities with spring-security <span class="caps">LDAP</span> authentication</a></h1>
<time datetime="2013-10-14 08:55:00+03:00" pubdate>
<span class="month">Οκτ</span>
<span class="day">14</span>
<span class="year">2013</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/spring.html'>spring</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2013/10/08/git-branches/">git branches</a></h1>
<time datetime="2013-10-08 13:20:00+03:00" pubdate>
<span class="month">Οκτ</span>
<span class="day">08</span>
<span class="year">2013</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/git.html'>git</a>
</span>
</footer>
</article>
<article>
<h1><a href="http://spapas.github.io/2013/10/07/pelican-static-windows/">Using pelican to generate static sites on windows</a></h1>
<time datetime="2013-10-07 10:20:00+03:00" pubdate>
<span class="month">Οκτ</span>
<span class="day">07</span>
<span class="year">2013</span>
</time>
<footer>
<span class="categories">posted in
<a class='category' href='http://spapas.github.io/category/pelican.html'>pelican</a>
</span>
</footer>
</article>
</div>
</article>
</div>
<aside class="sidebar">
<section>
<br />
<a href='/feeds/all.atom.xml'>Atom</a>
|
<a href='/feeds/all.rss.xml'>RSS</a>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="http://spapas.github.io/2015/12/22/ajax-with-react-fixed-data-table/">Ajax data with Fixed Data Table for React</a>
</li>
<li class="post">
<a href="http://spapas.github.io/2015/11/27/pdf-in-django/">PDFs in Django: The essential guide</a>
</li>
<li class="post">
<a href="http://spapas.github.io/2015/11/16/using-browserify-es6/">Improve your client-side-javascript workflow more by using ES6</a>
</li>
<li class="post">
<a href="http://spapas.github.io/2015/10/05/django-dynamic-tables-similar-models/">Django dynamic tables and filters for similar models</a>
</li>
<li class="post">
<a href="http://spapas.github.io/2015/09/08/more-complex-react-flux-example/">A (little more) complex react and flux example</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="http://spapas.github.io/category/css.html">css</a></li>
<li><a href="http://spapas.github.io/category/django.html">django</a></li>
<li><a href="http://spapas.github.io/category/flask.html">flask</a></li>
<li><a href="http://spapas.github.io/category/git.html">git</a></li>
<li><a href="http://spapas.github.io/category/javascript.html">javascript</a></li>
<li><a href="http://spapas.github.io/category/pelican.html">pelican</a></li>
<li><a href="http://spapas.github.io/category/python.html">python</a></li>
<li><a href="http://spapas.github.io/category/spring.html">spring</a></li>
<li><a href="http://spapas.github.io/category/wagtail.html">wagtail</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="http://spapas.github.io/tag/pelican.html">pelican</a>, <a href="http://spapas.github.io/tag/tasks.html">tasks</a>, <a href="http://spapas.github.io/tag/less.html">less</a>, <a href="http://spapas.github.io/tag/spring.html">spring</a>, <a href="http://spapas.github.io/tag/rest.html">rest</a>, <a href="http://spapas.github.io/tag/google.html">google</a>, <a href="http://spapas.github.io/tag/design.html">design</a>, <a href="http://spapas.github.io/tag/scheduling.html">scheduling</a>, <a href="http://spapas.github.io/tag/auditing.html">auditing</a>, <a href="http://spapas.github.io/tag/static-html.html">static-html</a>, <a href="http://spapas.github.io/tag/tables.html">tables</a>, <a href="http://spapas.github.io/tag/reportlab.html">reportlab</a>, <a href="http://spapas.github.io/tag/git.html">git</a>, <a href="http://spapas.github.io/tag/java.html">java</a>, <a href="http://spapas.github.io/tag/rq.html">rq</a>, <a href="http://spapas.github.io/tag/uglify.html">uglify</a>, <a href="http://spapas.github.io/tag/django-rq.html">django-rq</a>, <a href="http://spapas.github.io/tag/babel.html">babel</a>, <a href="http://spapas.github.io/tag/nodejs.html">node.js</a>, <a href="http://spapas.github.io/tag/redis.html">redis</a>, <a href="http://spapas.github.io/tag/heroku.html">heroku</a>, <a href="http://spapas.github.io/tag/fixed-data-tables.html">fixed-data-tables</a>, <a href="http://spapas.github.io/tag/forms.html">forms</a>, <a href="http://spapas.github.io/tag/github-pages.html">github-pages</a>, <a href="http://spapas.github.io/tag/404.html">404</a>, <a href="http://spapas.github.io/tag/xhtml2pdf.html">xhtml2pdf</a>, <a href="http://spapas.github.io/tag/ldap.html">ldap</a>, <a href="http://spapas.github.io/tag/gmail.html">gmail</a>, <a href="http://spapas.github.io/tag/spring-security.html">spring-security</a>, <a href="http://spapas.github.io/tag/css.html">css</a>, <a href="http://spapas.github.io/tag/node.html">node</a>, <a href="http://spapas.github.io/tag/jobs.html">jobs</a>, <a href="http://spapas.github.io/tag/watchify.html">watchify</a>, <a href="http://spapas.github.io/tag/python.html">python</a>, <a href="http://spapas.github.io/tag/mongodb.html">mongodb</a>, <a href="http://spapas.github.io/tag/javascript.html">javascript</a>, <a href="http://spapas.github.io/tag/authentication.html">authentication</a>, <a href="http://spapas.github.io/tag/react.html">react</a>, <a href="http://spapas.github.io/tag/class-based-views.html">class-based-views</a>, <a href="http://spapas.github.io/tag/npm.html">npm</a>, <a href="http://spapas.github.io/tag/pdf.html">pdf</a>, <a href="http://spapas.github.io/tag/rst.html">rst</a>, <a href="http://spapas.github.io/tag/generic.html">generic</a>, <a href="http://spapas.github.io/tag/cbv.html">cbv</a>, <a href="http://spapas.github.io/tag/es6.html">es6</a>, <a href="http://spapas.github.io/tag/browserify.html">browserify</a>, <a href="http://spapas.github.io/tag/branching.html">branching</a>, <a href="http://spapas.github.io/tag/github.html">github</a>, <a href="http://spapas.github.io/tag/pusher.html">pusher</a>, <a href="http://spapas.github.io/tag/windows.html">windows</a>, <a href="http://spapas.github.io/tag/wagtail.html">wagtail</a>, <a href="http://spapas.github.io/tag/django.html">django</a>, <a href="http://spapas.github.io/tag/flux.html">flux</a>, <a href="http://spapas.github.io/tag/fixeddatatable.html">FixedDataTable</a>, <a href="http://spapas.github.io/tag/githubio.html">github.io</a>, <a href="http://spapas.github.io/tag/error.html">error</a>, <a href="http://spapas.github.io/tag/debug.html">debug</a>, <a href="http://spapas.github.io/tag/asynchronous.html">asynchronous</a>, <a href="http://spapas.github.io/tag/security.html">security</a>, <a href="http://spapas.github.io/tag/flask.html">flask</a>, <a href="http://spapas.github.io/tag/boostrap-material-design.html">boostrap-material-design</a> </section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013–2015 Serafeim Papastefanos —
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
</p></footer>
<script src="http://spapas.github.io/theme/js/modernizr-2.0.js"></script>
<script src="http://spapas.github.io/theme/js/ender.js"></script>
<script src="http://spapas.github.io/theme/js/octopress.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44750952-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var disqus_shortname = 'spapas-github-io';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = "//" + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>