Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit fcda9b8

Browse files
author
committed
Deployed 555cda9 with MkDocs version: 1.5.3
1 parent 8a2f5c7 commit fcda9b8

File tree

21 files changed

+353
-134
lines changed

21 files changed

+353
-134
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717

1818
<link rel="icon" href="/assets/favicon.png">
19-
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
19+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.3.2">
2020

2121

2222

2323
<title>Daniel Wenbo's Site</title>
2424

2525

2626

27-
<link rel="stylesheet" href="/assets/stylesheets/main.046329b4.min.css">
27+
<link rel="stylesheet" href="/assets/stylesheets/main.30068a00.min.css">
2828

2929

3030
<link rel="stylesheet" href="/assets/stylesheets/palette.85d0ee34.min.css">

assets/stylesheets/main.046329b4.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/stylesheets/main.046329b4.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/stylesheets/main.30068a00.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.30068a00.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog/2023/07/23/hello-world/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222

2323
<link rel="icon" href="../../../../../assets/favicon.png">
24-
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
24+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.3.2">
2525

2626

2727

2828
<title>Hello world - Daniel Wenbo's Site</title>
2929

3030

3131

32-
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.046329b4.min.css">
32+
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.30068a00.min.css">
3333

3434

3535
<link rel="stylesheet" href="../../../../../assets/stylesheets/palette.85d0ee34.min.css">

blog/2023/08/15/the-conversion-between-binary-and-gray-code/index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424

2525
<link rel="icon" href="../../../../../assets/favicon.png">
26-
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
26+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.3.2">
2727

2828

2929

3030
<title>The conversion between Binary and Gray Code - Daniel Wenbo's Site</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.046329b4.min.css">
34+
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.30068a00.min.css">
3535

3636

3737
<link rel="stylesheet" href="../../../../../assets/stylesheets/palette.85d0ee34.min.css">
@@ -760,15 +760,21 @@ <h3 id="things-you-need-to-know-before-starting">Things you need to know before
760760
</ol>
761761
<h3 id="binary-to-gray-code-conversion">Binary to Gray code Conversion<a class="headerlink" href="#binary-to-gray-code-conversion" title="Permanent link">&para;</a></h3>
762762
<ol>
763-
<li>The Most Significant Bit (MSB) of the gray code is always equal to the MSB of the given binary code.</li>
764-
<li>Other bits of the output gray code can be obtained by XORing binary code bit at that index and previous index.</li>
763+
<li>The Most Significant Bit (MSB) of the gray code is always equal to the MSB of
764+
the given binary code.</li>
765+
<li>Other bits of the output gray code can be obtained by XORing binary code bit
766+
at that index and previous index.</li>
765767
</ol>
766-
<p align="center"> <img src="/blog/binary-to-gray-code/Gray-Code1.png" title = "Binary code to gray code conversion"> </p>
768+
<p align="center"> <img src="/blog/binary-to-gray-code/Gray-Code1.png" title =
769+
"Binary code to gray code conversion"> </p>
767770

768771
<h3 id="gray-code-to-binary-conversion">Gray code to Binary Conversion<a class="headerlink" href="#gray-code-to-binary-conversion" title="Permanent link">&para;</a></h3>
769772
<ol>
770-
<li>The Most Significant Bit (MSB) of the binary code is always equal to the MSB of the given gray code.</li>
771-
<li>Other bits of the output binary code can be obtained by checking the gray code bit at that index. If the current gray code bit is 0, then copy the previous binary code bit, else copy the invert of the previous binary code bit.</li>
773+
<li>The Most Significant Bit (MSB) of the binary code is always equal to the MSB
774+
of the given gray code.</li>
775+
<li>Other bits of the output binary code can be obtained by checking the gray
776+
code bit at that index. If the current gray code bit is 0, then copy the
777+
previous binary code bit, else copy the invert of the previous binary code bit.</li>
772778
</ol>
773779
<p align="center"> <img src="/blog/binary-to-gray-code/Gray-Code2.png"> </p>
774780

@@ -784,7 +790,7 @@ <h2 id="acknowledgement">Acknowledgement<a class="headerlink" href="#acknowledge
784790
<small>
785791

