(36+42+42) = 120” = 10’ (above cabinet main)
42+42 = 84” = 7’ (under cabinet main)
(30+27) = 57” = 4.75’ (above oven)
27” = 2.25’ (in glass cabinet)
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
* = anchor | |
┌──Margin──┐ | |
│*────*───*│ | |
││ ││ | |
│* Item *│gin──┐ | |
││ ▲ ││────┐│ |
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
{ | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".rspec", | |
"Gemfile.lock", | |
".ruby-version" | |
], | |
"folder_exclude_patterns": |
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
{ | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".rspec", | |
"Gemfile.lock", | |
".ruby-version" | |
], | |
"folder_exclude_patterns": |
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
<script src="http://localhost:9292/jstag&url=http://openx.yoursite.com/w/1.0/jstag" type="text/javascript"></script> |
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
enabled: true | |
ad_units: [ | |
# Example | |
# { | |
# url_pattern: /polygon/, | |
# unit_id: 304992, | |
# group_id: 0, #defaults to 0 | |
# width: 300, #defaults to 1 | |
# height: 250, #defaults to 1 |
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
OX.AdRequest = OX.AdRequest || function(C, q) { | |
var F = OX.utils, | |
s = F.rand(), | |
J, a = {}, | |
E, H = 0, | |
g, l, h = {}, | |
x = {}, | |
m, n, D, c, d, y = { | |
o: s | |
}, |
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
var throttle = function(timeOutInMs,funct){ | |
var timer = 0; | |
return function(){ | |
var context = this; | |
// no op timer running | |
if (timer !== 0){return;} | |
var doIt = function(){ | |
funct.apply(context); | |
timer = 0; | |
}; |
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
--- | |
:random_tracker_id_token: '859691' | |
:advertorial: false | |
:hub_entry_type: article | |
:super_group_id: '' | |
:secondary_tracker_url: http://vox.com/1x1.gif | |
:umbel_reach_extension: false | |
:active_for_campaign_duration: false | |
:title_bar_text: Flannel organic normcore | |
:headline: 'PBR forage deep v selfies ' |
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
.light_theme .message { | |
color: #fff; | |
font-size: 16px; | |
} | |
.message .mention { | |
font-weight: bold; | |
} | |
.member_preview_link, |