This commit is contained in:
louiscklaw
2025-01-31 19:27:58 +08:00
parent 9476a736d3
commit ce9a4aa9b3
313 changed files with 6340 additions and 0 deletions

View 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

View File

@@ -0,0 +1,4 @@
node_modules
**/~*
*.del
**/chrome-win/

View 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

Binary file not shown.

View File

@@ -0,0 +1,3 @@
rmdir *.bas
xlwings vba edit --file .\main.xlsm

View 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

View 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"
}