-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
478 lines (457 loc) · 20.3 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Noiselabs</title>
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="dns-prefetch" href="https://fonts.googleapis.com/">
<script type="text/javascript" src="assets/js/vendor/webfont.js?v=97b2c0f7e8"></script>
<script>
WebFont.load({
custom: {
families: [
'Lato:700,700i',
'Roboto:300,300i,400,400i,700,700i',
'Roboto Slab:400,300',
'Source Sans Pro:200,300,400,600,700,900'
]
}
});
</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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77419315-1', 'auto');
ga('send', 'pageview');
</script>
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/highlightjs-github.min.css?v=97b2c0f7e8">
<link rel="stylesheet" href="assets/css/style.css?v=97b2c0f7e8">
<meta name="description" content="Software Consultancy">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://noiselabs.io/">
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="next" href="https://noiselabs.io/page/2/">
<meta property="og:site_name" content="Noiselabs">
<meta property="og:type" content="website">
<meta property="og:title" content="Noiselabs">
<meta property="og:description" content="Software Consultancy">
<meta property="og:url" content="https://noiselabs.io/">
<meta property="og:image" content="https://noiselabs.io/content/images/2018/02/shreyas-malavalli-141141-3.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Noiselabs">
<meta name="twitter:description" content="Software Consultancy">
<meta name="twitter:url" content="https://noiselabs.io/">
<meta name="twitter:image" content="https://noiselabs.io/content/images/2018/02/shreyas-malavalli-141141-3.jpg">
<meta property="og:image:width" content="2560">
<meta property="og:image:height" content="1877">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Noiselabs",
"logo": {
"@type": "ImageObject",
"url": "https://noiselabs.io/favicon.ico",
"width": 60,
"height": 60
}
},
"url": "https://noiselabs.io/",
"image": {
"@type": "ImageObject",
"url": "https://noiselabs.io/content/images/2018/02/shreyas-malavalli-141141-3.jpg",
"width": 2560,
"height": 1877
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://noiselabs.io/"
},
"description": "Software Consultancy"
}
</script>
<script type="text/javascript" src="public/ghost-sdk.min.js?v=97b2c0f7e8"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "51bb8525e303"
});
</script>
<meta name="generator" content="Ghost 1.21">
<link rel="alternate" type="application/rss+xml" title="Noiselabs" href="https://noiselabs.io/rss/index.rss">
<script src="assets/js/vendor/modernizr.js?v=97b2c0f7e8"></script>
</head>
<body class="home-template">
<div class="sticky">
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1>
<a href="index.html">Noiselabs</a>
</h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="index.html#">
<span>Menu</span>
</a>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li class="divider">
<li class="page-blog">
<a href="blog/">
Blog
</a>
</li>
<li class="divider">
<li class="page-software-consultancy">
<a href="software-consultancy/">
Software Consultancy
</a>
</li>
<li class="divider">
<li class="page-open-source">
<a href="open-source/">
Open Source
</a>
</li>
<li class="divider">
<li class="page-talks">
<a href="talks/">
Talks
</a>
</li>
<li class="divider">
<li class="has-dropdown">
<a href="index.html#">
Contact
</a>
<ul class="dropdown contact">
<li>
<a href="mailto:[email protected]">
<i class="far fa-fw fa-lg fa-envelope"></i>
<span>[email protected]</span>
</a>
</li>
<li>
<a href="http://twitter.com/noiselabs">
<i class="fab fa-fw fa-lg fa-twitter"></i>
<span>twitter.com/noiselabs</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vitorbrandao">
<i class="fab fa-fw fa-lg fa-linkedin"></i>
<span>linkedin.com/vitorbrandao</span>
</a>
</li>
<li>
<a href="https://github.com/noiselabs">
<i class="fab fa-fw fa-lg fa-github"></i>
<span>github.com/noiselabs</span>
</a>
</li>
<li>
<a href="https://stackoverflow.com/users/545442/noisebleed">
<i class="fab fa-fw fa-lg fa-stack-overflow"></i>
<span>stackoverflow.com/noisebleed</span>
</a>
</li>
</ul>
</li>
<li class="divider">
<li>
<a href="index.html#" class="js-open-search">
<b><i class="fas fa-search fw fa-lg main-nav-ico element-light js-open-search"></i></b>
</a>
</li>
</ul>
</section>
</nav></div>
<header class="main-header js-blog-bg-image " style="background-image:url('content/images/2018/02/shreyas-malavalli-141141-3.jpg');">
<div class="main-header-content">
<h1 class="page-title">
<a href="https://noiselabs.io" style="color: #ffffff;">Noiselabs</a>
</h1>
<h2 class="page-description" style="color: #ffffff;"><span>Software Consultancy</span></h2>
<div class="header-social-icons">
<a href="https://github.com/noiselabs" title="GitHub"><i class="fab fa-fw fa-github"></i>
</a>
<a href="https://stackoverflow.com/users/545442/noisebleed" title="Stack Overflow">
<i class="fab fa-fw fa-stack-overflow"></i>
</a>
<a href="http://twitter.com/noiselabs" title="Twitter">
<i class="fab fa-fw fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/vitorbrandao" title="LinkedIn">
<i class="fab fa-fw fa-linkedin"></i>
</a>
<a href="mailto:[email protected]" title="Email">
<i class="far fa-fw fa-envelope"></i>
</a>
<a href="https://noiselabs.io/rss/index.rss" title="RSS Feed">
<i class="fas fa-fw fa-rss"></i>
</a>
</div>
</div>
</header>
<main id="content" class="content home-template" role="main">
<article class="post">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2018-03-11">March 11, 2018</time>
</li>
<li>
<section class="post-meta">
</section>
</li>
</ul>
<h2 class="post-title"><a href="2018/03/11/zf-debug-utils/">Debugging Zend Framework routes with ZF Debug Utils</a></h2>
</header>
<section class="post-desc">
Debugging Zend Framework 2 routes and specifically why a given route wouldn't match to a controller was one of my pains while working with ZF2 applications. After spending too much time debugging them I decided to put together a ZF2 module - Noiselabs\ZfDebugModule - to help me visualize what…
</section>
<footer>
<a href="2018/03/11/zf-debug-utils/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<article class="post tag-ghost-tag tag-docker">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2018-01-22">January 22, 2018</time>
</li>
<li>
<section class="post-meta">
<i class="fas fa-fw fa-tags"></i> <a href="tag/ghost-tag/">Ghost</a>, <a href="tag/docker/">Docker</a>
</section>
</li>
</ul>
<h2 class="post-title"><a href="2018/01/22/ghost-docker/">Ghost, Dockerized.</a></h2>
</header>
<section class="post-desc">
In this blogpost we'll see how to Dockerize a local Ghost app for fun and profit. In a rush? Already familiar with Ghost? Jump to the technical bits. Posting, again It's been a *looong* time since my last post. The time has come to break the silence and start posting…
</section>
<footer>
<a href="2018/01/22/ghost-docker/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<article class="post tag-symfony tag-smarty tag-smartybundle">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2011-12-04">December 04, 2011</time>
</li>
<li>
<section class="post-meta">
<i class="fas fa-fw fa-tags"></i> <a href="tag/symfony/">Symfony</a>, <a href="tag/smarty/">Smarty</a>, <a href="tag/smartybundle/">SmartyBundle</a>
</section>
</li>
</ul>
<h2 class="post-title"><a href="2011/12/04/introducing-smartybundle-a-smarty3-bundle-for-symfony2/">Introducing SmartyBundle, a Smarty3 bundle for Symfony2</a></h2>
</header>
<section class="post-desc">
Hello all! I've released yesterday the first version of SmartyBundle on GitHub. SmartyBundle SmartyBundle is a Symfony2 bundle that provides integration for the Smarty3 template engine. It will allow the usage of the Smarty template engine in Symfony2, instead of Twig or PHP templates. SmartyBundle is released under a LPGLv3…
</section>
<footer>
<a href="2011/12/04/introducing-smartybundle-a-smarty3-bundle-for-symfony2/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<article class="post tag-gentoo tag-linux">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2011-04-25">April 25, 2011</time>
</li>
<li>
<section class="post-meta">
<i class="fas fa-fw fa-tags"></i> <a href="tag/gentoo/">Gentoo</a>, <a href="tag/linux/">Linux</a>
</section>
</li>
</ul>
<h2 class="post-title"><a href="2011/04/25/failed-to-submit-batch-buffer-xorg/">Failed to submit batch buffer (Xorg)</a></h2>
</header>
<section class="post-desc">
Another Xorg update After my last Xorg update I've lost the nice ability to log into my KDE. Well, this sucks because I spent a long time compiling kdelibs and friends so I really want to use it. Symptoms A blank screen on login. You can even see your mouse…
</section>
<footer>
<a href="2011/04/25/failed-to-submit-batch-buffer-xorg/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<article class="post tag-php">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2011-04-25">April 25, 2011</time>
</li>
<li>
<section class="post-meta">
<i class="fas fa-fw fa-tags"></i> <a href="tag/php/">PHP</a>
</section>
</li>
</ul>
<h2 class="post-title"><a href="2011/04/25/sanitize-filenames-with-php/">Sanitize filenames with PHP</a></h2>
</header>
<section class="post-desc">
PDF generation and invalid characters While working with the TableTools PDF generator included in the great DataTables jQuery plugin I've noticed that sometimes the script failed to generate the PDF file. The cause? Invalid characters in the filename. Well, to solve this issue I've made a simple PHP function to…
</section>
<footer>
<a href="2011/04/25/sanitize-filenames-with-php/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<article class="post tag-gentoo tag-linux">
<div class="post-article-container">
<header class="post-header">
<ul class="inline-list">
<li>
<time class="post-date" datetime="2010-05-01">May 01, 2010</time>
</li>
<li>
<section class="post-meta">
<i class="fas fa-fw fa-tags"></i> <a href="tag/gentoo/">Gentoo</a>, <a href="tag/linux/">Linux</a>
</section>
</li>
</ul>
<h2 class="post-title"><a href="2010/05/01/dont-let-updatedb-take-your-linux-down/">Don't let updatedb take your Linux down</a></h2>
</header>
<section class="post-desc">
Coffee break everyone? Everyday morning was the same: updatedb came and took my Gentoo away. The symptoms were clear, X/KDE applications starting to become slow and unresponsive, and then the two inevitable choices: go for a coffee and wait or pkill the bastard. Asking updatedb to be nice (the…
</section>
<footer>
<a href="2010/05/01/dont-let-updatedb-take-your-linux-down/" class="post-read-more-button">Keep reading <i class="fa fa-angle-double-right"></i></a>
</footer>
</div>
</article>
<nav class="pagination" role="navigation">
<a class="older-posts" href="page/2/">Older Posts <i class="fa fa-chevron-right"></i></a>
</nav>
</main>
<footer class="site-footer">
<div class="row">
<div class="large-6 columns">
<ul class="no-bullet">
<li class="neev-logo">
<img src="assets/images/neev_white_wordmark.png?v=97b2c0f7e8">
</li>
<li>
<em>Noiselabs Consulting</em> is a
<a href="https://team-neev.com">Team Neev</a> partner.
</li>
</ul>
<ul class="no-bullet">
<li>Based on the ABC theme by
<a href="http://pxt.be">pxt.be</a>
</li>
<li>Homepage photo by
<a href="https://unsplash.com/photos/3r0Kchy-F_A?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Shreyas Malavalli</a>
</li>
<li>Proudly published with
<a href="https://ghost.org">Ghost</a>
</li>
</ul>
</div>
<div class="large-6 columns">
<ul class="no-bullet">
<li>
<a href="blog/">Blog</a>
</li>
<li>
<a href="software-consultancy/">Software Consultancy</a>
</li>
<li>
<a href="open-source/">Open Source</a>
</li>
<li>
<a href="talks/">Talks</a>
</li>
</ul>
<ul class="inline-list">
<li>
<a href="mailto:[email protected]">
<i class="far fa-fw fa-lg fa-envelope"></i>
</a>
</li>
<li>
<a href="http://twitter.com/noiselabs">
<i class="fab fa-fw fa-lg fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vitorbrandao">
<i class="fab fa-fw fa-lg fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/noiselabs">
<i class="fab fa-fw fa-lg fa-github"></i>
</a>
</li>
<li>
<a href="https://stackoverflow.com/users/545442/noisebleed">
<i class="fab fa-fw fa-lg fa-stack-overflow"></i>
</a>
</li>
<li>
<a href="http://web/rss/index.rss">
<i class="fas fa-fw fa-lg fa-rss"></i>
</a>
</li>
</ul></div>
</div>
<div class="row">
<div class="large-12 columns">
<ul class="no-bullet">
<li>© 2018 <a href="mailto:[email protected]">Vítor Brandão</a>. All rights reserved.</li>
</ul>
</div>
</div>
</footer>
<div class="big-search">
<i class="fa fa-times-circle big-search-close-btn js-close-search"></i>
<div class="big-search-container">
<div class="row">
<div class="small-12 columns">
<form class="big-search-form">
<input class="big-search-form-input js-search-input" type="text" placeholder="Search...">
</form>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<div class="big-search-results js-search-results"></div>
</div>
</div>
</div>
</div>
<div class="back-to-top js-back-to-top-btn hidden">
<i class="fa fa-angle-up"></i>
</div>
<script type="text/javascript" src="assets/js/vendor/jquery-2.1.4.min.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/foundation.min.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/background-check.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/jquery.ghostHunter.min.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/images-loaded.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/reading-time.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/vendor/highlight.min.js?v=97b2c0f7e8"></script>
<script type="text/javascript" src="assets/js/abc.js?v=97b2c0f7e8"></script>
</body>
</html>