-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
35 lines (32 loc) · 1.59 KB
/
personal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>DENNIS RITCHIE</title>
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div id="header">
<h2>Personal Life</h2>
</div>
<div class="ps">
<div class="pimg">
<img src="4.jpeg" alt="dennis ritchie" align="middle">
</div>
<aside class="pasde">
Personal life
</aside>
<div id="contents" align="center">
Ritchie was born in Bronxville, New York. His father was Alistair E. Ritchie, a longtime Bell Labs scientist and co-author of The Design of Switching Circuits on switching circuit theory. He moved with his family to Summit, New Jersey, as a child, where he graduated from Summit High School.He graduated from Harvard University with degrees in physics and applied mathematics
</div>
</div>
<!--
<div id="views_on_computing">
<h2> Views on computing</h2>
<div id="contents">
In an interview from 1999, Dennis Ritchie clarifies that he sees Linux and BSD operating systems as a continuation of the basis of the Unix operating system, and as derivatives of Unix:<br><br>
        <i>I think the Linux phenomenon is quite delightful, because it draws so strongly on the basis that Unix provided. Linux seems to be among the healthiest of the direct Unix derivatives, though there are also the various BSD systems as well as the more official offerings from the workstation and mainframe manufacturers.</i><br><br>
In the same interview, he states that he views both Unix and Linux as "the continuation of ideas that were started by Ken and me and many others, many years ago."
</div>
-->
</body>
</html>