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
| import os | |
| import time | |
| from tqdm import tqdm | |
| import pandas as pd | |
| import argparse | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait |
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
| <select id="select_gelaran" name="select_gelaran" class="" onchange=""><option value="0">-- Sila Pilih --</option> | |
| <option value="26">BRIGIDIER JENERAL DATO'</option> | |
| <option value="3">CIK</option> | |
| <option value="68">DATIN</option> | |
| <option value="69">DATIN AMAR</option> | |
| <option value="70">DATIN DR.</option> | |
| <option value="71">DATIN PADUKA</option> | |
| <option value="72">DATIN PATINGGI</option> | |
| <option value="73">DATIN PROFESSOR</option> | |
| <option value="74">DATIN PROFESSOR DR.</option> |
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
| #Oh My Zsh - Git Cheat | |
| `g` – `git` | |
| `gst` – `git status` | |
| `gl` – `git pull` | |
| `gup` – `git pull --rebase` |
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
| roles/accessapproval.approver | |
| roles/accessapproval.configEditor | |
| roles/accessapproval.viewer | |
| roles/accesscontextmanager.policyAdmin | |
| roles/accesscontextmanager.policyEditor | |
| roles/accesscontextmanager.policyReader | |
| roles/actions.Admin | |
| roles/actions.Viewer | |
| roles/androidmanagement.user | |
| roles/apigee.admin |
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
| module CountryCodeHelper | |
| COUNTRY_CODE = [ | |
| ['Malaysia (+60)', 60], | |
| ['Singapore (+65)', 65], | |
| ['United Kingdom (+44)', 44], | |
| ['USA (+1)', 1], | |
| ['Algeria (+213', 213], | |
| ['Andorra (+376)', 376], | |
| ['Angola (+244)', 244], | |
| ['Anguilla (+1264)', 1264], |