Skip to content
View markkimsal's full-sized avatar

Sponsoring

@dantleech
@ziglang
@danharrin
Block or Report

Block or report markkimsal

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

    VISTA ICM replacement: Adruino firmware for Honeywell / Ademco Vista series security panels

    C++ 51 24

  2. hangin-with-php hangin-with-php Public

    Send Hangout messages with PHP and Beanstalkd

    PHP 2

  3. rs-player-ffmpeg-sdl rs-player-ffmpeg-sdl Public

    experimental repository for rust and ffmpeg

    Rust 2

  4. supercubeslide supercubeslide Public

    Can you slide all the cubes away?

    Python

  5. laravel-docker-platform laravel-docker-platform Public

    docker container for laravel and php projects

    Dockerfile 1

  6. Concurrent-safe migration for Laravel Concurrent-safe migration for Laravel
    1
    <?php  
    2
    $signature = 'lockingmigrate {--database= : The database connection to use}
    3
    			  {--force : Force the operation to run when in production}
    4
    			  {--path=* : The path(s) to the migrations files to be executed}
    5
    			  {--realpath : Indicate any provided migration file paths are pre-resolved absolute paths}