Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| #!/usr/bin/python | |
| import numpy | |
| import pyaudio | |
| import re | |
| import sys | |
| WIDTH = 79 | |
| BOOST = 1.0 |
| import distutils.core | |
| from distutils.extension import Extension | |
| from Cython.Distutils import build_ext # @UnresolvedImport | |
| import os | |
| import shutil | |
| import sys | |
| project_pkg_path = "DESTINATION PATH" | |
| project_python_path = "PATH TO YOUR PYTHON PROJ" |
| #include "drivers/serial.h" | |
| #include <stm32f2xx.h> | |
| #include <stdio.h> | |
| #pragma import(__use_no_semihosting_swi) | |
| struct __FILE { | |
| int handle; | |
| }; | |
| FILE __stdout; |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.