Skip to content

Instantly share code, notes, and snippets.

View alexlib's full-sized avatar
:octocat:
Working

Alex Liberzon alexlib

:octocat:
Working
View GitHub Profile
@zerokarmaleft
zerokarmaleft / authoryear.bib
Created October 26, 2012 17:03
LaTeX: [author year] numbered references using natbib
@book{Jacky:1996,
author = {Jacky, Jonathan},
title = {The Way of Z: Practical Programming with Formal Methods},
year = {1996},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@sixtenbe
sixtenbe / analytic_wfm.py
Last active February 14, 2025 21:52 — 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