Skip to content
View R1j1t's full-sized avatar

Organizations

@conda-forge @kul-group
Block or Report

Block or report R1j1t

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

    ✔️Contextual word checker for better suggestions

    Python 396 53

  2. seedlit/dsm2dtm seedlit/dsm2dtm Public

    Generates DTM (Digital Terrain Model) from DSM (Digital Surface Model).

    Python 33 10

  3. pandas pandas Public

    Forked from pandas-dev/pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python

  4. lingo-iitgn/emocontext-19 lingo-iitgn/emocontext-19 Public

    This repository contains our code for the paper titled IIT Gandhinagar at SemEval-2019 Task 3: Contextual Emotion Detection Using Deep Learning

    Python 5 2

  5. Pre-commit hook for python repo: In... Pre-commit hook for python repo: Instead of getting to know whether any lint checks failed in CI, I created this pre-commit hook in git for my python repo. Git Hooks is a powerful utility. You read from the official documentation: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks. Please ⭑ this Gist if you find it useful! Feel free to comment any update
    1
    #!/bin/sh
    2
    
                  
    3
    # This is a pre-commit hook for python. It checks if black is passed and then if flake8 is passed.
    4
    # Feel free to share your updates. It will help use these git feature!
    5