Skip to content

Commit dd6c5e6

Browse files
author
github-actions
committed
Deploy website updates with GitHub Actions: 5283684
1 parent 68788c9 commit dd6c5e6

File tree

64 files changed

+69
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+69
-66
lines changed

1. Charles Babbage and Ada Lovelace/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2>Charles Babbage and his difference engine</h2>
172172
<a class="border"></a>
173173
</div>
174174
<div class="footer-info">
175-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
175+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
176176
</div>
177177
</footer>
178178
</div>

2. Alan Turing and Von Neumann/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2>References</h2>
194194
<a class="border"></a>
195195
</div>
196196
<div class="footer-info">
197-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
197+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
198198
</div>
199199
</footer>
200200
</div>

3. The Era of Commercial Computers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1 class="title">3. The Era of Commercial Computers</h1>
167167
<a class="border"></a>
168168
</div>
169169
<div class="footer-info">
170-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
170+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
171171
</div>
172172
</footer>
173173
</div>

4. How Did People Write Code in the Early Days of Computing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2>References</h2>
184184
<a class="border"></a>
185185
</div>
186186
<div class="footer-info">
187-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
187+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
188188
</div>
189189
</footer>
190190
</div>

5. The Beginning of Software Engineering/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h1 class="title">5. The Beginning of Software Engineering</h1>
200200
<a class="border"></a>
201201
</div>
202202
<div class="footer-info">
203-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
203+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
204204
</div>
205205
</footer>
206206
</div>

6. The Origin of the Hacker Culture/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2>References</h2>
167167
<a class="border"></a>
168168
</div>
169169
<div class="footer-info">
170-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
170+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
171171
</div>
172172
</footer>
173173
</div>

7. ITS and Hacker Culture/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1 class="title">7. ITS and Hacker Culture</h1>
231231
<a class="border"></a>
232232
</div>
233233
<div class="footer-info">
234-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
234+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
235235
</div>
236236
</footer>
237237
</div>

8. The Origins of Unix and the C Language/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ <h1 class="title">8. The Origins of Unix and the C Language</h1>
186186

187187
</figure>
188188
</div>
189-
<p>Although Unix and C were created in a short period of time by Ken Thompson and Dennis Richie, most computers, including cell phones, still run on OS based on Unix today. In addition, operating system kernels are still developed in C today.</p><h2>References</h2>
189+
<p>Although Unix and C were created in a short period of time by Ken Thompson and Dennis Richie, most computers, including cell phones, still run on OS based on Unix today. In addition, operating system kernels are still developed in C today.</p><h2>Readings from the Computer History Museum</h2>
190+
<ol>
191+
<li>David C. Brock, the earliest unix code: an anniversary source code release, <a href="https://computerhistory.org/blog/the-earliest-unix-code-an-anniversary-source-code-release/ ">CHM</a></li>
192+
</ol>
193+
<h2>References</h2>
190194
<ol>
191195
<li>Multics, <a href="https://en.wikipedia.org/wiki/Multics ">wikipedia</a></li>
192196
<li>Unix, <a href="https://en.wikipedia.org/wiki/Unix ">wikipedia</a></li>
@@ -230,7 +234,7 @@ <h1 class="title">8. The Origins of Unix and the C Language</h1>
230234
<a class="border"></a>
231235
</div>
232236
<div class="footer-info">
233-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
237+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
234238
</div>
235239
</footer>
236240
</div>

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 class="title">About</h1>
7070
<a class="border"></a>
7171
</div>
7272
<div class="footer-info">
73-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
73+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
7474
</div>
7575
</footer>
7676
</div>

all_posts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1 class="page-title">All posts</h1>
7171
<a class="border"></a>
7272
</div>
7373
<div class="footer-info">
74-
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.20</a> | Published on Apr 18, 2024
74+
© 2024 Joone Hur | <a href="https://github.com/joone/fosscomics">fosscomics v1.1.21</a> | Published on Apr 19, 2024
7575
</div>
7676
</footer>
7777
</div>

0 commit comments

Comments
 (0)