Skip to content

Instantly share code, notes, and snippets.

View RataDP's full-sized avatar

echo_duck RataDP

  • 19:30 (UTC +02:00)
View GitHub Profile
@RataDP
RataDP / 0_reuse_code.js
Created July 7, 2016 20:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@RataDP
RataDP / Toggle-Windows-Time.ps1
Last active May 10, 2016 08:25
[PS1] Change the active windows every X secons. Toogle windows
<#
@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 < bblasco@720tec.es >
@version: 1
@lastRevision: 6/05/16
#>
@RataDP
RataDP / ftdetectclassatm.vim
Last active August 29, 2015 14:18
Configuration file of the highlight of syntax for ClassATM simulator in VIM
" Vim ftdetect file
" This file should be in $VIM/ftdetect/classvim.vim
au BufRead,BufNewFile *.rc set filetype=classatm