I hereby claim:
- I am ideasasylum on github.
- I am ideasasylum (https://keybase.io/ideasasylum) on keybase.
- I have a public key whose fingerprint is ED31 FE9E E32F 0D88 27FB CB25 A4DF 38FA A95D 637D
To claim this, I am signing this object:
| # A very simple Badger script which displays a counter and allows you to increment/decrement it with the up/down buttons | |
| import badger2040 | |
| badger = badger2040.Badger2040() | |
| display = badger.display | |
| display.set_update_speed(badger2040.UPDATE_FAST) | |
| number = 0 | |
| def clear(): |
| image | |
| images/podia-logo.bin |
| class CharacterFrequency | |
| include Enumerable | |
| # Take an AR collection and a block to extract the attribute value | |
| def initialize collection, &block | |
| @collection = collection | |
| @block = block | |
| end | |
| def print |
| Rails.application.eager_load! | |
| class ActiveRecordDependancyGraph | |
| include TSort | |
| attr_reader :graph | |
| def initialize root_model | |
| @graph = {} | |
| @model = root_model | |
| fetch_children @model |
| require 'open3' | |
| require 'rainbow' | |
| desc "Upgrade gems" | |
| namespace :upgrade do | |
| desc "Find a random gem to update" | |
| task :bingo => :environment do | |
| cmd = 'bundle outdated' | |
| stdout, stderr, status = Open3.capture3(cmd) |
I hereby claim:
To claim this, I am signing this object:
| module PreviouslyDirty | |
| extend ActiveSupport::Concern | |
| include ActiveModel::AttributeMethods | |
| included do | |
| attribute_method_suffix '_previously_changed?', '_previously_was' | |
| end | |
| # Handle <tt>*_previously_changed?</tt> for +method_missing+. | |
| def attribute_previously_changed?(attr, options = {}) #:nodoc: |
| // ==UserScript== | |
| // @name Translate Amazon | |
| // @namespace http://ideasasylum.com | |
| // @version 0.1 | |
| // @description Translate the Amazon service names into plain English. See https://www.expeditedssl.com/aws-in-plain-english | |
| // @author @ideasasylum | |
| // @match https://*.console.aws.amazon.com/console/home?* | |
| // @grant none | |
| // ==/UserScript== |
| box: debian | |
| build: | |
| steps: | |
| - arjen/hugo-build: | |
| version: "0.15" | |
| theme: "rw-theme" | |
| deploy: | |
| steps: |