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
{ | |
"editor.fontLigatures": true, | |
"vscode_custom_css.imports": ["file://home/ins-von/Templates/style.css"], | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
"editor.renderWhitespace": "all", | |
"editor.renderIndentGuides": true, | |
"editor.rulers": [79], | |
"editor.cursorStyle": "line", |
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
{ | |
"editor.fontLigatures": true, | |
// "vscode_custom_css.imports": ["file://home/ins-von/Templates/style.css"], | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
"editor.renderWhitespace": "all", | |
"editor.renderIndentGuides": true, | |
"editor.rulers": [79], | |
"editor.cursorStyle": "line", | |
"editor.snippetSuggestions": "top", |
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
# Remove .pyc and _pycache_ | |
echo "Removing .pyc and __pycache__" | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
# Replace lambda handler based on your own use | |
HANDLER='handler' | |
find . | grep -E "(__pycache__|\.pyc|\.pyo|\.vscode$)" | xargs rm -rf |
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
mountvol S: /S | |
S: | |
cd .\EFI\ | |
dir | |
rd /S Ubuntu |
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
{ | |
"querystring" : "#foreach($key in $input.params().querystring.keySet())#if($foreach.index > 0)&#end$util.urlEncode($key)=$util.urlEncode($input.params().querystring.get($key))#end", | |
"body" : $input.json('$') | |
} |