Skip to content

Instantly share code, notes, and snippets.

@cannapages
cannapages / gist:8c5af0c761e3d1e94c1a
Created August 19, 2015 16:17
Font Awesome Classes as array Aug 19th 2015
["bars", "flag", "caret-down", "flag", "diamond", "camera-retro", "hand-spock-o", "ship", "venus", "file-image-o", "spinner", "check-square", "credit-card", "pie-chart", "won", "file-text-o", "arrow-right", "play-circle", "github", "medkit", "caret-down", "flag", "envelope", "search", "glass", "music", "search", "envelope-o", "heart", "star", "star-o", "user", "film", "th-large", "th", "th-list", "check", "times", "search-plus", "search-minus", "power-off", "signal", "cog", "trash-o", "home", "file-o", "clock-o", "road", "download", "arrow-circle-o-down", "arrow-circle-o-up", "inbox", "play-circle-o", "repeat", "refresh", "list-alt", "lock", "flag", "headphones", "volume-off", "volume-down", "volume-up", "qrcode", "barcode", "tag", "tags", "book", "bookmark", "print", "camera", "font", "bold", "italic", "text-height", "text-width", "align-left", "align-center", "align-right", "align-justify", "list", "outdent", "indent", "video-camera", "picture-o", "pencil", "map-marker", "adjust", "tint", "pencil-square-o",
upstream ht_front_end {
server 0.0.0.0:3000;
server 0.0.0.0:3001;
server 0.0.0.0:3002;
server 0.0.0.0:3003;
}
server {
listen 80;
server_name hemptemps.com;
@cannapages
cannapages / gist:6658c3cf96b3bc6ca5e2428fd904ff0a
Created March 11, 2018 22:30
Digital Ocean Spaces Signing Request
require 'openssl'
require 'base64'
require 'digest'
SECRET_KEY = "9qVrrCk/9OtL5tD9fLASOtFQvbDo74oRh6JUeb0zprQ"
ACCESS_KEY = "PXCXJJK6N7T3S4HSDKQH"
request_timestamp = Time.now.utc
canonicalRequest = ""