I hereby claim:
- I am rpbaptist on github.
- I am rpbaptist (https://keybase.io/rpbaptist) on keybase.
- I have a public key ASAARVtDddPhz67s0EpW-FJJEMjebEZebzS5PCqnhIq5QQo
To claim this, I am signing this object:
# frozen_string_literal: true | |
class XlsxColumns | |
attr_reader :position | |
ALPHABET = ("A".."Z").to_a | |
class << self | |
def column(position) | |
if position > max_position | |
raise ArgumentError, "Position must be #{max_position} or lower" |
# spec/support/shared/examples/cachable.rb | |
# frozen_string_literal: true | |
# Provide a simple interface for caching methods | |
# Usage examle: | |
# | |
# class Foo | |
# include Cachable | |
# cache :bar |
@font-face { | |
font-family: 'Consolas'; | |
src: local('Source Code Pro'), local('SourceCodePro-Regular'); | |
} | |
@font-face { | |
font-family: 'Courier New'; | |
src: local('Source Code Pro'), local('SourceCodePro-Regular'); | |
} |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Alpenglow - Monokai</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
#!/bin/bash | |
# USE CASE | |
# I have a bucket with a lot of files and someone else wants to download them. | |
# They don't have AWS CLI for rsyncing. | |
# PURPOSE | |
# It is possible to generate a list of files present in an AWS bucket with the | |
# AWS CLI: | |
# aws s3 ls s3://bucket-name/path/ --region eu-west-1 --recursive | tee aws-files.txt |
@font-face { | |
font-family: 'Consolas'; | |
src: local('Source Code Pro'), local('SourceCodePro-Regular'); | |
} | |
@font-face { | |
font-family: 'Courier New'; | |
src: local('Source Code Pro'), local('SourceCodePro-Regular'); | |
} |
I hereby claim:
To claim this, I am signing this object: