Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joone committed Mar 27, 2024
1 parent cd9447e commit 76330de
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 276 deletions.
39 changes: 15 additions & 24 deletions docs/1. Charles Babbage and Ada Lovelace/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Nanum+Pen+Script&family=Playpen+Sans:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down Expand Up @@ -99,10 +102,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;Why does my mom only want me to learn mathematics?&quot;</p>
</blockquote>
<p>Famous scientists taught Ada at the time, including De Morgan who is famous for De Morgan’s law. As a result, she showed a great talent for mathematics which he recognized.</p>
<div class="blockquote-container"><blockquote><p>&quot;Why does my mom only want me to learn mathematics?&quot;</p>
</blockquote></div><p>Famous scientists taught Ada at the time, including De Morgan who is famous for De Morgan’s law. As a result, she showed a great talent for mathematics which he recognized.</p>
<p>
<div style="text-align: center;">
<figure style="text-align: center;">
Expand All @@ -111,10 +112,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;This allows the logical sum to be a logical product.&quot; <br>&quot;This is De Morgan&#39;s law!&quot;</p>
</blockquote>
<p>Ada saw the difference engine created by Charles Babbage by chance when she was seventeen years old.</p>
<div class="blockquote-container"><blockquote><p>&quot;This allows the logical sum to be a logical product.&quot; <br>&quot;This is De Morgan&#39;s law!&quot;</p>
</blockquote></div><p>Ada saw the difference engine created by Charles Babbage by chance when she was seventeen years old.</p>
<p>
<div style="text-align: center;">
<figure style="text-align: center;">
Expand All @@ -123,10 +122,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;This is the difference engine!&quot; <br>&quot;Wow, I would like to participate in your research.&quot;</p>
</blockquote>
<p>She created an algorithm to obtain the Bernoulli number for the purpose of describing the analytical engine, which is considered to be the first computer program.</p>
<div class="blockquote-container"><blockquote><p>&quot;This is the difference engine!&quot; <br>&quot;Wow, I would like to participate in your research.&quot;</p>
</blockquote></div><p>She created an algorithm to obtain the Bernoulli number for the purpose of describing the analytical engine, which is considered to be the first computer program.</p>
<p>
<div style="text-align: center;">
<figure style="text-align: center;">
Expand All @@ -135,10 +132,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;A good example is needed to explain the difference machine.&quot;</p>
</blockquote>
<p>At the time, Ada first introduced the concepts of loops, goto, and control statements, which are important concepts used in programming languages, in her algorithms. This is why she is called the world’s first programmer. There is also a programming language called Ada which is named after her.</p>
<div class="blockquote-container"><blockquote><p>&quot;A good example is needed to explain the difference machine.&quot;</p>
</blockquote></div><p>At the time, Ada first introduced the concepts of loops, goto, and control statements, which are important concepts used in programming languages, in her algorithms. This is why she is called the world’s first programmer. There is also a programming language called Ada which is named after her.</p>
<p>
<div style="text-align: center;">
<figure style="text-align: center;">
Expand All @@ -147,10 +142,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;Loop? Goto? If?&quot;</p>
</blockquote>
<p>However, Charles Babbage was not able to complete the difference engine and analytic engine due to technical limitations, so Ada never got to implement her algorithm.</p>
<div class="blockquote-container"><blockquote><p>&quot;Loop? Goto? If?&quot;</p>
</blockquote></div><p>However, Charles Babbage was not able to complete the difference engine and analytic engine due to technical limitations, so Ada never got to implement her algorithm.</p>
<p>
<div style="text-align: center;">
<figure style="text-align: center;">
Expand All @@ -159,10 +152,8 @@ <h2>Charles Babbage and his difference engine</h2>
</figure>
</div>
</p>
<blockquote>
<p>&quot;When can I run my algorithm on the machine?&quot; <br>&quot;Well, I’m not sure if it will work.z&quot;</p>
</blockquote>
<p>From 1989 to 1991, the Science Museum in London completed the actual differential engine No. 2 using the design left by Charles Babbage, which was surprisingly able to calculate 31 digits. Although not all of her theories have been tested or fully developed, Ada Lovelace’s theory of computer programming became the basis for today’s computer programming.</p>
<div class="blockquote-container"><blockquote><p>&quot;When can I run my algorithm on the machine?&quot; <br>&quot;Well, I’m not sure if it will work.z&quot;</p>
</blockquote></div><p>From 1989 to 1991, the Science Museum in London completed the actual differential engine No. 2 using the design left by Charles Babbage, which was surprisingly able to calculate 31 digits. Although not all of her theories have been tested or fully developed, Ada Lovelace’s theory of computer programming became the basis for today’s computer programming.</p>
<h2>References</h2>
<ol>
<li><a href="https://en.wikipedia.org/wiki/Charles_Babbage ">https://en.wikipedia.org/wiki/Charles_Babbage</a></li>
Expand Down
Loading

0 comments on commit 76330de

Please sign in to comment.