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

Block or report arichen

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. Initialize dataframe with default gi... Initialize dataframe with default given columns
    1
    import pandas as pd
    2
    
                  
    3
    def dataframe_from_dict(data, columns):
    4
        """ Return a pandas.DataFrame from given dictionary
    5
        Args:
  2. Parse values and suppress exceptions Parse values and suppress exceptions
    1
    def safe_parse_int(value, default=0):
    2
      """ parse value to int
    3
      Args:
    4
        value (str/int)
    5
      Returns:
  3. Slice for a subset of dict or list Slice for a subset of dict or list
    1
    def slice_dict(d, keys, exclude_keys=False):
    2
      """ Extract or exclude keys from given dictionary with given keys
    3
    4
      Example:
    5
        x = {"a": 1, "b": 2}
  4. aws-es-proxy aws-es-proxy Public

    Forked from abutaha/aws-es-proxy

    aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.

    Go 1

  5. aws-request-signer aws-request-signer Public

    Forked from carsales/aws-request-signer

    A chrome extension that signs requests to AWS endpoints (using Signature Version 4 signing process)

    JavaScript

  6. cube-animation cube-animation Public

    Samples of CALayer and CoreAnimation

    Objective-C