Skip to content

Commit

Permalink
Update at 2024-07-13_05-00
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoniplan committed Jul 12, 2024
1 parent b8c5eec commit fd6d50c
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 33 deletions.
52 changes: 47 additions & 5 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,47 @@
<body>
<article class="markdown-body">
<ul>
<li><h4>Fetch an icon of a website</h4>
<ul>
<li><code>https://favicone.com/google.com?s=32</code></li>
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
<li><code>google.com</code> # Replace it with other domain name of a website</li>
<li><code>s</code> # Size</li>
<li><code>32</code> # 32x32 pixels (Clearer)</li>
<li><code>https://api.faviconkit.com/google.com/64</code> # Another method</li>
</ul>
</li>
<li><em><strong>References</strong></em><ul>
<li>ChatGPT</li>
</ul>
</li>
</ul>
<hr>
<ul>
<li><h4>If vectors $a=(0,1)$, $b=(2,x)$, $b\perp(b-4a)$, then $x=$</h4>
<ul>
<li>``</li>
<li>$u \cdot v=0$ # Two vectors are perpendicular if their dot product is zero</li>
<li>$u \cdot v = u_{1}v_{1}+u_{2}v_{2}$ # Vector multiplication</li>
<li>$u - v=(u_{1}-v_{1},u_{2}-v_{2})$ # Vector subtraction</li>
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
<li>``</li>
<li>$4a=4 \cdot (0,1)=(0,4)$ # Each component of the vector is multiplied by scalar (A single number)</li>
<li>Express $\overrightarrow{AD}$ in terms of vectors $\vec{b}$ and $\vec{c}$<ul>
<li>$\overrightarrow{BD}=2\overrightarrow{DC}$ # Point D divides side BC into three equal parts (BD:DC = 2:1, BD=$\frac{2}{3}$BC)</li>
<li>Vector = scalar + direction</li>
<li>$\overrightarrow{AD}=\overrightarrow{AB}+\overrightarrow{BD}$ # Position vector addition</li>
<li>$\overrightarrow{BC}=\overrightarrow{AC}-\overrightarrow{AB}$ # Position vector subtraction</li>
</ul>
</li>
</ul>
</li>
<li><em><strong>References</strong></em><ul>
<li>``</li>
<li>In the triangle $ABC$, if $\overrightarrow{AB}=\vec{c}$, $\overrightarrow{AC}=\vec{b}$, $\overrightarrow{BD}=2\overrightarrow{DC}$, then $\overrightarrow{AD}=$</li>
<li>College Entrance Math in Jiangxi</li>
<li>ChatGPT</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -6611,9 +6641,14 @@
<li><code>$\bar{z}=$</code> # $\bar{z}=$</li>
<li><code>$A \cap B$</code> # $A \cap B$</li>
<li><code>$b\perp(b-4a)$</code> # $b\perp(b-4a)$</li>
<li><code>$u \cdot v=0$</code> # $u \cdot v=0$</li>
<li><code>$\overrightarrow{AB}=\vec{c}$</code> # $\overrightarrow{AB}=\vec{c}$</li>
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
<li><code>\overrightarrow{}</code> # Over right arrow</li>
<li><code>\vec{}</code> # Vector</li>
<li><code>\cdot</code> # Centered dot</li>
<li><code>\perp</code> # Perpendicular</li>
<li><code>\cap</code> # Intersection</li>
<li><code>\sqrt{}</code> # Square root</li>
Expand Down Expand Up @@ -13605,7 +13640,7 @@
</ul>
<hr>
<ul>
<li><h4>Create a domain name with &quot;eu.org&quot;</h4>
<li><h4>Create a domain name with &quot;eu.org&quot; (Or &quot;us.kg&quot;)</h4>
<ul>
<li>GitHub pages<ul>
<li>A repository named &quot;yaoniplan.github.io&quot;</li>
Expand All @@ -13616,7 +13651,12 @@
<li>CNAME, @, yaoniplan.github.io, Proxied, Auto</li>
</ul>
</li>
<li>eu.org</li>
<li>eu.org (Or us.kg)<ul>
<li>Enter your domain</li>
<li><code>brenna.ns.cloudflare.com</code> # Name Server 1</li>
<li><code>jim.ns.cloudflare.com</code> # Name Server 2</li>
</ul>
</li>
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
Expand All @@ -13627,6 +13667,8 @@
</ul>
</li>
<li><em><strong>References</strong></em><ul>
<li><a href="https://register.us.kg/auth/login">https://register.us.kg/auth/login</a></li>
<li><a href="https://www.youtube.com/watch?v=PFSLaOGSJCk">https://www.youtube.com/watch?v=PFSLaOGSJCk</a></li>
<li><a href="https://nic.eu.org/">https://nic.eu.org/</a></li>
<li><a href="https://dash.cloudflare.com/">https://dash.cloudflare.com/</a></li>
<li><a href="https://www.quora.com/How-do-I-know-whether-an-IP-address-is-public-or-local/">https://www.quora.com/How-do-I-know-whether-an-IP-address-is-public-or-local/</a></li>
Expand Down
9 changes: 7 additions & 2 deletions journals/2023-02-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,22 @@
- `ifconfig`
- https://ostechnix.com/set-static-ip-address-and-dns-on-freebsd/
- ---
- #### Create a domain name with "eu.org"
- #### Create a domain name with "eu.org" (Or "us.kg")
- GitHub pages
- A repository named "yaoniplan.github.io"
- Custom domain to "yaoniplan.eu.org"
- Cloudflare
- CNAME, @, yaoniplan.github.io, Proxied, Auto
- eu.org
- eu.org (Or us.kg)
- Enter your domain
- `brenna.ns.cloudflare.com` # Name Server 1
- `jim.ns.cloudflare.com` # Name Server 2
- ***Notes***
- Public IP address
- Visible on the internet instead of on the home network
- ***References***
- https://register.us.kg/auth/login
- https://www.youtube.com/watch?v=PFSLaOGSJCk
- https://nic.eu.org/
- https://dash.cloudflare.com/
- https://www.quora.com/How-do-I-know-whether-an-IP-address-is-public-or-local/
Expand Down
5 changes: 5 additions & 0 deletions journals/2023-06-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@
- `$\bar{z}=$` # $\bar{z}=$
- `$A \cap B$` # $A \cap B$
- `$b\perp(b-4a)$` # $b\perp(b-4a)$
- `$u \cdot v=0$` # $u \cdot v=0$
- `$\overrightarrow{AB}=\vec{c}$` # $\overrightarrow{AB}=\vec{c}$
- ***Notes***
- `\overrightarrow{}` # Over right arrow
- `\vec{}` # Vector
- `\cdot` # Centered dot
- `\perp` # Perpendicular
- `\cap` # Intersection
- `\sqrt{}` # Square root
Expand Down
15 changes: 12 additions & 3 deletions journals/2024-07-07.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
- #### If vectors $a=(0,1)$, $b=(2,x)$, $b\perp(b-4a)$, then $x=$
- ``
- $u \cdot v=0$ # Two vectors are perpendicular if their dot product is zero
- $u \cdot v = u_{1}v_{1}+u_{2}v_{2}$ # Vector multiplication
- $u - v=(u_{1}-v_{1},u_{2}-v_{2})$ # Vector subtraction
- ***Notes***
- ``
- $4a=4 \cdot (0,1)=(0,4)$ # Each component of the vector is multiplied by scalar (A single number)
- Express $\overrightarrow{AD}$ in terms of vectors $\vec{b}$ and $\vec{c}$
- $\overrightarrow{BD}=2\overrightarrow{DC}$ # Point D divides side BC into three equal parts (BD:DC = 2:1, BD=$\frac{2}{3}$BC)
- Vector = scalar + direction
- $\overrightarrow{AD}=\overrightarrow{AB}+\overrightarrow{BD}$ # Position vector addition
- $\overrightarrow{BC}=\overrightarrow{AC}-\overrightarrow{AB}$ # Position vector subtraction
- ***References***
- ``
- In the triangle $ABC$, if $\overrightarrow{AB}=\vec{c}$, $\overrightarrow{AC}=\vec{b}$, $\overrightarrow{BD}=2\overrightarrow{DC}$, then $\overrightarrow{AD}=$
- College Entrance Math in Jiangxi
- ChatGPT
- ---
10 changes: 10 additions & 0 deletions journals/2024-07-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- #### Fetch an icon of a website
- `https://favicone.com/google.com?s=32`
- ***Notes***
- `google.com` # Replace it with other domain name of a website
- `s` # Size
- `32` # 32x32 pixels (Clearer)
- `https://api.faviconkit.com/google.com/64` # Another method
- ***References***
- ChatGPT
- ---
2 changes: 2 additions & 0 deletions pages/Future.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@
- https://www.askahh.com/index.php/archives/101/
- https://jichangtuijian.com/%E5%85%8D%E8%B4%B9ssr%E5%92%8Cv2ray%E6%9C%BA%E5%9C%BA.html
- https://acl4ssr-sub.github.io/
- https://oluceps.github.io/clash2sing-box/
- https://github.com/ermaozi/get_subscribe
- https://github.com/freefq/free
- https://www.burstlinker.com/

