I hereby claim:
- I am steveh on github.
- I am steveh7 (https://keybase.io/steveh7) on keybase.
- I have a public key whose fingerprint is 3ADA 37FE E349 122E 2E34 221F AB6B 83FF A8E4 F047
To claim this, I am signing this object:
class Shape: | |
def area(self): | |
raise NotImplementedError | |
def perimeter(self): | |
raise NotImplementedError | |
class Rectangle(Shape): | |
def __init__(self, side1, side2): |
I hereby claim:
To claim this, I am signing this object:
class StringBoolean | |
class << self | |
TRUE = "1".freeze | |
FALSE = "0".freeze | |
TRUTHY = ["1", "t", "y", "true", "yes"].freeze | |
FALSEY = ["0", "f", "n", "false", "no", ""].freeze | |
def true | |
TRUE |
variable "source_domain" {} | |
variable "destination_domain" {} | |
variable "certificate_arn" {} | |
variable "protocol" { | |
default = "https" | |
} |
PostgreSQL Type | PostgreSQL Size | Description | Range | Diesel Type | Rust Type |
---|---|---|---|---|---|
Nullable Types | nullable | Nullable `` |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Installation: save to /usr/local/bin/update | |
# and chmod +x /usr/local/bin/update | |
# Usage: update | |
set -euo pipefail | |
if [ -d ".git" ]; then |
* * * * * /home/steve/power/price | /home/steve/power/write |
# before | |
invoiced = Invoiced::Client.new("{API_KEY}") | |
# after | |
RateLimiter = Struct.new(:really) do | |
def method_missing(method, *args) | |
if can_do_the_thing? |
# /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/[email protected] | |
class ElasticsearchAT17 < Formula | |
desc "Distributed search & analytics engine" | |
homepage "https://www.elastic.co/products/elasticsearch" | |
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.6.tar.gz" | |
sha256 "78affc30353730ec245dad1f17de242a4ad12cf808eaa87dd878e1ca10ed77df" | |
revision 1 | |
bottle :unneeded |