See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #!/usr/bin/env python | |
| # coding: UTF-8 | |
| import cv2 | |
| import numpy as np | |
| def make_lut256x16(exportPath): | |
| ''' 256 x 16 LUT ''' | |
| colors = [] |
| <html> | |
| <body> | |
| <h1>Create an image/png blob, then fetch it with XHR</h1> | |
| <pre id="display"></pre> | |
| <script src="index.js"></script> | |
| </body> | |
| </html> |
| #!/usr/bin/env python | |
| """ | |
| PyAudio Example: Play a wave file. | |
| http://people.csail.mit.edu/hubert/pyaudio/ | |
| Mac OS X: | |
| brew install portaudio |