First:
netsh wlan show profile
Then:
netsh wlan show profile "NETWORK NAME" key=clear
| https://open.spotify.com/user/1127747732/playlist/2KbsahRDexpluozHeTJQBo?si=npGTHAlnS7OerSh55eZo8A | |
| Fat Freddy's Drop - Blackbird | |
| Mark Lanegan - Hit The City | |
| Siouxsie and the Banshees - Happy House | |
| Timber Timbre - Demon Host | |
| SBTRKT;Sampha - Trials of the Past | |
| The Cure - Just Like Heaven | |
| Ton Steine Scherben - Mensch Meier | |
| Beach House - Myth | |
| Arcade Fire - The Suburbs |
First:
netsh wlan show profile
Then:
netsh wlan show profile "NETWORK NAME" key=clear
| Traceback (most recent call last): | |
| File "C:\Users\DDmitarbeiter\Anaconda2\lib\runpy.py", line 174, in _run_module_as_main | |
| "__main__", fname, loader, pkg_name) | |
| File "C:\Users\DDmitarbeiter\Anaconda2\lib\runpy.py", line 72, in _run_code | |
| exec code in run_globals | |
| File "C:\Users\DDmitarbeiter\Anaconda2\lib\site-packages\matlab_kernel\__main__.py", line 3, in <module> | |
| MatlabKernel.run_as_main() | |
| File "C:\Users\DDmitarbeiter\Anaconda2\lib\site-packages\metakernel\_metakernel.py", line 103, in run_as_main | |
| MetaKernelApp.launch_instance(kernel_class=cls) | |
| File "C:\Users\DDmitarbeiter\Anaconda2\lib\site-packages\traitlets\config\application.py", line 595, in launch_instance |
| """ | |
| This python script encodes all files that have the extension mkv in the current | |
| working directory. | |
| Sources: | |
| http://ffmpeg.org/trac/ffmpeg/wiki/x264EncodingGuide | |
| """ | |
| import subprocess, os | |
| #------------------------------------------------------------------------------- |
Modulation of Focused Attention by Faces Expressing Emotion: Evidence From Flanker Tasks. Fenske, Mark J.; Eastwood, John D. Emotion, Vol 3(4), Dec 2003, 327-343. http://dx.doi.org/10.1037/1528-3542.3.4.327
| complete -W "\`test -e Makefile && grep -oE '^[a-zA-Z0-9_-]+:([^=]|$)' Makefile | sed 's/[^a-zA-Z0-9_-]*$//'\`" make |
etwas in der Art:
#/etc/profile
# Set up USER's home directory
BASHDIR="$(cd / && pwd -W)"
export BASHDIR
| curl -k https://bootstrap.pypa.io/get-pip.py | python |