Skip to content

Instantly share code, notes, and snippets.

View ryanallen's full-sized avatar

Ryan Allen ryanallen

View GitHub Profile
@ryanallen
ryanallen / concept-selection-matrix.md
Created August 3, 2023 18:28
Concept Selection Matrix

Concept selection matrix is for ranking solutions against the right problems. Use the table below or this google sheet.

Needs Grouped concept 1 Grouped concept 2
Need 1.1 (main or sub or indv)
Need 1.2
Need 2.1 (main or sub or indv)
Need 2.2
Cost (difficulty)
Wow factor
Elegance & beauty
@kabachuha
kabachuha / deforum_settings.txt
Created January 28, 2023 16:30
Deforum insertion + interpolation
{
"W": 512,
"H": 512,
"restore_faces": false,
"tiling": false,
"enable_hr": false,
"firstphase_width": 0,
"firstphase_height": 0,
"seed": 2329578955,
"sampler": "Euler a",
@jednano
jednano / README.md
Last active February 1, 2021 00:23
How to npm

How to npm

Before you can use the npm command, you'll need to install [Node.js][].

Installation

You can install [Node.js][] directly or to manage multiple versions, try Volta!

Local usage (recommended)

@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active April 26, 2024 02:03
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

@ryanallen
ryanallen / Sass-Doesnt-Care.markdown
Last active August 29, 2015 14:12
Sass Doesn't Care
@jednano
jednano / gitcom.md
Last active May 31, 2023 08:23
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

git init