Skip to content

Instantly share code, notes, and snippets.

View Miliox's full-sized avatar

Emiliano Firmino Miliox

View GitHub Profile
@Miliox
Miliox / .gvimrc
Last active March 13, 2017 08:11
My Vundle based VIMRC
" 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"
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active June 11, 2025 23:58
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

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!






\

@Miliox
Miliox / gtest-msvc11.patch
Last active December 20, 2015 01:09
Patch for Google Test to add Visual Studio 2012 Support; Download: http://www.4shared.com/zip/OHGUFeaq/gtest-msvc11.html
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 +++++++++