The Wayback Machine - https://web.archive.org/web/20250404120756/https://github.com/raphaelbs
Skip to content
View raphaelbs's full-sized avatar
🚀
Eager so see people landing on the moon again
🚀
Eager so see people landing on the moon again

Organizations

@gruposym

Block or report raphaelbs

Report abuse

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

Report abuse
raphaelbs/README.md

Hey 👋, welcome to my Github

Stack overflow Easy EDA Linkedin Codesandbox

I'm Raphael Brandão, a millennial, tech enthusiast and programmer by vocation.

Pinned Loading

  1. esp32-cam-ai-thinker esp32-cam-ai-thinker Public

    Informations and examples about A.I. Thinker ESP32-CAM using ESP-IDF

    501 109

  2. Prune git branches and update defaul... Prune git branches and update default branch
    1
    #!/bin/bash
    2
    BRANCH=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')
    3
    
                  
    4
    echo "Update changes"
    5
    git fetch -u origin $BRANCH:$BRANCH
  3. Generate shortcuts for Jest tests Generate shortcuts for Jest tests
    1
    #!/bin/bash
    2
    
                  
    3
    LOCAL=/usr/local/bin
    4
    TEST_WATCH="tw"
    5
    TEST_COVERAGE="tc"