- 1 garrafa de vinho tinto
- 4 colheres sopa de mel
- 120 ml aguardente vínica velha
- 80 ml vinho do Porto
- 2 rodelas e 3/4 cascas de laranjas
- 8/9 sementes de cardomomo
- 2/3 flores de hibisco
- 3 paus de canela - queimar as pontas e colocar dentro do vinho em brasa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Application] | |
| name=OpenCV Camera | |
| version=1.0 | |
| entry_point=main:main | |
| [Python] | |
| version=3.5.2 | |
| bitness=64 | |
| format=bundled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import re | |
| import matplotlib | |
| def set_hatch_thickness(value): | |
| libpath = matplotlib.__path__[0] | |
| backend_pdf = libpath + "/backends/backend_pdf.py" | |
| print(backend_pdf) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| PYTHON=python3.4 | |
| VENV_LIB=venv/lib/$PYTHON | |
| LIBDIR=$VENV_LIB/site-packages | |
| cp -uv -r /usr/lib/python3/dist-packages/PyQt5 "$LIBDIR/PyQt5" | |
| cp -uv /usr/lib/python3/dist-packages/sip.cpython-*.so "$LIBDIR/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # OpenCV must have been built system wide with this Python version. Edit me!!! | |
| PYTHON=python3.4 | |
| VENV_LIB=venv/lib/$PYTHON | |
| VENV_CV2=$VENV_LIB/ | |
| # Find cv2 library for the global Python installation. | |
| GLOBAL_CV2=$($PYTHON -c 'import cv2; print(cv2)' | awk '{print $4}' | sed s:"['>]":"":g) | |
| # Link global cv2 library file inside the virtual environment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find -name "* *" -execdir rename 's/ //g' "{}" \; |
On Ubuntu 14.04 sudo apt-get --purge remove owncloud-client is not enough to reinstall the client properly.
You also need to delete the folder
rm -r ~/.local/share/data/ownCloud
Now you can install it and configure it again
sudo apt-get install owncloud-client
Then relaunch