Skip to content
View Diego-Zulu's full-sized avatar
👋
👋
  • Yelp
  • London

Organizations

@Yelp
Block or Report

Block or report Diego-Zulu

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

Pinned Loading

  1. orbi-dnsmasq orbi-dnsmasq Public

    Set a hosts file as dnsmasq on your Orbi router

    Python 16 5

  2. macos_setup macos_setup Public

    Config and installation backup for macOS

    Shell 3

  3. leetcode_answers leetcode_answers Public

    Compilation of all algorithm questions I have submitted to leetcode

    Python

  4. Rswag git pre-commit hook: Remember ... Rswag git pre-commit hook: Remember to re-generate swagger if new staged rswag tests
    1
    #!/bin/sh
    2
    
    
    3
    if git diff HEAD^ --name-only --diff-filter=AMDR --staged | grep -e '^spec/integration/*'; then
    4
     if git diff HEAD^ --name-only --diff-filter=AMDR --staged | grep -e '^swagger/*'; then
    5
       exit 0