git tag -a v1.6 -m "add jshint"
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
Show hidden characters
| { | |
| // -------------------------------------------------------------------- | |
| // JSHint Configuration, Strict Edition | |
| // -------------------------------------------------------------------- | |
| // | |
| // This is a options template for [JSHint][1], using [JSHint example][2] | |
| // and [Ory Band's example][3] as basis and setting config values to | |
| // be most strict: | |
| // | |
| // * set all enforcing options to true |
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
| { | |
| // Settings | |
| "passfail" : false, // Stop on first error. | |
| "maxerr" : 100, // Maximum errors before stopping. | |
| // Predefined globals whom JSHint will ignore. | |
| "browser" : true, // Standard browser globals e.g. `window`, `document`. | |
| "node" : true, |
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
| /** | |
| Descripción del modulo yOSON | |
| @class nombre_del_modulo | |
| @main nombre_archivo_js_actual | |
| @author Nombre del Autor | |
| */ | |
| yOSON.AppCore.addModule('nombre_del_modulo', function (Sb) { | |
| /** | |
| Main settings of the module(these can be overridden) | |
| @property st |
- minúsculas.
- inglés.
- guión bajo para clases de más de 1 palabra.
- solo los IDs, serán camelCase y no minúsculas.
- los estandares para los nombres de los IDs: http://goo.gl/YrBLlP
- las variables serán en minúsculas, su composición es igual a la de las clases.
- los mixins serán en camelCase.
- no abreviar las palabras excepto(fb, tw, gplus), no importa si la clase se hace muy larga.
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
| # conky configuration | |
| # | |
| # The list of variables has been removed from this file in favour | |
| # of keeping the documentation more maintainable. | |
| # Check http://conky.sf.net for an up-to-date-list. | |
| # | |
| # For ideas about how to modify conky, please see: | |
| # http://crunchbanglinux.org/forums/topic/59/my-conky-config/ | |
| # | |
| # For help with conky, please see: |
INSTALAR DNS (BIND9)
aptitude install bind9 bind9-doc dnsutilsCONFIGURAR DNS (BIND9)
OlderNewer