Skip to content
View neerajnangireddy's full-sized avatar

Block or report neerajnangireddy

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. infer-py-packages infer-py-packages Public

    Python

  2. TransitionTableToDFA TransitionTableToDFA Public

    Forked from aayushYash/TransitionTableToDFA

    Python

  3. swift-proxy-scraper-and-checker swift-proxy-scraper-and-checker Public

    Scrape proxies from free proxy sources and check them. This project is intended focus on speed of scraping proxies and checking them.

    Python

  4. Votemate Votemate Public

    Python

  5. Bash script to split videos based by... Bash script to split videos based by file size using ffmpeg. Source https://stackoverflow.com/questions/38259544/using-ffmpeg-to-split-video-files-by-size
    1
    #!/bin/bash
    2
    # Short script to split videos by filesize using ffmpeg by LukeLR
    3
    
                  
    4
    if [ $# -ne 3 ]; then
    5
        echo 'Illegal number of parameters. Needs 3 parameters:'