1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF
sauce: https://github.com/googleworkspace/apps-script-oauth2
1hguuh4Zx72XVC1Zldm_vTtcUUKUA6iBUOoGnJUWLfqDWx5WlOJHqYkrt
| # with help of gpt. | |
| #!/bin/bash | |
| # Define the root directory of the IaC project | |
| ROOT_DIR=$(pwd) | |
| # Find and clean up all .terraform folders and .terraform.lock.hcl files in the IaC project | |
| echo "Searching for .terraform folders and .terraform.lock.hcl files in the project..." | |
| find "$ROOT_DIR" -type d -name ".terraform" | while read -r DIR; do |
| # most of the code was written by gpt with minor tweaks | |
| # to create folder, use this format `-- foo` the link below that line will be part of `foo` folder. | |
| #!/bin/bash | |
| # Input file (the text file with links and folder directives) | |
| INPUT_FILE=$1 | |
| # Output HTML file | |
| OUTPUT_FILE=$2 |
| /* | |
| about:config | |
| toolkit.legacyUserProfileCustomizations.stylesheets | |
| about:support | |
| Profile Folder | |
| chrome/userChrome.css | |
| */ | |
| .tabbrowser-tab { |
1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF
sauce: https://github.com/googleworkspace/apps-script-oauth2
1hguuh4Zx72XVC1Zldm_vTtcUUKUA6iBUOoGnJUWLfqDWx5WlOJHqYkrt
| go test -covermode=count -coverprofile=count.out ./... | |
| go tool cover -func=count.out | |
| go tool cover -html=count.out | |
| go tool cover -func=count.out | grep total: | awk '{print $3}' | |
| go tool cover -func cover.out | grep total | awk '{print substr($3, 1, length($3)-1)}' | |
| # sauce |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0' | |
| # https://wiki.archlinux.org/index.php/Touchpad_Synaptics | |
| # P.S.: It won't turn off the touchpad button |
| #!/bin/sh | |
| # stop / remove all docker containers | |
| docker stop $(docker ps -a -q) | |
| docker rm $(docker ps -a -q) | |
| # docker compose up in background, change ${composefile} with docker compose yaml file name | |
| docker-compose ${composefile}.yml up -d | |
| # add --remove-orphans to remove containers for services not defined in the Compose file. |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlueColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGKyxYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKcHCBMZHSQoVSRudWxs1QkKCwwNDg8QERJcTlNDb21wb25lbnRzVU5TUkdCXE5T | |
| Q29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZVYkY2xhc3NPECcwLjI1MTk2MjE1 | |
| NTEgMC4zOTA2NDMyMzkgMC42MjM1NTU0MjE4IDFPECcwLjE1OTQ0MTYyMDEgMC4zMTI1 |