-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathph_postings_meta.json
623 lines (519 loc) · 18.1 KB
/
ph_postings_meta.json
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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
{
"posts": [
{
"title": "Handling stack traces in Elasticsearch Logstash Kibana (ELK)",
"href": "/blog/2017/04/30/view-exceptions-in-elk.html",
"words": " elk"
}
{
"title": "Using curator to delete older elasticsearch indices",
"href": "/blog/2017/04/09/usingcuratordeleteelasticindex.html",
"words": " curator elasticsearch"
}
{
"title": "Angular2 Confirmation Dialog component",
"href": "/blog/2017/03/26/angular-confirmation-dialog.html",
"words": " angular typescript"
}
{
"title": "Useful tcpdump usages",
"href": "/blog/2017/02/18/useful-tcpdump-netcat-usages.html",
"words": " tcpdump"
}
{
"title": "Bulk git clone repositories",
"href": "/blog/2017/02/12/git-bulk-clone.html",
"words": " git"
}
{
"title": "Tuning Linux servers for scalability",
"href": "/blog/2017/01/30/tuning-linux-servers-scalability.html",
"words": " linux scalability tcp/ip"
}
{
"title": "Close look at proxy_cache_lock and proxy_cache_use_stale in Nginx",
"href": "/blog/2016/12/25/proxy-cache-lock-nginx.html",
"words": " nginx caching"
}
{
"title": "Improving performance using Batch APIs",
"href": "/blog/2016/12/25/batch-api-framework-nodejs.html",
"words": " performance"
}
{
"title": "Integrate node.js logging with Sentry",
"href": "/blog/2016/12/04/integrating-sentry-node.html",
"words": " node.js sentry"
}
{
"title": "Couchbase exception handling in Node.js",
"href": "/blog/2016/12/04/handling-couchbase-node.html",
"words": " node.js couchbase"
}
{
"title": "Debugging SSL Issues in Java",
"href": "/blog/2016/10/30/debugging-ssl-issues-java.html",
"words": " java ssl"
}
{
"title": "Learnings from moving from MBR to GPT, multi-booting and random stuff",
"href": "/blog/2016/10/16/learning-moving-mbr-gpt-uefi.html",
"words": " linux os uefi mbr gpt"
}
{
"title": "Effect of connection pooling on node.js performance",
"href": "/blog/2016/09/05/nodejs-connection-pooling.html",
"words": " node.js programming"
}
{
"title": "Code linting tools",
"href": "/blog/2016/09/04/code-linting-tools.html",
"words": " lint programming"
}
{
"title": "Adding Service worker to Jekyll Site",
"href": "/blog/2016/08/21/service-worker-jekyll-site.html",
"words": " jekyll service worker"
}
{
"title": "Caching authenticated requests using NGINX",
"href": "/blog/2016/07/31/nginx-cache-authenticated-requests.html",
"words": " caching nginx"
}
{
"title": "Create a couchbase bucket during build of the container",
"href": "/blog/2016/07/07/create-couchbase-bucket-docker.html",
"words": " couchbase docker"
}
{
"title": "Speeding up Node.js HTTP requests with DNS caching",
"href": "/blog/2016/05/28/nodejs-dns-cache.html",
"words": " nodejs"
}
{
"title": "Things to learn for Modern Web Development",
"href": "/blog/2016/05/14/things-learn-modern-web-development.html",
"words": " programming es6 react web"
}
{
"title": "Read Google docs spreadsheet using Python",
"href": "/blog/2016/05/13/google-docs-spreadsheet.html",
"words": " python"
}
{
"title": "Handling special characters in Python 2",
"href": "/blog/2016/04/25/handling-special-characters-python.html",
"words": " python"
}
{
"title": "Making AngularJs play nice with Social sharing",
"href": "/blog/2016/04/09/making-angular-play-nice-with-social-sharing.html",
"words": " angularjs"
}
{
"title": "Understanding free output in Linux",
"href": "/blog/2016/04/08/understanding-free-output.html",
"words": " linux"
}
{
"title": "On calling your former employers shit",
"href": "/blog/2016/04/08/calling-former-employers-shit.html",
"words": " general"
}
{
"title": "NSImage Caching",
"href": "/blog/2016/01/25/using-ns-image.html",
"words": " osx swift cocoa"
}
{
"title": "Google groups for Developers",
"href": "/blog/2016/01/03/google-groups-developers.html",
"words": " programming"
}
{
"title": "Managing Programmers By Douglas Crockford",
"href": "/blog/2015/12/27/managing-programmers.html",
"words": " programming"
}
{
"title": "Timing function / task execution in Celery",
"href": "/blog/2015/12/14/timing-function-calls.html",
"words": " celery python"
}
{
"title": "Ringtone Preference in Feed Notifier",
"href": "/blog/2015/12/06/notification-feed-notifier.html",
"words": " android"
}
{
"title": "Flexbox is not supported Android 4.3 and below",
"href": "/blog/2015/11/29/flexbox-not-supported.html",
"words": " android webview ionic"
}
{
"title": "Scaling Celery Task queue",
"href": "/blog/2015/11/17/celery-tips-and-tricks.html",
"words": " programming python celery"
}
{
"title": "CountDownLatch in Python using Condition Objects",
"href": "/blog/2015/11/02/countdownlatch-python.html",
"words": " programming python"
}
{
"title": "Feed notifier updated",
"href": "/blog/2015/10/25/feed-notifier-updated.html",
"words": " programming android"
}
{
"title": "Why is only UI thread allowed to modify the UI",
"href": "/blog/2015/10/18/ui-thread-modify.html",
"words": " programming threading"
}
{
"title": "Angular Chat popup",
"href": "/blog/2015/09/14/angular-chat-popup.html",
"words": " angularjs javascript"
}
{
"title": "Caching http requests with Angular",
"href": "/blog/2015/08/24/angular-caching.html",
"words": " angularjs caching javascript"
}
{
"title": "Emoji Keyboard and Chat bubbles in Android",
"href": "/blog/2015/03/06/emoji-bubbles-android.html",
"words": " android emoji chat"
}
{
"title": "Encoding and Decoding Emoji for Cross platform",
"href": "/blog/2014/12/26/emoji-encoding-decoding.html",
"words": " angularjs emoji"
}
{
"title": "Useful Javascript Design patterns",
"href": "/blog/2014/12/15/javascript-design-patterns.html",
"words": " javascript"
}
{
"title": "Multiboot: Booting linux from ISO placed in HDD via GRUB",
"href": "/blog/2014/10/18/linux-multiboot.html",
"words": " linux"
}
{
"title": "An awesome conky configuration",
"href": "/blog/2014/10/10/awesome-conky.html",
"words": " linux"
}
{
"title": "Union and Intersection of ArrayList in Java",
"href": "/blog/2014/07/29/unionintersection.html",
"words": " java"
}
{
"title": "Find Nth largest element in an array",
"href": "/blog/2014/07/28/findnthlargest.html",
"words": " algorithms"
}
{
"title": "Algorithm: Convert number to word",
"href": "/blog/2014/07/28/convertnumbertoword.html",
"words": " algorithms"
}
{
"title": "Building Git 2.0.0 from sources on Windows",
"href": "/blog/2014/06/08/guidebuildgit2.html",
"words": " git"
}
{
"title": "Change ImageView src based on Android Application theme",
"href": "/blog/2014/06/04/changeimageviewsrctheme.html",
"words": " android"
}
{
"title": "Hermes removed from Play Store by Google",
"href": "/blog/2014/05/26/hermesremoved.html",
"words": " android"
}
{
"title": "Javascript Basics Part IV",
"href": "/blog/2014/05/25/javascriptbasic4.html",
"words": " javascript development"
}
{
"title": "Javascript Basics Part III",
"href": "/blog/2014/05/24/javascriptbasics3.html",
"words": " javascript development"
}
{
"title": "Javascript Basics Part II",
"href": "/blog/2014/05/23/javascriptbasics2.html",
"words": " javascript development"
}
{
"title": "Javascript Basics Part I",
"href": "/blog/2014/05/22/javascriptbasics.html",
"words": " javascript development"
}
{
"title": "Portable Jekyll Upgraded to 2.0.1",
"href": "/blog/2014/05/07/portablejekyllupdated.html",
"words": " jekyll development"
}
{
"title": "Decoding the hidden Wunderlist API (Part II)",
"href": "/blog/2014/05/02/decodewunderlistapi2.html",
"words": " wunderlist api rest development"
}
{
"title": "Decoding the hidden Wunderlist API (Part I)",
"href": "/blog/2014/05/02/decodewunderlistapi.html",
"words": " wunderlist api rest development"
}
{
"title": "Feedly OAuth 2.0 implementation using Scribe in Java",
"href": "/blog/2014/04/17/feedlyoauth2flow.html",
"words": " feedly oauth2 development"
}
{
"title": "Updating Created By field in SharePoint through Client Object Model",
"href": "/blog/2014/04/09/updatingcreatedby.html",
"words": " sharepoint 2010 client object model development"
}
{
"title": "Hosting Git repository on a Windows LAN",
"href": "/blog/2014/04/09/hostgitwindowslan.html",
"words": " git development"
}
{
"title": "Writing Silverlight people picker control using SharePoint 2010 Client object model",
"href": "/blog/2014/01/29/silverlight-people-picker.html",
"words": " silverlight sharepoint 2010 web_development"
}
{
"title": "Reading and writing People Values in SharePoint List through Silverlight Client object model",
"href": "/blog/2014/01/29/read-write-people-values-sharepoint-silverlight.html",
"words": " silverlight sharepoint 2010 web_development"
}
{
"title": "Convert claims based login name in SharePoint Client object model",
"href": "/blog/2014/01/29/convert-claim-based-login-name.html",
"words": " silverlight sharepoint 2010 web_development"
}
{
"title": "New look for my site",
"href": "/blog/2014/01/10/newlookofmysite.html",
"words": " css web_development"
}
{
"title": "Portable Jekyll Updated to Jekyll v1.3.0",
"href": "/blog/2013/11/05/updateportablejekyll.html",
"words": " jekyll web_development"
}
{
"title": "Making most out of _data directory in Jekyll",
"href": "/blog/2013/11/05/makingmostdatadirectory.html",
"words": " jekyll web_development"
}
{
"title": "Introducing Hermes Android App",
"href": "/blog/2013/11/05/introducinghermesandroidapp.html",
"words": " android"
}
{
"title": "Building portable Jekyll for Windows",
"href": "/blog/2013/07/20/buildportablejekyll.html",
"words": " jekyll web_development"
}
{
"title": "Adventures with Corel Draw",
"href": "/blog/2013/07/20/adventurecoreldraw.html",
"words": " corel draw"
}
{
"title": "Jekyll upgraded to 1.0.2",
"href": "/blog/2013/06/02/jekyllupgraded.html",
"words": " jekyll"
}
{
"title": "Browser Market Share of Internet Explorer",
"href": "/blog/2012/05/05/browsermarketshare.html",
"words": " internt explorer general"
}
{
"title": "WebServices or Client Object Model",
"href": "/blog/2012/04/15/webservicescom.html",
"words": " sharepoint 2010 general"
}
{
"title": "Move your projects from TFS to Git in Codeplex",
"href": "/blog/2012/03/27/codeplexmovegit.html",
"words": " git general"
}
{
"title": "Enable code highlighting with Pygments/Jekyll",
"href": "/blog/2012/03/05/codehighlightjekyll.html",
"words": " jekyll web_development"
}
{
"title": "What's wrong with Microsoft",
"href": "/blog/2012/03/01/whatswrongwithmsft.html",
"words": " microsoft general"
}
{
"title": "How to upgrade your Jekyll Blog/Site to HTML5",
"href": "/blog/2012/02/26/upgradehtml5.html",
"words": " html5 web_development"
}
{
"title": "Learning HTML5",
"href": "/blog/2012/02/20/learnhtml5.html",
"words": " html5 web_development"
}
{
"title": "Conditional comments in Internet Explorer",
"href": "/blog/2012/02/20/conditionalcommentsie.html",
"words": " ie web_development"
}
{
"title": "Future of Web and Mobile: HTML5, CSS3 and Javascript",
"href": "/blog/2012/02/15/futurewebmobile.html",
"words": " html5 css3 javascript"
}
{
"title": "Using MakeFile with Assembly Programming",
"href": "/blog/2012/02/08/makefileassembly.html",
"words": " assembly masm"
}
{
"title": "Updated with Blueprint CSS Framework",
"href": "/blog/2012/02/02/updateblueprintcss.html",
"words": " jekyll css"
}
{
"title": "GitHub Pages are served from the Default Branch",
"href": "/blog/2012/02/02/githubpages.html",
"words": " github"
}
{
"title": "Invoke SharePoint 2010 Approval Workflow with Dynamic Approvers using Web Services and Jquery",
"href": "/blog/2012/01/09/spworkflowapprovers.html",
"words": " sharepoint 2010 jquery"
}
{
"title": "Silverlight Chart Control for SharePoint 2010",
"href": "/blog/2011/12/29/slchart.html",
"words": " silverlight sharepoint 2010"
}
{
"title": "Windows command shell(cmd.exe) runs only first command",
"href": "/blog/2011/12/29/cmdshellfirst.html",
"words": " windows"
}
{
"title": "Privilege escalation on Windows using Binary Planting",
"href": "/blog/2011/09/23/privilegeescalation.html",
"words": " privilege escalation windows"
}
{
"title": "Difference between Filtered vs Closed Ports",
"href": "/blog/2011/09/18/filteredclosed.html",
"words": " hacking nmap"
}
{
"title": "Crack or Reset Windows Passwords",
"href": "/blog/2011/09/18/crackresetwindows.html",
"words": " hacking windows"
}
{
"title": "HackingLab Challenge: Disassemble .NET Clients",
"href": "/blog/2011/09/10/hackchallenge.html",
"words": " hacking disassembling .net"
}
{
"title": "Best fonts for programming",
"href": "/blog/2011/09/09/bestfontscode.html",
"words": " code programming"
}
{
"title": "Removing the Default Editor Parts from SharePoint Web Parts",
"href": "/blog/2011/09/06/hidingproppane.html",
"words": " sharepoint webparts"
}
{
"title": "AOE slang",
"href": "/blog/2011/09/06/aoeslang.html",
"words": " aoe"
}
{
"title": "Running Jekyll on Windows",
"href": "/blog/2011/09/01/runningjekyllwindows.html",
"words": " jekyll windows"
}
{
"title": "Migrating 3rd party blogs to Jekyll",
"href": "/blog/2011/09/01/migratingblogtojekyll.html",
"words": " jekyll"
}
{
"title": "Pass the Hash Exploitation on Windows",
"href": "/blog/2011/08/16/passthehash.html",
"words": " hacking windows pass the hash"
}
{
"title": "Burnout",
"href": "/blog/2011/08/13/burnout.html",
"words": " burnout health"
}
{
"title": "Integrating Wordpress Tag cloud Plugin in Jekyll",
"href": "/blog/2011/08/12/wptagcloudjekyll.html",
"words": " jekyll code"
}
{
"title": "Protections against buffer overflow exploits in Linux",
"href": "/blog/2011/08/06/protbufferoverflow.html",
"words": " security exploits"
}
{
"title": "Classic Buffer overflow exploits on Linux x64",
"href": "/blog/2011/08/04/exploitdevlinux.html",
"words": " security exploits"
}
{
"title": "Exploring Web Application vulnerabilities",
"href": "/blog/2011/07/26/explorwebappsecurity.html",
"words": " security hacking"
}
{
"title": "Hacking Router password using Hydra",
"href": "/blog/2011/07/25/hackrouterpassword.html",
"words": " security hacking"
}
{
"title": "My Top Network Security Tools",
"href": "/blog/2011/06/22/topsecuritytools.html",
"words": " security"
}
{
"title": "Facebook Vulnerability - Session sidejacking",
"href": "/blog/2011/06/12/facebooksessionhijacking.html",
"words": " facebook session sidejacking security"
}
{
"title": "Creating Tag cloud of Categories in Jekyll",
"href": "/blog/2011/06/11/tagcloudjekyll.html",
"words": " jekyll code"
}
{
"title": "Github as a development platform",
"href": "/blog/2011/06/11/githubplatform.html",
"words": " github code"
}
{
"title": "Reverse engineering Google chrome extensions",
"href": "/blog/2011/06/03/reverseengineerchrome.html",
"words": " reverse engineering chrome"
}
]
}