Skip to content
View Sherly1001's full-sized avatar
๐Ÿ‘€
what do you looking for?
๐Ÿ‘€
what do you looking for?
  • The Galaxy (Miky Way)

Highlights

  • Pro

Block or report Sherly1001

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

Hi, I'm Sher

Mean of that name?

Just is a cute name for Sherlock Holmes. ๐Ÿ•ต

Something about me?

๐Ÿ‘€ Anime
๐ŸŽง Lofi
๐ŸŽฎ Genshin
โ™ฅ๏ธ Yurukute

Github Stats

Pinned Loading

  1. dotfiles dotfiles Public

    My dotfiles configures

    Vim Script

  2. tame tame Public

    Facebook block seen and typing in chat

    TypeScript 6

  3. watch.sh watch.sh Public

    Watch file changes and auto recompile

    Shell

  4. nourl nourl Public

    Shorten your URL, custom, and edit

    TypeScript 2

  5. Vector in C Vector in C
    1
    #include <stdio.h>
    2
    
                  
    3
    #include "vec.h"
    4
    
                  
    5
    struct acc {
  6. React Redux Store React Redux Store
    1
    import { bindActionCreators, configureStore } from '@reduxjs/toolkit'
    2
    import { useDispatch, useSelector } from 'react-redux'
    3
    import { UserSlide } from './user'
    4
    
                  
    5
    const stores = configureStore({