Skip to content

Instantly share code, notes, and snippets.

@phreeza
phreeza / jneurophysiol.bst
Last active May 1, 2019 13:58
A BibTeX style file for the Journal of Neurophysiology. Based on the J Neuroscience style by Matthias Hennig http://www.ctan.org/tex-archive/biblio/bibtex/contrib/jneurosci/ Makes use of the Journal Abbreviation Package http://www.compholio.com/latex/jabbrv/, use with the noperiod option.
% This is a slightly modified version of the jneuroscience style, which itself is based on the namedplus style.
% Last modified 2014 July 01 by Thomas McColgan
%
% version = 0.1 of jneurophysiol.bst 2014 July 01
%
% Currently only @article and @incollection entries have been checked to conform with the formatting.
%
% This style makes use of the Automatic Journal Title Abbreviation Package, which can be obtained at
% http://www.compholio.com/latex/jabbrv/
% Include it by adding \usepackage[noperiod]{jabbrv} to your preamble.
@phreeza
phreeza / ocv_median_example.cpp
Created July 19, 2012 09:50
OpenCV DynamicImager example
#include <iostream> // for standard I/O
#include <string> // for strings
#include <iomanip> // for controlling float print precision
#include <sstream> // string to number conversion
#include <opencv2/imgproc/imgproc.hpp> // Gaussian Blur
#include <opencv2/core/core.hpp> // Basic OpenCV structures (cv::Mat, Scalar)
#include <mtip.h>
int ocvMedianBlurMDF(HMTIPMOD hMod)
from random import random
while True:
#keep my room warm
i = random()
I’ve created 2 mailing lists for people to keep in touch.
[http://groups.google.com/group/cells-game-users]
[http://groups.google.com/group/cells-game-devs]