forked from WinVector/WinVector.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (66 loc) · 2.08 KB
/
index.html
File metadata and controls
69 lines (66 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<style>
body {
font-size: 10pt;
margin: 1.5em;
background-color: lightblue;
color: darkblue;
font-family: Verdana,sans-serif;
}
h1 {
font-size: 1.2em;
font-weight: bold;
margin-top: 2em;
}
h2 {
font-size: 1.1em;
font-weight: bold;
}
fieldset {
width: 740px;
margin-bottom: 12px;
border-color: #00457b;
background-color: #cfeace;
}
fieldset div {
margin-bottom: 6px;
font-weight: normal;
}
legend {
border: 2px ridge #00457b;
font-size: 1.2em;
font-weight: bold;
background-color: #e36a51;
color: white;
padding: 8px 16px;
}
</style>
</head>
<body>
<fieldset><legend><a href="http://winvector.github.io/index.html">http://winvector.github.io/</a></legend>
<ul>
<li><a href="ABDynprog">ABDynprog</a></li>
<li><a href="Accumulation">Accumulation</a></li>
<li><a href="DS">DS</a></li>
<li><a href="DiffPriv">DiffPriv</a></li>
<li><a href="IntroductionToDataScience">IntroductionToDataScience</a></li>
<li><a href="KDD2009">KDD2009</a></li>
<li><a href="LibreOffice">LibreOffice</a></li>
<li><a href="PDSwR">PDSwR</a></li>
<li><a href="Prevalence">Prevalence</a></li>
<li><a href="VariableSignal">VariableSignal</a></li>
<li><a href="Wald">Wald</a></li>
<li><a href="binomIssue">binomIssue</a></li>
<li><a href="casino">casino</a></li>
<li><a href="freq">freq</a></li>
<li><a href="margin">margin</a></li>
<li><a href="rateTest">rateTest</a></li>
<li><a href="stripGLM">stripGLM</a></li>
<li><a href="uciCar">uciCar</a></li>
<li><a href="vtreat">vtreat</a></li>
<li><a href="wrappingFns">wrappingFns</a></li>
<li><a href="xDrift">xDrift</a></li>
</ul>
</fieldset></body>
</html>