Skip to content

Instantly share code, notes, and snippets.

View rubyrider's full-sized avatar
🎯
Focusing

Irfan Ahmed rubyrider

🎯
Focusing
View GitHub Profile
@rubyrider
rubyrider / # qt - 2018-10-07_16-01-34.txt
Created October 7, 2018 10:43
qt on macOS 10.14 - Homebrew build logs
Homebrew build logs for qt on macOS 10.14
Build date: 2018-10-07 16:01:34
@rubyrider
rubyrider / documentation_example.rb
Created October 8, 2018 17:46
Documentation example
require_relative 'postman/email_base'
require_relative 'postman/mail_gun_postman'
require_relative 'postman/custom_sms_gateway'
module Janao
module Postman
# Sets list of allowed email adapters
EMAIL_ADAPTERS = {
'MailGun' => MailGunPostman
/*! debug.css | MIT License | zaydek.github.com/debug.css */
*:not(path):not(g) {
color: hsla(210, 100%, 100%, 0.9) !important;
background: hsla(210, 100%, 50%, 0.5) !important;
outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
box-shadow: none !important;
}