View gist:51d72306457e87296d5ea2057aff6436
divvy://import/YnBsaXN0MDDUAQIDBAUGsLFYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QHQcIGjM0O0RFTk9YWWNkbG11dn5/h4iRkpqbo6usVSRudWxs0gkKCxlaTlMub2JqZWN0c1YkY2xhc3OtDA0ODxAREhMUFRYXGIACgAWAB4AJgAuADYAPgBGAE4AVgBeAGYAagBzdGxwdHh8KICEiIyQlJicoKSorLC0rLzAxKTJYc2l6ZVJvd3NfEA9zZWxlY3Rpb25FbmRSb3dfEBFzZWxlY3Rpb25TdGFydFJvd1pzdWJkaXZpZGVkVmdsb2JhbF8QEnNlbGVjdGlvbkVuZENvbHVtbldlbmFibGVkW3NpemVDb2x1bW5zV25hbWVLZXlca2V5Q29tYm9Db2RlXxAUc2VsZWN0aW9uU3RhcnRDb2x1bW5da2V5Q29tYm9GbGFncxAGEAUQAAgJgAQQBAkQCoADEHsSAJgAAFlMZWZ0IEhhbGbSNTY3OFokY2xhc3NuYW1lWCRjbGFzc2VzWFNob3J0Y3V0ojk6WFNob3J0Y3V0WE5TT2JqZWN03RscHR4fCiAhIiMkJSYnKCkqKyw/Ky9BQihDCAmABBAJCYAGEHwSAJgAAFpSaWdodCBIYWxm3RscHR4fCiAhIiMkJSYnRikqKyw/Ky9LTClNEAIICYAECYAIEH4SAJgAAFhUb3AgSGFsZt0bHB0eHwogISIjJCUmJyhQKissPysvVVYpVxADCAmABAmAChB9EgCYAABbQm90dG9tIEhhbGbdGxwdHh8KICEiIyQlJi9aWyorLForL2BhW2IQCBABCAmABAmADBAQEgAcAABWQ2VudGVy3RscHR4fCiAhIiMkJSYvLSkqKywtKy9pailrCAmABAmADhB+EgCcAABfEBBUb3AgTGVmdCBRdWFydGVy3RscHR4fCiAhIiMkJSYvLSkqKyw/Ky9ycyh0CAmABAmAEBB8EgCcAABfEBFUb |
View svg.php
<svg style="display:none"> | |
<defs> | |
<?php /* | |
This include defines several SVG images which may be called multiple times | |
By defining them all in this hidden SVG as an icon system we can call them | |
using the <use> to hopefully make everything easier to maintain. | |
Commented out you will find examples of the <use> with a11y considerations | |
and default styling classes. |
View model01.c
// Arley's M01 firmware | |
#ifndef BUILD_INFORMATION | |
#define BUILD_INFORMATION "1.0" | |
#endif | |
// includes | |
#include "Kaleidoscope.h" | |
#include "Kaleidoscope-MouseKeys.h" | |
#include "Kaleidoscope-Macros.h" | |
#include "Kaleidoscope-LEDControl.h" |
View Preferences.sublime-settings
{ | |
"Seti_blue_label": true, | |
"Seti_orange_button": true, | |
"always_show_minimap_viewport": true, | |
"atomic_save": false, | |
"binary_file_patterns": | |
[ | |
"*.ttf", | |
"*.tga", | |
"*.dds", |
View gist:a4351bd2597ef48df793034ecebb93b3
say -f ~/dev/Bible\ Study/Journal/SayMemory.txt -r 700 -o ~/dev/Bible\ Study/Journal/SayMemory-700.aiff && ffmpeg -i SayMemory-700.aiff -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 SayMemory-700.mp3 && rm SayMemory-700.aiff |
View snippet-color-scheme.sublime-snippet
<snippet> | |
<content><![CDATA[ | |
"settings": { | |
// LIGHT | |
// "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme" | |
// "color_scheme": "Packages/Color Scheme - Default/Eiffel.tmTheme" | |
// "color_scheme": "Packages/Color Scheme - Default/IDLE.tmTheme" | |
// "color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme" | |
// "color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme" | |
// "color_scheme": "Packages/Color Scheme - Default/MagicWB (Amiga).tmTheme" |
View cvim config
" Docs: chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/pages/mappings.html | |
let blacklists = ["https://web.whatsapp.com/*"] |
View theme-test.html
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus obcaecati eligendi iure labore iste magnam incidunt a voluptates rerum ipsum iusto dignissimos, beatae repudiandae ducimus. Doloribus reiciendis numquam illum, placeat! | |
<blockquote><p>Blockquote with P. Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)</p></blockquote> | |
<p>…or something like this:</p> | |
<blockquote>Blockquote without P. The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote> | |
<p>HR after this P.</p> | |
<hr> | |
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 2em; } .embed-container iframe, .embed-container object, .embed- |
View layouts.alfredworkflow
on alfred_script(q) | |
tell application "Google Chrome" to activate -- needs to be in front | |
tell application "System Events" to tell application process "Chrome" | |
try | |
repeat with x from 1 to (count windows) | |
get properties of window x | |
set position of window x to {0, 21} | |
set size of window x to {1280, 709} | |
end repeat | |
end try |
View gist:bdd3252bd016bedf9bad
alias cooks="cooks1 && cooks2 && cooks3 && cooks4 && cooks5 && cooks6 && cooks7 && cooks8 && cooks9 && cooks10 && cooks11 && cooks12 && cooks13 && cooks14 && cooks15 && cooks16 && cooks17 && cooks18 && cooks19 && cooks20 && cooks21" # http://www.vulture.com/2014/11/too-many-cooks-lyrics.html | |
alias cooks1='say -r 180 it takes a lot to make a stew.' | |
alias cooks2='say -r 180 -v Karen "A pinch of salt and laughter too"' | |
alias cooks3='say -r 180 "A scoop of kids to add the spice"' | |
alias cooks4='say -r 180 -v Karen "A dash of love to make it nice. and you’ve got"' | |
alias cooks5='say -r 180 -v "Fred" "Too many Cooks"' | |
alias cooks6='say -r 180 -v Karen "Too many Cooks"' | |
alias cooks7='say -r 180 -v "Ralph" "Too many Cooks"' | |
alias cooks8='say -r 180 "Too many Cooks"' | |
alias cooks9='say -r 180 -v "Bruce" "Too many Cooks"' |
NewerOlder