-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
49 lines (43 loc) · 2.14 KB
/
code.html
File metadata and controls
49 lines (43 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Pi</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Pi</h1>
<p>Distributed Decentralised App Substrate</p>
<p class="view"><a href="/">Home</a></p>
<p class="view"><a href="about.html">About</a></p>
<p class="view"><a href="code.html">Code</a></p>
</header>
<section>
<p class="view"><a href="https://github.com/barnyard">View My GitHub Profile</a></p>
<p class="view"><a href="http://barnyard.github.io/freepastry">Freepastry (distributed hash table)</a></p>
<p class="view"><a href="http://barnyard.github.io/p2p-core">p2p-core</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-build">p2p-build</a><p>
<p class="view"><a href="http://barnyard.github.io/pi-sss">pi-sss (simple storage service)</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-api">p2p-api (instance management)</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-imagemanager">p2p-imagemanager</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-volumemanager">p2p-volumemanager</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-networkmanager">p2p-networkmanager</a><p>
<p class="view"><a href="http://barnyard.github.io/p2p-instancemanager">p2p-instancemanager</a><p>
<p class="view"><a href="http://barnyard.github.io/pi-ops-website">pi-ops-website</a><p>
60,000 loc, 110,000 tests
</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>