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
set belloff=all | |
syntax on " Enable syntax highlighting | |
filetype plugin indent on " Filetype detection[ON] plugin[ON] indent[ON].This command will use indentation scripts located in the indent folder of your vim installation. | |
set path+=** " Search into subfolders | |
set bs=2 " Backspace with this value allows you to use the backspace character for moving the cursor over automatically inserted indentation and over the start/end of line. | |
set expandtab " Use spaces when tab is hit | |
set gcr=n:blinkon0 " Turn off cursor blink | |
set hidden " Switch buffers and preserve changes w/o saving | |
set ignorecase " Ignore case for search patterns | |
set incsearch " Dyna |
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
// NOTE: This is intended for moderately technical folks | |
// 1. Navigate to https://www.facebook.com/ads/preferences/?entry_product=ad_settings_screen | |
// 2. Click on "Advertisers you've interacted with" | |
// 3. Open a developer console and paste the script below | |
// 4. (This should also work for the "Your Interests" section) | |
// WARNING: The class names used in the query selectors are probably dynamically | |
// generated and may not be the same for you. Try manually running some of |
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
{ | |
"background": { | |
"companies": [ | |
{ | |
"name": "appnexus", | |
"industry": "adtech", | |
"skills_acquired": [ | |
"bash", | |
"rest_apis", | |
"sql", |