Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Drunkar's full-sized avatar

Akio Ohta Drunkar

View GitHub Profile
@Drunkar
Drunkar / bom2csv.py
Last active June 30, 2017 07:47 — forked from andete/gist:71b531b081fbc3ac0671
KiCad csv BOM generter plugin
#!/usr/bin/env python
# (c) 2015 Productize <joost@productize.be>
# edited by Drunkar <drunkars.p@gmail.com>
import os
import sys
import copy
import collections
import codecs
@Drunkar
Drunkar / simple_mjpeg_streamer_http_server_2cam.py
Last active June 1, 2017 11:23 — forked from n3wtron/simple_mjpeg_streamer_http_server
Simple Python Motion Jpeg (mjpeg server) from webcam. Using: OpenCV,BaseHTTPServer
#!/usr/bin/python
"""
Original Author: Igor Maculan - n3wtron@gmail.com
Modified by: Drunkar - drunkars.p@gmail.com
A Simple mjpg stream http server
"""
import cv2
from PIL import Image
import threading
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
@Drunkar
Drunkar / 0_reuse_code.js
Created March 31, 2014 05:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console