786792
Last update:
787-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 9, 2023</span>
793+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 19, 2023</span>
788794

789795
<br>
790796
Created:

blog/2023/08/22/the-first-month-in-ntu/index.html

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424

2525
<link rel="icon" href="../../../../../assets/favicon.png">
26-
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
26+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.3.2">
2727

2828

2929

3030
<title>The first month in NTU - Daniel Wenbo's Site</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.046329b4.min.css">
34+
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.30068a00.min.css">
3535

3636

3737
<link rel="stylesheet" href="../../../../../assets/stylesheets/palette.85d0ee34.min.css">
@@ -737,25 +737,57 @@
737737

738738

739739
<h1 id="the-first-month-in-ntu">The first month in NTU<a class="headerlink" href="#the-first-month-in-ntu" title="Permanent link">&para;</a></h1>
740-
<p>Life in a brand new and unfamiliar environment is always full of challenges. I am not an exception. I have been in NTU for about a month. I have experienced a lot of things, and I have also learned a lot of things after participating in the orientation camp, both hall's and school's. </p>
740+
<p>Life in a brand new and unfamiliar environment is always full of challenges.
741+
I am not an exception. I have been in NTU for about a month. I have experienced
742+
a lot of things, and I have also learned a lot of things after participating in
743+
the orientation camp, both hall's and school's. </p>
741744
<!-- more -->
742745

