Skip to content
View sandykadam's full-sized avatar

Block or report sandykadam

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sandykadam/README.md

Pinned Loading

  1. wp-composer-demo wp-composer-demo Public

    WordPress composer demo for Cambridge Wordpress group

    PHP 2

  2. gitlab-project-security-scan gitlab-project-security-scan Public

    Security scanning in Gitlab projects under single stage

    1

  3. Script to dump Drupal database struc... Script to dump Drupal database structure, but exclude data from massive/unneeded tables.
    1
    #!/bin/bash
    2
    # usage: drupal-quick-dump user host database
    3
    
                  
    4
    USER="$1"
    5
    HOST="$2"
  4. Build & push docker image for multi-... Build & push docker image for multi-arch multi-platform support
    1
    # Run below command to build & push your docker image for multi arch support to dockerhub
    2
    # <your-namespace>/<docker-image-name>:<docker-version-tag>  e.g sandykadam/mydockerimage:1.0
    3
    # . is your local Dockerfile on current path
    4
    
                  
    5
    docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag docker.io/<your-namespace>/<docker-image-name>:<docker-version-tag> .
  5. dashing dashing Public

    Forked from Shopify/dashing

    The exceptionally handsome dashboard framework in Ruby and Coffeescript.

    JavaScript

  6. gitlab-mirror-and-ci-action gitlab-mirror-and-ci-action Public

    Forked from SvanBoxel/gitlab-mirror-and-ci-action

    Shell