Skip to content
View vyuvalv's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report vyuvalv

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

  1. lwc-oss lwc-oss Public

    Lightning Web Component Open Source - Starter Kit

    JavaScript 1

  2. lwc-grpc-pubsub lwc-grpc-pubsub Public

    Lightning Web Components PubSub app on Salesforce and LWC OSS to run locally a gRPC Server that can Listen and Publish Platform Events

    JavaScript 9 7

  3. lwc-graphql lwc-graphql Public

    LWC OSS with GraphQL

    JavaScript 2

  4. yo-sfdx-commands-generator yo-sfdx-commands-generator Public

    Yeoman generator mixed with SFDX commands

    JavaScript 6

  5. yo-sfdx-commands-autocomplete yo-sfdx-commands-autocomplete Public

    Yeoman Generator for building SFDX Commands

    JavaScript 1

  6. Rules of Life Rules of Life
    1
    // ** 
    2
    // Any live cell with fewer than two live neighbours dies, as if by underpopulation.
    3
    // Any live cell with more than three live neighbours dies, as if by overpopulation.
    4
    // Any live cell with two or three live neighbours lives on to the next generation.
    5
    // Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.