Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, 27. & 28. January 2018
| #!/usr/bin/python | |
| ''' | |
| Author: Igor Maculan - n3wtron@gmail.com | |
| A Simple mjpg stream http server | |
| ''' | |
| import cv2 | |
| import Image | |
| import threading | |
| from BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer | |
| from SocketServer import ThreadingMixIn | 
A CQF elective with Dr. Yves J. Hilpisch, The Python Quants GmbH
General resources:
| #include <stdio.h> | |
| // | |
| // Nearly minimal CUDA example. | |
| // Compile with: | |
| // | |
| // nvcc -o example example.cu | |
| // | |
| #define N 1000 |