Skip to content
View flackjap's full-sized avatar
Block or Report

Block or report flackjap

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. Fork of object.watch polyfill in ES5... Fork of object.watch polyfill in ES5. Modified to not react when the value set is the same as previous.
    1
    /*
    2
     * object.watch polyfill
    3
     *
    4
     * 2012-04-03
    5
     *
  2. angular2-jwt-refresh angular2-jwt-refresh Public

    Forked from leonardobazico/angular2-jwt-refresh

    Refresh token support for angular2-jwt

    TypeScript

  3. illuminate-psr-cache-bridge illuminate-psr-cache-bridge Public

    Forked from madewithlove/illuminate-psr-cache-bridge

    A PSR-6 cache implementation that wraps Laravel's Cache component

    PHP

  4. nurbler nurbler Public

    This is a text nurbling script.

    Python

  5. AWS Lambda@Edge Basic Auth for Cloud... AWS Lambda@Edge Basic Auth for CloudeFront in front of S3
    1
    'use strict';
    2
    exports.handler = (event, context, callback) => {
    3
    
                  
    4
        // Get request and request headers
    5
        const request = event.Records[0].cf.request;
  6. infobip/infobip-api-php-client infobip/infobip-api-php-client Public

    Infobip API client library in PHP using composer.

    PHP 77 68