Nothing Special   »   [go: up one dir, main page]

Skip to content
View wilensky's full-sized avatar

Block or report wilensky

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. BitmaskTrait BitmaskTrait Public

    PHP7 bitmask modem trait

    PHP 5

  2. CliColorizer CliColorizer Public

    Lightweight PHP7 CLI output cololizer

    PHP 1 1

  3. WilenskyAdyenBundle WilenskyAdyenBundle Public

    PHP7 Symfony3 Adyen payment gateway bundle

    PHP

  4. arduino-nrf24-optical-energy-meter arduino-nrf24-optical-energy-meter Public

    Arduino project for energy meter that uses optical port of installed energy meter and sends data over nRF24 module.

    C++ 1

  5. Script checkouts each submodule on a... Script checkouts each submodule on a given branch if latter exists (or fallback branch is used) and pulls if behind
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    fetch=$(git fetch);
    4
    
                  
    5
    if [ "$(git show-ref refs/remotes/origin/$1)" ]; then # Checking branch for existence on remote