mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
62 lines
2.0 KiB
HTML
62 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Codersherlock.GitHub.io by CoderSherlock</title>
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/github-dark.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script src="javascripts/respond.js"></script>
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<!--[if lt IE 8]>
|
|
<link rel="stylesheet" href="stylesheets/ie.css">
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<nav>
|
|
<li class="fork"><a href="https://github.com/CoderSherlock">View On GitHub</a></li>
|
|
</nav>
|
|
</div><!-- end header -->
|
|
|
|
<div class="wrapper">
|
|
|
|
<section>
|
|
<div id="title">
|
|
<h1>Codersherlock.GitHub.io</h1>
|
|
<p></p>
|
|
<hr>
|
|
<span class="credits left">Project maintained by <a href="https://github.com/CoderSherlock">CoderSherlock</a></span>
|
|
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
|
</div>
|
|
|
|
<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>vim </li>
|
|
<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>
|
|
|
|
<ul>
|
|
<li>mobile</li>
|
|
<li>self-control</li>
|
|
</ul>
|
|
</section>
|
|
|
|
</div>
|
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
|
|
|
</body>
|
|
</html>
|