From dc292817d626265897d9ebdc64f801d59288209b Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 8 Mar 2025 12:01:12 -0500 Subject: Initial Go Rewrite --- static/.DS_Store | Bin 6148 -> 6148 bytes static/404.md | 4 -- static/business_card | 13 ------ static/card | 13 ++++++ static/favicon.ico | Bin 15406 -> 0 bytes static/images/LOGO_21x127.png | Bin 1218 -> 0 bytes static/images/LOGO_21x127.svg | 78 --------------------------------- static/images/LOGO_Transparent.png | Bin 800 -> 0 bytes static/images/LOGO_Transparent.svg | 74 ------------------------------- static/images/SideFlareGreen.svg | 3 -- static/images/SideFlarePurple.svg | 3 -- static/images/favicon.xcf | Bin 102074 -> 0 bytes static/images/menu.svg | 3 -- static/images/wave.svg | 3 -- static/logo/FirstInitialLogo.svg | 60 ------------------------- static/logo/FullNameLogo.svg | 60 ------------------------- static/logo/favicon.png | Bin 2494 -> 0 bytes static/logo/favicon.svg | 67 ---------------------------- static/logo/favicon16.png | Bin 777 -> 0 bytes static/logo/favicon32.png | Bin 1676 -> 0 bytes static/logos/FirstInitialLogo.svg | 60 +++++++++++++++++++++++++ static/logos/FullNameLogo.svg | 60 +++++++++++++++++++++++++ static/logos/favicon.png | Bin 0 -> 2494 bytes static/logos/favicon.svg | 67 ++++++++++++++++++++++++++++ static/logos/favicon16.png | Bin 0 -> 777 bytes static/logos/favicon32.png | Bin 0 -> 1676 bytes static/notes.html | 10 ----- static/old/favicon.ico | Bin 0 -> 15406 bytes static/old/images/LOGO_21x127.png | Bin 0 -> 1218 bytes static/old/images/LOGO_21x127.svg | 78 +++++++++++++++++++++++++++++++++ static/old/images/LOGO_Transparent.png | Bin 0 -> 800 bytes static/old/images/LOGO_Transparent.svg | 74 +++++++++++++++++++++++++++++++ static/old/images/SideFlareGreen.svg | 3 ++ static/old/images/SideFlarePurple.svg | 3 ++ static/old/images/favicon.xcf | Bin 0 -> 102074 bytes static/old/images/menu.svg | 3 ++ static/old/images/wave.svg | 3 ++ static/testpage.html | 75 ------------------------------- 38 files changed, 364 insertions(+), 453 deletions(-) delete mode 100755 static/404.md delete mode 100755 static/business_card create mode 100755 static/card delete mode 100755 static/favicon.ico delete mode 100755 static/images/LOGO_21x127.png delete mode 100755 static/images/LOGO_21x127.svg delete mode 100755 static/images/LOGO_Transparent.png delete mode 100755 static/images/LOGO_Transparent.svg delete mode 100755 static/images/SideFlareGreen.svg delete mode 100755 static/images/SideFlarePurple.svg delete mode 100755 static/images/favicon.xcf delete mode 100755 static/images/menu.svg delete mode 100755 static/images/wave.svg delete mode 100644 static/logo/FirstInitialLogo.svg delete mode 100644 static/logo/FullNameLogo.svg delete mode 100644 static/logo/favicon.png delete mode 100644 static/logo/favicon.svg delete mode 100644 static/logo/favicon16.png delete mode 100644 static/logo/favicon32.png create mode 100644 static/logos/FirstInitialLogo.svg create mode 100644 static/logos/FullNameLogo.svg create mode 100644 static/logos/favicon.png create mode 100644 static/logos/favicon.svg create mode 100644 static/logos/favicon16.png create mode 100644 static/logos/favicon32.png delete mode 100644 static/notes.html create mode 100755 static/old/favicon.ico create mode 100755 static/old/images/LOGO_21x127.png create mode 100755 static/old/images/LOGO_21x127.svg create mode 100755 static/old/images/LOGO_Transparent.png create mode 100755 static/old/images/LOGO_Transparent.svg create mode 100755 static/old/images/SideFlareGreen.svg create mode 100755 static/old/images/SideFlarePurple.svg create mode 100755 static/old/images/favicon.xcf create mode 100755 static/old/images/menu.svg create mode 100755 static/old/images/wave.svg delete mode 100755 static/testpage.html (limited to 'static') diff --git a/static/.DS_Store b/static/.DS_Store index 4ce87e9..14762ed 100644 Binary files a/static/.DS_Store and b/static/.DS_Store differ diff --git a/static/404.md b/static/404.md deleted file mode 100755 index 39aa110..0000000 --- a/static/404.md +++ /dev/null @@ -1,4 +0,0 @@ -
-# 404 Page Not Found -Maybe you want to go to one of the pages in nav bar instead. -
diff --git a/static/business_card b/static/business_card deleted file mode 100755 index 1f838b9..0000000 --- a/static/business_card +++ /dev/null @@ -1,13 +0,0 @@ -╭──────────────────────────────────────────────────────────────╮ -│ │ -│ Jacob McDonnell │ -│ │ -│ Email: jacob@jacobmcdonnell.com │ -│ Web: https://jacobmcdonnell.com/ │ -│ │ -│ GitHub: https://github.com/JacobMcDonnell │ -│ LinkedIn: https://linkedin.com/JacobMcDonnell │ -│ │ -│ Card: curl -sL https://jacobmcdonnell.com/card │ -│ │ -╰──────────────────────────────────────────────────────────────╯ diff --git a/static/card b/static/card new file mode 100755 index 0000000..1f838b9 --- /dev/null +++ b/static/card @@ -0,0 +1,13 @@ +╭──────────────────────────────────────────────────────────────╮ +│ │ +│ Jacob McDonnell │ +│ │ +│ Email: jacob@jacobmcdonnell.com │ +│ Web: https://jacobmcdonnell.com/ │ +│ │ +│ GitHub: https://github.com/JacobMcDonnell │ +│ LinkedIn: https://linkedin.com/JacobMcDonnell │ +│ │ +│ Card: curl -sL https://jacobmcdonnell.com/card │ +│ │ +╰──────────────────────────────────────────────────────────────╯ diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100755 index 2224936..0000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/images/LOGO_21x127.png b/static/images/LOGO_21x127.png deleted file mode 100755 index 22e3daf..0000000 Binary files a/static/images/LOGO_21x127.png and /dev/null differ diff --git a/static/images/LOGO_21x127.svg b/static/images/LOGO_21x127.svg deleted file mode 100755 index c888b2f..0000000 --- a/static/images/LOGO_21x127.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/static/images/LOGO_Transparent.png b/static/images/LOGO_Transparent.png deleted file mode 100755 index 43e6e4f..0000000 Binary files a/static/images/LOGO_Transparent.png and /dev/null differ diff --git a/static/images/LOGO_Transparent.svg b/static/images/LOGO_Transparent.svg deleted file mode 100755 index c4eb9c6..0000000 --- a/static/images/LOGO_Transparent.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/static/images/SideFlareGreen.svg b/static/images/SideFlareGreen.svg deleted file mode 100755 index 130f9f1..0000000 --- a/static/images/SideFlareGreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/SideFlarePurple.svg b/static/images/SideFlarePurple.svg deleted file mode 100755 index 2249c62..0000000 --- a/static/images/SideFlarePurple.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/favicon.xcf b/static/images/favicon.xcf deleted file mode 100755 index 344fd42..0000000 Binary files a/static/images/favicon.xcf and /dev/null differ diff --git a/static/images/menu.svg b/static/images/menu.svg deleted file mode 100755 index 7f1a394..0000000 --- a/static/images/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/wave.svg b/static/images/wave.svg deleted file mode 100755 index 130f9f1..0000000 --- a/static/images/wave.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/logo/FirstInitialLogo.svg b/static/logo/FirstInitialLogo.svg deleted file mode 100644 index d2d13f9..0000000 --- a/static/logo/FirstInitialLogo.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - diff --git a/static/logo/FullNameLogo.svg b/static/logo/FullNameLogo.svg deleted file mode 100644 index 4ee480b..0000000 --- a/static/logo/FullNameLogo.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - diff --git a/static/logo/favicon.png b/static/logo/favicon.png deleted file mode 100644 index e403c28..0000000 Binary files a/static/logo/favicon.png and /dev/null differ diff --git a/static/logo/favicon.svg b/static/logo/favicon.svg deleted file mode 100644 index dfe4bb9..0000000 --- a/static/logo/favicon.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - diff --git a/static/logo/favicon16.png b/static/logo/favicon16.png deleted file mode 100644 index e830c36..0000000 Binary files a/static/logo/favicon16.png and /dev/null differ diff --git a/static/logo/favicon32.png b/static/logo/favicon32.png deleted file mode 100644 index eed6d11..0000000 Binary files a/static/logo/favicon32.png and /dev/null differ diff --git a/static/logos/FirstInitialLogo.svg b/static/logos/FirstInitialLogo.svg new file mode 100644 index 0000000..d2d13f9 --- /dev/null +++ b/static/logos/FirstInitialLogo.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + diff --git a/static/logos/FullNameLogo.svg b/static/logos/FullNameLogo.svg new file mode 100644 index 0000000..4ee480b --- /dev/null +++ b/static/logos/FullNameLogo.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + diff --git a/static/logos/favicon.png b/static/logos/favicon.png new file mode 100644 index 0000000..e403c28 Binary files /dev/null and b/static/logos/favicon.png differ diff --git a/static/logos/favicon.svg b/static/logos/favicon.svg new file mode 100644 index 0000000..dfe4bb9 --- /dev/null +++ b/static/logos/favicon.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + diff --git a/static/logos/favicon16.png b/static/logos/favicon16.png new file mode 100644 index 0000000..e830c36 Binary files /dev/null and b/static/logos/favicon16.png differ diff --git a/static/logos/favicon32.png b/static/logos/favicon32.png new file mode 100644 index 0000000..eed6d11 Binary files /dev/null and b/static/logos/favicon32.png differ diff --git a/static/notes.html b/static/notes.html deleted file mode 100644 index 1653551..0000000 --- a/static/notes.html +++ /dev/null @@ -1,10 +0,0 @@ -
- - -
- - -
- -
- diff --git a/static/old/favicon.ico b/static/old/favicon.ico new file mode 100755 index 0000000..2224936 Binary files /dev/null and b/static/old/favicon.ico differ diff --git a/static/old/images/LOGO_21x127.png b/static/old/images/LOGO_21x127.png new file mode 100755 index 0000000..22e3daf Binary files /dev/null and b/static/old/images/LOGO_21x127.png differ diff --git a/static/old/images/LOGO_21x127.svg b/static/old/images/LOGO_21x127.svg new file mode 100755 index 0000000..c888b2f --- /dev/null +++ b/static/old/images/LOGO_21x127.svg @@ -0,0 +1,78 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/old/images/LOGO_Transparent.png b/static/old/images/LOGO_Transparent.png new file mode 100755 index 0000000..43e6e4f Binary files /dev/null and b/static/old/images/LOGO_Transparent.png differ diff --git a/static/old/images/LOGO_Transparent.svg b/static/old/images/LOGO_Transparent.svg new file mode 100755 index 0000000..c4eb9c6 --- /dev/null +++ b/static/old/images/LOGO_Transparent.svg @@ -0,0 +1,74 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/old/images/SideFlareGreen.svg b/static/old/images/SideFlareGreen.svg new file mode 100755 index 0000000..130f9f1 --- /dev/null +++ b/static/old/images/SideFlareGreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/old/images/SideFlarePurple.svg b/static/old/images/SideFlarePurple.svg new file mode 100755 index 0000000..2249c62 --- /dev/null +++ b/static/old/images/SideFlarePurple.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/old/images/favicon.xcf b/static/old/images/favicon.xcf new file mode 100755 index 0000000..344fd42 Binary files /dev/null and b/static/old/images/favicon.xcf differ diff --git a/static/old/images/menu.svg b/static/old/images/menu.svg new file mode 100755 index 0000000..7f1a394 --- /dev/null +++ b/static/old/images/menu.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/old/images/wave.svg b/static/old/images/wave.svg new file mode 100755 index 0000000..130f9f1 --- /dev/null +++ b/static/old/images/wave.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/testpage.html b/static/testpage.html deleted file mode 100755 index 382cbf2..0000000 --- a/static/testpage.html +++ /dev/null @@ -1,75 +0,0 @@ -

