-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomputing.html
More file actions
34 lines (29 loc) · 864 Bytes
/
Copy pathcomputing.html
File metadata and controls
34 lines (29 loc) · 864 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Introduction to Computing</title>
<link rel="stylesheet" type="text/css" href="mm.css"/>
</head>
<body>
<h1 class="bg">Introduction to Computing</h1>
<h2>Topics</h2>
<ul class="biggaps">
<li>
<b>Windows Subsystem for Linux (WSL)</b>
<a href="computing/wsl.pdf">slides</a>
</li>
<li>
<b>Basics of UNIX-like systems</b>
<a href="computing/unix-like-systems.pdf">slides</a> <br/>
<a href="computing/big-text-file.txt">An example text file</a>
</li>
<li>
<b>Algorithms and Pseudocode</b>
<a href="computing/algorithms-pseudo-code.pdf">slides</a>
</li>
</ul>
<!-- modified timestamp start -->
<hr/><p>Last modified: Wed Aug 19 12:02:02 IST 2026</p>
<!-- modified timestamp end -->
</body>
</html>