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
# Install Github CLI | |
# winget install -e --id GitHub.cli | |
# Log into Github | |
# gh auth login | |
$clonePath = "c:/all" | |
$orgName = 'Your Org Name Goes Here!!!' | |
New-Item -ItemType Directory -Force -Path $clonePath |
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
{"windows":{"x64":{"jdk@oracle_open_jdk":{"23.0.0-ea+5":"zip+https://api.foojay.io/disco/v3.0/ids/04efe3f030d9ae4a5d1d2a2635c92fac/redirect","23.0.0-ea+4":"zip+https://api.foojay.io/disco/v3.0/ids/eca15163f6a76df2d5ef9b26432985a1/redirect","23.0.0-ea+3":"zip+https://api.foojay.io/disco/v3.0/ids/2bf23944cb078fa4e9ced56797177ed0/redirect","23.0.0-ea+2":"zip+https://api.foojay.io/disco/v3.0/ids/4ce278e733a95312d669b5c28b00a5a1/redirect","23.0.0-ea+1":"zip+https://api.foojay.io/disco/v3.0/ids/2f85deca846c25e44eafc979916b2797/redirect","22.0.0-ea+31":"zip+https://api.foojay.io/disco/v3.0/ids/b20ae196637ac42bb0916c2c03be6c5f/redirect","22.0.0-ea+30":"zip+https://api.foojay.io/disco/v3.0/ids/9e8b72d40464d3f8ef92fe897b108dd3/redirect","22.0.0-ea+29":"zip+https://api.foojay.io/disco/v3.0/ids/87561796e26163e4073b171eb2fc7b0c/redirect","22.0.0-ea+28":"zip+https://api.foojay.io/disco/v3.0/ids/6868976e0427b9dee535095d3ac6901c/redirect","22.0.0-ea+27":"zip+https://api.foojay.io/disco/v3.0/ids/50e59cf90804d1940845014e7e9559 |
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
Signal Maximum age : 72 Minutes |
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
SuperSorter - Chrome Web Store https://chrome.google.com/webstore/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij | |
FBS II : Fast Bookmark Scanner II - Chrome Web Store https://chrome.google.com/webstore/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic | |
The Great Discarder - Chrome Web Store https://chrome.google.com/webstore/detail/the-great-discarder/jlipbpadkjcklpeiajndiijbeieicbdh | |
Google Keep Chrome Extension - Chrome Web Store https://chrome.google.com/webstore/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi | |
Simple URL Copy - Chrome Web Store https://chrome.google.com/webstore/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip/related |
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
sudo add-apt-repository -y universe && sudo add-apt-repository -y ppa:hluk/copyq && sudo apt install -y copyq | |
sudo apt install -y curl && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && sudo apt update && sudo apt install -y gh && gh auth login && sudo add-apt-repository -y ppa:git-core/ppa && sudo apt install -y git && cd ~ && mkdir Lab_Data && cd Lab_Data/ && git clone https://github.com/Baneeishaque/configurations-private.git && cd ~ && sudo apt install -y python3-distutils && curl -OL https://bashhub.com/setup && bashHubConfigurationFolder=$HOME/.bashhub && mkdir $bashHubConfigurationFolder && bashHubConfigurationPath=$bashHubConfigurationFolder/ |
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
using OpenQA.Selenium.Chrome; | |
using OpenQA.Selenium; | |
using Microsoft.VisualStudio.TestTools.UnitTesting; | |
IWebDriver driver = new ChromeDriver(); | |
driver.Navigate().GoToUrl("https://www.selenium.dev/selenium/web/web-form.html"); | |
var title = driver.Title; | |
Assert.AreEqual("Web form", title); |
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
From: | |
Shihab | |
ID : Shihab 573 | |
Date: January 3rd, 2023 | |
To: | |
Shihad | |
HR, V Group | |
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
sudo snap install gisto \ | |
&& sudo snap install telegram-desktop --edge \ | |
&& sudo snap install vlc --beta \ | |
&& wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip && unzip platform-tools-latest-linux.zip -d ~ && echo "export PATH=$PATH:~/platform-tools" >> ~/.bashrc && source ~/.bashrc && rm platform-tools-latest-linux.zip && adb devices \ | |
&& echo "export ADB=~/platform-tools/adb" >> ~/.bashrc && source ~/.bashrc && sudo snap install scrcpy --beta \ | |
&& sudo apt update && sudo apt install -y curl && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && sudo apt update && sudo apt install -y gh \ | |
&& sudo add-apt-repository - |
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
1. requirements tester for bash |
NewerOlder