港股即時
Economic Calendar
Tuesday, March 15, 2022
Synology
https://mariushosting.com/how-to-ssh-into-a-synology-nas/
https://techjogging.com/installing-and-using-pip-on-synology-dsm.html
https://community.synology.com/enu/forum/1/post/145224
https://kb.synology.com/zh-tw/DSM/help/DSM/AdminCenter/connection_ddns?version=7
http://timsherratt.org/digital-heritage-handbook/docs/python-pip-virtualenv/
Monday, March 14, 2022
Telegram bot
//Set Webhook
https://api.telegram.org/bot123456:ABCDEF-1234/setWebhook?url=https://你的DomainName/你的程式路徑
{
"ok": true,
"result": true,
"description": "Webhook was set"
}
=================================================
//Delete(Remove) Webhook
https://api.telegram.org/bot123456:ABCDEF-1234/deleteWebhook
{
"ok": true,
"result": true,
"description": "Webhook was deleted"
}
==================================================
//Get Webhook Information
https://api.telegram.org/bot123456:ABCDEF-1234/getWebhookInfo
{
"ok": true,
"result": {
"url": "",
"has_custom_certificate": false,
"pending_update_count": 0
}
}
Friday, March 4, 2022
Wednesday, February 23, 2022
COVID Data
打針人數數據 by HK GOV
https://data.gov.hk/en-data/dataset/hk-fhb-fhbcovid19-vaccination-rates-over-time-by-age
檢測數字 by HK GOV
Monday, January 31, 2022
C++ for windows 10/11
- Download msys64 from mingw-w64.org
- install msys2 with installer(msys2-x86-xxxxx.exe)
- open msys2, type below and let all these install/update within the msys2 terminal
- "pacman -Syu"
- "pacman -Su"
- Open mingw64, type below and let all these install/update within the mingw64 terminal
- "pacman -Ss gcc" for C compiler
- "pacman -S mingw-w64-x86_64-gcc" for library update
- check with "gcc --version" & "g++ --version" to check whether everything install well
- "pacman -Ss gdb" for debugger
- "pacmain -S mingw-w64-x86_64-gdb" for debugger library update
- "gdb --version" to check everything install well
- Go system environment and set Drive:\msys64\mingw64\bin as Path
Monday, August 23, 2021
Funds
Hedge Fund
- Blackrock Advisors
- AQR Capital Management
- Bridgewater Associates
- Renaissance Technologies
- Man Group
- Elliott Management
- Two Sigma Investments
- Millennium Management
- Davidson Kempner Capital Management
- Citadel Advisors