View LICENSE
ANTI-CAPITALIST SOFTWARE LICENSE (v 1.4) | |
Copyright © 2020 Arthur L. Piepmeier III @trey | |
This is anti-capitalist software, released for free use by individuals and | |
organizations that do not operate by capitalist principles. | |
Permission is hereby granted, free of charge, to any person or organization | |
(the "User") obtaining a copy of this software and associated documentation | |
files (the "Software"), to use, copy, modify, merge, distribute, and/or sell |
View .eleventy.js
const responsiveImage = require('./src/_includes/shortcodes/responsive-image'); | |
const exifData = require('./src/_includes/shortcodes/exif-data'); | |
// … | |
module.exports = function(eleventyConfig) { | |
// … | |
eleventyConfig.addShortcode('responsiveImage', responsiveImage); |
View atcq-samples.md
A Tribe Called Quest Samples
All of ATCQ samples that I could gather on Spotify (the majority of The Love Movement was missing with the exception of a few obscure drums, but decided to skip over it all together).
See this Gist for how to generate a list like this.
View README.md
I love this playlist so much and I would be sad if it went away. Now I’ll have the track names in any case.
27 hours and 3 minutes of shuffle-friendly goodness.
Howto
- In Spotify: select all tracks, copy, then paste them into a text file.
- Run shell script (which uses my
url
script).
View _README.md
Starting to get Laravel Mix to be the new Blank Slate
I was trying to recreate my Blank Slate project using Laravel Mix, but I didn't quite get there. Two main things are still holding me up.
- I cannot figure out how to get SVG sprites to work like I had them before (or at all).
- Changes to Sass files reload the entire page rather that just reloading in place.
Helpful links:
View mom-and-pop-software.md
Mom and Pop Software Companies
- Self-funded.
- Not built to flip.
- No bigger than Panic.
Alphabetical list:
Company | People |
---|
View keymap.cson
'atom-workspace': | |
'cmd-ctrl-w': 'tabs:close-all-tabs' | |
'atom-workspace atom-text-editor:not([mini])': | |
'alt-cmd-[': 'editor:auto-indent' | |
'alt-cmd-w': 'editor:toggle-soft-wrap' | |
'atom-text-editor:not([mini])': | |
'ctrl-shift-M': 'markdown-preview:toggle' | |
# Emmet | |
'atom-text-editor[data-grammar="source js jsx"]:not([mini])': |
View styles.less
// For use with Mariana (or One Dark) theme and the One Dark UI theme | |
.theme-one-dark-ui { | |
atom-pane .item-views { | |
border-top: 5px solid #1a1f23; | |
// border-top: 5px solid #519fee; | |
&:empty { border: 0; } | |
} | |
atom-pane-axis > atom-pane.active .tab.active:before, |
View Emma Default (OSX).sublime-keymap
[ | |
{ "keys": ["super+shift+\\"], "command": "reveal_in_side_bar"}, | |
{ "keys": ["super+ctrl+w"], "command": "close_all"}, | |
] |
NewerOlder