Skip to content
View DeathVenom54's full-sized avatar
💭
Happiness is temporary, C is eternal
💭
Happiness is temporary, C is eternal
  • India
Block or Report

Block or report DeathVenom54

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
DeathVenom54/README.md

Hey there! I'm DV

  • Student based in India
  • Interested in tinkering with new technologies
  • Currently inactive (preparing for JEE)

discord server


Languages and Tools

TypeScript  JavaScript  Python  Fastapi  Go  Vue.js  NodeJS  Inkscape 

Top Langs

Pinned

  1. djs-marshal djs-marshal Public

    A slash command handler for discord.js v13

    TypeScript 3 1

  2. github-deploy-inator github-deploy-inator Public

    A program to automatically run code based on GH webhooks

    Go 1 3

  3. itch-scraper itch-scraper Public

    An npm package to scrape itch.io and get data on games and authors

    TypeScript 5

  4. Setting up ESLint Prettier in a Type... Setting up ESLint Prettier in a Typescript project
    1
    Based on https://robertcooper.me/post/using-eslint-and-prettier-in-a-typescript-project
    2
    
                  
    3
    ### Install dependencies
    4
    ```
    5
    yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin prettier eslint-config-prettier eslint-plugin-prettier --dev
  5. Parsing openlibrary works and author... Parsing openlibrary works and authors dump to sqlite database
    1
    import json
    2
    import sqlite3
    3
    import traceback
    4
    from contextlib import closing
    5