-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodes.html
More file actions
47 lines (42 loc) · 1.82 KB
/
codes.html
File metadata and controls
47 lines (42 loc) · 1.82 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
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<script type="text/javascript" src="title.js"></script>
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/screen.css" />
<link rel="shortcut icon" href="images/short-icon.png" type="image/x-icon" />
<link rel="icon" href="images/short-icon.png" type="image/x-icon" />
</head>
<body>
<div id="wrapper">
<div class="wrapper-header" style="float">
<header id="header">
<script type="text/javascript" src="header.js"></script>
</header>
</div>
<div class="project-body">
<ul>
</br>
<li><a href="https://github.com/HybridGraph/HGraph">HGraph: a distributed disk-based Pregel-like graph processing system</a> (v1.0, released in 2023)</li>
<br>
<li><a href="https://github.com/FSPML/FSPML">Flegel: a distributed machine learning system with a flexible synchronous parallel design</a> (v1.1, released in 2020)</li>
</ul>
</div>
<footer id="footer">
<script type="text/javascript" src="footer.js"></script>
</footer>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/cells-by-row.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>