- git config --global user.name "Guilherme Pacheco"
- git config --global user.email "[email protected]"
- git config --global color.ui true
- git config --global push.default current
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
apm install atom-material-ui atom-material-syntax atom-material-syntax-light | |
apm install nuclide-installer | |
apm install editorconfig |
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
(function (window, document, undefined){ | |
'use strict'; | |
var App = (function () { | |
var exports = {}, | |
module = {}; | |
module._privateVar = 'This is a private variable'; | |
module._privateMethod = function _privateMethod() { | |
return 'This is a private method'; |
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
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge |
- $ pkgutil --pkgs # list all installed packages
- $ pkgutil --files the-package-name.pkg # list installed files
- $ pkgutil --pkg-info the-package-name.pkg # check the location
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>DisplayProductName</key> | |
<string>Display with forced RGB mode (EDID override)</string> | |
<key>IODisplayEDID</key> | |
<data>AP///////wAebfJZAQEBAQEXAQSlQxx4hsqVplVOoSYPUFSlS4BxT4GAgcCp | |
wLMAAQEBAQEBfkgA4KA4H0BAQDoApSIhAAAYAjqAGHE4LUBYLEUApSIhAAAa | |
AAAA/ABMRyBVTFRSQVdJREUKAAAA/QA4Sx5aGAAKICAgICAgAMc= |
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
"><script>alert("XSS")</script> | |
"><script>alert(String.fromCharCode(88,83,83)) </script> | |
'><script>alert("XSS")</script> | |
'><script>alert(String.fromCharCode(88,83,83))</script> | |
<ScRIPt>aLeRT("XSS")</ScRIPt> | |
<ScRIPt<aLeRT(String.fromCharCode(88,83,83))</ScRIPt> | |
"><ScRIPt>aLeRT("XSS")</ScRIPt> | |
"><ScRIPt<aLeRT(String.fromCharCode(88,83,83)) </ScRIPt> | |
'><ScRIPt>aLeRT("XSS")</ScRIPt> | |
'><ScRIPt<aLeRT(String.fromCharCode(88,83,83))</ScRIPt> |
OlderNewer