- Developer
- Developer
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
"adolph's meat tenderizer | |
"annie's goddess dressing | |
"aunt jane's krazy mixed up salt | |
"baker's angel flake sweetened coconut | |
"baker's german's chocolate | |
"baker's semi-sweet baking chocolate | |
"baker's semi-sweet chocolate | |
"baker's special dry milk | |
"baker's unsweetened chocolate square | |
"baker's unsweetened chocolate squares |
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
import time | |
from tqdm import tqdm | |
import subprocess | |
txt = "" | |
data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n') | |
profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i] | |
for i in tqdm(profiles): | |
time.sleep(1) | |
try: | |
results = subprocess.check_output(['netsh', 'wlan', 'show', 'profile', i, 'key=clear']).decode('utf-8', errors="backslashreplace").split('\n') |
We can't make this file beautiful and searchable because it's too large.
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
author,content,poem name,age,type | |
WILLIAM SHAKESPEARE,"Let the bird of loudest lay | |
On the sole Arabian tree | |
Herald sad and trumpet be, | |
To whose sound chaste wings obey. | |
But thou shrieking harbinger, | |
Foul precurrer of the fiend, | |
Augur of the fever's end, | |
To this troop come thou not near. |