-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
247 lines (239 loc) · 8.55 KB
/
About.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<!--
- About.html - About this website
- 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>About</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">About this Website</h1>
</hgroup>
</header>
<!-- page content -->
<!--<indent-block>
<img class="strip-photo" src="pictures/TextFinderCodeStrip.jpg" alt="Text Finder Code Strip" />
</indent-block>-->
<spacer-15></spacer-15>
<div style="margin-left:25px;">
"If things seem under control, you're just not going fast enough."
<br />
- Mario Andretti, race car driver
</div>
<hr class="spread" />
<indent-block>
This website provides documentation for <a href="https://github.com/JimFawcett">github.com/JimFawcett</a>
repositories and other related resources.
<spacer-25></spacer-25>
<under-construction style="border: 2px solid maroon; display:table-cell; padding:10px 25px 25px 25px;">
More later
</under-construction>
<spacer-10></spacer-10>
<!--<ol>
<li>
<details>
<summary>Utilities</summary>
<indent-block>
Helper code, often in header only packages
<spacer-10></spacer-10>
</indent-block>
<indent-block>
<details>
<summary>cppUtilities</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Functional, expect some updates and refactorings
<hr />
Helper functions and classes for code, strings, and testing.<br />
<a href="https://github.com/JimFawcett/cppUtilities">cppUtilities</a>
<spacer-10></spacer-10>
</tight-block>
</details>
<details>
<summary>logger:</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet.
<hr />
Insert string messages into multiple ostreams, e.g., console and file.<br />
<a href="#">logger</a>
<spacer-10></spacer-10>
</tight-block>
</details>
</indent-block>
</details>
</li>
<li>
<details>
<summary>Tools</summary>
<indent-block>
Programs that support file management and code analysis
<spacer-10></spacer-10>
</indent-block>
<indent-block>
<details>
<summary>TextFinder</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Functional, expect some updates
<hr />
Grep-like facility for finding strings in files within a directory tree.<br />
<a href="https://github.com/JimFawcett/Textfinder">TextFinder</a>
<spacer-10></spacer-10>
</tight-block>
</details>
<details>
<summary>Duplicates:</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet.
<hr />
Find all filenames that occur more than once in a directory tree.<br />
<a href="#">Duplicates</a>
<spacer-10></spacer-10>
</tight-block>
</details>
</indent-block>
</details>
</li>
<li>
<details>
<summary>Components</summary>
<indent-block>
Building blocks for programs, often with interfaces and object factories
<spacer-10></spacer-10>
</indent-block>
<indent-block>
<details>
<summary>Blocking Queue</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet
<hr />
Thread-safe queue that blocks deQuer when empty.<br />
<a href="#">Blocking Queue</a>
<spacer-10></spacer-10>
</tight-block>
</details>
<details>
<summary>File Manager:</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet.
<hr />
Find all files in a directory tree with names that match a pattern.<br />
<a href="#">File Manager</a>
<spacer-10></spacer-10>
</tight-block>
</details>
<details>
<summary>File System:</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet.
<hr />
Manage directory information.<br />
<a href="#">File System</a>
<spacer-10></spacer-10>
</tight-block>
</details>
<details>
<summary>Tasks and Thread Pool:</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet.
<hr />
Enqueue callable objects for concurrent execution on a specified number of threads.<br />
<a href="#">File System</a>
<spacer-10></spacer-10>
</tight-block>
</details>
</indent-block>
</details>
</li>
<li>
<details>
<summary>Projects</summary>
<indent-block>
Systems of programs that support construction of complex multi-package projects
<spacer-10></spacer-10>
</indent-block>
<indent-block>
<details>
<summary>Message Passing Communication</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet
<hr />
Socket-based channels for asynchronous communication with messages.<br />
<a href="#">MsgPassingComm</a>
<spacer-10></spacer-10>
</tight-block>
</details>
</indent-block>
</details>
</li>
<li>
<details>
<summary>Demos</summary>
<indent-block>
Small programs that demonstrate language, library, or design constructs
<spacer-10></spacer-10>
</indent-block>
<indent-block>
<details>
<summary>IO Streams</summary>
<tight-block style="padding: 0px 25px 0px 25px;">
Status:
Not installed yet
<hr />
Small demos of formatting, reading, writing with streams.<br />
<a href="#">IOStreams</a>
<spacer-10></spacer-10>
</tight-block>
</details>
</indent-block>
</details>
</li>
</ol>-->
</indent-block>
<spacer-15></spacer-15>
<!--<img class="strip-photo" src="Pictures/CampusAtNight.jpg" alt="campus at night" />-->
<info-bar></info-bar>
</body>
</html>