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
# Waze | |
[36767,32671,7446,65535,65535,65535,423,36767,36767,7446,65535,65535,65535,65535,65535,423,32671,59391,65535,0,65535,65535,0,65535,32671,59391,65535,65535,65535,65535,65535,65535,3187,65535,65535,0,65535,65535,0,65535,65535,65535,65535,65535,0,0,65535,391,749,391,65535,65535,65535,65535,0,36767,36767,36767,0,0,36767,0,0,36767] |
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
let a = 'aaaaa'; | |
function aa() { | |
alert(a); | |
} | |
aa(); |
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
// Clean page and setup | |
const cupom = $('.CupomFiscal') | |
$('body').html(cupom) | |
$('[style]').removeAttr('style') | |
cupom.css({'margin':0,'width':'auto'}) | |
const tableTemplate = ` |
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
#!/usr/bin/env ruby | |
require 'uri' | |
param = "%clipboard".strip | |
url = "http://lmgtfy.com/?q=" | |
query = URI.encode(param) | |
puts "#{url}#{query}" |
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
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; |