A collection of freaking awesome HTML5 demos (work in progress).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
client_max_body_size 800M; | |
# server_name foo.bar.no foo.bar.yes foo.bar.ok; | |
access_log /var/log/nginx/access.log; | |
location / { | |
proxy_pass http://127.0.0.1:81/; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gh gi --new foo.js --paste |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello World |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello World --private |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_setPosition: function(val) { | |
var instance = this; | |
val.x = val.x || 0; | |
val.y = val.y || 0; | |
val.z = val.z || 0; | |
return val; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_setPosition: function(val) { | |
var instance = this; | |
val.x = val.x || 0; | |
val.y = val.y || 0; | |
val.z = val.z || 0; | |
return val; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_setPosition: function(val) { | |
var instance = this; | |
val.x = val.x || 0; | |
val.y = val.y || 0; | |
val.z = val.z || 0; | |
return val; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_setPosition: function(val) { | |
var instance = this; | |
val.x = val.x || 0; | |
val.y = val.y || 0; | |
val.z = val.z || 0; | |
return val; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_setPosition: function(val) { | |
var instance = this; | |
val.x = val.x || 0; | |
val.y = val.y || 0; | |
val.z = val.z || 0; | |
return val; | |
} |
OlderNewer