Collaborative JavaScript Debugging App
Last updated
Collection of polyfills that I've written
Last updated
Hosted MIT License with details controlled through this repo
Last updated
Creates a simple node based web server for a directory
Last updated
Monitor for any changes in your node.js application and automatically restart the server - perfec...
Last updated
Forked from cdnjs/cdnjs
Our goal is to operate this CDN in a peer reviewed fashion.
Last updated
Collection of hacks and demos showing capability of HTML5 apps
Last updated
Site code for Full Frontal 2011
Last updated
A single resource for the best approach to password policies from all the great minds across the web
Last updated
Forked from isaacs/nave
Last updated
Last updated
Forked from codepo8/clickhighlight
Using CSS transitions to create click highlights on pages for tutorials
Last updated
Simple http proxy reading a config (uses node-http-proxy)
Last updated
Code examples to accompany the book: Introducing HTML5
Last updated
A Twitter API based search app, circumventing the 10 day search limit
Last updated
Forked from impressivewebs/HTML5-Reverse-Ordered-Lists
Forked from VanCoding/node-websocket-server
Forked from visionmedia/sass.js
Forked from jquery/jquery-mobile
Forked from shinyplasticbag/appcachefacts
Forked from coreyti/showdown
Forked from documentcloud/underscore
Forked from benschwarz/html5forAuthors
Forked from voodootikigod/promotejs
Forked from infil00p/phonegap-iphone
Forked from brianleroux/xui
Forked from jquery/jquery
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
 Format: 
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
Or, indent your code 4 spaces
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true
Inline code for comments
I think you should use an `<addr>` element here instead.