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
{ | |
"title": "Media Controls for keyboards that don't have it", | |
"rules": [{ | |
"description": "Function media keys", | |
"manipulators": [{ | |
"type": "basic", | |
"from": { | |
"key_code": "insert", | |
"modifiers": { | |
"mandatory": [ |
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
#!/bin/bash | |
# Usage | |
# $0 http://artscene.textfiles.com/ansi/bbs/sunshine.8bs | |
curl $1 | iconv -f 437 | pv --quiet --rate-limit 7000 |
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
{ | |
"settingsVersion": "1.67", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://docs.google.com/spreadsheets/*", | |
"passKeys": "" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, |
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
generate(:controller, "dashboard") | |
route "root to: 'dashboard#index'" | |
rails_command("db:setup") | |
rails_command("db:migrate") | |
after_bundle do | |
generate(:devise, "User") | |
git :init |
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
tell application (path to frontmost application as text) | |
try | |
set imageFile to (choose file with prompt "Select an image file:" of type "public.image") as text | |
end try | |
end tell | |
tell application "System Events" | |
repeat with desktopIndex from 1 to count of desktops | |
tell desktop desktopIndex | |
set picture to imageFile |
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 Rails.application.root.join('app', 'lib', 'phone_number_formatter') | |
module Mail | |
class TwilioSmsDelivery | |
attr_reader :response | |
def initialize(options) | |
@options = options | |
end |
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", | |
"basics": { | |
"name": "Clint Plummer", | |
"label": "Engineering Leader", | |
"image": "https://gravatar.com/avatar/47dcd08e87e97b88d915d83ec373da74?s=200", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://clintp.xyz", | |
"summary": "Software engineering leader with over 20 years experience developing for the web across multiple languages. Highly collaborative with an excellent understanding of development best practices throughout the entire SDLC, growing high-performing agile teams and crafting/executing on company product roadmaps. Demonstrated success in collaborating with both executives and technical/non technical stakeholders, leading to many successful deliveries in early stage to unicorn level startups in the USA", |
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
### Keybase proof | |
I hereby claim: | |
* I am yuhonas on github. | |
* I am tussock (https://keybase.io/tussock) on keybase. | |
* I have a public key ASA2GL5zmUxs7kyEXOfhWGNanIzDbeNBJTY2AYW0yxWOnAo | |
To claim this, I am signing this object: |
OlderNewer