Skip to content

Commit

Permalink
Thu Aug 29 07:34:48 PDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Aug 29, 2024
1 parent 6f26488 commit b0f2944
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ <h3><a href="/articles/about">Policies</a></h3>

});

let build_time = new Date(1000 * 1724914081.47949);
let build_time = new Date(1000 * 1724942084.961628);
</script>
<script>
$('.alwaystoggle').css('display', 'inline-block');
Expand Down
25 changes: 12 additions & 13 deletions lab/lab00/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ <h1>

<h2 id='starter-files'>Starter Files</h2>

<p>Download <a href="lab00.zip">lab00.zip</a>.
Inside the archive, you will find starter files for the questions in this lab,
along with a copy of the <a href="ok">Ok</a> autograder.</p>
<p>Download <a href="lab00.zip">lab00.zip</a>.</p>



Expand All @@ -160,15 +158,16 @@ <h2 id='starter-files'>Starter Files</h2>



<p><strong>This lab is required for all students and counts toward your <a href="https://cs61a.org/articles/about/#section">lab
score</a></strong>, but try to complete
it at home before you come to Lab 1.</p>
<p><strong>This lab is required for all students and counts toward your lab
score.</strong></p>


<h2 id="introduction">Introduction</h2>


<p>This lab explains how to setup your computer to complete assignments and introduces some of the basics of Python. If you need any help at any time through the lab, please feel free to come to <a href="/office-hours">office hours</a>, post on Ed, or come to your assigned lab section.</p>
<p>This lab explains how to setup your computer to complete assignments and
introduces some of the basics of Python. If you need any help, post on Ed or
ask for help at your assigned lab section.</p>

<p>Here's an outline of the lab:</p>

Expand Down Expand Up @@ -215,8 +214,8 @@ <h2 id="setup">Setup</h2>
<blockquote><p>To setup your device, select the guide that corresponds to your operating system.</p></blockquote>

<ul>
<li><strong><a href="/articles/setup-windows">Guide for Windows</a></strong></li>
<li><strong><a href="/articles/setup-mac">Guide for Mac &amp; Linux</a></strong></li>
<li><strong><a href="../../articles/setup-windows">Guide for Windows</a></strong></li>
<li><strong><a href="../../articles/setup-mac">Guide for Mac &amp; Linux</a></strong></li>
</ul>


Expand Down Expand Up @@ -286,10 +285,10 @@ <h3 id="3-running-tests">3) Running Tests</h3>
included in every assignment in this class.</p>

<p>Switch to the terminal. Make sure you are in the <code>lab00</code> directory we created
earlier (remember, the <code>cd</code> command lets you <a href="#changing-directories">change
directories</a>). <strong>Pro tip:</strong> If you opened the <code>lab00</code>
folder in VS Code and select <code>New Terminal</code> in the <code>Terminal</code> menu of VS Code,
then the terminal will automatically be in the <code>lab00</code> directory.</p>
earlier. (The <code>cd</code> command lets you change directories.) <strong>Pro tip:</strong> If you
opened the <code>lab00</code> folder in VS Code and select <code>New Terminal</code> in the <code>Terminal</code>
menu of VS Code, then the terminal will automatically be in the <code>lab00</code>
directory.</p>

<p>In that directory, you can type <code>ls</code> to verify that there are the following
files:</p>
Expand Down

0 comments on commit b0f2944

Please sign in to comment.