Skip to content
View dalugoSU's full-sized avatar
Block or Report

Block or report dalugoSU

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

Pinned Loading

  1. grpc_chat_room grpc_chat_room Public

    Little gRPC backed chatroom. Send messages across clients

    Python 2

  2. ist_reminder_bot ist_reminder_bot Public

    Reminders CLI for IST 256. Shows you if there are any assignments due today or tomorrow. It also has the ability to push these reminders to your MS Teams Team and email among other things.

    Python

  3. simple_calculator simple_calculator Public

    Simple calculator. Using the Tkinter package to build the GUI.

    Python

  4. tic_tac_toe tic_tac_toe Public

    Simple Tic Tac Toe game in C++

    C++

  5. machine_learning_breast_cancer machine_learning_breast_cancer Public

    SVM machine learning algorithm. Using sklearn breast cancer dataset to predict whether a breast tumor is benign or malignant based on input measurements. This test can be run with a test array of d…

    Python

  6. email_sender email_sender Public

    Simplistic GUI to send simple emails through Gmail. Uses tkinter and smtplib.

    Python