Skip to content

Commit

Permalink
awesome-dumpsterfire initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
snakescott committed Apr 15, 2019
1 parent 3b2b769 commit 047939c
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/prettier/prettier
rev: 1.16.2
hooks:
- id: prettier
files: .*\.md
args: [--prose-wrap, always, --print-width, "88"]
- repo: https://github.com/thlorenz/doctoc
rev: v1.4.0
hooks:
- id: doctoc
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- prettier-ignore-start -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Contributing](#contributing)
- [Guidelines](#guidelines)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<!-- prettier-ignore-end -->

# Contributing

Your contributions are always welcome!

## Guidelines

- Add one link per Pull Request.
- Add the link:
`* [resource-name](http://example.com/) - A short description ends with a period.`
- Keep descriptions concise.
- Add a section if needed.
- Add the section description.
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Check your spelling and grammar.
- Make sure you pass lint checks.
- Send a Pull Request with the reason why the library is awesome.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Creative Commons Attribution 4.0 International License (CC BY 4.0)

http://creativecommons.org/licenses/by/4.0/
62 changes: 61 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
# awesome-dumpsterfire
<!-- prettier-ignore-start -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Awesome Dumpsterfire *](#awesome-dumpsterfire-)
- [General](#general)
- [Javascript](#javascript)
- [Contributing](#contributing)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<!-- prettier-ignore-end -->

# Awesome Dumpsterfire [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A curated list of awesome "tech as dumpster fire" resources.

Inspired by and templated on [awesome-python](https://github.com/vinta/awesome-python).

- [Awesome Dumpsterfire](#awesome-dumpsterfire)
- [General](#general)
- [James Mickens](#james-mickens)
- [Javascript](#javascript)
- [Wat](#wat)
- [Other Awesome Lists](#other-awesome-lists)
- [Contributing](#contributing)

---

## General

_Widely applicable dumpster fires._

- [The Wisdom of James Mickens](https://mickens.seas.harvard.edu/wisdom-james-mickens) -
The man, the myth, the legend.
- [Programming Sucks](https://www.stilldrinking.org/programming-sucks) - What it says on
the tin.

## Javascript

_Javascript language-specific dumpster fires._

- [Wat](https://www.destroyallsoftware.com/talks/wat) - `{} + {} = NaN`. Wat.

# Contributing

Your contributions are always welcome! Please take a look at the
[contribution guidelines](https://github.com/snakescott/awesome-dumpsterfire/blob/master/CONTRIBUTING.md)
first.

I will keep some pull requests open if I'm not sure whether those resources are truly
awesome dumpster fires, you could
[vote for them](https://github.com/snakescott/awesome-dumpsterfire/pulls) by adding :+1:
to them.

---

If you have any question about this opinionated list, do not hesitate to contact me
[@jhscott](https://twitter.com/jhscott) on Twitter or open an issue on GitHub.

0 comments on commit 047939c

Please sign in to comment.