For example: We have a document like this one;
clubs:{
cid: 1,
cname: "Fenerbahce",
cplayers: [{
pid: 1,
Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
| # https://stackoverflow.com/questions/25191620/ | |
| # creating-lowpass-filter-in-scipy-understanding-methods-and-units | |
| import numpy as np | |
| from scipy.signal import butter, lfilter, freqz | |
| from matplotlib import pyplot as plt | |
| def butter_lowpass(cutoff, fs, order=5): | |
| nyq = 0.5 * fs |
| # delete all pods | |
| kubectl delete --all pods --namespace=default | |
| # deete all deployments | |
| kubectl delete --all deployments --namespace=default | |
| # delete all services | |
| kubectl delete --all services --namespace=default |