Skip to content
View cr-pl's full-sized avatar

Block or report cr-pl

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. basic-image-carousel basic-image-carousel Public

    A light-weight image carousel

    JavaScript

  2. codefights-codesignal codefights-codesignal Public

    My solutions for code challanges on codefights.com

    PHP

  3. laravel-docker-installer laravel-docker-installer Public

    Install Laravel php framework with Docker Compose. Just run install.sh

    Shell

  4. install-docker-laravel-sqlite.sh install-docker-laravel-sqlite.sh
    1
    #!/bin/bash
    2
    
                  
    3
    #define webserver port
    4
    HTTP_PORT="8086"
    5
    
                  
  5. Backup database hosted in a docker c... Backup database hosted in a docker container. The script will be executed on host machine.
    1
    #!/bin/sh
    2
    ###########################################################
    3
    #server variables
    4
    DBUSER="db_user"
    5
    DBPASS="my_secret_password"