Skip to content
View sminerport's full-sized avatar

Block or report sminerport

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

Scott Miner

👋 About Me

Typing SVG (Reload if Broken Link) Snake Game

🎧 Music I'm Listening To

Spotify Now Playing

Last.fm Recently Played

🛠️ Tools & Languages

C Badge C++ Badge CSS3 Badge Java Badge JavaScript Badge Python Badge R Badge SAS Badge SQL Badge

Bootstrap Badge Flask Badge Pandas Badge React Badge

Docker Badge Git Badge Linux Badge PostgreSQL Badge SQL Server Badge

Current Project Badge

🏆 GitHub Trophies

Trophies

📊 GitHub Stats

GitHub Stats Top Languages

Pinned Loading

  1. SortVisualizer SortVisualizer Public

    The Sort Visualizer is an interactive tool that demonstrates various sorting algorithms in real-time. It supports Bubble Sort, Quick Sort, and more, making algorithm learning visual and intuitive.

    Python

  2. IrisKNNClassifier IrisKNNClassifier Public

    Iris flower classification using k-Nearest Neighbors (k-NN) algorithm in Python. Simple, effective ML model for species prediction.

    Python

  3. EightPuzzleSolver EightPuzzleSolver Public

    A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.

    Python 1 1

  4. BashConfig BashConfig Public

    This project provides scripts to sync and configure .bashrc and .bash_profile across WSL and Windows environments, ideal for users working in both via VSCode or MinGW (Git Bash).

    Shell

  5. FollowEqualizer FollowEqualizer Public

    A Python-based tool built with PyQt to manage your GitHub followers and starred repositories, offering automated exception management, multi-threading, and real-time cache handling for faster opera…

    Python

  6. EnhancedTextWriterCOM EnhancedTextWriterCOM Public

    A comprehensive example of creating a COM object in C#, registering it for use in VBA, and demonstrating its functionality with early and late binding. This repository includes the complete C# proj…

    C#