Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
love1angel committed Oct 11, 2024
0 parents commit bb2df2e
Show file tree
Hide file tree
Showing 12 changed files with 258 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish-example.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions 20241009151356-binutils.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:PROPERTIES:
:ID: C4183F82-0DE1-4FA5-A6C1-E69F11917F93
:END:
#+title: Binutils

* Binutils

[https://www.gnu.org/software/binutils/]
6 changes: 6 additions & 0 deletions 20241009152151-terminology.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:PROPERTIES:
:ID: 3B324BC8-723C-4E73-BF45-34928D0DD13C
:END:
#+title: terminology

* terminology
76 changes: 76 additions & 0 deletions 20241009152415-abbreviation.org
Original file line number Diff line number Diff line change
@@ -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 |
6 changes: 6 additions & 0 deletions 20241009154548-c.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:PROPERTIES:
:ID: 38F97C08-3471-456B-A1EE-F1A6FEBF440F
:END:
#+title: C++

[https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines]
18 changes: 18 additions & 0 deletions 20241009162411-methodology.org
Original file line number Diff line number Diff line change
@@ -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: 卡片盒笔记法
14 changes: 14 additions & 0 deletions 20241009183332-algorithm.org
Original file line number Diff line number Diff line change
@@ -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 <commit hash>.
21 changes: 21 additions & 0 deletions 20241009184929-thinker.org
Original file line number Diff line number Diff line change
@@ -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
65 changes: 65 additions & 0 deletions 20241010145810-gtd.org
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions 20241010160725-adas_function.org
Original file line number Diff line number Diff line change
@@ -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]]
12 changes: 12 additions & 0 deletions 20241010160811-acc.org
Original file line number Diff line number Diff line change
@@ -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
Binary file added org-roam.db
Binary file not shown.

0 comments on commit bb2df2e

Please sign in to comment.