Skip to content
View smnh's full-sized avatar

Organizations

@stackbit
Block or Report

Block or report smnh

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

    A JavaScript library that provides a convenient way to create CSS transitions pragmatically

    JavaScript 55 29

  2. single-config single-config Public

    Reduce a multi-environment configuration file into a single module based on the value of NODE_ENV

    TypeScript 3 3

  3. SMScrollView SMScrollView Public

    SMScrollView is a subclass of UIScrollView with extended functionality such as centering zoomed view, double-tap to zoom, scale to fit and more.

    Objective-C 254 22

  4. FontLoader FontLoader Public

    The FontLoader detects and notifies when specified font-families loaded and rendered by the browser.

    JavaScript 131 17

  5. Function for flattening data before ... Function for flattening data before indexing it to Elasticsearch (http://smnh.me/indexing-and-searching-arbitrary-json-data-using-elasticsearch)
    1
    const _ = require('lodash');
    2
    
                  
    3
    module.exports = {
    4
        flattenData
    5
    };