git clone https://github.com/jjhoncv/test.git
thunar ./
| var new_module = function(){ | |
| // Variables settings | |
| var st = { | |
| container : '.example', | |
| list : '.list', | |
| years : 0, | |
| numbers : [] | |
| }, | |
| dom = {}, |
| /** | |
| * Descripcion del Modulo | |
| * @submodule nombre-del-modulo | |
| * @main empresas | |
| * @author Jan Sanchez | |
| */ | |
| yOSON.AppCore.addModule('nombre-del-modulo', function(Sb) { | |
| var afterCatchDom, catchDom, changeFile, clearFields, collection, defaults, dom, st, submitFiles, suscribeEvents; | |
| st = {}; | |
| dom = {}; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <canvas id="canvas" width="100" height="100"></canvas> | |
| </body> |
| /* Some HTML5 Tags | |
| */ | |
| aside, footer, header, nav, section { | |
| display: block; | |
| } | |
| /* Examples | |
| */ |
| /* Some HTML5 Tags | |
| */ | |
| aside, footer, header, nav, section { | |
| display: block; | |
| } | |
| /* Examples | |
| */ |
| <?php | |
| define('OFFSET', 268435456); | |
| define('RADIUS', 85445659.4471); /* $offset / pi() */ | |
| function lonToX($lon) { | |
| return round(OFFSET + RADIUS * $lon * pi() / 180); | |
| } | |
| function latToY($lat) { |