Skip to content
View hspedro's full-sized avatar
🥑
🥑

Block or report hspedro

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

Pinned Loading

  1. fastify/fastify-sensible fastify/fastify-sensible Public

    Defaults for Fastify that everyone can agree on

    JavaScript 465 36

  2. react-native-biometrics react-native-biometrics Public

    Forked from SelfLender/react-native-biometrics

    React Native module for iOS and Android biometrics

    Java 1

  3. Custom Singly-Linked List in Python Custom Singly-Linked List in Python
    1
    from __future__ import annotations
    2
    from typing import Any, List, Optional
    3
    
                  
    4
    
                  
    5
    class SLLNode:
  4. microsoft/cppgraphqlgen microsoft/cppgraphqlgen Public

    C++ GraphQL schema service generator

    C++ 323 45

  5. Heap Implementation Python Heap Implementation Python
    1
    from __future__ import annotations
    2
    from typing import List, Optional
    3
    
                  
    4
    import sys
    5
    
                  
  6. maestro maestro Public

    Forked from topfreegames/maestro

    Maestro: Game Room Scheduler

    Go 1