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 requests | |
| import sys | |
| import os | |
| import ipaddress | |
| import logging | |
| from akamai.edgegrid import EdgeGridAuth, EdgeRc | |
| from urllib.parse import urljoin | |
| from requests.adapters import HTTPAdapter | |
| from urllib3.util.retry import Retry |
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 requests | |
| import sys | |
| import ipaddress | |
| import logging | |
| from akamai.edgegrid import EdgeGridAuth, EdgeRc | |
| from urllib.parse import urljoin | |
| from requests.adapters import HTTPAdapter | |
| from urllib3.util.retry import Retry | |
| # --- Configuration --- |
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 requests | |
| import sys | |
| import ipaddress | |
| from akamai.edgegrid import EdgeGridAuth, EdgeRc | |
| from urllib.parse import urljoin | |
| from requests.adapters import HTTPAdapter | |
| from urllib3.util.retry import Retry | |
| # --- Configuration --- | |
| IP_LIST_URLS = ["https://example.com/list1.txt", "https://example.com/list2.txt"] |
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
| dig @ns.sslip.io txt ip.sslip.io +short -6 |
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
| dig @ns.sslip.io txt ip.sslip.io +short -4 |
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
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ; Elder Scrolls Online, Healing Templar Rotation Macro | |
| ; @utternerd on NA Server, [email protected] | |
| ; This works well, but could be improved. | |
| ; == Functionality == |
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
| "\e[5~": history-search-backward | |
| "\e[6~": history-search-forward |
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
| Use Ctrl+V to select the first column of text in the lines you want to comment. | |
| Then hit Shift+i and type the text you want to insert. | |
| Then hit Esc, wait 1 second and the inserted text will appear on every line. |
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
| bindkey "^[[5~" history-beginning-search-backward | |
| bindkey "^[[6~" history-beginning-search-forward |
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
| history | awk '{h[$2]++}END{for(i in h){print h[i],i|"sort -rn|head -20"}}' |awk '!max{max=$1;}{r="";i=s=60*$1/max;while(i-->0)r=r"#";printf "%15s %5d %s %s",$2,$1,r,"\n";}' |
NewerOlder