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
docker stop 8e008ebf3ad7 | |
8e008ebf3ad7 | |
docker container ls | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS | |
NAMES | |
5227976cb9bb friendlyhello "python app.py" About an hour ago Up About an hour 0.0.0.0:4001->80/tcp SOMENAME | |
docker ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS | |
PORTS NAMES |
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
<html class="x-border-box x-strict x-viewport" style="position: relative; left: 0px; overflow: hidden;"><head id="ext-gen1031"> | |
<meta charset="UTF-8"> | |
<meta name="robots" content="noindex,nofollow"> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | |
<title>Shopware 5.4.6 (Rev. 201807181357) - Backend (c) shopware AG</title> | |
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/ext-all.css?201807181357"> | |
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set.css?201807181357"> | |
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set-new.css?201807181357"> | |
<link rel="stylesheet" type="text/css" href="/engine/Library/CodeMirror/lib/codemirror.css?201807181357"> | |
<link rel="stylesheet" type="text/css" href="/themes/Backend/ExtJs/backend/_resources/styles/growl.css"> |
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
msg := vOutput1 "`r`n`r`n" vOutput2 | |
Clipboard := msg | |
MsgBox,% msg "(" A_LineNumber " " RegExReplace(A_LineFile,".*\\") ")" | |
2018 10 06 17 42 00 | |
63720982 | |
0.737511 | |
2018 10 06 15 42 00 | |
56520982 |
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
code|rr|[code][/code]|ahk|send,{left 7}{enter 2}{up}{text}%clipboard% | |
url|rr|[url=]title[/url]|ahk|send,{left 12}{text}%clipboard% `n send,{CtrlDown}{ShiftDown}{Left}{ShiftUp}{CtrlUp} |
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
;/¯¯¯¯ configStr2minify_configFile ¯¯ 190111201847 ¯¯ 11.01.2019 20:18:47 ¯¯\ | |
configStr2minify_configFile(configIncAhkAddress := "\config\config.inc.ahk" | |
, configMinifyIncAhkAddress := "\config.minify.inc.ahk" ){ | |
; needs start with: g_config (12.01.2019 10:57, 19-01-12_10-57) | |
configIncAhkAddress := A_ScriptDir configIncAhkAddress | |
configMinifyDIR := A_ScriptDir "\inc_ahk\minify\" | |
configMinifyIncAhkAddress := configMinifyDIR configMinifyIncAhkAddress | |
; call it like (11.01.2019 20:19): | |
useItLike = |
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
#!/bin/bash | |
# [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q | |
#maybe this script hangs: | |
#https://unix.stackexchange.com/questions/21199/why-is-df-hanging | |
clear |
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
//pacman -S go | |
//go get -u golang.org/x/sys/unix | |
package main | |
import ( | |
"fmt" | |
syscall "golang.org/x/sys/unix" | |
) |
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
#!/bin/bash | |
# [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q | |
#maybe this script hangs: | |
#https://unix.stackexchange.com/questions/21199/why-is-df-hanging | |
clear | |
clear | |
toggle=1 |
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 time | |
import subprocess | |
# keyboard.send_keys("\n#3") | |
cOld = "" | |
cNew = "" | |
# keyboard.send_keys("\n#5") | |
# cOld = clipboard.get_selection() | |
cOld = clipboard.get_clipboard() # found here: https://github.com/autokey/autokey/wiki/Scripting#create-new-abbreviation | |
# keyboard.send_keys("\n#9") |