摘要: Data Distribution Service To solve the problem when massive data is acquired to be distributed Real-time, efficiently, flexibly. Data is the center. A 阅读全文
posted @ 2024-02-05 10:47 DORAB 阅读(50) 评论(0) 推荐(0)
摘要: Why I need this file? IF I DON'T USE SOMETHING, I WILL FORGET THEM. Thanks to Github & GNU make Introduction (compile process, GNU_GCC commands) C/C++ 阅读全文
posted @ 2024-02-05 10:42 DORAB 阅读(11) 评论(0) 推荐(0)
摘要: List Assign with different strategies in Python Here is a code block def run_infer(self, g_blocks: List[TraceBlock], max_o_num: int = THREADS_NUM) -> 阅读全文
posted @ 2024-02-05 10:37 DORAB 阅读(23) 评论(0) 推荐(0)
摘要: python import Reference world/ │ ├── africa/ │ ├── __init__.py │ └── zimbabwe.py │ ├── europe/ │ ├── __init__.py │ ├── greece.py │ ├── norway.py │ └── 阅读全文
posted @ 2024-02-05 10:03 DORAB 阅读(10) 评论(0) 推荐(0)
摘要: How to install packages Using brew, Homebrew/Linuxbrew Download Github Repository Homebrew from Link Install it under ~/.homebrew Write the file locat 阅读全文
posted @ 2024-02-05 09:11 DORAB 阅读(17) 评论(0) 推荐(0)
摘要: Decorations in Python References: ref1, ref2, ref3 A decorator is a design pattern in Python that allows a user to add new functionality to an existin 阅读全文
posted @ 2024-02-05 07:14 DORAB 阅读(17) 评论(0) 推荐(0)