mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!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 < &ptable.proc[NPROC]; p++){
|
|
<span class="pl-k">if</span>(p->state == RUNNABLE)
|
|
hpflag = hpflag > p->priority ? hpflag : p->priority;
|
|
}</pre></div>
|
|
</section>
|
|
<footer>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|