Skip to content
View pashri's full-sized avatar
🌍
Github has statuses?
🌍
Github has statuses?

Organizations

@endeavor-insight
Block or Report

Block or report pashri

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

    Read an excel workbook in Pandas and reference cells by coordinates

    Python 1

  2. opsahl_centrality opsahl_centrality Public

    An implementation of Tore Opsahl's closeness centrality algorithm for NetworkX, as an alternative to Linton Freeman's

    Python

  3. atoc atoc Public

    This parses ATOC data in an easy-to-use format.

    Python 1

  4. true, false, maybe? true, false, maybe?
    1
    Object.defineProperty(window, 'maybe', { get: function() { return Math.random() < 0.5; } });
  5. API request using IAM authentication API request using IAM authentication
    1
    """Use IAM credentials as authentication"""
    2
    
                  
    3
    import boto3
    4
    from botocore.awsrequest import AWSRequest
    5
    from botocore.auth import SigV4Auth
  6. Validate GSA unique entity identifie... Validate GSA unique entity identifier (UEI)
    1
    from functools import reduce
    2
    from itertools import starmap
    3
    import re
    4
    from typing import Iterable
    5