-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (188 loc) · 6.85 KB
/
index.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!-- the Index File of angorith4.org -->
<!-- Designed by Angold Wang Dec 2021 -->
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="css/index.css" rel="stylesheet">
<title>Angorithm4 Home Page</title>
<link href="photo/logo.png" rel="icon">
<!-- path= -->
</head>
<body>
<div class=nosearch>
<a href="index.html">
<img class="logo" src="photo/logo_dk.png" alt="A4" border="0" width="101" height="101">
<img class="logo" src="photo/mmm.jpeg" alt="mmm" border="0" width="250" height="104">
</a>
<div><!-- IE hack to prevent disappearing logo --></div>
<div class="tagline desktoponly">
Interpret!<br> The World.
</div>
<div class="menu mainmenu">
<ul>
<li><a href="index.html">Home</a>
<li class='mobileonly'><a href="javascript:void(0)" onclick='toggle_div("submenu")'>Menu</a>
<li class='wideonly'><a href='about.html'>About</a>
<li class='desktoponly'><a href="docs.html">Documentation</a>
<li class='desktoponly'><a href="carbon.php">Carbon</a>
<li class='desktoponly'><a href="llss.html">LLSS</a>
<li class='wideonly'><a href='copyright.html'>Licence</a>
<li class='desktoponly'><a href="support.html">Support</a>
<li class='search' id='search_menubutton'>
<a href="javascript:void(0)" onclick='toggle_search()'>Search</a>
</ul>
</div>
<div class="menu submenu" id="submenu">
<ul>
<li><a href='about.html'>About</a>
<li><a href='carbon.php'>Carbon</a>
<li><a href='llss.html'>LLSS</a>
<li><a href='support.html'>Support</a>
</ul>
</div>
<div class="searchmenu" id="searchmenu">
<form method="GET" action="search">
<select name="s" id="searchtype">
<option value="d">Search Documentation</option>
<option value="c">Search Changelog</option>
</select>
<input type="text" name="q" id="searchbox" value="">
<input type="submit" value="Go">
</form>
</div>
</div>
<script>
function toggle_div(nm) {
var w = document.getElementById(nm);
if( w.style.display=="block" ){
w.style.display = "none";
}else{
w.style.display = "block";
}
}
function toggle_search() {
var w = document.getElementById("searchmenu");
if( w.style.display=="block" ){
w.style.display = "none";
} else {
w.style.display = "block";
setTimeout(function(){
document.getElementById("searchbox").focus()
}, 30);
}
}
function div_off(nm){document.getElementById(nm).style.display="none";}
window.onbeforeunload = function(e){div_off("submenu");}
/* Disable the Search feature if we are not operating from CGI, since */
/* Search is accomplished using CGI and will not work without it. */
if( !location.origin || !location.origin.match || !location.origin.match(/http/) ){
document.getElementById("search_menubutton").style.display = "none";
}
/* Used by the Hide/Show button beside syntax diagrams, to toggle the */
function hideorshow(btn,obj){
var x = document.getElementById(obj);
var b = document.getElementById(btn);
if( x.style.display!='none' ){
x.style.display = 'none';
b.innerHTML='show';
}else{
x.style.display = '';
b.innerHTML='hide';
}
return false;
}
</script>
<div class="rightsidebar desktoponly border2px">
<h3 align="center">Low-Level Systems</h3>
<ul class=nounderline>
<li> <a href="llss.html">Check All</a> </li>
<li> <a href="mips.html">MIPS-Simulator</a>
<li> <a href="eval.html">Eval</a>
<li> <a href="6035.html">6035</a>
<li> <a href="dragon.html">DraGon</a>
<li> <a href="a4.html">Angorithm4</a></li>
<li> <a href="osdi.html">OSDI</a></li>
<li> <a href="ja.html">JA</a></li>
<li> <a href="bustub.html">BusTub</a></li>
<li> <a href="games101.html">GAMES101</a> </li>
<li> <a href="wfw.html">wfw</a></li>
</ul>
</div>
<h2>What Is A4?</h2>
<p>
No scene from prehistory is quite so vivid as that of the mortal struggles of great beasts in the tar pits. In the mind's eye one sees dinosaurs, mammoths, and sabertoothed tigers struggling against the grip of the tar. The fiercer the struggle, the more entangling the tar, and no beast is so strong or so skillful but that he ultimately sinks.
</p>
<p>Large-system programming has over the past 50 years been such a tar pit, and many great and powerful beasts have thrashed violently in it. Like nine woman cannot make a baby in a month, we cannot just simply put 10 people work a whole month to complete the work that a single person can finish in 10 months. Sometimes, just like the tar pit, the more people or effort you put in, the more chaos and bugs will appear.</p>
<p>And that is what <strong>Angorithm4 </strong>(aka A4) came for: <strong>Instead of directly jumping into the tar pit, we try to have some low-level systems(llss) first,</strong> the thing "low-level" systems stands for the people who made a <a href="https://en.wiktionary.org/wiki/man-month">man-month</a> project, and can totaly understand each part of this project. we believe that only in this way, we can make a large-system effeciently, The hardest single part of building a software system is deciding precisely what to build.</p>
<h3>Latest Release</h3>
<a href="releaselog/3_37_0.html">MIPS-Simulator</a> (2021-11-26).
<a class="button" href="download.html">Download</a>
<a class="button" href="llss.html">All llss</a>
<h3>News</h3>
<div class="mobileonly">
<h3>Low-Level Systems</h3>
<ul class=nounderline>
<li> <a href="llss.html">Check All</a> </li>
<li> <a href="mips.html">MIPS-Simulator</a>
<li> <a href="eval.html">Eval</a>
<li> <a href="6035.html">6035</a>
<li> <a href="dragon.html">DraGon</a>
<li> <a href="a4.html">Angorithm4</a></li>
<li><a href="osdi.html">OSDI</a></li>
<li> <a href="games101.html">GAMES101</a> </li>
<li> <a href="ja.html">JA</a> </li>
<li> <a href="bustub.html">BusTub</li>
<li> <a href="wfw.html">wfw</a></li>
<li> <a href="webinar.html">Webinar</a></li>
</ul>
</div>
<br clear="both">
<hr class="xhr">
<p>Ongoing development and support of Angorithm4 is made possible in part
by these <a href = "people.html">members</a>, including:</p>
<a name="consortium_members"></a>
<style>
#sponsors {
margin:auto;
width:80%;
}
.onesponsor a img {
width:100px;
max-width:100px;
padding:1ex;
}
</style>
<div id="sponsors"></div>
<script>
var sponsors = [{
"name":"Angold Wang",
"href":"http://angorithm4.org/angoldw",
"src":"photo/people/angold.jpeg",
},{
"name":"Shuo Feng",
"href":"http://angorithm4.org/fds",
"src":"photo/people/fds.jpeg",
},{
"name":"Seahole Tan",
"href":"http://www.med-studios.com/",
"src":"photo/people/seahole.jpeg",
},{
"name":"Yi Zhou",
"href":"https://www.angorithm4.org/yi",
"src":"photo/people/yi.jpeg",
}];
for(var i=0; i<sponsors.length; i++){sponsors[i].idx = i;}
sponsors.sort(function(a,b){return a.idx-b.idx});
var h = "";
for (var i=0; i < sponsors.length; i++){
h += "<span class='onesponsor'><a href='";
h += sponsors[i].href;
h += "'><img src='";
h += sponsors[i].src;
h += "'></a></span>\n";
}
document.getElementById("sponsors").innerHTML = h;
</script>
<br clear="both">
<hr class="xhr">