Skip to content

Commit

Permalink
Removed comments section. Bye bye
Browse files Browse the repository at this point in the history
  • Loading branch information
jokecamp committed Mar 16, 2017
1 parent 7509d64 commit ed6a313
Show file tree
Hide file tree
Showing 45 changed files with 55 additions and 575 deletions.
15 changes: 1 addition & 14 deletions _layouts/post.html
Expand Up @@ -15,18 +15,5 @@ <h1 class="post-title">{{ page.title }}</h1>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="{{ site.githubProject }}{{ site.githubBranch }}{{ page.path }}">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="{{ site.githubProject }}{{ site.githubBranch }}{{ page.path }}">GitHub</a>.
</div>
2 changes: 1 addition & 1 deletion _posts/2014-08-08-getting-started-with-iisnode.md
Expand Up @@ -107,7 +107,7 @@ var username = req.headers['x-iisnode-auth_user']; // for example AD\username
var authenticationType = req.headers['x-iisnode-auth_type'];
```

- You can use the URL Rewrite (native) module choose which requests get handled by iisnode and which requests skips iisnode. This was required when setting up a socket.io server inside iisnode.
- You can use the URL Rewrite (native) module to choose which requests get handled by iisnode and which requests will skip iisnode. This was required when setting up a socket.io server inside iisnode.

```xml
<rewrite>
Expand Down
4 changes: 2 additions & 2 deletions _site/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title>Joe Kampschmidt's Code</title>
<link href="http://www.jokecamp.com/atom.xml" rel="self"/>
<link href="http://www.jokecamp.com/"/>
<updated>2017-01-29T18:02:30-05:00</updated>
<updated>2017-03-16T19:31:18-04:00</updated>
<id>http://www.jokecamp.com/</id>
<author>
<name>Joe Kampschmidt</name>
Expand Down Expand Up @@ -882,7 +882,7 @@ The post describes the key components, relationships and a short description of
&lt;span class=&quot;kd&quot;&gt;var&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;authenticationType&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;req&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;headers&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&amp;#39;x-iisnode-auth_type&amp;#39;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;];&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt; You can use the URL Rewrite (native) module choose which requests get handled by iisnode and which requests skips iisnode. This was required when setting up a socket.io server inside iisnode.&lt;/li&gt;
&lt;li&gt; You can use the URL Rewrite (native) module to choose which requests get handled by iisnode and which requests will skip iisnode. This was required when setting up a socket.io server inside iisnode.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt; &lt;span class=&quot;nt&quot;&gt;&amp;lt;rewrite&amp;gt;&lt;/span&gt;
&lt;span class=&quot;nt&quot;&gt;&amp;lt;rules&amp;gt;&lt;/span&gt;
Expand Down
Expand Up @@ -114,20 +114,7 @@ <h2>Specific Setup and Configuration</h2>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-08-23-Simple-jekyll-deployment-with-a-shell-script-and-github.md">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-08-23-Simple-jekyll-deployment-with-a-shell-script-and-github.md">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -64,20 +64,7 @@ <h1 class="post-title">A Clean Javascript UI Notification System with jQuery</h1

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-07-17-a-clean-javascript-ui-notification-system-with-jquery.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-07-17-a-clean-javascript-ui-notification-system-with-jquery.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -245,20 +245,7 @@ <h3>5) Putting it all together. Download and build the entire football.db</h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-06-28-alternate-way-to-build-your-own-football-db-sqlite-database.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-06-28-alternate-way-to-build-your-own-football-db-sqlite-database.markdown">GitHub</a>.
</div>

</div>
Expand Down
15 changes: 1 addition & 14 deletions _site/blog/angular-whitespace-validator-directive/index.html
Expand Up @@ -171,20 +171,7 @@ <h3>Resources</h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2017-01-26-angular-whitespace-validator-directive.md">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2017-01-26-angular-whitespace-validator-directive.md">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -280,20 +280,7 @@ <h1 class="post-title">Authenticating ServiceStack REST API using HMAC</h1>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-12-16-authenticating-servicestack-rest-api-using-hmac.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-12-16-authenticating-servicestack-rest-api-using-hmac.markdown">GitHub</a>.
</div>

