forked from qndev/jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 2.65 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 2.65 KB
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
---
layout: default
title: Qndev's blog
---
<div id="home">
<div class="pagination">
<div class="blog-post-title"><h1>Blog Posts</h1></div>
{% include pagination.html %}
</div>
<div style="clear: both">
<ul class="posts">
{% for post in paginator.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{site.url}}{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<h1>Hacker News | qndev's submissions</h1>
<ul class="posts">
<li><span>28 June 2019</span> » <a href="https://news.ycombinator.com/item?id=20303172" target="_blank">VLC media player 3.0.6 and earlier: Read buffer overflow and double free</a></li>
<li><span>28 June 2019</span> » <a href="https://news.ycombinator.com/item?id=20300959" target="_blank">OS X/Linker: New Mac malware attempts zero-day Gatekeeper bypass</a></li>
<li><span>27 June 2019</span> » <a href="https://news.ycombinator.com/item?id=20294338" target="_blank">RPM Packages Explained (fedoramagazine.org)</a></li>
<li><span>27 June 2019</span> » <a href="https://news.ycombinator.com/item?id=20292361" target="_blank">A List of Hacker News's Undocumented Features and Behaviors</a></li>
<li><span>26 June 2019</span> » <a href="https://news.ycombinator.com/item?id=20283442" target="_blank">Debian Linux Distribution Release 1.1 Now Available (debian.org)</a></li>
</ul>
<h1>Noteworthy Open Source Projects and Specifications</h1>
<ul class="posts">
<li><a href="http://github.com/jekyll/jekyll/">Jekyll:</a> A simple, blog aware, static site generator (used for this site).</li>
<li><a href="http://semver.org">Semantic Versioning:</a> A meaningful method for incrementing version numbers.</li>
<li><a href="http://github.com/toml-lang/toml">TOML:</a> Tom's Obvious, Minimal Language.</li>
<li><a href="http://github.com/mojombo/god/">God:</a> Ruby process monitoring framework with easy extensibility.</li>
<li><a href="http://github.com/mojombo/chronic/">Chronic:</a> Ruby natural language date/time parser.</li>
<li><a href="http://tomdoc.org">TomDoc:</a> Code documentation for humans.</li>
<li><a href="http://github.com/mojombo/proxymachine/">ProxyMachine:</a> Layer 7 routing proxy in Ruby with Event Machine.</li>
<li><a href="http://github.com/github/gollum/">Gollum:</a> A simple, Git-powered wiki with a sweet API and local frontend.</li>
<li><a href="http://github.com/mojombo/grit/">Grit:</a> Object oriented Ruby bindings for Git (used by GitHub).</li>
<li><a href="http://github.com/mojombo/ernie/">Ernie:</a> Ruby/Erlang Hybrid BERT-RPC server.</li>
</ul>
</div>