A script to fix EDID problems on external monitors in Mac OS.
-
Connect the problem monitor.
-
Download this script into your
/System/Library/Displays/Overrides
(note: this file is only writeable by root, so some commands requiresudo
).
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 400; |
Change from 8 width tab to 4 width tab.
download stylish https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en install this script: http://userstyles.org/styles/77549/tab-size-4-for-bitbucket
##IA32 Registers:
Eight registers(first six are general purpose):
Now prebuilt Clang snapshots are available on the LLVM snapshot builds site. you don't need to compile it yourself, get latest Windows snapshot build from that page.
cd
into it. (using MS Visual studio developer command prompt)C:\LLVM
dir. Now, run cmake -G "Visual Studio 11" -DPATH_TO_LLVM_ROOT=C:\LLVM . <USERFOLDER>\vimfiles\bundle\YouCompleteMe\third_party\ycmd\cpp
. Dont forget to change a VS version and a path to Clang build dir if you are using different VS version or build path.'boost::bind' : ambiguous call to overloaded function
. This issue was fixed, try updating to the latest version of YCM// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |