This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
} | |
}, |
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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;} |
Dùng stack để tính lượng mưa tạo thành bởi cột đó và các cột bên trái nó. (hơi phức tạp)
Số nhỏ nhất trong dãy chắc chắn là giá tiền đã giảm. Loại bỏ nó và số = 4/3 nhân với nó ra khỏi dãy (dùng map để đánh dấu đã xóa). Xóa xong cả 2 số rồi thì số nhỏ nhất tiếp theo sẽ chắc chắn là giá tiền mới. cứ thế đến khi nào hết toàn bộ dãy.
Welcome to my guide to hackintosher. Glad you are here 😄!
NewerOlder