Skip to content
View ZainRizvi's full-sized avatar

Block or report ZainRizvi

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pytorch/pytorch pytorch/pytorch Public

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Python 101k 28k

  2. hackathon-template hackathon-template Public template

    Dockerfile 1

  3. Code to get the Lego MindStorm color... Code to get the Lego MindStorm color sensor to sense the color orange by reading the raw RGB values, converting them to HSL, and detecting the orange range in there. Why the conversion? RBG doesn't have a clear range of pixels that correspond to orange, but HSL does.
    1
    from mindstorms import MSHub, Motor, MotorPair, ColorSensor, DistanceSensor, App
    2
    from mindstorms.control import wait_for_seconds, wait_until, Timer
    3
    from mindstorms.operator import greater_than, greater_than_or_equal_to, less_than, less_than_or_equal_to, equal_to, not_equal_to
    4
    import math
    5
    
                  
  4. aPARAtus aPARAtus Public

    A PARA folder manager for Obsidion. Enables simple, sane defaults and gets out of your way.

    TypeScript

  5. Study-Quran-Obsidian Study-Quran-Obsidian Public

    Generate Obsidian-compatible markdown files for Quran verses and surahs with multiple translations

    Python

  6. StockFighter StockFighter Public

    C# Api for StockFighter exchange (www.stockfighter.io)

    C#