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

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

    QML

  2. tame tame Public

    Facebook block seen and typing in chat

    TypeScript 14 1

  3. spawner spawner Public

    Endless session spawner! Spawn unlimited browser sessions per site.

    TypeScript

  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
    
                  
    4
    import { UserSlide } from '@/stores/user'
    5