Sunday ld
  • This site is ONLY for my private repositories or unfully developed projects, which is not prepared for open source. For Issues/PRs, please turn to my 🔗Github Homepage.

  • Joined on 2022-04-12
ld pushed to main at ld/DataLogger 2025-09-28 11:33:37 +08:00
eddb879680 Add automatical time logging.
ld pushed to main at ld/DataLogger 2025-09-28 11:04:15 +08:00
e8266c3ee7 Fix code.
ld pushed to main at ld/DataLogger 2025-09-28 11:02:18 +08:00
25a356796b Refactor to C/S architecture.
ld pushed to main at ld/DataLogger 2025-09-27 11:42:29 +08:00
8d1551f2f6 Add DataLogger main code.
ld created repository ld/DataLogger 2025-09-27 11:41:22 +08:00
ld pushed to main at ld/autodl-initializer 2025-09-20 10:12:16 +08:00
e225234f68 Improve docs and functions.
ld pushed to main at ld/autodl-initializer 2025-09-19 21:49:06 +08:00
89eac2841a Add many functions and refactors.
ld pushed to main at ld/autodl-initializer 2025-09-18 17:40:22 +08:00
202d873b8a Add main script file.
ld created repository ld/autodl-initializer 2025-09-18 17:38:47 +08:00
ld pushed to nativeaot-efcore at ld/OptixServe 2025-07-11 16:07:20 +08:00
eb021576a5 [Failed] Try to implement NativeAOT support.
ld created branch nativeaot-efcore in ld/OptixServe 2025-07-11 16:07:20 +08:00
ld pushed to dev at ld/OptixServe 2025-07-11 16:03:31 +08:00
8b18de1735 BRAKING refactor project structure.
ld pushed to main at ld/OptixServe 2025-07-11 14:49:58 +08:00
dec6cfd65c Merge commit '8b18de1735fceacf1fb3d53218761f87040a60fb'
8b18de1735 BRAKING refactor project structure.
Compare 2 commits »
ld pushed to main at ld/OptixServe 2025-07-11 14:37:21 +08:00
a21cd0cea2 Merge commit '47cbdc21c1bf95d78f86760bf6ec85dab0ee4774'
47cbdc21c1 Ignore data and data_dev folder in git.
724b1d4dae Add JWT authentication.
7cce413f79 Add configuration type binding and implement database connection, disable NativeAOT.
6fd6c9f20d Enable API versioning with route group.
Compare 7 commits »
ld pushed to dev at ld/OptixServe 2025-07-11 14:26:55 +08:00
47cbdc21c1 Ignore data and data_dev folder in git.
ld pushed to dev at ld/OptixServe 2025-07-10 20:09:00 +08:00
724b1d4dae Add JWT authentication.
ld pushed to dev at ld/OptixServe 2025-07-09 12:17:38 +08:00
7cce413f79 Add configuration type binding and implement database connection, disable NativeAOT.
ld pushed to dev at ld/OptixServe 2025-07-07 16:17:10 +08:00
6fd6c9f20d Enable API versioning with route group.
ld pushed to dev at ld/OptixServe 2025-07-07 16:01:53 +08:00
dd5d556963 Implement endpoints in more flexible way.
ld pushed to dev at ld/OptixServe 2025-07-07 15:54:52 +08:00
39b28386ae Implement endpoints with Services Dependency Injection.