I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
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
" Author: Emiliano Carlos de Moraes Firmino | |
" Contact: [email protected] | |
" Description: gvim configuration | |
set encoding=utf-8 | |
if has("win32") | |
set guifont=Consolas_for_Powerline_FixedD:h12:cDEFAULT | |
let g:Powerline_symbols="fancy" | |
let g:Powerline_mode_V="V·LINE" |
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
From bc6377f6792a60fbc0f28f0f194879e094b92a66 Mon Sep 17 00:00:00 2001 | |
From: Emiliano Firmino <[email protected]> | |
Date: Sat, 20 Jul 2013 22:43:41 -0400 | |
Subject: [PATCH] add msvc11 solution | |
--- | |
msvc11/gtest-md.sln | 55 +++++++++ | |
msvc11/gtest-md.vcxproj | 151 +++++++++++++++++++++++ | |
msvc11/gtest-md.vcxproj.filters | 18 +++ | |
msvc11/gtest.sln | 55 +++++++++ |