-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeAnalyzer.html
70 lines (63 loc) · 2.37 KB
/
CodeAnalyzer.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
<!DOCTYPE html>
<html>
<head>
<!--
- CodeAnalyzer.html
- ver 1.0 - 10 June 2019
- Jim Fawcett, Emeritus Teaching Professor, Syracuse University
-->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="description" content="Software Projects. Code Samples. Software Links" />
<meta name="keywords" content="Repository, Design, Code" />
<meta name="Author" content="Jim Fawcett" />
<meta name="Author" content="James Fawcett" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>CodeAnalyzer</title>
<script src="js/ScriptsUtilities.js"></script>
<script src="js/ScriptsTemplate.js"></script>
<script src="js/ScriptsKeyboard.js"></script>
<script src="js/ScriptsMenuCppRepo.js"></script>
<link rel="stylesheet" href="css/StylesTemplate.css" />
<link rel="stylesheet" href="css/StylesMenu.css" />
<style>
summary {
padding: 3px 0px 5px 0px;
}
</style>
</head>
<body id="github" onload="initializeMenu()">
<navKeys-Container>
<nav-Key id="sKey" onclick="toggleSwipeEvents()">S</nav-Key>
<nav-Key id="rKey" onclick="location.reload()">R</nav-Key>
<nav-Key id="tKey" onclick="scrollPageTop()">T</nav-Key>
<nav-Key id="bKey" onclick="scrollPageBottom()">B</nav-Key>
<nav-Key id="hKey" onclick="helpWin()">H</nav-Key>
<nav-Key id="pKey" onclick="loadPrev()">P</nav-Key>
<nav-Key id="nKey" onclick="loadNext()">N</nav-Key>
</navKeys-Container>
<nav>
<div id="navbar"></div>
</nav>
<!--<a id="Next" href="BlogDesign.htm">N</a>
<a id="Prev" href="BlogFileSystem.htm">P</a>-->
<header>
<hgroup id="pagetitle">
<h1 id="title">CodeAnalyzer Repository</h1>
<h2 id="subtitle" class="indent">Static Type-Based Analysis</h2>
</hgroup>
</header>
<!--<indent-block style="width:70%; display:block;">
<img class="strip-photo" src="Pictures/TextFinderCodeStrip.JPG" alt="Text Finder Code Strip" width="100%" />
<div align="center">TextFinder code fragment</div>
</indent-block>-->
<hr class="spread" />
<indent-block>
<under-construction style="border: 2px solid maroon; display:table-cell; padding:10px 25px 25px 25px;">
More later
</under-construction>
</indent-block>
<spacer-15></spacer-15>
<!--<img class="strip-photo" src="Pictures/CampusAtNight.jpg" alt="campus at night" />-->
<info-bar></info-bar>
</body>
</html>