This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
<# | |
@description: Script para ejecutar un ALT+SHIFT+ESC para cambiar a la última | |
ventana activa. Este comando se ejecutará de forma infinita y cada x segundos | |
indicados en la línea 14. | |
@author: Borja Blasco < [email protected] > | |
@version: 1 | |
@lastRevision: 6/05/16 | |
#> |
This file contains 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
" Vim ftdetect file | |
" This file should be in $VIM/ftdetect/classvim.vim | |
au BufRead,BufNewFile *.rc set filetype=classatm |