Skip to content

Instantly share code, notes, and snippets.

View dtlussier's full-sized avatar

Dan Lussier dtlussier

  • Montréal, Canada
View GitHub Profile
@sixtenbe
sixtenbe / analytic_wfm.py
Last active May 1, 2024 02:29 — forked from endolith/peakdet.m
Peak detection in Python
#!/usr/bin/python2
# Copyright (C) 2016 Sixten Bergman
# License WTFPL
#
# This program is free software. It comes without any warranty, to the extent
# permitted by applicable law.
# You can redistribute it and/or modify it under the terms of the Do What The
# Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See
@neilernst
neilernst / thesis.mmd
Created July 27, 2011 14:40
Markdown version of main thesis body
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neilernst
neilernst / ut-thesis-end.tex
Created July 27, 2011 14:37
Latex footer for Scrivener output
% Included after body of thesis.
% Back Matter
%
% \backmatter
% \appendixpage
% Bibliography
\bibliographystyle{\bibliostyle}
\bibliocommand
@neilernst
neilernst / ut-thesis-begin.tex
Created July 27, 2011 14:32
Scrivner/Ut-thesis preamble
\RequirePackage[debrief,save]{silence}
% %silence filters. I use this with a custom script to pretty-print missing refs.
%\WarningFilter*{latex}{Citation `\@citeb' on page \thepage \space undefined}
\WarningFilter*{natbib}{Citation `\@citeb' on page \thepage \space undefined}
\WarningFilter*{latex}{Label}% `\@thelabel' multiply defined.}
\WarningFilter*{latex}{Reference}% `sec:ASK' on page \thepage undefined}
\documentclass[10pt,oneside]{ut-thesis} %draft
\usepackage{etex}
\makeindex
@satra
satra / 00README
Created February 26, 2011 19:40
Installing EPD 7.0 + ETS on OSX x64 + virtualenv
Please note that this gist applies to EPD version 7.0 and 7.1. EPD 7.1 includes ETS
but not completely on OSX x64. Furthermore a patch has been submitted for inclusion
in virtualenv that should resolve the virtualenv issue.
The notes below were compiled for 7.0 and will need to be replaced with corresponding
7.1 paths.
https://github.com/satra/virtualenv/tree/fix/EPDpatch
@brantfaircloth
brantfaircloth / sphinx_to_github.sh
Created January 23, 2011 02:40
Sphinx documentation to github gh-pages without submodules
# assume the following directory structure where contents of doc/
# and source/ are already checked into repo., with the exception
# of the _build directory (i,e. you can check in _themes or _sources
# or whatever else).
#
# proj/
# source/
# doc/
# remove doc/_build/html if present