Skip to content

Instantly share code, notes, and snippets.

@darrnshn
darrnshn / .vimrc
Last active September 15, 2015 10:09
Vimrc
" vundle
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'kien/ctrlp.vim' " navigate folders
Plugin 'rking/ag.vim' " search code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import logging
import string
import random
import requests
import urlparse
from collections import defaultdict
@darrnshn
darrnshn / .vimrc
Last active January 23, 2017 23:40
vimrc
" plugins
call plug#begin('~/.vim/bundle')
Plug 'altercation/vim-colors-solarized'
Plug 'ctrlpvim/ctrlp.vim' " navigate folders
Plug 'justinmk/vim-sneak' " jump around
Plug 'ervandew/supertab' " auto complete
Plug 'tpope/vim-commentary'
Plug 'darrnshn/vim-sleuth'
Plug 'wellle/targets.vim'
Plug 'tpope/vim-surround'
@darrnshn
darrnshn / CSSOMKeywords.cpp
Created March 13, 2017 03:42
Generated diff
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/cssom/CSSOMKeywords.h"
#include "core/css/CSSPropertyIDTemplates.h"
#include "core/css/cssom/CSSKeywordValue.h"
#include "wtf/HashMap.h"