🎰
⚡️🍦⚡️
-
Digital Opportunities Group
- Atlanta, GA
- www.linkedin.com/in/daltoncole/
- @DigOppGroup
Highlights
- Pro
Pinned Loading
-
PowerShell text to MD5 hash
PowerShell text to MD5 hash 1#converts string to MD5 hash in hyphenated and uppercase format
23$someString = "test"
4$md5 = new-object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider
5$utf8 = new-object -TypeName System.Text.UTF8Encoding
-
-
Ruby non-uniform hash array to csv
Ruby non-uniform hash array to csv 1class Array
2def to_csv(filename="hash.csv")
3require 'csv'
4# Get all unique keys into an array:
5keys = self.flat_map(&:keys).uniq
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.