• Joined on 2025-08-24
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-09 14:43:08 +00:00
f676f44645 feat(openinsider_top): add trade type tag in notifications and ensure absolute amount display
e015eef61e fix(openinsider_top): treat negative Value on sales as absolute for threshold parsing
Compare 2 commits »
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-09 13:18:19 +00:00
f708f3bf1d feat: add OpenInsider Top-of-day crawler and multi-CRAWLER_TYPE support
mhhung pushed to main at mhhung/cpp-linter-template 2025-09-09 03:14:43 +00:00
d5350c35a8 feat(clang): add claude suggestion
mhhung pushed to main at mhhung/cpp-linter-template 2025-09-09 02:59:41 +00:00
cfc13ff82c feat(clang): init project
mhhung created repository mhhung/cpp-linter-template 2025-09-09 02:53:25 +00:00
mhhung renamed repository from barrons-crawler to mhhung/stock-info-crawler 2025-09-08 07:33:31 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-08 06:34:54 +00:00
f4a7029b7e docs(README): monthly README
31d68d2f04 [#1317] docs(GetNoZeroIntegers): add README
4b2df683a4 [#1317] feat(GetNoZeroIntegers): add C# solution
Compare 3 commits »
mhhung deleted branch 2025-09/2749-minimum-operations-to-make-the-integer-zero from mhhung/coding-practice 2025-09-05 09:03:00 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-05 09:03:00 +00:00
cf3a952d1d Merge pull request '2025-09/2749-minimum-operations-to-make-the-integer-zero' (#9) from 2025-09/2749-minimum-operations-to-make-the-integer-zero into main
63880d4717 feat(makeTheIntegerZeio): add C# solution
c3955ad390 docs(makeTheIntegerZero): add README
Compare 3 commits »
mhhung merged pull request mhhung/coding-practice#9 2025-09-05 09:03:00 +00:00
2025-09/2749-minimum-operations-to-make-the-integer-zero
mhhung created pull request mhhung/coding-practice#9 2025-09-05 09:02:53 +00:00
2025-09/2749-minimum-operations-to-make-the-integer-zero
63880d4717 feat(makeTheIntegerZeio): add C# solution
c3955ad390 docs(makeTheIntegerZero): add README
Compare 2 commits »
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-04 15:00:08 +00:00
b2c58c0560 refactor(notifications): unify email sending via _send_email; standardize crawler notifications\n\n- Extract _send_email and have send_email/send_custom_email share it\n- BaseCrawler: centralize _send_notifications and add _build_email hook\n- BarronsCrawler: override _build_email to keep original subject/body\n- OpenInsiderCrawler: remove custom _send_notifications, add _build_email\n- /notify_test: use crawler _build_email + send_custom_email for emails
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-04 14:32:55 +00:00
e89567643b feat(openinsider): 新增 OpenInsider 內部人交易爬蟲,支援多標的與每日排程
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-04 13:39:48 +00:00
58cc979b5b refactor: modularize project structure and separate API from crawlers
mhhung deleted branch 2025-09/3516-find-closest-person from mhhung/coding-practice 2025-09-04 02:17:31 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-04 02:17:31 +00:00
08c96f8636 Merge pull request '2025-09/3516-find-closest-person' (#8) from 2025-09/3516-find-closest-person into main
ec12425cb9 [#3516] feat(note): add monthly README
17eaaa52c2 [#3516] feat(go): add golang solution
58acd6e8d8 [#3516] feat(C#): add C# solution
b81da2e59e [#3516] feat(note): add description
Compare 5 commits »
mhhung merged pull request mhhung/coding-practice#8 2025-09-04 02:17:30 +00:00
2025-09/3516-find-closest-person
mhhung created pull request mhhung/coding-practice#8 2025-09-04 02:17:23 +00:00
2025-09/3516-find-closest-person