commit ad607b2f072f7ef7846bd463f2585de1a46f9fd4 Author: Edward Shen Date: Wed Apr 10 19:30:39 2019 -0400 lol diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..d39f711 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +man.eddie.sh diff --git a/edward-shen.man b/edward-shen.man new file mode 100644 index 0000000..aeb1052 --- /dev/null +++ b/edward-shen.man @@ -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 - 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 to request a +license. diff --git a/index.html b/index.html new file mode 100644 index 0000000..2cc2862 --- /dev/null +++ b/index.html @@ -0,0 +1,57 @@ + + + +Edward Shen Manual + + + + +

EDWARD-SHEN(1) Edward Shen Manual EDWARD-SHEN(1)

NAME

+

edward-shen - some random software developer

+

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

+

DESCRIPTION

+

Edward Shen is compatible with many languages. However, some are more compatible than others:

+

Proficient: JavaScript (Node.js), Java, HTML5, CSS
+Familiar: Rust, Python, Typescript, Latex
+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

+

EXAMPLES

+

Software Engineer Intern @ Datto - 2019-08-19 to 2019-12-20
+Worked on the Backupify team.

+

Production Engineer Intern @ Facebook - 2019-05-13 to 2019-08-02
+Team TBD.

+

SEE ALSO

+

Dotfile - A Rust CLI to manage config my Arch linux config files. Has advanced capabilities to assign post-install installations.

+

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.

+

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.

+

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.

+

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.

+

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.

3.2.4 2019-04-10 EDWARD-SHEN(1)

+ + diff --git a/man-to-html b/man-to-html new file mode 100755 index 0000000..90f0d7b --- /dev/null +++ b/man-to-html @@ -0,0 +1,35 @@ +#!/usr/bin/env bash + +read -r -d '' front << EOF + + + +Edward Shen Manual + + + + +

EDWARD-SHEN(1) Edward Shen Manual EDWARD-SHEN(1)

+EOF + +read -r -d '' back << EOF +

3.2.4 2019-04-10 EDWARD-SHEN(1)

+ + +EOF + +echo "$front$(pandoc -f man -t html "$1")$back" > "$2"