update,
This commit is contained in:
15
armandarmand/task1/task1-ticket2/.editorconfig
Normal file
15
armandarmand/task1/task1-ticket2/.editorconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
4
armandarmand/task1/task1-ticket2/.gitignore
vendored
Normal file
4
armandarmand/task1/task1-ticket2/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
**/~*
|
||||
*.del
|
||||
**/chrome-win/
|
18
armandarmand/task1/task1-ticket2/.prettierrc
Normal file
18
armandarmand/task1/task1-ticket2/.prettierrc
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": true,
|
||||
"htmlWhitespaceSensitivity": "strict",
|
||||
"insertPragma": false,
|
||||
"jsxBracketSameLine": false,
|
||||
"jsxSingleQuote": false,
|
||||
"printWidth": 120,
|
||||
"proseWrap": "preserve",
|
||||
"quoteProps": "as-needed",
|
||||
"requirePragma": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"useTabs": false,
|
||||
"overrides": []
|
||||
}
|
BIN
armandarmand/task1/task1-ticket2/chrome_mrNdYKO77m.png
(Stored with Git LFS)
Normal file
BIN
armandarmand/task1/task1-ticket2/chrome_mrNdYKO77m.png
(Stored with Git LFS)
Normal file
Binary file not shown.
3
armandarmand/task1/task1-ticket2/excel_ws/test/edit.bat
Normal file
3
armandarmand/task1/task1-ticket2/excel_ws/test/edit.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
rmdir *.bas
|
||||
|
||||
xlwings vba edit --file .\main.xlsm
|
BIN
armandarmand/task1/task1-ticket2/excel_ws/test/main.xlsm
Normal file
BIN
armandarmand/task1/task1-ticket2/excel_ws/test/main.xlsm
Normal file
Binary file not shown.
23
armandarmand/task1/task1-ticket2/meta.md
Normal file
23
armandarmand/task1/task1-ticket2/meta.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
tags: [vba, excel, stock-monitor]
|
||||
---
|
||||
|
||||
# armandarmand
|
||||
|
||||
## quotation
|
||||
|
||||
HKD100 for modification
|
||||
|
||||
### notes
|
||||
|
||||
### lesson learned
|
||||
|
||||
N/A
|
||||
|
||||
### references
|
||||
|
||||
N/A
|
||||
|
||||
### history
|
||||
|
||||
N/A
|
13
armandarmand/task1/task1-ticket2/package.json
Normal file
13
armandarmand/task1/task1-ticket2/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "task1",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"gitUpdate": "git add . && git commit -m \"update,\""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user