This file contains hidden or 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 <iostream> | |
using namespace std; | |
string pass, verify; | |
int cntUpper = 0, cntLower = 0; | |
int cntTry = 3; | |
int notValid(); | |
void input(); | |
void verify_format(string ab, string bc); | |
This file contains hidden or 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
You can download an entire Website by using this command (Ofc, replace http://www.domain.com/ with the website dommain name of your desired website..) | |
wget --mirror -p --convert-links -P ./local-dir --user-agent="Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0" http://www.domain.com/ |
This file contains hidden or 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
. build/envsetup.sh | |
lunch lineage_$(device)-userdebug | |
make bacon -j8 | |
mkdir -p ~/out | |
cp out/target/product/$(device)/*.zip ~/out/ |
NewerOlder