Snippets Collections
npm config set script-shell "C:\\Program Files (x86)\\git\\bin\\bash.exe"

or (64bit installation)

npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

Note that you need to have git bash for windows installed.

You can revert it by running:

npm config delete script-shell
Using PyPi - $ pip3 install google_images_download--------------------------------------------------------------------Using CLI - (cd into working directory)$ git clone https://github.com/hardikvasa/google-images-download.git$ cd google-images-download $ python setup.py install
Using PyPi - $ pip3 install google_images_download--------------------------------------------------------------------Using CLI - (cd into working directory)$ git clone https://github.com/hardikvasa/google-images-download.git$ cd google-images-download $ python setup.py install
The non-breaking space ASCII character   (followed by a blank line) 
would give a blank line. 
Repeating this pair would do the job.

Example

Hello

 

world

The source answer
https://stackoverflow.com/questions/20543454/create-two-blank-lines-in-markdown
docker ps # current containers
docker run # create and start the container
docker create # create container
dokcer exec # to run commnads in container for once
docker volume # create a docker volume
docker network # create a docker network
docker rm # remove container 
docker images # list the images
docker rmi # remove image
docker build # build a new image from dockerfile
docker push # push your image to docker repo
docker pull # download an image from docker repo
docker commit # create an image from container
CI/CD is a method to frequently deliver apps to customers by introducing
automation into the stages of app development. The main concepts attributed
to CI/CD are continuous integration, continuous delivery,
and continuous deployment. 
CI/CD is a solution to the problems integrating new code can cause for 
development and operations teams (AKA "integration hell").

Specifically, CI/CD introduces ongoing automation and continuous monitoring 
throughout the lifecycle of apps, from integration and testing phases to 
delivery and deployment. 
Taken together, these connected practices are often referred to as a 
"CI/CD pipeline" and are supported by development and operations teams 
working together in an agile way with either a DevOps or 
site reliability engineering (SRE) approach.



/ means the root of the current drive;

./ means the current directory;

../ means the parent of the current directory
adb root
adb push my-app.apk /sdcard/
adb shell
su
mount -o rw,remount /system
cd /sdcard
cp my-app.apk /system/app
# or when using Android 4.3 or higher
mv my-app.apk /system/priv-app
clear               # only clear visible screen
clear && clear      # clear buffer as well
tput clear          # same as clear but by sending escape seq
reset               # clear + reset internal terminal state + 1sec delay
tput reset          # same as reset but without 1sec delay
stty sane           # don't clear screen but reset some terminal options
echo -e "\033c"     # same as tput reset but hardcoded escape seq
printf "\033c"      # same as tput reset but hardcoded escape seq
setterm -reset      # same as tput reset, setterm has friendlier commands 
cls    //Windows command prompt
clear   //Linux terminal
cls     //clean terminal only on windowsclear

clear   will clear the UBUNTU terminal
<img src="example.png" class="rounded">
Text(
  'My Card Alert',
  style: TextStyle(
  	fontWeight: FontWeight.bold
  ),
)
star

Fri Sep 08 2023 16:09:44 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Fri Sep 08 2023 16:09:37 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Sat Jun 03 2023 16:31:42 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Thu Jun 01 2023 00:46:54 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Wed Feb 01 2023 19:17:29 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Thu Sep 08 2022 22:33:02 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever #docker #grepper #google-search
star

Thu Jul 14 2022 08:54:45 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Sat Jul 02 2022 01:17:06 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever #unix #linux #path
star

Mon Apr 18 2022 12:59:19 GMT+0000 (Coordinated Universal Time)

#whatever
star

Thu Apr 14 2022 17:09:07 GMT+0000 (Coordinated Universal Time) https://www.codegrepper.com/search.php?q

#whatever
star

Tue Apr 12 2022 00:08:43 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever
star

Wed Apr 06 2022 06:22:42 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#whatever

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension