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
$('body').on('keyup', function(e){ | |
switch(e.keyCode) { | |
case 27: | |
$('.the-job.opened .close').click() | |
break | |
case 37: | |
$('.wrap-carousel .prev').click() | |
break | |
case 39: | |
$('.wrap-carousel .next').click() |
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
;(function() { | |
window.App = (function() { | |
var init = function() { | |
var section = getSection() | |
coreBehaviours() | |
sectionBehaviours(section) | |
console.log("It's on! ;)") | |
} |
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
#include <c:/dev-cpp/include/gl/glut.h> | |
#include <math.h> | |
#include <stdio.h> | |
#include <string.h> | |
#define VALOR_PI 3.14159265; | |
// estrutura que descreve um ponto (x,y) | |
typedef struct ponto { | |
GLfloat x, y; | |
}p; |
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
/* | |
* ▲ | |
* ▲ ▲ | |
* | |
* Newfags can't triforce. | |
* | |
* TODO: detect on mac (white triangles) and test detection on linux | |
*/ | |
var kpr = [], |