- a
- b
- c
- d
- e
- f
- f
- b
- h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/original/1X/#{sha}#{extension} | |
/original/2X/#{sha[0]}/#{sha}#{extension} | |
/original/3X/#{sha[0]}/#{sha[1]}/#{sha}#{extension} | |
/original/4X/#{sha[0]}/#{sha[1]}/#{sha[2]}/#{sha}#{extension} | |
/optimized/1X/#{sha}_#{version}_#{width}x#{height}#{extension} | |
/optimized/2X/#{sha[0]}/#{sha}_#{version}_#{width}x#{height}#{extension} | |
/optimized/3X/#{sha[0]}/#{sha[1]}/#{sha}_#{version}_#{width}x#{height}#{extension} | |
/optimized/4X/#{sha[0]}/#{sha[1]}/#{sha[2]}/#{sha}_#{version}_#{width}x#{height}#{extension} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +regishanol is my blockchain ID. https://onename.com/regishanol |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "set" | |
require "active_support" | |
require "active_support/core_ext" | |
class SpamClassifier | |
TOKEN_REGEX ||= /(?:\d+[.,])+\d+|[[[:alnum:]]_\-']+/ | |
ONLY_DIGIT_REGEX ||= /^\d+$/ | |
SPAM_PROBABILITY_THRESHOLD ||= 0.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" tabs & spaces | |
set tabstop=2 | |
set shiftwidth=2 | |
set softtabstop=2 | |
set expandtab | |
" search | |
set ignorecase " case insensitive | |
set smartcase " use case if any caps used | |
set incsearch " show match as search proceeds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**********/ | |
/* GLOBAL */ | |
/**********/ | |
.powered-by-discourse { | |
display: none !important; | |
} | |
.badge-category__name { | |
text-transform: lowercase; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.atlassian.com/git/tutorials/dotfiles | |
git init --bare $HOME/.dotfiles | |
echo "alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc | |
source $HOME/.bashrc | |
dot config --local status.showUntrackedFiles no |
OlderNewer