• Joined on 2025-08-24
mhhung pushed to 2025-09/3516-find-closest-person at mhhung/coding-practice 2025-09-04 02:14:42 +00:00
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 4 commits »
mhhung created branch 2025-09/3516-find-closest-person in mhhung/coding-practice 2025-09-04 02:14:42 +00:00
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-03 13:33:19 +00:00
099f156e6f feat(email): add SMTP security modes (starttls/ssl/none) with sensible default ports; add /notify_test endpoint; support ALWAYS_NOTIFY_ON_STARTUP to force first-run notification
mhhung pushed to master at mhhung/stock-info-crawler 2025-09-03 08:47:39 +00:00
852f206d2e feat: init project
mhhung created branch master in mhhung/stock-info-crawler 2025-09-03 08:47:39 +00:00
mhhung created repository mhhung/stock-info-crawler 2025-09-03 08:45:19 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-03 03:09:30 +00:00
bd46985abc note(README): add monthly README
mhhung deleted branch 2025-09/3027-find-the-number-of-ways-to-place-people-ii from mhhung/coding-practice 2025-09-03 03:06:45 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-03 03:06:45 +00:00
26696bf229 Merge pull request '2025-09/3027-find-the-number-of-ways-to-place-people-ii' (#7) from 2025-09/3027-find-the-number-of-ways-to-place-people-ii into main
d120af6661 [#3027] testI(numberOfPairs): add C# unit test cases
614434de14 [#3027] note(numberOfPairs): add README of Description
bcbea676c2 [#3027] feat(numberOfPairs): add C# solution
Compare 4 commits »
mhhung merged pull request mhhung/coding-practice#7 2025-09-03 03:06:43 +00:00
2025-09/3027-find-the-number-of-ways-to-place-people-ii
mhhung created pull request mhhung/coding-practice#7 2025-09-03 03:06:36 +00:00
2025-09/3027-find-the-number-of-ways-to-place-people-ii
d120af6661 [#3027] testI(numberOfPairs): add C# unit test cases
614434de14 [#3027] note(numberOfPairs): add README of Description
bcbea676c2 [#3027] feat(numberOfPairs): add C# solution
Compare 3 commits »
mhhung deleted branch 2025-09/3025-find-the-number-of-ways-to-place-people-i from mhhung/coding-practice 2025-09-02 06:09:18 +00:00
mhhung pushed to main at mhhung/coding-practice 2025-09-02 06:09:18 +00:00
b9965b192c Merge pull request '2025-09/3025-find-the-number-of-ways-to-place-people-i' (#6) from 2025-09/3025-find-the-number-of-ways-to-place-people-i into main
8a49217c3d [#3025] note(numbersOfPairs): add monthly note
0c278fa275 [#3025] test(numberOfPairs): add golang unit test
c760afc0f7 [#3025] feat(numberOfPairs): add golang solution
b99708dc36 [#3025] note(numberOfPairs): add monthly note
Compare 8 commits »
mhhung merged pull request mhhung/coding-practice#6 2025-09-02 06:09:18 +00:00
2025-09/3025-find-the-number-of-ways-to-place-people-i
mhhung created pull request mhhung/coding-practice#6 2025-09-02 06:09:09 +00:00
2025-09/3025-find-the-number-of-ways-to-place-people-i
8a49217c3d [#3025] note(numbersOfPairs): add monthly note
0c278fa275 [#3025] test(numberOfPairs): add golang unit test
c760afc0f7 [#3025] feat(numberOfPairs): add golang solution
b99708dc36 [#3025] note(numberOfPairs): add monthly note
Compare 3 commits »
38f948f691 [#3025] test(numberOfPairs): write C# unit test