Skip to content
View naveen1337's full-sized avatar
💭
scribbling
💭
scribbling

Block or report naveen1337

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rn_starter_kit rn_starter_kit Public

    Personal React native Starter Kit

    TypeScript 1

  2. dotfiles dotfiles Public

    collection of dotfiles for personal use

    Shell

  3. goto goto Public

    Go to the page with quick commands

    JavaScript

  4. naveen1337-portfolio naveen1337-portfolio Public

    personal portfolio built in astro.js

    Astro

  5. psycopg_update_column.py psycopg_update_column.py
    1
    async def update_many_columns(
    2
        cursor, tbl, new_data, where_col, where_value,limit=None, returning=None
    3
    ):
    4
        try:
    5
            query = sql.SQL("UPDATE {tbl} SET {new_data} WHERE {where_col} = {where_value}").format(
  6. containers containers Public

    My personal collections of containers with a custom setup for my references

    Dockerfile