See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
pip install streamlit | |
pip install spacy | |
python -m spacy download en_core_web_sm | |
python -m spacy download en_core_web_md | |
python -m spacy download de_core_news_sm |
""" | |
Interactive tool to draw mask on an image or image-like array. | |
Adapted from matplotlib/examples/event_handling/poly_editor.py | |
""" | |
import numpy as np | |
# import matplotlib as mpl | |
# mpl.use('tkagg') | |
import matplotlib.pyplot as plt |
This is the Gist the FPQ bootcamp in New York, 08.-11. May 2017 (http://fpq.io)
Additional files (eg Jupyter Notebooks) are found under:
directory = '~/Desktop/ariel_piv/test_7_res'; | |
fileList = dir(fullfile(directory,'test_7_*.mat')); | |
a = repmat(struct('x',[],'y',[],'vx',[],'vy',[],'choice',[],... | |
'unitx','px','unity','px','namex','x','namey','y',... | |
'unitvx','px/dt','unitvy','px/dt','namevx','vx','namevy','vy',... | |
'pivmat_version','3','ysign','','Attributes','',... | |
'name','','setname','','history',{{'PIVLab1.4'}},'source',''),1,length(fileList)); | |
#!/usr/bin/python | |
import numpy | |
import pyaudio | |
import sys | |
WIDTH = 79 | |
BOOST = 1.0 | |
import numpy as np | |
from numpy import pi | |
import matplotlib.pyplot as plt | |
import matplotlib.animation as animation | |
fig = plt.figure() | |
fig.set_dpi(100) | |
ax1 = fig.add_subplot(1,1,1) | |
#Diffusion constant |