diff --git a/.github/workflows/publish-example.yml b/.github/workflows/publish-example.yml new file mode 100644 index 0000000..fb26a93 --- /dev/null +++ b/.github/workflows/publish-example.yml @@ -0,0 +1,22 @@ +name: Generate static org-roam-ui page + +on: + push: + branches: + - master + +permissions: + contents: read + pages: write + id-token: write + +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + uses: ikoamu/org-roam-ui-hosting@main + with: + org-roam-db-filename: org-roam.db + site-title: publish-org-roam-ui + deploy-to-pages: true diff --git a/20241009151356-binutils.org b/20241009151356-binutils.org new file mode 100644 index 0000000..717c8db --- /dev/null +++ b/20241009151356-binutils.org @@ -0,0 +1,8 @@ +:PROPERTIES: +:ID: C4183F82-0DE1-4FA5-A6C1-E69F11917F93 +:END: +#+title: Binutils + +* Binutils + +[https://www.gnu.org/software/binutils/] diff --git a/20241009152151-terminology.org b/20241009152151-terminology.org new file mode 100644 index 0000000..a57b643 --- /dev/null +++ b/20241009152151-terminology.org @@ -0,0 +1,6 @@ +:PROPERTIES: +:ID: 3B324BC8-723C-4E73-BF45-34928D0DD13C +:END: +#+title: terminology + +* terminology diff --git a/20241009152415-abbreviation.org b/20241009152415-abbreviation.org new file mode 100644 index 0000000..72d5477 --- /dev/null +++ b/20241009152415-abbreviation.org @@ -0,0 +1,76 @@ +:PROPERTIES: +:ID: AAAF1B5D-D157-492C-BF78-56C33925E91D +:END: +#+title: abbreviation + +* abbreviation + +** work + + | GTD | Getting Things Done | + +** AI (Artificial Intelligence) + + | ML | Machine Learning | + +** AD (Autonomous Driving) + + | SLAM | Simultaneous Localization and Mapping | | + | | | | + | TOR | Take OveR | | + | ADAS | Autonomous Driving Assistance System | | + | | | | + | SWA | Side Warning Assist | 变道辅助,在变道时检测车辆侧面或后面的盲区 | + | LCA | Lane Change Assist | 类似 SWA | + | | | | + | USS | Ultrasonic Sensor System | 超声波雷达 | + | | | | + | scooter | | 踏板摩托车 | + +** mail + + | CC | Carbon Copy | | + | BCC | Blind Carbon Copy | BCC don't know other BCC. to and CC don't know BCC. be caution to use it | + | BRs | Best Regards | | + | AL | Annual Leave | | + | OoO | Out of Office | | + +** meeting + + | NTD | Need To Drop | + | BRB | Be Right Back | + | B | Back | + +** communication + + | abbr. | abbreviation | + | AKA | Also Known As | + | TBH | To Be Honest | + | WIP | Work In Progress | + +** life + + | Sun. | Sunday | + | Mon. | Monday | + | Tues. | Tuesday | + | Wed. | Wednesday | + | Thur. | Thursday | + | Fri. | Friday | + | Sat. | Saturday | + | | | + | CW. | Calendar Week | + | | | + | Jan. | January | + | Feb. | February | + | Mar. | March | + | Apr. | April | + | May. | May | + | Jun. | June | + | Jul. | July | + | Aug. | August | + | Sept. | September | + | Oct. | October | + | Nov. | November | + | Dec. | December | + | | | + | RIP. | Rest In Peace | diff --git a/20241009154548-c.org b/20241009154548-c.org new file mode 100644 index 0000000..c23a393 --- /dev/null +++ b/20241009154548-c.org @@ -0,0 +1,6 @@ +:PROPERTIES: +:ID: 38F97C08-3471-456B-A1EE-F1A6FEBF440F +:END: +#+title: C++ + +[https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines] diff --git a/20241009162411-methodology.org b/20241009162411-methodology.org new file mode 100644 index 0000000..9eb7c00 --- /dev/null +++ b/20241009162411-methodology.org @@ -0,0 +1,18 @@ +:PROPERTIES: +:ID: BF000F4D-9E59-4E29-BA5C-C7FBCE6A0E43 +:END: +#+title: methodology + +* Worldview, methodology, dialectics, Philosophy, Psychology + +** first principle thinking: 第一性原理 + + [https://wiki.mbalib.com/wiki/%E7%AC%AC%E4%B8%80%E6%80%A7%E5%8E%9F%E7%90%86] + + 回归事物最基本的条件,将其拆分为各要素进行解构分析,从而找到实现目标最优路径的方法。来源于古希腊哲学家亚里士多德提出的一个哲学观点:“每个系统中存在一个最基本的命题,它不能被违背或删除”。 + +** 空杯心态 + + [https://wiki.mbalib.com/wiki/%E7%A9%BA%E6%9D%AF%E5%BF%83%E6%80%81] + +** Zettelkasten: 卡片盒笔记法 diff --git a/20241009183332-algorithm.org b/20241009183332-algorithm.org new file mode 100644 index 0000000..dc7ea9c --- /dev/null +++ b/20241009183332-algorithm.org @@ -0,0 +1,14 @@ +:PROPERTIES: +:ID: 373231FE-02EF-416D-91DD-99F3D1191FFD +:END: +#+title: algorithm + +* algorithm +** 袖珍计算器算法 +x ^ 1/2 = (e lnx) ^ 1/2 = e lnx/2 +** Newtons's method +[https://en.wikipedia.org/wiki/Newton%27s_method] +** fish sort + + +I've bisected the regression to . diff --git a/20241009184929-thinker.org b/20241009184929-thinker.org new file mode 100644 index 0000000..dee821d --- /dev/null +++ b/20241009184929-thinker.org @@ -0,0 +1,21 @@ +:PROPERTIES: +:ID: CB309915-1104-4430-9F80-F338CC6EF660 +:END: +#+title: thinker + +* Thinker + +** compter science + +*** atomic 相比 thread benefits? + +1. atomic 是由汇编语言保证的,更底层。thread 是由操作系统软件保证的。 + +*** CISC 与 RISC,文言文与白话文 + +计算机中内存尤为重要,CISC 可以有效减少程序占用内存。古代造纸昂贵,所以类似 + + +** humanity + +*** Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday diff --git a/20241010145810-gtd.org b/20241010145810-gtd.org new file mode 100644 index 0000000..249a503 --- /dev/null +++ b/20241010145810-gtd.org @@ -0,0 +1,65 @@ +:PROPERTIES: +:ID: EE8447BB-44C1-48B4-94B3-4B4CF6C27FBE +:END: +#+title: gtd + +* GTD + +** TODO Daily routine [0%] +SCHEDULED: <2024-10-10 Fri 06:00 +1d> + + - [ ] leetcode + - [ ] English learning + +** TODO SLAM book and video [0%] [https://space.bilibili.com/342754700/video?tid=188&special_type=&pn=1&keyword=&order=pubdate] +DEADLINE: <2024-10-17 Thu 20:00> SCHEDULED: <2024-10-10 Thu 20:00> + + - [ ] CH1 + - [ ] CH2 + - [ ] CH3 + - [ ] CH4 + - [ ] CH5 + - [ ] CH6 + - [ ] CH7 + - [ ] CH8 + +** TODO Algorithm [8%] +DEADLINE: <2024-10-17 Thu 20:00> SCHEDULED: <2024-10-10 Thu 20:00> + + - [X] CH1 + - [ ] CH2 + - [ ] CH3 + - [ ] CH4 + - [ ] CH5 + - [ ] CH6 + - [ ] CH7 + - [ ] CH8 + - [ ] CH9 + - [ ] CH10 + - [ ] CH11 + - [ ] CH12 + +** TODO Emacs learning [19%] [https://book.emacs-china.org/] +DEADLINE: <2024-10-17 Thu 17:00> SCHEDULED: <2024-10-10 Thu 09:00> + + - [X] 1 + - [X] 2 + - [X] 3 + - [X] 4 + - [ ] 5 + - [ ] 6 + - [ ] 7 + - [ ] 8 + - [ ] 9 + - [ ] 10 + - [ ] 11 + - [ ] 12 + - [ ] 13 + - [ ] 14 + - [ ] 15 + - [ ] 16 + - [ ] 17 + - [ ] 18 + - [ ] 19 + - [ ] 20 + - [ ] 21 diff --git a/20241010160725-adas_function.org b/20241010160725-adas_function.org new file mode 100644 index 0000000..52cd9e6 --- /dev/null +++ b/20241010160725-adas_function.org @@ -0,0 +1,10 @@ +:PROPERTIES: +:ID: 749BE094-5F15-4F78-B49C-36B225AA2AB8 +:END: +#+title: adas function + +* adas function + +** L2 + +[[id:0F430A45-EEBE-46EB-AE9C-E4B60D88A92F][ACC]] diff --git a/20241010160811-acc.org b/20241010160811-acc.org new file mode 100644 index 0000000..33d532b --- /dev/null +++ b/20241010160811-acc.org @@ -0,0 +1,12 @@ +:PROPERTIES: +:ID: 0F430A45-EEBE-46EB-AE9C-E4B60D88A92F +:END: +#+title: ACC + +* ACC + +[https://blog.csdn.net/u013889591/article/details/140408732] + +cut in + +cut out diff --git a/org-roam.db b/org-roam.db new file mode 100644 index 0000000..64115c2 Binary files /dev/null and b/org-roam.db differ