I hereby claim:
- I am yash089610 on github.
- I am yash089610 (https://keybase.io/yash089610) on keybase.
- I have a public key ASDSqwOw4_7H4JzPu8-r5WBrKGuXySDC9n4eQt_keVkmkgo
To claim this, I am signing this object:
| http://dl.sitemovie.ir/movie/ | |
| http://79.127.126.110/Movie/ | |
| http://79.127.126.110/Movie/ | |
| http://s1.tinydl.info/Movies2 | |
| http://dl.dlb3d.xyz/ | |
| http://dl3.heyserver.in/film/ => replace dl1-9 | |
| http://cdn.par30dl.com/2017/Animations/03-March/ | |
| http://dl5.dlb3d.xyz/M/ (dl1... dl5) | |
| http://dl.galaxymovie.biz/Movie/ |
| #include <bits/stdc++.h> | |
| using namespace std; | |
| /* TYPES */ | |
| typedef long long ll; | |
| typedef unsigned long long ull; | |
| typedef vector<ll> vl; | |
| typedef vector<int> vi; | |
| typedef vector<char> vc; | |
| typedef vector<string> vs; |
| #!/usr/bin/env bash | |
| sudo pacman -Sy --needed --noconfirm phonon-qt5 qt5-webkit qt5-script qt5-svg qt5-tools qt5-x11extras enchant jasper \ | |
| openexr libutempter docbook-xsl shared-mime-info giflib libxss upower udisks2 bzr git doxygen perl-json perl-libwww \ | |
| perl-xml-parser perl-io-socket-ssl akonadi xorg-server-devel libpwquality fontforge eigen libfakekey qca-qt5 xapian-core \ | |
| xsd gperf perl-yaml-syck intltool kdesdk git extra-cmake-modules dialog baloo-widgets-git kactivities-frameworks kio-extras \ | |
| knewstuff ktexteditor extra-cmake-modules git kdoctools python axel | |
| echo "" | |
| echo "" | |
| echo "" |
| From 6e53db77d56c2a7e90d3121a06873e02be513147 Mon Sep 17 00:00:00 2001 | |
| From: Yash Agarwal <agarwal2003yash4@gmail.com> | |
| Date: Tue, 26 Mar 2019 13:37:10 +0530 | |
| Subject: [PATCH] Run as sudo | |
| --- | |
| src/main.cpp | 13 ------------- | |
| 1 file changed, 13 deletions(-) | |
| diff --git a/src/main.cpp b/src/main.cpp |
I hereby claim:
To claim this, I am signing this object:
| gcloud compute instances create yash089610 \ | |
| --image-project=arch-linux-gce --image-family=arch --preemptible \ | |
| --min-cpu-platform="Intel Skylake" --custom-cpu=8 --custom-memory=16GB \ | |
| --boot-disk-device-name=yash089610 --boot-disk-size=512GB --boot-disk-type=pd-standard \ | |
| --tags=https-server,http-server --address=34.xx.xxx.xxx --zone=us-east1-c | |
| --preemptible= For preemptible instance | |
| --min-cpu-platform= Minimum CPU instance to be used by the Instance | |
| --custom-cpu= No of vCPU's needed |
| # shortform git commands | |
| alias g='git' | |
| # get a list of all commit messages for a repo | |
| git log --pretty=format:'%s' | |
| # find the nearest parent branch of the current git branch | |
| git show-branch -a | grep '\*' | grep -v `git rev-parse --abbrev-ref HEAD` | head -n1 | sed 's/.*\[\(.*\)\].*/\1/' | sed 's/[\^~].*//' | |
| # push changes to an empty git repository for the first time |
~/wireguard/.lswg () {
ls ~/wireguard/ | cut -d '-' -f 2 | sed 's/\.conf//'
}lswg | xargs -I {} ping -c 10 {}-wireguard.mullvad.net | tee mullvadwgstats