UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.
Hello,
If you reached this page, means you've hit this SSL error when trying to
| <head> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/g/reveal.js(css/reveal.min.css)"> | |
| <script src="//cdn.jsdelivr.net/g/reveal.js"></script> | |
| </head> | |
| <body> | |
| <div class="reveal"> | |
| <div class="slides"> | |
| <section>Single Horizontal Slide</section> |
| <head> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/g/reveal.js(css/reveal.min.css)"> | |
| <script src="//cdn.jsdelivr.net/g/reveal.js,zepto"></script> | |
| </head> | |
| <body> | |
| <div class="reveal"> | |
| <div class="slides"> | |
| <section>Single Horizontal Slide</section> | |
| <section id="blank"></section><!-- Blank slug --> |
| <head> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/g/reveal.js(css/reveal.min.css)"> | |
| <script src="//cdn.jsdelivr.net/g/d3js,reveal.js,zepto,riot@2.0(riot.min.js+compiler.min.js)"></script> | |
| </head> | |
| <body> | |
| <div class="reveal"> | |
| <div class="slides"> | |
| <section>Single Horizontal Slide</section> |
UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.
Hello,
If you reached this page, means you've hit this SSL error when trying to
| <head> | |
| <script src="//cdn.jsdelivr.net/g/jquery,jquery.terminal"></script> | |
| <style> | |
| terminal{ | |
| position: fixed; | |
| height: 80%; | |
| right: -550px; | |
| display: block-inline; | |
| width: 650px; |
| [{ | |
| "script_arguments": "<parameters>", | |
| "platforms": [ | |
| { | |
| "system_name": "Linux", | |
| "machine": "x86_64", | |
| "version": "#34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013", | |
| "ip_addr": "127.0.0.1", | |
| "architecture_bits": "64bit", | |
| "architecture_linkage": "ELF", |
| <script src="//cdn.jsdelivr.net/g/momentjs"></script> | |
| <script> | |
| time = 'Wed May 29 20:22:58 UTC 2013'; | |
| t = moment().utc( time ) | |
| console.log('The formatted time is : ', t.format('dddd Do YY h:mm:ss a')); | |
| console.log('The formatted time is : ', t.fromNow()); | |
| </script> |
This though model tries to use to d3 to simplify the energy required for a scientist to make web ready content.
| <script src="//cdn.jsdelivr.net/g/d3js"></script> | |
| <style> | |
| .deck{ | |
| position: fixed; | |
| width: 100%; | |
| height: 100%; | |
| left: 0; | |
| top: 0; | |
| z-index: -1; |