摘要: 查看项目总代码行数 git ls-files | grep '\.java' | xargs wc -l > ../list.txt 合并2个历史无关的分支 git archive -o A.zip $SHA && unzip A.zip -d .TMP && rsync -av --delete 阅读全文
posted @ 2024-06-14 22:50 Nolca 阅读(23) 评论(0) 推荐(0)
摘要: 微软闭源,一步到位: https://www.bilibili.com/video/BV1pz1hY2EWK 置顶 排行 计划 身捕 3d-human-pose-estimation https://github.com/zju3dv/GVHMRhttps://github.com/yufu-wan 阅读全文
posted @ 2024-06-14 17:53 Nolca 阅读(868) 评论(0) 推荐(0)
摘要: unsafe rust VS zig https://zackoverflow.dev/writing/unsafe-rust-vs-zig/ https://blog.logrocket.com/comparing-rust-vs-zig-performance-safety-more/ 总结: 阅读全文
posted @ 2024-06-14 13:22 Nolca 阅读(237) 评论(0) 推荐(0)