Skip to content
View wejdev's full-sized avatar
  • Emergency Reporting
  • Anacortes, WA

Block or report wejdev

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. CheckAzureCreds CheckAzureCreds Public

    Check various .NET login credential methods

    C#

  2. noteshrink noteshrink Public

    Forked from mzucker/noteshrink

    Convert scans of handwritten notes to beautiful, compact PDFs

    Python

  3. PythonDevContainer PythonDevContainer Public

    Python setup with Jupyter, Pytorch (CUDA), OpenCV, YOLO, Conda

    Jupyter Notebook

  4. SQL Server SQL script to find sparse... SQL Server SQL script to find sparse column candidates
    1
    USE TestDB
    2
    GO
    3
    
                  
    4
    DECLARE @DatabaseName VARCHAR(100)
    5
    DECLARE @SchemaName VARCHAR(100)