Projects

-

Jed is my own version of jed, currently written in java.

-

Ticalcprograms are a set of small programs written in C for the TI-84 Pluse CE graphing calculator.

-

About

-

I'm Jacob McDonnell. I have been interested in computers since I was young. My father has been in the technology field since before I was born, so I guess that interest came from him.

My interests, with respect to computers, are programming, UNIX/Plan9, and electronics/hardware. I know how to program in Java thanks to a high school course, and I like the language for somethings. Currently I am learning the C programming language with the hopes to write my own operating system one day. In my free time I like to play basketball, row, practice German and Russian, and play guitar.

I do not know what I will do with this website just yet, maybe I will write articles about projects that I am working on.

-
-
-#include <stdio.h>
-
-int
-main(void) {
-printf("hello world\n");
-return 0;
-}
-
-
-
-

JED - Jacob's ed

-

Jed is a line mode text editor written in Java. It is similar to ed but not a clone, infact the commands are changed. It currently works but has much room for improvement.

-

Commands

-

-Jed commands:
-
-q: quits.
-
-w: writes the file.
-
-w: filename: writes with inputted name.
-
-o: filename: opens the file.
-
-a: appends user input to the end of the file.
-
-A: appends user input after the current line.
-
-p: prints the file.
-
-n: prints the file with line numbers.
-
-c: deletes and changes the current line.
-
-d: deletes the current line.
-
-Any integer: changes to that line number.
-
-g/expression/: finds and prints the expression.
-
-%s/expression/newExpression/: replaces an expression
-with new user input through the whole file.
-
-zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
-
-<integer, integer>: prefix works with d
-and s/ex/nex/ for a range of line.
-
-s/expression/newExpression/: replaces an
-expression with new user input in the current line.
-
-h: prints the commands and their description.
-
-

Building Jed

-

-make
-sudo cp jed /usr/bin/jed && sudo cp jed.jar /usr/bin/jed.jar
-
-

TODO

- -
-

Test of Equations

- -
-

-- cgit v1.2.3