Copied and expanded from Nunchucks
View markup.html
| <div id="iframe_container"> | |
| <iframe src="http://EXAMPLE.GOV"></iframe> | |
| </div> |
View README.md
A modified version of d3.geo.albersUsaPr that includes Puerto Rico, close to Hawaii instead of in the gulf. cf. http://bl.ocks.org/mbostock/5629120
View square.html
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <style> | |
| rect { | |
| fill:transparent; |
View narcissist.css
| /*Injected code to prevent you from seeing number of followers on twitter*/ | |
| ul.DashboardProfileCard-statList li:nth-child(3), ul.ProfileNav-list li:nth-child(4) { | |
| display: none; | |
| } | |
View markup.html
| <div id="container-data"> | |
| <div class="above-table"> | |
| <h4>1705</h4> | |
| </div> | |
| <table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table> | |
| </div> |
View jesus_ascii_christ.txt
| |~~~~~~~| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| |~.\\\_\~~~~~~~~~~~~~~xx~~~ ~~~~~~~~~~~~~~~~~~~~~/_//;~| | |
| | \ o \_ ,XXXXX), _..-~ o / | | |
| | ~~\ ~-. XXXXX`)))), _.--~~ .-~~~ | |
View index.html
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>D3 Test</title> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <style type="text/css"> | |
| div.bar { | |
| display: inline-block; |
View index.html
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title></title> | |
| <!-- Include your mapbox library. Feel free to update --> | |
| <script src='http://api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.js'></script> | |
| <link href='http://api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.css' rel='stylesheet' /> | |
| <!--[if lte IE 8]> | |
| <link href='//api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.ie.css' rel='stylesheet'> |
View index.html
| <style type="text/css"> | |
| #iframe_container { | |
| width: 100%; | |
| height: 1200px; | |
| } | |
| iframe { | |
| border: none; | |
| width: 100%; | |
| height: 100%; |
NewerOlder