Handy for when working on single-page apps
- Copy server.js to your project
npm install expressnode ./server
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <div> | |
| <button | |
| is="hitbox-button" |
| ;(function(window, document, undefined) { | |
| 'use strict'; | |
| var img = document.createElement('img'); | |
| var marquee = document.createElement('marquee'); | |
| img.src = 'http://dhtmlconf.com/img/mchammer.gif'; | |
| marquee.appendChild(img); | |
| marquee.style.position = 'absolute'; |
| M: | |
| CV 1 N P.NEXT | |
| TR.PULSE A | |
| M ADD 50 RSH PARAM 5 | |
| I: | |
| P.N 0 | |
| P.L 7 | |
| CV.SLEW D 1000 |
| # EditorConfig helps developers define and maintain consistent | |
| # coding styles between different editors and IDEs | |
| # editorconfig.org | |
| root = true | |
| [*] | |
| # Change these settings to your own preference |
| ;(function(window, document, undefined) { | |
| 'use strict'; | |
| // ensure only one instance is running at a time | |
| if (window._fz_wordcloud) return; | |
| window._fz_wordcloud = true; | |
| var MAX_WORDS = 50; | |
| var BASE_FONT_SIZE = 12; |
| /*! | |
| * jQuery lightweight plugin boilerplate | |
| * Original author: @ajpiano | |
| * Further changes, comments: @addyosmani, @findzen | |
| * Licensed under the MIT license | |
| */ | |
| // the semi-colon before the function invocation is a safety | |
| // net against concatenated scripts and/or other plugins |
| curl -s golden-api.herokuapp.com?text=1 | say -v Alex |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Monokai Bright</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
| // Hip-Hop Junkies | |
| var favoriteCartoon:String = "Pete's Rickety Rocket"; | |
| marriage(); | |
| honeymoon(); | |
| damn(me); | |
| me.gag(spoon); | |
| myRhymes > ammonia; | |
| me == diamond; |