Skip to content

Instantly share code, notes, and snippets.

View sailfish009's full-sized avatar

sailfish009

  • freelancer
  • South Korea
View GitHub Profile
https://bigdata-etl.com/configure-apache-spark-scala-project-in-intellij-idea/
https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.11
https://link.springer.com/content/pdf/10.1007%2F978-3-642-23808-6_10.pdf
#! /bin/sh
# chmod +x /usr/local/bin/commit
# usage: commit "update something"
# git add . && git commit -m "$@" && git push origin master # bitbucket
git add . && git commit -m "$@" && git push origin main # github
https://lvdmaaten.github.io/tsne/
https://scipy-lectures.org/packages/scikit-learn/index.html
Find installed snaps: snap list
Remove installed snaps: sudo snap remove <package>
Remove snapd: sudo apt purge snapd
Remove snap directory from home: rm -rf ~/snap
https://www.datahubbs.com/deep-learning-101-first-neural-network-with-pytorch/
$ CC=gcc-8 CXX=g++-8 python ./setup.py install
-------------------------------------------------------------------------
| |
| It is no longer necessary to use the 'build' or 'rebuild' targets |
| |
| To install: |
| $ python setup.py install |
| To develop locally: |
| $ python setup.py develop |
sudo ubuntu-drivers autoinstall
https://quick-geek.github.io/articles/437486/index.html