Skip to content
View dalton-cole's full-sized avatar
🎰
🎰

Highlights

  • Pro

Organizations

@movementforward

Block or report dalton-cole

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
dalton-cole/README.md

CTO @ Digital Opportunities Group

Pinned Loading

  1. PowerShell text to MD5 hash PowerShell text to MD5 hash
    1
    #converts string to MD5 hash in hyphenated and uppercase format
    2
    
                  
    3
    $someString = "test"
    4
    $md5 = new-object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider
    5
    $utf8 = new-object -TypeName System.Text.UTF8Encoding
  2. edgar_api edgar_api Public

    Ruby wrapper for accessing SEC Edgar data

    Ruby

  3. Ruby non-uniform hash array to csv Ruby non-uniform hash array to csv
    1
    class Array
    2
      def to_csv(filename="hash.csv")
    3
        require 'csv'
    4
        # Get all unique keys into an array:
    5
        keys = self.flat_map(&:keys).uniq
  4. pinata-ruby pinata-ruby Public

    Ruby gem for interacting with the Pinata IPFS client

    Ruby 1 4