-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWillNewx.html
More file actions
794 lines (643 loc) · 17.5 KB
/
Copy pathWillNewx.html
File metadata and controls
794 lines (643 loc) · 17.5 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
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>William F. Gilreath's Home Page: A Nexus of Code, Writings, Apps, Me</title>
<style>
@import url(http://fonts.googleapis.com/css?family=Exo+2:100,200,400);
body {
xbackground: #00A0EB;
background: white;
margin:0;
padding:0;
font-family: 'Exo 2', Arial, Helvetica, sans-serif;
font-size: 16px;
color: #666;
font-weight: 200;
}
* {
margin:0;
padding:0;
}
/** element defaults **/
table {
width: 100%;
text-align: left;
}
th, td {
padding: 10px 10px;
}
th {
xcolor: #666;
color: blue;
background: #ccc none repeat-x scroll left top;
}
td {
border-bottom: 1px solid #ccc;
}
code, blockquote {
display: block;
border-left: 5px solid #222;
padding: 10px;
margin-bottom: 20px;
}
code {
background-color: #222;
color:#ccc;
border: none;
}
blockquote {
border-left: 5px solid #222;
}
blockquote p {
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
color: #333;
height: 1%;
}
p {
line-height: 1.9em;
margin-bottom: 20px;
}
a {
color: #00A0EB;
}
a:hover {
color: #FF6D29;
}
a:focus {
outline: none;
}
a.button {
background-color: #00A0EB;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
display: inline-block;
font-size: 13px;
font-weight: bold;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
}
a.button:hover {
background-color: #FF6D29;
}
fieldset {
display: block;
border: none;
border-top: 1px solid #ccc;
}
fieldset legend {
font-weight: bold;
font-size: 13px;
padding-right: 10px;
color: #444;
}
fieldset form {
padding-top: 15px;
}
fieldset p label {
float: left;
width: 150px;
}
form input, form select, form textarea {
padding: 5px;
color: #333333;
border: 1px solid #ddd;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#444;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
form input.formbutton {
border: none;
background: #444;
color: #ffffff;
font-weight: bold;
padding: 6px 10px;
font-size: 12px;
letter-spacing: 1px;
width: auto;
overflow: visible;
}
form.searchform input {
font-size: 15px;
padding: 6px;
}
form.searchform p {
margin: 5px 0;
}
span.required {
color: #ff0000;
}
h1 {
color: #000;
font-size: 35px;
font-family: 'Exo 2', Arial, sans-serif;
}
h2 {
color: #000;
font-size: 32px;
letter-spacing: 0px;
font-weight: normal;
padding: 0 0 5px;
margin: 0;
font-family: 'Exo 2', Arial, sans-serif;
}
h3 {
color: #00A0EB;
font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
letter-spacing: -1px;
font-family: 'Exo 2', Arial, sans-serif;
}
h4 {
font-family: 'Exo 2', Arial, sans-serif;
color: #FF6D29;
font-size: 18px;
font-weight: normal;
padding-bottom: 10px;
}
h5 {
padding-bottom: 10px;
font-size: 16px;
color: #999;
}
ul, ol {
margin: 0 0 35px 35px;
}
li {
padding-bottom: 5px;
}
li ol, li ul {
font-size: 1.0em;
margin-bottom: 0;
padding-top: 5px;
}
.width {
width: 960px;
margin: 0 auto;
}
.container {
width: “*”
}
#xcontainer {
background-color: #fff;
width: 980px;
margin: 0 auto;
}
#container {
background-color: #fd6;
width: *;
margin: 0 auto;
}
header {
padding: 30px 20px;
background: #444;
margin: 0 auto;
text-align:left;
}
header h1 a, header h1 a:hover {
color: #fff;
font-size: 55px;
font-weight: normal;
letter-spacing: -2px;
line-height:45px;
text-decoration: none;
text-transform: lowercase;
}
header h1 a span {
color: #00A0EB;
}
header h2 {
xcolor: #555;
color: white;
font-size: 13px;
font-weight: 200;
letter-spacing: 0;
}
nav {
xbackground-color: #222;
background-color: grey;
xbackground-color: ;#FD6;
border-bottom: 2px solid #eee;
height: 45px;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav ul li {
float: left;
display: block;
padding: 0;
}
nav ul li a {
xcolor: #6f6f6f;
xcolor: yellow;
color: #fd6;
display: block;
font-family: 'Exo 2',Arial,sans-serif;
font-size: 13px;
letter-spacing: 0;
margin: 0;
padding: 15px 17px;
text-decoration: none;
text-transform: uppercase;
}
nav ul li.selected a,
nav ul li.selected a:hover {
xcolor: #fff;
xcolor: #fd6;
xcolor: grey;
color: #444;
font-weight:bold;
}
nav ul li a:hover {
color: #eee;
text-decoration: none;
}
img.header-image { padding-top: 10px;
margin-bottom: -3px; }
#body {
background: none;
margin: 5px auto 0;
padding: 0;
clear: both;
}
#content {
float: left;
width: 71%;
}
article {
padding: 10px 10px 20px 5px;
}
article h2 {
font-weight: bold;
padding-bottom: 0;
}
article .article-info {
color: #999999;
font-size: 12px;
font-style: italic;
padding: 0 0 10px 0;
}
article .article-info a {
color: #666;
}
.sidebar {
float: right;
width: 28%;
margin-top: 10px;
}
.sidebar h4 {
padding-bottom: 0;
font-size: 15px;
font-weight: 100;
color: #fff;
padding: 7px 7px;
background-color: #00A0EB;
border-bottom: 3px solid #eee;
}
.sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar ul li {
margin-bottom: 20px;
line-height: 1.9em;
}
.sidebar li ul {
list-style: none outside none;
margin: 0px;
}
.sidebar li ul li {
display: block;
border-top: none;
padding: 7px;
margin: 0;
line-height: 1.5em;
font-size: 13.5px;
}
.sidebar li ul li.text {
border-bottom: none;
}
.sidebar li ul li a {
font-weight: normal;
color: #666;
}
.sidebar li ul li a:hover {
color: #000;
}
.sidebar li ul li a.readmore {
color: #00A0EB;
font-weight: bold;
}
.sidebar li ul li a.readmore:hover {
color: #FF6D29;
}
.clear {
clear: both;
}
footer {
margin:20px auto 0;
background: #222;
border-top: 2px solid #eee;
}
footer p {
text-align: left;
color: #ccc;
font-size: 12px;
margin: 0;
padding: 0;
}
footer p a {
xcolor: #ccc;
color: red;
font-weight: bold;
}
.footer-content {
padding: 20px 25px 30px;
}
footer .footer-content ul {
width: 260px;
list-style: none;
margin: 0 65px 0 0;
padding: 0;
float: left;
}
footer .footer-content li {
padding: 5px 5px;
}
footer .footer-content li a, footer .footer-content h4 {
}
footer .footer-content li a {
color: #505050;
font-size: 13px;
text-decoration: underline;
}
footer .footer-content li a:hover {
color: #909090;
}
footer .footer-content h4 {
color: #80D7FF;
font-size: 20px;
font-weight: normal;
padding-bottom: 0;
}
footer .footer-content ul.endfooter {
margin-right: 0;
}
footer .footer-bottom {
padding: 10px;
text-align: center;
background-color: #999;
}
footer .footer-bottom p {
text-align: center;
}
footer .footer-bottom p, footer .footer-bottom p a {
xcolor: #666;
color: white;
font-family: Verdana;
}
</style>
</head>
<body>
<div id="container">
<header>
<div class="width">
<h1><a href="/">William<span>Gilreath</span></a></h1>
<h2>Multifaceted, versatile software development engineer, computer scientist, and writer.</h2>
</div>
</header>
</div>
<nav>
<div class="width">
<ul>
<li class="start selected"><a href="index.html">Home</a></li>
<li><a href="#Blog">Blog</a></li>
<li><a href="#Research Papers">Research Papers</a></li>
<li><a href="#Source Code">Source Code</a></li>
<li><a href="#Technical Writings">Technical Writings</a></li>
<li><a href="#Web Apps">Web Apps</a></li>
<li><a href="#Me">Me</a></li>
</ul>
</div>
</nav>
<div id="body" class="width">
<br/>
<br/>
<article>
<a name="About">
<h2>About</h2></a>
<br/>
<h3>Hello! I'm <strong>William Gilreath.</strong></h3>
<h4>I am a multifaceted software engineer, web developer, mathematician, and computer scientist.</h4>
<br/>
<p style="width: 950px;"> I love working with software--developing, testing, writing, and analyzing. In my spare time, I write both code and technical articles, and narrative prose--novels, short stories, book chapters, and poetry.
I am showcasing some of the algorithms, code, programming languages, research papers, and web apps I have created, written, and published. </p>
</article>
<article>
<a name="Blog">
<h2>Blog</h2></a>
<br/>
<p style="width: 950px;">I have an inactive blog about my technical dabblings and other things...entitled
<a href="http://wgilreath.blogspot.com/">"Much Ado About Nothing"</a> where I write about this, that, and the other, but not of late.
<br/>
<h3>ZeptoN</h3>
<p>
For a current project, a new programming language "ZeptoN" I have an active blog...ZeptoN extends Java by adding a program entity, and being completely Java syntax and concept compatible....the
<a href="https://zepton-lang.blogspot.com/">ZeptoN Programming Language</a>.
</p>
<h4>ZeptoN Code Example...</h4>
<code>
<br/>
<br/> package zepton.demo;
<br/>
<br/> prog helloWorld {
<br/> do
<br/>
<br/> printf("Hello World!!!%n");
<br/> exit(0);
<br/>
<br/> }
<br/>
<br/>
</code>
<br/>
</p>
</article>
<article>
<a name="Research Papers">
<h2>Research Papers</h2></a>
<br/>
<p style="width: 950px;">Here are some theoretical research papers I have written, and have been published by the <a href="http://gsjournal.net/">General Science Journal</a>.
</p>
<ul>
<li>
<p>
<a href="http://gsjournal.net/Science-Journals/Research%20Papers/View/6667">
Division by Zero Fallacies using Transmathematics </a> - examines
classic division by zero fallacies but from transmathematics
perspective. </p></li>
<li>
<p>
<a href="http://gsjournal.net/Science-Journals/Research%20Papers/View/6855">
Instruction Set Completeness Theorem: Concept, Relevance, Proof, and
Example for Processor Architecture </a> - a mathematical examination
from formal proof to an example instruction set about the correctness
of the theorem.
</p>
</li>
<li>
<p>
<a href="http://gsjournal.net/Science-Journals/Research%20Papers/View/7240">
Non-Negative in Value, but Absolute in Function by a Magnum and Parabolin—the
Cogent Value Function </a> - mathematical re-definition of the absolute value
function that has different properties and does what the existing absolute
value function can not.
</p>
</li>
</ul>
</article>
<article>
<a name="Source Code">
<h2>Source Code</h2></a>
<br/>
<p style="width: 950px;">
<ul>
<li><p>
<a href="https://github.com/wgilreath/KVaaS">
</a><a href="https://wgilreath.github.io/DBXShell/">DBXShell</a> - the DropBoX shell connects to a <a href="https://www.dropbox.com/">DropBox storage account</a>, and perform file and folder operations in command-line interface client.</p></li>
<li><p>
<a href="https://github.com/wgilreath/KVaaS">
KVaaS</a> - a Java library for using the key/value as a service (<a href="https://keyvalue.xyz/">keyvalue.xyz</a>) online web data store.</p></li>
<li><p>
<a href="https://drive.google.com/drive/folders/1aYiZ8sE5HZx7m3LIArrqolbnTcoR7PiM?usp=sharing">Boz</a> - compiler for a programming language "Boz" (a penname of Charles Dickens) developed using <a href="https://javacc.org/"> JavaCC</a>.</p></li>
<li><p>
<a href="https://drive.google.com/drive/folders/10OixbMS0Db4w260Mg2FMu3PKGOmnqfWl?usp=sharing">
Hash Sort</a> - sorting by hashing into a matrix.</p>
</li>
<li><p>
<a href="https://drive.google.com/drive/folders/1gO19mOJcvOEqxXKIWlZg1UlxnPW1vy49?usp=sharing">XML
Tokenizer</a> - XML tokenization into tags, attributes, text--a XML token stream.<br>
</p></li>
<li><p>
<a href="https://drive.google.com/drive/folders/1e9uz4WbuqcHuy5F0rLElM_lCT7xsmmr6?usp=sharing">
Binar Shuffle/Sort</a> - shuffle (unsorting) and sorting by using
bits of binary datum.</p></li>
<li><p>
<a href="https://github.com/wgilreath/funcl"> FunCL </a>
- interpreter for the FUNctor Clause Language, a functional style
programming language that is both like Forth and LISP but without the
reverse Polish notation or parenthesis.
</p></li>
</ul>
<h3>FunCL Code Example...</h3>
<code>
<br/>
DEF HELLOWORLD<br/>
PUSH EOLN PUSH "Hello World!!!" ECHO ECHO .<br/>
HELLOWORLD<br/>
.<br/>
<br/>
</code>
<br/>
</p>
</article>
<article>
<a name="Technical Writings">
<h2>Technical Writings</h2></a>
<br/>
<p style="width: 950px;">
<ul>
<li><p>
<a href="https://sites.google.com/site/comparchampsite/Home"> Computer
Architecture: A Minimalist Perspective</a> - a computer architecture
textbook that explores ultimate minimalism of a computer with only one
instruction.</p></li>
<li><p>
<a href="https://www.amazon.com/Non-Negative-Absolute-Functionthe-Cogent-Function/dp/3659947113/"> Non-Negative in Value Absolute in Function--the Cogent Value Function</a> - a short mathematics
textbook that explores the redefinition of the absolute value function that <span style="font-weight: bold; font-style: italic;">is</span> differentiable at zero.</p></li>
<li><p>
<a href="https://arxiv.org/abs/cs/0610020">XString</a>
- a method of "flattening" an XML document into a linear string; then
an XML document can be handled as a string. Interestingly, one could
embed XML in XML using an XString.<br>
</p></li>
<li><p>
<a href="https://arxiv.org/abs/cs/0408040"> Hash Sort: A Linear Time
Complexity Multi-Dimensional Sorting Algorithm</a> - a sorting
algorithm that uses hashing within a N x N matrix. </p></li>
<li><p><a href="https://arxiv.org/abs/0811.3448"> Binar Sort: A Linear
Generalized Sorting Algorithm</a> - a sorting algorithm that partitions like a QuickSort but uses
extracted bits from the datum element to sort the data into an ordered
permutation. </p></li>
<li><p><a href="https://arxiv.org/abs/0811.3449"> Binar Shuffle: Shuffling Bit
by Bit</a><span style="text-decoration: underline;"> </span>- a shuffle algorithm that uses a "bit schedule" to
shuffle each datum element into a random permutation.</p></li>
<li><p> <a href="https://drive.google.com/file/d/0B0bOnp0L3T-qYTM0MDMzM2QtMTE5NS00ODE4LWI0NDYtMjhhYmJkZjNhYjZl/view?usp=sharing">
Mynx Programming Language</a><span style="text-decoration: underline;"> </span>- the user manual for a programming language I developed that is
Pascal/Algol-style syntax, but an object-oriented programming language.
</p></li>
<li><p> <a href="https://drive.google.com/open?id=1AVSar4nODkf5VKhFOCcPYFAM7s_8rJJ_">
Boz Programming Language</a> - the user manual for the the Boz programming language that I developed
that is a "duck typed" object-oriented programming language. <br>
</p></li>
</ul>
</p>
</article>
<article>
<a name="Web Apps">
<h2>Web Apps</h2></a>
<br/>
<p style="width: 950px;">
<ul>
<li> <p>
<a href="https://wgilreath.github.io/sequrama.html"> SEQu-RAmA </a> - the Search Engine QUery - Results AccuMulator Aggregator. A <a href="https://informationtwist.wordpress.com/2014/05/16/sequrama-search-project/">"super search"</a> engine that searches via other search engines around the planet...search of search. Essentially, a web scraping search engine that searches and combines results among different search engines. <a href="https://www.linkedin.com/pulse/seek-ye-shall-search-william-gilreath/">Shortpaper on LinkedIn</a> or <a href="https://wgilreath.github.io/SEQu-RAmA_Whitepaper.pdf">Whitepaper (PDF)</a>
</p>
</li>
</ul>
</article>
<article>
<a name="Me">
<h2>Me</h2></a>
<br/>
<p style="width: 950px;">
I am a computer scientist, software development engineer, mathematician, poet, writer.
<ul>
<li><p>
<a href="https://www.linkedin.com/in/wfgilreath/"> LinkedIn</a> - my LinkedIn profile.
</p></li>
<li><p>
<a href="https://about.me/williamgilreath"> About.Me</a> - my about.me profile.
</p></li>
<li><p>
<a href="https://wgilreath.github.io/WilliamGilreathResume2018.pdf"> Resume</a> - my resume as a PDF.
</p></li>
</ul>
</p>
</article>
<p align="center">
<a href="#About">About</a> |
<a href="#Blog">Blog</a> |
<a href="#Research Papers">Research Papers</a> |
<a href="#Source Code">Source Code</a> |
<a href="#Technical Writings">Technical Writings</a> |
<a href="#Web Apps">Web Apps</a> |
<a href="#Me">Me</a>
</p>
</div>
<footer>
<div class="footer-bottom">
<p>© Copyright 2019 by <a style='text-decoration:none; text-underline:none' href="mailto:will.f.gilreath@gmail.com">William F. Gilreath</a>. All Rights Reserved. </p>
</div>
</footer>
</body>
</html>