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 Public

    My dotfiles configures

    Vim Script

  2. tame Public

    Facebook block seen and typing in chat

    TypeScript 11 1

  3. watch.sh Public

    Watch file changes and auto recompile

    Shell

  4. nourl Public

    Shorten your URL, custom, and edit

    TypeScript 2

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