743746
<h2 id="orientation-camp">Orientation Camp<a class="headerlink" href="#orientation-camp" title="Permanent link">&para;</a></h2>
744747
<h3 id="the-importantce-of-orientation-camp">The importantce of Orientation Camp<a class="headerlink" href="#the-importantce-of-orientation-camp" title="Permanent link">&para;</a></h3>
745-
<p>When it comes to things that you must not miss in NTU, Orientation will be on my top list. NTU has many orientations, such as <a href="https://www.ntu.edu.sg/orientation/club-orientation">Club Orientation</a>, <a href="https://www.ntu.edu.sg/orientation/hall-orientation">Hall Orientation</a>, <a href="https://www.ntu.edu.sg/orientation/school-orientation">School Orientation</a>, etc. Attending these orientations will help you to get to know more about NTU and make more friends (It's true, believe me). And I heard that the friends you had made during the orientation would probably become your long-lasting friends during your study in NTU, even in your future work life. So, if you are a freshie, don't miss the orientation!</p>
748+
<p>When it comes to things that you must not miss in NTU, Orientation will be on my
749+
top list. NTU has many orientations, such as <a href="https://www.ntu.edu.sg/orientation/club-orientation">Club Orientation</a>, <a href="https://www.ntu.edu.sg/orientation/hall-orientation">Hall Orientation</a>
750+
, <a href="https://www.ntu.edu.sg/orientation/school-orientation">School Orientation</a>,
751+
etc. Attending these orientations will help you to get to know more about NTU
752+
and make more friends (It's true, believe me). And I heard that the friends you
753+
had made during the orientation would probably become your long-lasting friends
754+
during your study in NTU, even in your future work life. So, if you are a
755+
freshie, don't miss the orientation!</p>
746756
<h3 id="hall-orientation">Hall Orientation<a class="headerlink" href="#hall-orientation" title="Permanent link">&para;</a></h3>
747-
<p>I heard one of my Chinese friends said that in NTU, you need to get along well with two kinds of people. The first is people who stay in the same hall as you and the second is the people who are in the same school as you. I strongly agree with him. As a twelver, I think <a href="https://www.ntu.edu.sg/life-at-ntu/accommodation/undergraduate-housing/detail/hall-12">Hall 12</a> is undoubtedly a very social hall. As the only Chinese in my orientation group, I was deeply impressed by the openness and inclusiveness of the local. During the orientation, I met a lot of people from different schools. I also made a lot of friends. Most importantly, I strongly feel that I and my group members are like a whole family. We cooperate to win the game. Perhaps, this lets me remember the similar feeling in FIRST Robotics Competition. After orientation, we will also get together to have dinner or something else, in order to maintain our friendship. </p>
757+
<p>I heard one of my Chinese friends said that in NTU, you need to get along well
758+
with two kinds of people. The first is people who stay in the same hall as you
759+
and the second is the people who are in the same school as you. I strongly agree
760+
with him. As a twelver, I think <a href="https://www.ntu.edu.sg/life-at-ntu/accommodation/undergraduate-housing/detail/hall-12">Hall 12</a> is undoubtedly a very social hall. As the
761+
only Chinese in my orientation group, I was deeply impressed by the openness and
762+
inclusiveness of the local. During the orientation, I met a lot of people from
763+
different schools. I also made a lot of friends. Most importantly, I strongly
764+
feel that I and my group members are like a whole family. We cooperate to win
765+
the game. Perhaps, this lets me remember the similar feeling in FIRST Robotics
766+
Competition. After orientation, we will also get together to have dinner or
767+
something else, in order to maintain our friendship. </p>
748768
<h3 id="school-orientation">School Orientation<a class="headerlink" href="#school-orientation" title="Permanent link">&para;</a></h3>
749-
<p>Perhaps, comparing to my hall's orientation, our school's (<strong>S</strong>chool of <strong>C</strong>omputer <strong>S</strong>cience and <strong>E</strong>ngineering, SCSE) orientation is more like a "real" orientation. We have to attend the lectures(but we still have some exciting activities). I think it's also a good thing. Because I can learn more about my school and my major. For example, our school's seniors have provided <a href="https://linktr.ee/interstellarresources">a very useful link</a> for us to refer to, including the notes for different courses, where to eat in NTU, etc. Also, the friends I had made during this orientation are most likely to be my classmates. So, I think it's also a very important orientation.</p>
769+
<p>Perhaps, comparing to my hall's orientation, our school's (<strong>S</strong>chool of
770+
<strong>C</strong>omputer <strong>S</strong>cience and <strong>E</strong>ngineering, SCSE) orientation is more like a
771+
"real" orientation. We have to attend the lectures(but we still have some
772+
exciting activities). I think it's also a good thing. Because I can learn more
773+
about my school and my major. For example, our school's seniors have provided
774+
<a href="https://linktr.ee/interstellarresources">a very useful link</a> for us to refer
775+
to, including the notes for different courses, where to eat in NTU, etc. Also,
776+
the friends I had made during this orientation are most likely to be my
777+
classmates. So, I think it's also a very important orientation.</p>
750778
<h2 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">&para;</a></h2>
751-
<p>All in all, life and courses in NTU may not be as easy as you think before. However, I think this will also provide us with a very good opportunity to learn and grow. So, don't be afraid of the challenges you will face in NTU. Just face them bravely. I believe that you will be able to overcome them and become a better person.</p>
779+
<p>All in all, life and courses in NTU may not be as easy as you think before.
780+
However, I think this will also provide us with a very good opportunity to learn
781+
and grow. So, don't be afraid of the challenges you will face in NTU. Just face
782+
them bravely. I believe that you will be able to overcome them and become a
783+
better person.</p>
752784

753785
<hr>
754786
<div class="md-source-file">
755787
<small>
756788

757789
Last update:
758-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 9, 2023</span>
790+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 19, 2023</span>
759791

760792
<br>
761793
Created:

blog/2023/09/09/combinational-circuits-in-digital-logic/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424

2525
<link rel="icon" href="../../../../../assets/favicon.png">
26-
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
26+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.3.2">
2727

2828

2929

3030
<title>Combinational Circuits in Digital Logic - Daniel Wenbo's Site</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.046329b4.min.css">
34+
<link rel="stylesheet" href="../../../../../assets/stylesheets/main.30068a00.min.css">
3535

3636

3737
<link rel="stylesheet" href="../../../../../assets/stylesheets/palette.85d0ee34.min.css">
@@ -693,7 +693,7 @@ <h1>Combinational Circuits in Digital Logic</h1>
693693
<small>
694694

695695
Last update:
696-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 14, 2023</span>
696+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 19, 2023</span>
697697

698698
<br>
699699
Created:

0 commit comments

Comments
 (0)