Skip to content
View hridaydutta123's full-sized avatar
🎧
Alive and Awake
🎧
Alive and Awake

Organizations

@ItsForkIT @GratiaTechnologyResearchLab @LCS2-IIITD
Block or Report

Block or report hridaydutta123

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

  1. the-youtube-scraper the-youtube-scraper Public

    Download YouTube video description and video comments without using the YouTube API.

    Python 125 19

  2. awesome-twitter-tools awesome-twitter-tools Public

    A curated list of awesome twitter tools

    208 25

  3. Assamese2Vec Assamese2Vec Public

    Assamese2Vec is an open source project for modelling the Assamese Language. The models released here can be used for a variety of tasks like classification and translation.

    7 4

  4. ItsForkIT/pdm ItsForkIT/pdm Public

    Implementation of Android Application for acquisition of situational data and seamless data transfer among devices

    Java 1 10

  5. Code to check per-user data usage in... Code to check per-user data usage in the system
    1
    import sys
    2
    import os
    3
    
                  
    4
    # Get list of all users present in the system
    5
    allUsers = os.popen('cut -d: -f1 /etc/passwd').read().split('\n')[:-1]
  6. blacklisturl blacklisturl Public

    Check for BlackListed URLs in different online scanning service

    Python 2