I hereby claim:
- I am ngobach on github.
- I am bachnx (https://keybase.io/bachnx) on keybase.
- I have a public key ASAkPKXh0NsKBcGcApoqARhT96scvTVjUnyWOtUXU9IEHgo
To claim this, I am signing this object:
| #include <bits/stdc++.h> | |
| #define FOR(i,a,b) for (int i=(a),_b_=(b);i<_b_;i++) | |
| #define ROF(i,a,b) for (int i=(a),_b_=(b);i>_b_;i--) | |
| #define IT(i,v) for (typeof((v).begin()) i = (v).begin(); i != (v).end(); ++i) | |
| #define ALL(v) v.begin(), v.end() | |
| #define MS(v) memset(v,0,sizeof(v)) | |
| using namespace std; | |
| typedef long long LL; | |
| typedef unsigned long long ULL; | |
| template<typename T> vector<T> &operator += (vector<T> &v, T x) {v.push_back(x);return v;} |
| #!/bin/bash | |
| # get latest docker compose released tag | |
| COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep 'tag_name' | cut -d\" -f4) | |
| # Install docker-compose | |
| sh -c "curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose" | |
| chmod +x /usr/local/bin/docker-compose | |
| sh -c "curl -L https://raw.githubusercontent.com/docker/compose/${COMPOSE_VERSION}/contrib/completion/bash/docker-compose > /etc/bash_completion.d/docker-compose" |
| [Unit] | |
| Description=Service for deluge web | |
| After=network.service | |
| BindTo=deluged.service | |
| [Service] | |
| WorkingDirectory=/home/thanbaiks | |
| ExecStart=/usr/bin/deluge-web | |
| User=thanbaiks | |
| Restart=on-failure |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "title": "Nghệ thuật tạo đất mùn", | |
| "category": "nong-lam-ngu", | |
| "thumbnailUrl": "https://nhasachmienphi.com/wp-content/uploads/Ngh%E1%BB%87-thu%E1%BA%ADt-t%E1%BA%A1o-%C4%91%E1%BA%A5t-m%C3%B9n.jpg", | |
| "resources": { | |
| "pdf": "https://file.nhasachmienphi.com/nhasachmienphi-nghe-thuat-tao-dat-mun-11-2020-11615362283.pdf", | |
| "readonline": "https://nhasachmienphi.com/readfile-online?id=350083&type=pdf" | |
| } | |
| }, |