aspe:keyoxide.org:2EK5BQ6FNCL46O3SLNJDDWAP7E
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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
=replace-with-icon($x) | |
pretend-icon: $x | |
$icon-settings: 'settings-image' | |
$icon-settings_dark: 'settings-image--dark' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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
<div class="Site__"> | |
<div class="_Products__"> | |
<div class="ProductShowcase"> | |
<img class="_Image" src="http://placepuppy.it/300/200"> | |
<p class="_Description">Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.</p> | |
</div> | |
<div class="ProductShowcase"> | |
<img class="_Image" src="http://placepuppy.it/300/200"> | |
<p class="_Description">Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.</p> |
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
<div class="Site__"> | |
<div class="_Products__"> | |
<div class="ProductShowcase"> | |
<img class="_Image" src="http://placepuppy.it/300/200"> | |
<p class="_Description">Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.</p> | |
</div> | |
<div class="ProductShowcase"> | |
<img class="_Image" src="http://placepuppy.it/300/200"> | |
<p class="_Description">Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.</p> |
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
%Highlight { | |
color: black; | |
font-size: 14px; | |
&%-image--right { | |
._Image { | |
float: right; | |
} | |
} | |
&%-image--left { | |
._Image { |
The graph references a paper by Emmanuel Saez that itself references a dataset.
The dataset includes two breakdowns, one including capital gains and one without. The following data is extracted from the capital gains-included set. It also omits the 1913–17 years since those don’t include 90–100 breakdowns.
FIRST_YEAR = 1917
# 0-100 90-100
data = """
17,167 69,540
16,226 65,077
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 names = [ | |
"&!", | |
"bnb", | |
"bang", | |
"bitnb", | |
"bitandbang", | |
"Tierney Coren" | |
] | |
function typeName() { | |
// Get the first name in the list and push it to the end. |
NewerOlder