Skip to content

Commit 8a2ee05

Browse files
committed
use working requirebin mirror
1 parent 2f8e8f3 commit 8a2ee05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: articles.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>
113113
<p><a href="http://maxogden.com/node-packaged-modules.html">maxogden.com/node-packaged-modules.html</a>
114114
</p>
115115
<p>A rundown of projects that have made developing with browserify more accessible
116-
and more interesting: requirebin.com, npmsearch.com, and Browserify CDN.</p>
116+
and more interesting: requirebin.netlify.app, npmsearch.com, and Browserify CDN.</p>
117117

118118
<h3>
119119
<a name="browserify-and-the-universal-module-definition" class="anchor" href="#browserify-and-the-universal-module-definition"><span class="octicon octicon-link"></span></a>Browserify and the Universal Module Definition</h3>

Diff for: demos.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ <h2 class="subtitle" style="font-size: 18px; margin-bottom: 30px;">Canvas Splitt
2727
<p>This demo by @hughsk uses two modules, one that creates <a href="https://www.npmjs.org/package/lut">RGB lookup tables</a> and <a href="https://www.npmjs.org/package/canvas-splitter">another that slices</a> the color table canvas element into smaller canvases.
2828
<script src="https://gist.github.com/maxogden/9576799.js?file=index.js"></script>
2929
<p>Here is the above code running in an iframe</p>
30-
<iframe height="315" src="http://requirebin.com/embed?gist=maxogden/9576799" frameborder="0" allowfullscreen></iframe>
30+
<iframe height="315" src="https://requirebin.netlify.app/embed?gist=maxogden/9576799" frameborder="0" allowfullscreen></iframe>
3131
<hr>
3232

3333
<h2 class="subtitle" style="font-size: 18px; margin-bottom: 30px;">Exploding Dots</h2>
3434
<p>This demo by @anvaka uses the <a href="https://www.npmjs.org/package/ngraph.generators">ngraph.generators</a> and <a href="https://www.npmjs.org/package/ngraph.vivasvg">ngraph.vivasvg</a> modules to create an animated exploding SVG dot cluster.
3535
<script src="https://gist.github.com/maxogden/9556868.js?file=index.js"></script>
3636
<p>Here is the above code running in an iframe, click it to run the animation.</p>
37-
<iframe height="315" src="http://requirebin.com/embed?gist=maxogden/9556868" frameborder="0" allowfullscreen></iframe>
37+
<iframe height="315" src="https://requirebin.netlify.app/embed?gist=maxogden/9556868" frameborder="0" allowfullscreen></iframe>
3838
<hr>
3939

4040
<h2 class="subtitle" style="font-size: 18px; margin-bottom: 30px;">Infinite 2D Cave Generator</h2>
4141
<p>This demo by @hughsk uses 7 small modules to create an explorable 2D procedurally generated cave.</p>
4242
<script src="https://gist.github.com/maxogden/9557700.js?file=index.js"></script>
4343
<p>Click the canvas to give it focus and then use WSAD or Arrow keys to explore.</p>
44-
<iframe height="315" src="http://requirebin.com/embed?gist=maxogden/9557700" frameborder="0" allowfullscreen></iframe>
44+
<iframe height="315" src="https://requirebin.netlify.app/embed?gist=maxogden/9557700" frameborder="0" allowfullscreen></iframe>
4545
<hr>
4646

4747
<h2 class="subtitle" style="font-size: 18px; margin-bottom: 30px;">2D velocity control</h2>
4848
<p>This demo by @sethvincent uses some modules from his <a href="http://crtrdg.com/">CRTRDG</a> 2D game library.</p>
4949
<script src="https://gist.github.com/maxogden/9557776.js?file=index.js"></script>
5050
<p>Click the canvas to give it focus and then use WSAD keys to explore.</p>
51-
<iframe height="315" src="http://requirebin.com/embed?gist=maxogden/9557776" frameborder="0" allowfullscreen></iframe>
51+
<iframe height="315" src="https://requirebin.netlify.app/embed?gist=maxogden/9557776" frameborder="0" allowfullscreen></iframe>
5252
</div>
5353
</section>
5454
</body>

0 commit comments

Comments
 (0)