This commit is contained in:
louiscklaw
2025-01-31 22:13:34 +08:00
parent 2d2f086ab7
commit 7ad053e380
4 changed files with 81 additions and 0 deletions

7
tunmnlu/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__
*zip
.jupyter
.local
.ipython
.idea

7
tunmnlu/gitUpdate.bat Normal file
View File

@@ -0,0 +1,7 @@
git status .
@pause
git add .
git commit -m"update tunmnlu,"
start git push

44
tunmnlu/meta.md Normal file
View File

@@ -0,0 +1,44 @@
---
tags: jupyter, python, google-cloud-platform, azure, databricks
---
# tunmnlu
## balance history
Q1: HKD300
Q2: HKD500
(
Q1 唔洗 a/c, Q2 係用 databricks,
不過呢舊野其實係 GCP/AZURE/AWS 上面行,
所以應該有下面是但一個帳都得,做到再諗
)
Q3: HKD600
(我諗有機會你要開個 AWS 帳放我入去做,做到再諗)
Q4: HKD200
(同上,要 google cloud platform 帳)
Q5: HKD200
(同上,要 azure 帳)
### links
[[Q1/meta]]
[[Q2-src/meta]]
[[rev2/meta]]
[[q4/meta]]
[[q5/meta]]
### othername
- Yeouuuuu, kara1006kt24329, kkkkkkyyyy, tunmnlu2
[//begin]: # "Autogenerated link references for markdown compatibility"
[Q1/meta]: task_1/Q1/meta.md "task1"
[Q2-src/meta]: task_1/Q2-src/meta.md "task2"
[rev2/meta]: task_1/Q3/rev2/meta.md "task3"
[q4/meta]: task_1/Q4/meta.md "task4"
[q5/meta]: task_1/Q5/meta.md "task5"
[//end]: # "Autogenerated link references"

23
tunmnlu/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "carousell-comission-playlist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitUpdate": "git add . && git commit -m\"update tunmnlu,\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"react-bootstrap": "^2.6.0"
},
"devDependencies": {}
}