Skip to content

Commit

Permalink
deploy: b70774f
Browse files Browse the repository at this point in the history
  • Loading branch information
pchinjr committed Feb 27, 2024
0 parents commit b453c07
Show file tree
Hide file tree
Showing 48 changed files with 1,661 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
norfolkjs.org
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

source "https://rubygems.org"

gem "jekyll"
75 changes: 75 additions & 0 deletions _posts/2013-12-4-meetup-kickoff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">

<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/ribbon.css" media="screen" />

<title>Norfolk.js meetup kickoff</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://rawgit.com/moment/moment/develop/min/moment.min.js"></script>

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png" />
<link rel="icon" href="favicon-096.png" />
<!--[if IE]><link rel="shortcut icon" href="favicon.ico" /><![endif]-->
<meta name="msapplication-TileColor" content="#fcda3e" />
<meta name="msapplication-TileImage" content="favicon-144-trans.png" />

<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-49239066-1', 'norfolkjs.org');
ga('send', 'pageview');
</script>
</head>

<body>

<span id="forkongithub"><a href="https://github.com/norfolkjs/norfolkjs.github.io">Fork me on GitHub</a></span>
<header>
<div class="container">
<a href="/index.html"><img src="/images/ninjacat_150.png"></a>
<h1>Norfolk.js</h1>
<h2>JavaScript User Group in Norfolk, VA</h2>
<a href="/about/index.html">About Us</a>
<a href="/index.html">Events</a>
<a href="/blog/index.html">Blog</a>
<a href="/sponsors/index.html">Sponsors</a>
<a href="/nodebots/index.html">NodeBots</a>
<a href="/contact/index.html">Contact Us</a>
</div>
</header>


<div class="container">
<section id="main_content">
<h2>Norfolk.js meetup kickoff</h2>
<p><p>The kickoff meetup for the Norfolk.js group will be</p>
<p>
<a href="http://www.meetup.com/NorfolkJS/events/150763672/">January 20, 2014</a>
with beer and pizza sponsored by <a href="http://www.xtuple.com">xTuple</a>.
</p>

<p>
There will be a meet and greet followed by an interactive talk by Eric Rohlfs: "Single Page Applications with AngularJS MVC and Introduction to Karma Test Runner."
</p></p>
</section>
</div>

<footer>
<h2>Norfolk.js &copy; <span id="copyright_year">2019</span> all rights reserved.</h2>
<h2>Brought to you by <a href="/humans.txt">proud ninjas</a>.</h2>
</footer>

<script>
$('#copyright_year').html(new Date().getFullYear());
</script>

</body>
</html>
91 changes: 91 additions & 0 deletions _posts/2014-2-18-Sharpen-your-saw-followup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">

<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/ribbon.css" media="screen" />

<title>Sharpen Your Saw Follow-up</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://rawgit.com/moment/moment/develop/min/moment.min.js"></script>

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png" />
<link rel="icon" href="favicon-096.png" />
<!--[if IE]><link rel="shortcut icon" href="favicon.ico" /><![endif]-->
<meta name="msapplication-TileColor" content="#fcda3e" />
<meta name="msapplication-TileImage" content="favicon-144-trans.png" />

<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-49239066-1', 'norfolkjs.org');
ga('send', 'pageview');
</script>
</head>

<body>

<span id="forkongithub"><a href="https://github.com/norfolkjs/norfolkjs.github.io">Fork me on GitHub</a></span>
<header>
<div class="container">
<a href="/index.html"><img src="/images/ninjacat_150.png"></a>
<h1>Norfolk.js</h1>
<h2>JavaScript User Group in Norfolk, VA</h2>
<a href="/about/index.html">About Us</a>
<a href="/index.html">Events</a>
<a href="/blog/index.html">Blog</a>
<a href="/sponsors/index.html">Sponsors</a>
<a href="/nodebots/index.html">NodeBots</a>
<a href="/contact/index.html">Contact Us</a>
</div>
</header>


