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

Github stats

class Computer_Science:
    def __init__(self):
        self.name = "Nicholas Ragland"
        self.roles = [
            "Software Engineer",
            "Data Analyst",
            "Cybersecurity Enthusiast"
        ]
        self.degrees = [
            "Computer Science (BS) with an 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 C++ Projects, Algorithms, Data Structures & Learning Materials

    C++ 108 19

  2. 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

  3. Ai-MiniMax-TicTacToe Ai-MiniMax-TicTacToe Public

    Unbeatable Tic-Tac-Toe AI in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal

    C++ 7 1

  4. Conscious-Chrome-Extension Conscious-Chrome-Extension Public

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

    TypeScript 4 1

  5. python-projects python-projects Public

    Collection of Python Projects, Jupyter Notebooks, & Learning Materials

    Python 5

  6. star-wars-fansite star-wars-fansite Public

    Fansite of the Star Wars films written by George Lucas

    HTML 10 2