Skip to content
View nragland37's full-sized avatar
🦕
🦕

Highlights

  • Pro

Organizations

@CSC-Webster-University

Block or report nragland37

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
nragland37/README.md

Hi there

visitors Open Source Love

Top Langs

class Computer_Science:
    def __init__(self):
        self.name = "Nicholas Ragland"
        self.roles = [
            "Software Engineer",
            "Data Analyst",
            "Cybersecurity Enthusiast"
        ]
        self.degrees = [
            "BS, Computer Science, Emphasis in Cybersecurity",
            "Minor in Data Analytics",
        ]
        self.language_spoken = ["en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = Computer_Science()
me.say_hi()

Pinned Loading

  1. cpp-projects cpp-projects Public

    Collection of nearly 50 C++ Projects, Algorithms, Data Structures & Learning Materials

    C++ 114 19

  2. my-portfolio my-portfolio Public

    Personal portfolio built with Gatsby.js, JavaScript, GraphQL, and Styled Components

    JavaScript 3

  3. Conscious-Chrome-Extension Conscious-Chrome-Extension Public

    Chrome extension built with React, Tailwind and TypeScript using APIs to analyze tweets for propaganda intensity, reliability, and diverse perspectives

    TypeScript 4 1

  4. star-wars-fansite star-wars-fansite Public

    Fansite of the Star Wars films written by George Lucas

    HTML 10 2

  5. Student-Time-Analysis-Tool Student-Time-Analysis-Tool Public

    R-based Shiny application designed to visualize student availability and help identify optimal times for involvement

    R 3

  6. Ai-MiniMax-TicTacToe Ai-MiniMax-TicTacToe Public

    An unbeatable Tic-Tac-Toe Artificial Intelligence in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal

    C++ 7 1