This file contains 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: | |
- ./spec/linters/migrations/migration_linting.rb | |
- rubocop-rails | |
- rubocop-rspec | |
AllCops: | |
TargetRubyVersion: 2.4 | |
UseCache: true | |
CacheRootDirectory: ./.rubocop-cache | |
Exclude: |
This file contains 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
class ApplicationPresenter | |
attr_reader :model | |
delegate_missing_to :@model | |
delegate :helpers, to: 'ActionController::Base' | |
delegate :url_helpers, to: 'Rails.application.routes' | |
delegate :to_param, :to_json, :to_query, :to_yaml, :to_enum, to: :@model | |
delegate :model_name, :model_name_const, :model_name_underscore, to: :class | |
def initialize(model) |
This file contains 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
// This file was initially generated by Windows Terminal 1.0.1401.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
// You can add more global application settings here. |
This file has been truncated, but you can view the full file.
This file contains 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
0-00.usa.cc | |
0-180.com | |
0-30-24.com | |
0-420.com | |
0-900.com | |
0-aa.com | |
0-attorney.com | |
0-mail.com | |
0-z.xyz | |
00.msk.ru |
This file contains 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
0815.ru | |
0815.su | |
0clickemail.com | |
0wnd.net | |
0wnd.org | |
10minutemail.co.za | |
10minutemail.com | |
10minutemail.de | |
123-m.com | |
1chuan.com |
This file contains 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
0-mail.com | |
0sg.net | |
11mail.com | |
123.com | |
123india.com | |
123mail.cl | |
123mail.org | |
126.com | |
139.com | |
150mail.com |
This file contains 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
# `curl https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/index.json -s | jq -r '.[]' | gist` | |
0-180.com | |
0-30-24.com | |
0-420.com | |
0-900.com | |
0-aa.com | |
0-mail.com | |
0-z.xyz | |
00.pe | |
000476.com |
This file contains 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
# `curl https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/wildcard.json -s | jq -r '.[]' | gist` | |
0x01.gq | |
0x01.tk | |
10mail.org | |
33m.co | |
33mail.com | |
3utilities.com | |
acusupply.com | |
adultvidlite.com | |
aji.kr |
This file contains 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
#!/usr/bin/env ruby | |
# | |
# Problem Statement | |
# ================= | |
# 1a) Two fractions with different denominators (Minuend and Subtrahend). Choose | |
# from the following pairs of denominators: 2 and 3, 2 and 4, 2 and 5, 3 and 6, | |
# 3 and 9, 4 and 8, 5 and 10, 6 and 12. Difference is greater than 0. (i.e. | |
# 1/2-2/5) | |
# ================= |
This file contains 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
#!/usr/bin/env ruby | |
# Script to convert upwork transaction history to a CSV | |
# format that Zoho Books does accept. | |
require 'csv' | |
require 'pry' | |
require 'time' | |
path = ARGV.first |
NewerOlder