This commit is contained in:
2016-07-29 16:50:09 -04:00
parent d4c6faee2b
commit 737667ab0d
46 changed files with 0 additions and 4129 deletions
-45
View File
@@ -1,45 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>This is a title test by CoderSherlock</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>This is a title test</h1>
<p></p>
<p class="view"><a href="https://github.com/CoderSherlock">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a id="this-is-a-title-test" class="anchor" href="#this-is-a-title-test" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is a title test</h1>
<ul>
<li>xv6</li>
</ul>
<div class="highlight highlight-source-c++"><pre><span class="pl-k">for</span>(p = ptable.proc; p &lt; &amp;ptable.proc[NPROC]; p++){
<span class="pl-k">if</span>(p-&gt;state == RUNNABLE)
hpflag = hpflag &gt; p-&gt;priority ? hpflag : p-&gt;priority;
}</pre></div>
</section>
<footer>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>