I hereby claim:
- I am joshy on github.
- I am joshy (https://keybase.io/joshy) on keybase.
- I have a public key ASAG7Hv1bRAHqGB2y_CtRFLag8himQiaGwS2v_uVYP0IwQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
sudo ss --tcp --listen --numeric --processes |
find . -name "*.bak" -type f -delete |
http://peterdowns.com/posts/first-time-with-pypi.html |
# -r recursive | |
# -x exclude hidden folders | |
# -y store symlinks as is and don't follow them | |
zip -r jupyter-backup.zip jupyter-* -x "*/.*" -y |
# -r recursive | |
# -x exclude hidden folders | |
# -y store symlinks as is and don't follow them | |
zip -r jupyter-backup.zip jupyter-* -x "*/.*" -y |
rsync -av --exclude=".*" src dest |
cd /opt/matlab/R2019a/etc | |
./lmstart |
# build the damn thing | |
* python setup.py sdist bdist_wheel | |
# check | |
* twine check dist/* | |
# upload to test.pypi.org and check there | |
* twine upload --repository testpypi dist/* | |
# upload for real |
df.apply(lambda x: foo(x), axis=1) |