Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibcm/ibcm.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 id="program-and-data-representation-itty-bitty-computing-machine-ibcm">Progr
<h2 id="website">Website</h2>
<p>The IBCM is utilized through an online series of webpages. The IBCM simulator needs PHP in order to run, and thus must be run from a web server (i.e., not as a local file). Most of the computational load is on the client side (via Javascript), and little is on the server side. There are a few mirros of this website available, which are listed below. All the necessary code to run a separate copy are included in this repository.</p>
<p>The primary file for the website is <a href="index.html">index.html</a>, and the directions are on the <a href="directions.html">directions.html</a> page. The simulator itself is on the <a href="simulator.php">simulator.php</a> page – but as described above, this must be run on an actual web server. Two supporting files (<a href="simulator.js">simulator.js</a> and <a href="ibcm.css">ibcm.css</a>) and the entire img/ directory are needed as well. Note that two of the programs listed below (<a href="summation.ibcm">summation.ibcm</a> and <a href="array-summation.ibcm">array-summation.ibcm</a>) are linked to from the various website pages.</p>
<p>The simulator can be accessed via <a href="http://pegasus.cs.virginia.edu/ibcm/">http://pegasus.cs.virginia.edu/ibcm/</a>.</p>
<p>The simulator can be accessed via <a href="https://andromeda.cs.virginia.edu/ibcm/">https://andromeda.cs.virginia.edu/ibcm/</a>.</p>
<h2 id="sample-ibcm-code">Sample IBCM code</h2>
<p>The sample IBCM code included in this repository:</p>
<ul>
Expand Down