## Animation and comic
- http://yhdm.in/
- http://ysjdm2.com/
- https://www.agedm.org/
- https://everythingmoe.com/
Expand Down
55 changes: 32 additions & 23 deletions pages/animationAndComic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### "Animation"
- 精灵小姐瘦不了 S01E00 #NSFW
- 我的妻子不具感情 S01E02
- 小市民系列 S01E01
- 擅长逃跑的少主殿下 S01E01
- 金蚕往事 S01E08
- Tower of God / 神之塔 S01E13.S02E01
- 幻宠师 - 08
- Viral Hit / 格斗实况 - 08
- Grandpa and Grandma Turn Young Again / 老夫老妻重返青春 - 08
- The Duke of Death and His Maid / 死神少爷与黑女仆 - S01E12.S02E12.S03E08
Expand All @@ -7,33 +14,22 @@
- 永生 - S01E12.S02E12.S03E14
- 散修之王 - 17
- 妖神记 S01E40.S02E40.S03E40.S04E52.S05E52.S06E52.S07E52.S08E26
- 隐世宗门掌教 21 animation
- 诛仙 - 36
- 圣祖之万相金澜 - 19
- 剑域风云 - S01E40.S02E52.S03E63
- 隐世宗门掌教 33
- 诛仙 - 38
- 圣祖之万相金澜 - 25
- 剑域风云 - S01E40.S02E52.S03E76
- 九天玄帝诀 - 248
- 神龙星主 - 39
- 真武巅峰 - S01E40.S02E95.S03E08
- 云中居三子 - 25
- 师兄啊师兄 - 38
- 独步万古 - 70
- 凡人修仙传 - 103
- 仙武传 - 62
- 万界至尊 - S01E50.S02E66
- 仙逆 - 38
- Swallowed Star / 吞噬星空 (Part1+2) - 26+94
- 凡人修仙传 - 109
- 仙武传 - 68
- 万界至尊 - S01E50.S02E78
- 仙逆 - 44
- learnC - 16 0714
- A brief history - 13
- top10ModelsOfDeepThinking # 08
- 大主宰 - 50
- Shrouding the Heavens / 遮天 - 58
- One Hundred Thousand Years of Qi Refining / 炼气十万年 - 135
- 武神主宰 - 192/441
- 独步逍遥 - 168/420
- Perfect World / 完美世界 - 38/163
- Against the Sky Supreme / 逆天至尊 - 305
- 斗破苍穹年番 - 98
- 万古神话 - 190
- Shrouding the Heavens / 遮天 - 64
- 武神主宰 - 192/453
- 独步逍遥 - 168/432
- Against the Sky Supreme / 逆天至尊 - 321

