master
Edward Shen 2019-04-10 19:30:39 -04:00
commit ad607b2f07
Signed by: edward
GPG Key ID: F350507060ED6C90
4 changed files with 171 additions and 0 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
man.eddie.sh

78
edward-shen.man Normal file
View File

@ -0,0 +1,78 @@
.TH edward-shen 1 "2019-04-10" "4.3.2" "Edward Shen Manual"
.SH NAME
edward-shen \- some random software developer
.SH SYNOPSIS
Honors candidate for a Bachelor of Science in Computer Science at
Northeastern University with a 3.81 GPA, expecting to gradudate in 2021.
Classes taken include but not limited to:
Data Collection, Integration, and Analysis; Machine Learning/Data
Mining 1; Algorithms and Data; Object-Oriented Design; Discrete
Structures; Networks and Distributed Systems; Logic and Computation
.SH DESCRIPTION
Edward Shen is compatible with many languages. However, some are
more compatible than others:
Proficient: JavaScript (Node.js), Java, HTML5, CSS
.br
Familiar: Rust, Python, Typescript, Latex
.br
Explored: C/C++, Ruby, Racket
Edward Shen is also compatbile with some frameworks:
ReactJS, GraphQL, Sass
Finally, there's some integration with some miscellaneous tools:
Git, Jekyll, (Arch) Linux, Zsh, VS Code, Raspberry Pi
.SH EXAMPLES
Software Engineer Intern @ Datto - 2019-08-19 to 2019-12-20
.br
Worked on the Backupify team.
Production Engineer Intern @ Facebook - 2019-05-13 to 2019-08-02
.br
Team TBD.
.SH SEE ALSO
Dotfile \- A Rust CLI to manage config my Arch linux config files. Has
advanced capabilities to assign post-install installations.
MagicMirror\*{2\*} Modules \- Multiple modules developed for a smart
mirror platform. Includes a modules to show MBTA station data and a
module page multiplexer. Gets around 50 downloads every week.
Harmony \- Husky Hacks Hackathon winner. Peer-to-peer encrypted group
messaging system based on the (n+1)sec protocol, offering deniable
distributed communications and forward secrecy.
.SH BUGS
Edward Shen has a few bugs. However, these bugs are minor, and will not
affect daily usage of Edward Shen. The following list is a set of
notable bugs:
#402: Edward Shen contains 20% bloat as consequence of design choices.
We are currently looking into a solution.
#421: Edward Shen requires a lot of resources to run. Notably, we see
that Edward Shen requires a lot of caffeine more work is done.
.SH AUTHOR
Edward Shen <code@eddie.sh> - Primary Author
Edward Shen is only possible thanks to two upstream projects, which are
closed sourced and have requested to remain anonymous. A sister project
has also greatly contributed to Edward Shen.
We would also like to thank all contributors and friends who had helped
develop Edward Shen.
.SH COPYRIGHT
This man page is under GPLv3 or later. To use Edward Shen for any
purpose, please contact Edward Shen <code@eddie.sh> to request a
license.

57
index.html Normal file
View File

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Edward Shen Manual</title>
<style>
body, p, h1 {
font-family: monospace;
display: inline-block;
max-width: 73ch;
width: 73ch;
margin: 0;
line-height: 1rem;
font-size: 1rem;
word-wrap: wrap;
}
body { margin: 1rem }
p { margin-left: 7ch; margin-bottom: 1rem }
.formatted { margin-left: 0; white-space: pre }
</style>
</head>
<body>
<p class="formatted">EDWARD-SHEN(1) Edward Shen Manual EDWARD-SHEN(1)</p><h1>NAME</h1>
<p>edward-shen - some random software developer</p>
<h1>SYNOPSIS</h1>
<p>Honors candidate for a Bachelor of Science in Computer Science at Northeastern University with a 3.81 GPA, expecting to gradudate in 2021.</p>
<p>Classes taken include but not limited to: Data Collection, Integration, and Analysis; Machine Learning/Data Mining 1; Algorithms and Data; Object-Oriented Design; Discrete Structures; Networks and Distributed Systems; Logic and Computation</p>
<h1>DESCRIPTION</h1>
<p>Edward Shen is compatible with many languages. However, some are more compatible than others:</p>
<p>Proficient: JavaScript (Node.js), Java, HTML5, CSS<br />
Familiar: Rust, Python, Typescript, Latex<br />
Explored: C/C++, Ruby, Racket</p>
<p>Edward Shen is also compatbile with some frameworks:</p>
<p>ReactJS, GraphQL, Sass</p>
<p>Finally, there's some integration with some miscellaneous tools:</p>
<p>Git, Jekyll, (Arch) Linux, Zsh, VS Code, Raspberry Pi</p>
<h1>EXAMPLES</h1>
<p>Software Engineer Intern @ Datto - 2019-08-19 to 2019-12-20<br />
Worked on the Backupify team.</p>
<p>Production Engineer Intern @ Facebook - 2019-05-13 to 2019-08-02<br />
Team TBD.</p>
<h1>SEE ALSO</h1>
<p>Dotfile - A Rust CLI to manage config my Arch linux config files. Has advanced capabilities to assign post-install installations.</p>
<p>MagicMirror2 Modules - Multiple modules developed for a smart mirror platform. Includes a modules to show MBTA station data and a module page multiplexer. Gets around 50 downloads every week.</p>
<p>Harmony - Husky Hacks Hackathon winner. Peer-to-peer encrypted group messaging system based on the (n+1)sec protocol, offering deniable distributed communications and forward secrecy.</p>
<h1>BUGS</h1>
<p>Edward Shen has a few bugs. However, these bugs are minor, and will not affect daily usage of Edward Shen. The following list is a set of notable bugs:</p>
<p>#402: Edward Shen contains 20% bloat as consequence of design choices. We are currently looking into a solution.</p>
<p>#421: Edward Shen requires a lot of resources to run. Notably, we see that Edward Shen requires a lot of caffeine more work is done.</p>
<h1>AUTHOR</h1>
<p>Edward Shen &lt;code@eddie.sh&gt; - Primary Author</p>
<p>Edward Shen is only possible thanks to two upstream projects, which are closed sourced and have requested to remain anonymous. A sister project has also greatly contributed to Edward Shen.</p>
<p>We would also like to thank all contributors and friends who had helped develop Edward Shen.</p>
<h1>COPYRIGHT</h1>
<p>This man page is under GPLv3 or later. To use Edward Shen for any purpose, please contact Edward Shen &lt;code@eddie.sh&gt; to request a license.</p><p class="formatted">3.2.4 2019-04-10 EDWARD-SHEN(1)</p>
</body>
</html>

35
man-to-html Executable file
View File

@ -0,0 +1,35 @@
#!/usr/bin/env bash
read -r -d '' front << EOF
<!DOCTYPE html>
<html lang="en">
<head>
<title>Edward Shen Manual</title>
<style>
body, p, h1 {
font-family: monospace;
display: inline-block;
max-width: 73ch;
width: 73ch;
margin: 0;
line-height: 1rem;
font-size: 1rem;
word-wrap: wrap;
}
body { margin: 1rem }
p { margin-left: 7ch; margin-bottom: 1rem }
.formatted { margin-left: 0; white-space: pre }
</style>
</head>
<body>
<p class="formatted">EDWARD-SHEN(1) Edward Shen Manual EDWARD-SHEN(1)</p>
EOF
read -r -d '' back << EOF
<p class="formatted">3.2.4 2019-04-10 EDWARD-SHEN(1)</p>
</body>
</html>
EOF
echo "$front$(pandoc -f man -t html "$1")$back" > "$2"