<div class="container">
<section id="main_content">
<h2>Sharpen Your Saw Follow-up</h2>
<p><p>Here&#39;s a summary of the topics covered by the Monday Norfolk.js meetup:</p>
<p>Steve Hackbarth presented Sharpen your Saw, discussing problem-solving using Javascript and other useful utilities. Participants were encouraged to bring laptops to participate in code exercises.</p>
<li> Participants could use <a href="http://jsfiddle.net">jsfiddle.net</a></li>
<li> Some of the utilities used were underscore.js and mocha.js tests.</li>


<p>Two Exercises Discussed</p>
<li> Write a function that determines if a word is a left hand word. A left hand word is delimited by the divide between 'y h n' on the keyboard.</li>
<li> Write a function that determines the longest word creatable with just left handed letters.</li>

<p>The following video was shot using Google Glass; it is cut up into 3 primary segments</p>
<a href="http://youtu.be/zQYhInrIOVE">-Problem and Solution Explainations-</a>

<p>Link to the Gists </p>
<a href="https://gist.github.com/stanzheng/9086335">-Left handed Words Validator-</a>
<a href="https://gist.github.com/stanzheng/9086326">-Longest Left Hand Word Generator-</a>

<p> First Problem</p>
<script src="https://gist.github.com/stanzheng/9086335.js"></script>

<p> Second Exercise</p>
<script src="https://gist.github.com/stanzheng/9086326.js"></script>
<p>
Be sure to join us Next Month for Beer.js
</p></p>
</section>
</div>

<footer>
<h2>Norfolk.js &copy; <span id="copyright_year">2019</span> all rights reserved.</h2>
<h2>Brought to you by <a href="/humans.txt">proud ninjas</a>.</h2>
</footer>

<script>
$('#copyright_year').html(new Date().getFullYear());
</script>

</body>
</html>
87 changes: 87 additions & 0 deletions _posts/2014-4-21-unofficial-npm-mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">

<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/ribbon.css" media="screen" />

<title>Unofficial US (east) mirror for Npm</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://rawgit.com/moment/moment/develop/min/moment.min.js"></script>

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png" />
<link rel="icon" href="favicon-096.png" />
<!--[if IE]><link rel="shortcut icon" href="favicon.ico" /><![endif]-->
<meta name="msapplication-TileColor" content="#fcda3e" />
<meta name="msapplication-TileImage" content="favicon-144-trans.png" />

<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-49239066-1', 'norfolkjs.org');
ga('send', 'pageview');
</script>
</head>

<body>

<span id="forkongithub"><a href="https://github.com/norfolkjs/norfolkjs.github.io">Fork me on GitHub</a></span>
<header>
<div class="container">
<a href="/index.html"><img src="/images/ninjacat_150.png"></a>
<h1>Norfolk.js</h1>
<h2>JavaScript User Group in Norfolk, VA</h2>
<a href="/about/index.html">About Us</a>
<a href="/index.html">Events</a>
<a href="/blog/index.html">Blog</a>
<a href="/sponsors/index.html">Sponsors</a>
<a href="/nodebots/index.html">NodeBots</a>
<a href="/contact/index.html">Contact Us</a>
</div>
</header>


<div class="container">
<section id="main_content">
<h2>Unofficial US (east) mirror for Npm</h2>
<p><p><a href="https://github.com/norfolkjs/npmjs.us">https://github.com/norfolkjs/npmjs.us</a></p>

<p>This is an unofficial, but pretty good US (east) mirror for npm;
this service is sponsored and maintained by Norfolk.js</p>

<p>Modus Operandi</p>

<p>We continuously replicate the official npmjs database.
It is large (>200GB) so updates to public npm modules may take some minutes to show up in our registry.</p>

<p>The public database is read-only, so do not try to publish to it.
In the event of failure to resolve a module, the server will failover to the official npm service.
This service is SSL-secured and monitored.</p>

<p>Using this service:</p>

<p>Option 1: Add this registry to your .npmrc. e.g. registry =https://registry.npmjs.us/public</p>

<p>Option 2: Set the registry config via npm: npm config set registry=https://registry.npmjs.us/public</p>

