Skip to content
View Kavan72's full-sized avatar
🦊
🦊
  • DeftBOX Solutions
  • Ahmedabad, Gujarat, India
Block or Report

Block or report Kavan72

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. wftracker/wake wftracker/wake Public

    A basic encryption and decryption algorithm for the Warface's wake.

    Python 1

  2. How to fetch Valorant user inventory? How to fetch Valorant user inventory?
    1
    How to fetch valorant user inventory(in python)?
    2
    --------------------------------------------------
    3
    
                  
    4
    > There is no endpoint available to fetch inventory. Wait a second ? how does the game fetch user skins, player_cards, buddy, etc?
    5
    > So, After digging into Valorant I found the user inventory.
  3. sentence-splitter sentence-splitter Public

    With sentence-splitter you can split your paraphrase into small sentences using NLP. This library is created based on NLTK's Punkt Sentence Tokenizer

    Rust 1

  4. Valorant endpoints Valorant endpoints
    1
    [PlayerFeedback_CheckForSurvey]                 POST   
    2
    [PlayerFeedback_SendAnswers]                    POST   
    3
    
                  
    4
    [PatchNotes_GetPatchNotes]                      GET
    5
    
                  
  5. Static Next.js serve on s3 with Clou... Static Next.js serve on s3 with CloudFront
    1
    import { S3Client, GetObjectCommand } from '@aws-sdk/client-s3'
    2
    
                  
    3
    const TTL = 10000
    4
    const S3_REGION = '' // Update this with your s3 region
    5
    const S3_BUCKET_NAME = '' // Update this with your s3 bucket name