Skip to content

Instantly share code, notes, and snippets.

View m453h's full-sized avatar

Michael Hudson Nkotagu m453h

View GitHub Profile
@fsevestre
fsevestre / README.md
Last active March 26, 2017 16:58
Symfony 2 breadcrumbs based on KnpMenuBundle (KnpMenu 2.1)
@evgenyneu
evgenyneu / LeTeX.sublime-build
Last active October 17, 2021 06:26
A build file Sublime Text 3 that builds a PDF from LaTeX on macOS
{
"cmd": ["/Library/TeX/texbin/pdflatex '$file' && open -a Skim.app '$file_path/$file_base_name.pdf'"],
"shell": true,
"selector": "text.tex.latex"
}