<p>Option 3: Add it as a command-line argument: npm install module --registry https://registry.npmjs.us/public</p></p>
</section>
</div>

<footer>
<h2>Norfolk.js &copy; <span id="copyright_year">2019</span> all rights reserved.</h2>
<h2>Brought to you by <a href="/humans.txt">proud ninjas</a>.</h2>
</footer>

<script>
$('#copyright_year').html(new Date().getFullYear());
</script>

</body>
</html>
88 changes: 88 additions & 0 deletions _posts/2015-2-24-Sharpen-your-saw2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">

<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/ribbon.css" media="screen" />

<title>Sharpen Your Saw Async</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://rawgit.com/moment/moment/develop/min/moment.min.js"></script>

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png" />
<link rel="icon" href="favicon-096.png" />
<!--[if IE]><link rel="shortcut icon" href="favicon.ico" /><![endif]-->
<meta name="msapplication-TileColor" content="#fcda3e" />
<meta name="msapplication-TileImage" content="favicon-144-trans.png" />

<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-49239066-1', 'norfolkjs.org');
ga('send', 'pageview');
</script>
</head>

<body>

<span id="forkongithub"><a href="https://github.com/norfolkjs/norfolkjs.github.io">Fork me on GitHub</a></span>
<header>
<div class="container">
<a href="/index.html"><img src="/images/ninjacat_150.png"></a>
<h1>Norfolk.js</h1>
<h2>JavaScript User Group in Norfolk, VA</h2>
<a href="/about/index.html">About Us</a>
<a href="/index.html">Events</a>
<a href="/blog/index.html">Blog</a>
<a href="/sponsors/index.html">Sponsors</a>
<a href="/nodebots/index.html">NodeBots</a>
<a href="/contact/index.html">Contact Us</a>
</div>
</header>


<div class="container">
<section id="main_content">
<h2>Sharpen Your Saw Async</h2>
<p><p>About
<br></p>
<p>Steve Hackbarth is back again this February to lead an interactive meet-up to discuss problem-solving using Javascript and other useful utilities. Be sure to bring your laptop so you can participate in the exercises.</p>
<br>

<p><a href="http://ursahealth.github.io/async.html"> Slides: http://ursahealth.github.io/async.html</a></p>
<br>

<br>

<p>The challenge was to find all word with the most synonyms in the phrase. &quot;May the force be with you&quot;.</p>
<li> Ryan Q.: <a href="https://gist.github.com/ryanwilliamquinn/6bf3ad352b986c25248a">https://gist.github.com/ryanwilliamquinn/6bf3ad352b986c25248a </a> </li>

<li> Travis W.: <a href="https://gist.github.com/tjwebb/74cccd6247f61150cae0"> https://gist.github.com/tjwebb/74cccd6247f61150cae0 </a> </li>

<li> Steve H.: <a href="https://gist.github.com/shackbarth/3867373c115c67c8c272"> https://gist.github.com/shackbarth/3867373c115c67c8c272 </a> </li>

<li> Eric O.: <a href="https://gist.github.com/erikpmp/bea69d0559916359e727"> https://gist.github.com/erikpmp/bea69d0559916359e727 </a> </li>

<li> Stanley Z. : <a href="https://gist.github.com/stanzheng/a34ff912114e0cd5d09c"> https://gist.github.com/stanzheng/a34ff912114e0cd5d09c </a> </li>

<li> Ken C. : <a href="https://gist.github.com/metaskills/4a56a3e0691a97aa8965"> https://gist.github.com/metaskills/4a56a3e0691a97aa8965 </a> </li></p>
</section>
</div>

<footer>
<h2>Norfolk.js &copy; <span id="copyright_year">2019</span> all rights reserved.</h2>
<h2>Brought to you by <a href="/humans.txt">proud ninjas</a>.</h2>
</footer>

<script>
$('#copyright_year').html(new Date().getFullYear());
</script>

</body>
</html>
Loading

0 comments on commit b453c07

Please sign in to comment.