Skip to content

Instantly share code, notes, and snippets.

@tildebyte
tildebyte / resume.json
Last active October 10, 2019 15:43
resume.json
{
{ "meta": { "theme": "paper" } }
"basics": {
"name": "Benjamin Alkov",
"email": "ben.alkov@gmail.com",
"phone": "(919) 906-7845",
"location": {
"city": "RTP",
"countryCode": "US",
"region": "North Carolina"
@tildebyte
tildebyte / ms_tracking_domains_blocklist.txt
Last active March 10, 2024 23:14
Microsoft Windows 10 tracking domains list
a-0001.a-msedge.net
a-0002.a-msedge.net
a-0003.a-msedge.net
a-0004.a-msedge.net
a-0005.a-msedge.net
a-0006.a-msedge.net
a-0007.a-msedge.net
a-0008.a-msedge.net
a-0009.a-msedge.net
a-msedge.net
body {
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Liberation Sans;
font-size: large;
color: #657b83;
background-color: #002b36;
}
ul.toc {
list-style-type: none;
}
@tildebyte
tildebyte / dabblet.css
Created February 6, 2017 20:29
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Created February 2, 2017 23:18
Untitled
@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
.galleryItem {width: 21%;}
}
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
.galleryItem {width: 29.33333%;}
}
@tildebyte
tildebyte / dabblet.css
Last active February 3, 2017 14:52
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Last active February 2, 2017 23:18
Untitled
* {margin: 0; padding: 0;}
body {background: #222;}
/*GALLERY*/
.gallery {
width: 62.5rem;
margin: 10rem auto auto 1rem;
}
@tildebyte
tildebyte / dabblet.css
Last active February 1, 2017 22:18
Untitled
* {margin: 0; padding: 0;}
body {
background: #222;}
/*GALLERY*/
.gallery {
width: 1000px;
margin: 50px auto;}
@tildebyte
tildebyte / CSS3_`length`_property_units.md
Last active January 31, 2017 14:44
There are quite a few properties in CSS that take a length as a value. What are all the accepted "length" properties in CSS? There are quite a few.

Captured from https://css-tricks.com/the-lengths-of-css

There are quite a few properties in CSS that take a length as a value. The box model properties are the obvious ones: width, height, margin, padding, border. But plenty of others as well: the offset and sizing of a box-shadow or the size and spacing of fonts. What are all the accepted "length" properties in CSS? There are quite a few.

The Absolute Lengths

px

.wrap {
@tildebyte
tildebyte / Less-Angry_Rainbow_hex.js
Created December 27, 2016 19:53
Less angry rainbow palette, hex strings as a list (Python or JS). From https://mycarta.wordpress.com/2012/05/29/the-rainbow-is-dead-long-live-the-rainbow-series-outline via Mike Bostock.
PALETTE = ['#6D3FA9', '#6E3FAA', '#6F3FAA', '#703FAA', '#703FAB', '#713FAB', '#723FAB', '#733FAC', '#743FAC', '#753FAC', '#753FAC', '#763FAD', '#773FAD', '#783FAD', '#793EAD', '#7A3EAE', '#7A3EAE', '#7B3EAE', '#7C3EAE', '#7D3EAF', '#7E3EAF', '#7F3EAF', '#803EAF', '#803EAF', '#813EB0', '#823EB0', '#833EB0', '#843EB0', '#853EB0', '#863EB0', '#863DB1', '#873DB1', '#883DB1', '#893DB1', '#8A3DB1', '#8B3DB1', '#8C3DB1', '#8D3DB2', '#8D3DB2', '#8E3DB2', '#8F3DB2', '#903DB2', '#913DB2', '#923DB2', '#933DB2', '#933DB2', '#943DB2', '#953DB2', '#963DB2', '#973DB2', '#983CB3', '#993CB3', '#9A3CB3', '#9B3CB3', '#9B3CB3', '#9C3CB3', '#9D3CB3', '#9E3CB3', '#9F3CB3', '#A03CB3', '#A13CB3', '#A23CB3', '#A23CB3', '#A33CB2', '#A43CB2', '#A53CB2', '#A63CB2', '#A73CB2', '#A83CB2', '#A93CB2', '#A93CB2', '#AA3CB2', '#AB3CB2', '#AC3CB2', '#AD3CB2', '#AE3CB2', '#AF3CB1', '#B03CB1', '#B03CB1', '#B13CB1', '#B23CB1', '#B33CB1', '#B43CB1', '#B53CB0', '#B63CB0', '#B63CB0', '#B73CB0', '#B83CB0', '#B93CAF', '#BA3CAF', '#BB3CAF', '#BC3CAF', '