Skip to content

Instantly share code, notes, and snippets.

View andre-f-paggi's full-sized avatar

André Franciscato Paggi andre-f-paggi

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2018-04-16 11:28:54" build="180206">
<value name="StartType" type="hex" data="02"/>
<value name="CmdLine" type="string" data=""/>
<value name="StartTasksFile" type="string" data=""/>
<value name="StartTasksName" type="string" data="{cmd::Cmder}"/>
<value name="StartFarFolders" type="hex" data="00"/>
<value name="StartFarEditors" type="hex" data="00"/>
@andre-f-paggi
andre-f-paggi / .gitconfig
Last active April 20, 2018 15:42
Mine .gitconfig file
[user]
name = André Franciscato Paggi
email = andre.franciscato@hotmail.com
[diff]
tool = tortoisediff
[difftool]
prompt = false
@andre-f-paggi
andre-f-paggi / configurar-open-command-line-extensions-on-vs2017.txt
Created October 11, 2017 13:50
Configura Open Command Line Extension do Visual Studio 2017 para abrir Cmder na pasta informada
/c "C:\tools\cmder\Cmder.exe /start %folder%"
function Cep(cep) {
// constructor
this._cep = cep;
this.cepEhValido = cepEhValido;
this.comPontos = comPontos;
this.semPontos = semPontos;
if (cep)
_lancarExcecaoSeCepForInvalido(cep);
@andre-f-paggi
andre-f-paggi / regex-cep.js
Created October 10, 2017 20:32
Regex para CEPs
var regexCep = /^\d{5}\-?\d{3}$/;
@andre-f-paggi
andre-f-paggi / visual-studio-2015-extensions.txt
Last active September 28, 2017 21:13
List of all VS2015 extensions that I currently use at work. How to get this info "Help > About > GetInfo"
Microsoft Visual Studio Enterprise 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01590
Installed Version: Enterprise
Architecture and Modeling Tools 00322-80000-00000-AA784
Microsoft Architecture and Modeling Tools
Just add %AppData%\npm; to the user variable(since %AppData% dir is depending on user) PATH to fix it.
tsc main.ts --target ES5 && node main.js
@andre-f-paggi
andre-f-paggi / my-vscode-extensions.txt
Last active September 28, 2017 21:12
How to get the list: ```cd /d %USERPROFILE%\.vscode\extensions``` and then ```dir /b```
abusaidm.html-snippets-0.1.0
alefragnani.project-manager-0.21.1
Angular.ng-template-0.1.7
christian-kohler.path-intellisense-1.4.2
CoenraadS.bracket-pair-colorizer-0.10.9
dbaeumer.vscode-eslint-1.3.2
donjayamanne.githistory-0.2.3
EditorConfig.editorconfig-0.10.1
eg2.tslint-1.0.9
HookyQR.beautify-1.1.1
Settings->Data Usage->Select Whatsapp-> And make sure Restrict background data is unchecked.
Or
Adictional options -> Power and Storage > Data Usage->Select Whatsapp-> And make sure Restrict background data is unchecked.