Skip to content
View varhub's full-sized avatar

Organizations

@jderobot-varribas

Block or report varhub

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. Android - Enable ADB from recovery Android - Enable ADB from recovery
    1
    Android - Enable ADB from recovery
    2
    ==================================
    3
    
                  
    4
    Credits to @TheOnlyAnil-@Firelord[^stackoverflow]
    5
    
                  
  2. chkdsk-all chkdsk-all Public

    Windows Batch that runs a ScanDisk of all drives* in an unattended manner

    Batchfile 16 5

  3. my-gitconfig my-gitconfig Public

    My .gitconfig, with my aliases and preferences.

    Shell 2 5

  4. git_status git_status Public

    A `git status` meaningful for big projects

    Shell

  5. jderobot-varribas/JdeRobot-sandbox jderobot-varribas/JdeRobot-sandbox Public

    A sandbox to simplify development

    CMake

  6. Python: infinite loop in functional ... Python: infinite loop in functional syntax
    1
    """
    2
    From Python 3.3, functional programing on top of generators has been reached a new state-level.
    3
    Infinite loop without memory footprint with just a `list()` over the magic.
    4
    5
    https://stackoverflow.com/questions/13243766/python-empty-generator-function