</div>
Expand Down
15 changes: 1 addition & 14 deletions _site/blog/building-a-raspberry-pi-photo-frame/index.html
Expand Up @@ -100,20 +100,7 @@ <h2>Fully Operational!</h2>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-06-08-building-a-raspberry-pi-photo-frame.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-06-08-building-a-raspberry-pi-photo-frame.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -134,20 +134,7 @@ <h3><strong>Improvements to the T4 templates</strong></h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-09-07-code-generation-using-servicestack-ormlite-and-t4-text-templates.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-09-07-code-generation-using-servicestack-ormlite-and-t4-text-templates.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -78,20 +78,7 @@ <h1 class="post-title">Connecting to SFTP with key file and password using SSH.N

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-01-16-connecting-to-sftp-with-key-file-and-password-using-ssh-net.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-01-16-connecting-to-sftp-with-key-file-and-password-using-ssh-net.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -80,20 +80,7 @@ <h1 class="post-title">Create CustomValidator to enforce MaxLength on a MultiLin

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2011-11-10-create-customvalidator-to-enforce-maxlength-on-a-multiline-textbox.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2011-11-10-create-customvalidator-to-enforce-maxlength-on-a-multiline-textbox.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -89,20 +89,7 @@ <h4><a href="http://www.cypherpunks.to/faq/cyphernomicron/cyphernomicon.html">Cy

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-02-18-cryptonomicon-the-ultimate-computer-geek-novel-reading-aids.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-02-18-cryptonomicon-the-ultimate-computer-geek-novel-reading-aids.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -321,20 +321,7 @@ <h3><a name='powershell'></a>Powershell (Windows) HMAC SHA256</h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-10-22-examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-10-22-examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -159,20 +159,7 @@ <h3>Basic Implementation via PATCH</h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-12-18-experiment-in-restful-api-partial-updates-via-patch-verb-in-servicestack.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2013-12-18-experiment-in-restful-api-partial-updates-via-patch-verb-in-servicestack.markdown">GitHub</a>.
</div>

</div>
Expand Down
Expand Up @@ -127,20 +127,7 @@ <h1 class="post-title">Fixing the File sharing violation Exception when Verifyin

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-04-12-fixing-the-file-sharing-violation-exception-when-verifying-and-repairing-a-sql-ce-database.markdown">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2012-04-12-fixing-the-file-sharing-violation-exception-when-verifying-and-repairing-a-sql-ce-database.markdown">GitHub</a>.
</div>

</div>
Expand Down
17 changes: 2 additions & 15 deletions _site/blog/getting-started-with-iisnode/index.html
Expand Up @@ -127,7 +127,7 @@ <h2>iisnode key points and lessons learned</h2>
<span class="kd">var</span> <span class="nx">authenticationType</span> <span class="o">=</span> <span class="nx">req</span><span class="p">.</span><span class="nx">headers</span><span class="p">[</span><span class="s1">&#39;x-iisnode-auth_type&#39;</span><span class="p">];</span>
</code></pre></div>
<ul>
<li> You can use the URL Rewrite (native) module choose which requests get handled by iisnode and which requests skips iisnode. This was required when setting up a socket.io server inside iisnode.</li>
<li> You can use the URL Rewrite (native) module to choose which requests get handled by iisnode and which requests will skip iisnode. This was required when setting up a socket.io server inside iisnode.</li>
</ul>
<div class="highlight"><pre><code class="language-xml" data-lang="xml"> <span class="nt">&lt;rewrite&gt;</span>
<span class="nt">&lt;rules&gt;</span>
Expand Down Expand Up @@ -231,20 +231,7 @@ <h3>Resources</h3>

<div class="post-footer">
Notice a typo or something incorrect?<br>
Leave a comment or submit a <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-08-08-getting-started-with-iisnode.md">pull request on GitHub</a>.
</div>

<div class="comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jokecamp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Leave a comment or submit changes via <a href="https://github.com/jokecamp/jokecamp.com/tree/master/_posts/2014-08-08-getting-started-with-iisnode.md">GitHub</a>.
</div>

</div>
Expand Down

0 comments on commit ed6a313

Please sign in to comment.