Skip to content

Instantly share code, notes, and snippets.

View hackolite's full-sized avatar

hackolite hackolite

  • Lamaaz
  • France:Aulnay-sous-Bois
View GitHub Profile
@hackolite
hackolite / bench.py
Created March 1, 2013 14:07
This script use the brian module (neuroscience), to benchmark cpu(s) from a computer.
'''
Model fitting example using several machines.
Before running this example, you must start the Playdoh server on the remote machines.
'''
from brian import loadtxt, ms, Equations
@hackolite
hackolite / OOB : python toolbox for bioreactor management
Last active October 13, 2015 20:28
OOB : python toolbox for bioreactor management
import smtplib
from email.mime.image import MIMEImage
from email.mime.multipart import MIMEMultipart
import os
import Image
from PIL import Image
import random
import time
import pylab
import time
@hackolite
hackolite / webcam.py
Created April 30, 2012 11:59
Visualisation toolkit
import pygame
import Image
from pygame.locals import *
import sys
import opencv
#this is important for capturing/displaying images
from opencv import highgui