Skip to content
View dylanhawley's full-sized avatar

Block or report dylanhawley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dylanhawley/README.md

Hi, I'm Dylan 👋

Software Engineer @ L3Harris

Pinned Loading

  1. class-web-scraper class-web-scraper Public

    Web-scraper used to log into ONE.UF, check class availability, and send student a text when there's an opening.

    JavaScript

  2. Rocketry Rocketry Public

    iOS App for displaying latest launch information, especially in widget form.

    Swift

  3. dylanhawley.github.io dylanhawley.github.io Public

    Personal website, an instance of the custom Jekyll theme I created.

    Ruby

  4. mono-lite mono-lite Public

    Creating my own Jekyll theme.

    SCSS

  5. xor-linked-list xor-linked-list Public

    Doubly Linked List that stores one pointer in each node instead of two. The one pointer is the XOR if the previous and next pointer, making the list memory efficient.

    C++

  6. hough-transform hough-transform Public

    The Hough transform is used to detect straight lines in an image. We use OpenCV to implement the algorithm.

    C++