### Comic
- 靠神级天赋无限成长 - 14
Expand Down Expand Up @@ -253,6 +249,19 @@
- guard(end)

### Animation
- 物语系列外传季&怪物季 S01E01 0538 # Target audience may be female
- 天穗之咲稻姬 S01E01 # Target audience may be 13 or 14 years old
- 万古神话 - 191 0822 # Plot may be slow
- 斗破苍穹年番 - 101 0813 # Plot may be slow
- Perfect World / 完美世界 - 38/167 1223 # Plot may be slow
- One Hundred Thousand Years of Qi Refining / 炼气十万年 - 144 0300 # Plot may be slow
- 大主宰 - 52 1308 # Plot may be slow
- Swallowed Star / 吞噬星空 (Part1+2) - 26+101 0944 # Plot may be slow
- 独步万古 - 71 0440 # Plot may be slow
- 师兄啊师兄 - 40 1355 # Plot may be slow
- 云中居三子 - S01E26 # Plot may be slow
- 真武巅峰 - S01E40.S02E95.S03E09 0451 # Plot may be slow
- 神龙星主 - 42 0314 # Plot may be slow
- 丹道至尊 46 # Plot may be slow
- 良禽不择木 09 0305 # Plot may be slow
- 从Lv2开始开挂的原勇者候补悠闲的异世界生活 07 0827 # Plot may be slow
Expand Down

0 comments on commit fd6d50c

Please sign in to comment.