Skip to content

Instantly share code, notes, and snippets.

View henvic's full-sized avatar

Henrique Vicente henvic

View GitHub Profile
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/;
@henvic
henvic / foo.js
Created September 20, 2013 05:27
gh gi --new foo.js --paste
@henvic
henvic / hello
Created September 20, 2013 05:28
Hello World
@henvic
henvic / hello
Created September 20, 2013 05:28
Hello World --private
@henvic
henvic / html5-demos.md
Created September 20, 2013 05:28 — forked from zenorocha/html5-demos.md
The HTML5 Amount of Awesomeness (work in progress)

The HTML5 Amount of Awesomeness

Rainbox Vomit

A collection of freaking awesome HTML5 demos (work in progress).

WebGL

@henvic
henvic / pos.js
Created September 21, 2013 01:26 — forked from eduardolundgren/pos.js
_setPosition: function(val) {
var instance = this;
val.x = val.x || 0;
val.y = val.y || 0;
val.z = val.z || 0;
return val;
}
@henvic
henvic / pos.js
Created September 21, 2013 01:31 — forked from eduardolundgren/pos.js
_setPosition: function(val) {
var instance = this;
val.x = val.x || 0;
val.y = val.y || 0;
val.z = val.z || 0;
return val;
}
@henvic
henvic / pos.js
Created September 21, 2013 01:33 — forked from eduardolundgren/pos.js
_setPosition: function(val) {
var instance = this;
val.x = val.x || 0;
val.y = val.y || 0;
val.z = val.z || 0;
return val;
}
@henvic
henvic / pos.js
Created September 21, 2013 01:34 — forked from eduardolundgren/pos.js
_setPosition: function(val) {
var instance = this;
val.x = val.x || 0;
val.y = val.y || 0;
val.z = val.z || 0;
return val;
}
@henvic
henvic / pos.js
Created September 21, 2013 01:35 — forked from eduardolundgren/pos.js
_setPosition: function(val) {
var instance = this;
val.x = val.x || 0;
val.y = val.y || 0;
val.z = val.z || 0;
return val;
}