Dylan Hawley (dylanhawley)

dylanhawley

Geek Repo

Company:L3Harris

Home Page:dhawley.com

Github PK Tool:Github PK Tool

Dylan Hawley's repositories

obd-scanner

Reads live car diagnostics over OBDII interface

Language:PythonStargazers:1Issues:0Issues:0

sobel-edge-detection

Applies the Sobel-Feldman operator to an image to detect edges. Uses OpenCV to manipulate image.

class-web-scraper

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

Language:JavaScriptStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

dylanhawley.github.io

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

Language:RubyStargazers:0Issues:1Issues:0

hamming-distance

For two strings of fixed length n, the Hamming distance is the number of positions at which the corresponding symbol is different

Language:C++Stargazers:0Issues:1Issues:0

hough-transform

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

Language:C++Stargazers:0Issues:0Issues:0

mono-lite

Creating my own Jekyll theme.

Language:SCSSLicense:MITStargazers:0Issues:1Issues:0

orb-feature-detection

Detects feature points in images using OpenCV's ORB (Oriented FAST and Rotated BRIEF) algorithm

Language:C++Stargazers:0Issues:0Issues:0

T-Minus

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

Language:SwiftStargazers:0Issues:1Issues:0

xor-linked-list

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.

Language:C++Stargazers:0Issues:1Issues:3