-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
96 lines (80 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>!man ed</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="ed.css"/>
</head>
<body>
<div id="content">
<h2 class="header-footer">
<div class="first">ED(3)</div>
<div class="second">Edward Minnix's Manual</div>
<div class="third">ED(3)</div>
</h2>
<section>
<h3>NAME</h3>
<p><b>ed</b> -- the standard text editor</p>
</section>
<section>
<h3>SYNOPSIS</h3>
<p><b>ed</b> [-r] <b><u>minnix</u></b> [-3]</p>
</section>
<section>
<h3>DESCRIPTION</h3>
<p>
<b>ed</b> is a developer as well as a course assistant and
cybersecurity student at <a href="https://stevens.edu">Stevens Institute of Technology</a>.
</p>
<p>
He is fond of free and open source software such as <a href="https://gnu.org/software/emacs">
emacs(1)</a>, <a href="https://www.mozilla.org/en-US/firefox/">firefox(1)</a>, and
<a href="https://python.org">python(1)</a>. He is experienced with writing software in several
programming languages, including Python, C, C#, Java, OCaml, and several Lisps.
</p>
<p>
<b>ed</b> is interested in both low and high level systems. He enjoys studying how compilers
generate code and how code is executed at the Assembly level. He also enjoys designing code using
mathematical and higher level constructs (insert monad joke here).
</p>
</section>
<section>
<h3>LIMITATIONS</h3>
<p><b>ed</b> can never seem to be content with his <b><u>emacs(1)</u></b> configuration.</p>
</section>
<section>
<h3>REGULAR EXPRESSIONS</h3>
<p>
Things which <b>ed</b> can regularly be heard saying include `just use
<a href="https://www.gnu.org/software/emacs/">emacs(1)</a>', `I once wrote that in 2 lines of
<b><u>awk(1)</u></b>', and `the math is not that hard'.
</p>
</section>
<section>
<h3>SEE ALSO</h3>
<p>
<a href="mailto:egregius313@gmail.com">mail(1)</a>,
<a href="https://github.com/egregius313">git(1)</a>,
<a href="https://ed.minni.xyz/resume.pdf">resume(4)</a>,
<a href="http://linkedin.minni.xyz">linkedin(4)</a>,
<a href="https://ed.minni.xyz/menu">menu(3x)</a>,
<a href="https://github.com/egregius313/dotfiles/tree/master/.ihsec/default">init.el(4)</a>
</p>
</section>
<section>
<h3>HISTORY</h3>
<p>The first version of <b>ed</b> appeared in 1946. The current version appeared in 1998.</p>
</section>
<section>
<h3>BUGS</h3>
<p><b>ed</b> starts to perform very poorly when using solely Windows for an extended period of time.</p>
</section>
<!-- <p>Ed was here.</p> -->
<h2 class="header-footer">
<div>ERM</div>
<button action="console.log('hello')">:(){:|:&;}:</button>
<div>ERM</div>
</h2>
</div>
</body>
</html>