commit 225bd0f59e642de4dd0330a12746eeda56286da6
parent 80be860aa6798159a32a91aa6a2d5ef46680e4ee
Author: Reagan <rfische2@uccs.edu>
Date: Thu, 22 Aug 2024 11:16:36 -0600
Clean up, make it sound better
Diffstat:
8 files changed, 11 insertions(+), 84 deletions(-)
diff --git a/about.html b/about.html
@@ -28,7 +28,7 @@
<body>
<header style="padding: 20px 0; text-align: center;">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
+ <h1>Reagan's Code Corner</h1>
<nav style="display: inline-block;">
<a href="/">Home</a> |
<a href="/projects.html">Projects</a> |
diff --git a/blog.html b/blog.html
@@ -28,7 +28,7 @@
<body>
<header style="padding: 20px 0; text-align: center;">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
+ <h1>Reagan's Code Corner</h1>
<nav style="display: inline-block;">
<a href="/">Home</a> |
<a href="/projects.html">Projects</a> |
diff --git a/blog/libc_22oct23.html b/blog/libc_22oct23.html
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Welcome to my alright blog">
- <meta name="author" content="Reagan Fischer">
- <title>Reagan Fischer's Website</title>
- <link rel="stylesheet" href="/inter.css">
- <link rel="stylesheet" href="/new.css">
- <link rel="icon" type="image/x-icon" href="/images/win95.png">
- <link rel="apple-touch-icon" href="/images/win95.png">
-</head>
-
-<body>
- <header style="padding: 20px 0; text-align: center;">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
- <nav style="display: inline-block;">
- <a href="/">Home</a> |
- <a href="/projects.html">Projects</a> |
- <a href="/blog.html">Blog</a> |
- <a href="/resume.pdf">Resume</a> |
- <a href="/contact.html">Contact Me</a> |
- <a href="/cat/index.html">Cat</a>
- </nav>
- </header>
-
- <main>
- TODO PUT STUFF HERE
- </main>
-
- <footer>
- <hr>
- <p style="text-align: center; font-size: 0.75em;">© Copyright 2024. Made with <a
- href="https://newcss.net/">love and NewCSS</a> by Reagan Fischer.</p>
- <hr>
- </footer>
- <script defer>
- var _paq = window._paq = window._paq || [];
- /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function () {
- var u = "//matomo.thespringstechguy.com/";
- _paq.push(['setTrackerUrl', u + 'matomo.php']);
- _paq.push(['setSiteId', '1']);
- var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
- g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
- })();
- </script>
-</body>
-
-</html>-
\ No newline at end of file
diff --git a/contact.html b/contact.html
@@ -15,7 +15,7 @@
<body>
<header style="padding: 20px 0; text-align: center;">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
+ <h1>Reagan's Code Corner</h1>
<nav style="display: inline-block;">
<a href="/">Home</a> |
<a href="/projects.html">Projects</a> |
diff --git a/index.html b/index.html
@@ -27,7 +27,7 @@
<body>
<header style="padding: 20px 0; text-align: center;">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
+ <h1>Reagan's Code Corner</h1>
<nav style="display: inline-block;">
<a href="/">Home</a> |
<a href="/projects.html">Projects</a> |
@@ -59,31 +59,9 @@
<h2>Hello and welcome to my website!</h2>
<p>Hi. My name is Reagan Fischer. I'm a Computer Science and Mathematics major at UCCS with interests in
- cryptography, embedded systems engineering, programming languages, and operating systems development. On the
- math side of things, I'm particularly interested in how new developments in areas like abstract algebra and
- graph theory can lead to improvements in algorithms.</p>
+ embedded systems engineering, compilers, and operating systems. I'm creating this website to collate my
+ projects and share my code. I hope you find something you enjoy!</p>
- <p>I'm curious by nature, and love getting the chance to understand and create things. I enjoy
- most topics that have something to do with math, electronics, or software. I've also recently taken an
- interest in hiking and rock-climbing. As someone who grew up surrounded by nature, I always appreciate an
- opportunity to unplug and get out into the world. </p>
-
- <p>While this site is still under construction, it'll soon have lots of content. Feel free to look around, I'm
- sure you'll find
- something that interests you!</p>
-
- <p>I'm a proud supporter of the open source software (OSS) community. All of the work here is published under a
- free (as in freedom) license (GPLv3 generally). If you're interested in learning more about why open source
- is important, I'd recommend <a
- href="https://www.gnu.org/philosophy/free-software-even-more-important.html">this prescient article by
- Richard Stallman</a>, a software developer and staunch advocate for the cause.</p>
- <blockquote><i>To do the Unix philosophy right, you have to be loyal to excellence. You have to believe that
- software design is a craft worth all the intelligence, creativity, and passion you can muster. Otherwise
- you won’t look past the easy, stereotyped ways of approaching design and implementation; you’ll rush
- into coding when you should be thinking. You’ll carelessly complicate when you should be relentlessly
- simplifying — and then you’ll wonder why your code bloats and debugging is so hard.<br><a
- href="http://www.catb.org/~esr/writings/taoup/html/">-- The Art Of Unix Programming</a></i>
- </blockquote>
</main>
<footer>
<hr>
diff --git a/projects.html b/projects.html
@@ -41,7 +41,7 @@
<body>
<header style="padding: 20px 0; text-align: center">
- <h1>Reagan Fischer's Blog/Portfolio</h1>
+ <h1>Reagan's Code Corner</h1>
<nav style="display: inline-block">
<a href="/">Home</a> | <a href="/projects.html">Projects</a> |
<a href="/blog.html">Blog</a> | <a href="/resume.pdf">Resume</a> |
diff --git a/projects/cminus/lexer.lit b/projects/cminus/lexer.lit
@@ -0,0 +1,4 @@
+@code_type c .c
+@comment_type /* %s */
+@compiler lit -t lexer.lit && gcc -Wall -Wextra -Wpedantic -Wstrict-aliasing=3 -Wwrite-strings -Wvla -Wcast-align=strict -Wstrict-prototypes -Wstringop-overflow=4 -Wshadow -fanalyzer tokenizer.c input.c hash_table.c -D TOK_TEST -g -O0 && rm a.out
+
diff --git a/projects/cminus/lexer.png b/projects/cminus/lexer.png
Binary files differ.