These are my snippets, to be used with Ultisnips. If you are using pathogen or vundle you can do the following to use only these snippets, instead of the ones coming with Ultisnips:
cd .vim
git clone https://github.com/gglanzani/ultisnips-snippets.git bundle/snippets
and then add
let g:UltiSnipsSnippetDirectories=["my_snippets"]
to the bottom of your .vimrc
Add to your .vimrc
Bundle 'gglanzani/ultisnips-snippets.git'
let g:UltiSnipsSnippetDirectories=["my_snippets"]
and then launch vim like so
vim +BundleInstall +qall
That should be it.