Categorizing

This commit is contained in:
chad d 2018-12-06 15:15:40 -07:00
parent 04ea319247
commit b46a977600
23 changed files with 27 additions and 3 deletions

View File

@ -11,15 +11,16 @@ names:
- Elixir - Elixir
- Git - Git
- HTML - HTML
- Java & JVM
- JavaScript - JavaScript
- JavaScript libraries - JavaScript libraries
- Jekyll - Jekyll
- Languages
- Ledger - Ledger
- Markup - Markup
- macOS - macOS
- Node.js - Node.js
- PHP - PHP
- Python
- Rails - Rails
- React - React
- Ruby - Ruby

View File

@ -1,6 +1,7 @@
--- ---
title: Analytics libraries title: Analytics libraries
layout: 2017/sheet layout: 2017/sheet
category: Analytics
--- ---
### Mixpanel ### Mixpanel

View File

@ -2,6 +2,7 @@
title: Backbone.js title: Backbone.js
layout: 2017/sheet layout: 2017/sheet
updated: 2017-09-04 updated: 2017-09-04
category: JavaScript libraries
--- ---
### Binding events ### Binding events

View File

@ -3,6 +3,7 @@ title: Bootstrap
layout: 2017/sheet layout: 2017/sheet
prism_languages: [scss, haml, html] prism_languages: [scss, haml, html]
weight: -1 weight: -1
category: CSS
description: | description: |
.container .row .col-md-6, @screen-sm-min, .form-control, grids, .modal-content, tooltips, and other Bootstrap CSS examples. .container .row .col-md-6, @screen-sm-min, .form-control, grids, .modal-content, tooltips, and other Bootstrap CSS examples.
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: C Preprocessor title: C Preprocessor
category: C-like
--- ---
### Compiling ### Compiling

View File

@ -1,5 +1,6 @@
--- ---
title: CircleCI title: CircleCI
category: Devops
--- ---
## circle.yml ## circle.yml

View File

@ -4,6 +4,7 @@ layout: 2017/sheet
prism_languages: [ini] prism_languages: [ini]
weight: -1 weight: -1
updated: 2017-09-04 updated: 2017-09-04
category: Apps
--- ---
### Short example ### Short example

View File

@ -1,5 +1,6 @@
--- ---
title: Emacs title: Emacs
category: CLI
--- ---
### Movements ### Movements

1
go.md
View File

@ -4,6 +4,7 @@ layout: 2017/sheet
prism_languages: [go, bash] prism_languages: [go, bash]
weight: -3 weight: -3
tags: [Featured] tags: [Featured]
category: C-like
updated: 2017-09-15 updated: 2017-09-15
--- ---

View File

@ -2,6 +2,7 @@
title: GraphQL title: GraphQL
layout: 2017/sheet layout: 2017/sheet
updated: 2017-09-23 updated: 2017-09-23
category: Databases
--- ---
## Intro ## Intro

View File

@ -2,6 +2,7 @@
title: Homebrew title: Homebrew
layout: 2017/sheet layout: 2017/sheet
weight: -3 weight: -3
category: CLI
--- ---
### Commands ### Commands

View File

@ -2,6 +2,7 @@
title: Knex title: Knex
layout: 2017/sheet layout: 2017/sheet
updated: 2017-09-23 updated: 2017-09-23
category: Databases
intro: | intro: |
[Knex](http://knexjs.org/) is an SQL query builder for Node.js. [Knex](http://knexjs.org/) is an SQL query builder for Node.js.
This guide targets v0.13.0. This guide targets v0.13.0.

View File

@ -1,7 +1,9 @@
--- ---
title: Kotlin title: Kotlin
layout: 2017/sheet layout: 2017/sheet
category: Languages updated: 2018-12-06
category: Java & JVM
prism_languages: [kotlin]
intro: | intro: |
[Kotlin](http://kotlinlang.org/) is a statically typed programming language for modern multiplatform applications. [Kotlin](http://kotlinlang.org/) is a statically typed programming language for modern multiplatform applications.
--- ---

View File

@ -1,7 +1,8 @@
--- ---
title: Makefile title: Makefile
hljs_languages: [makefile] prism_languages: [makefile]
layout: 2017/sheet layout: 2017/sheet
category: CLI
--- ---
## Var assignment ## Var assignment

1
osx.md
View File

@ -1,6 +1,7 @@
--- ---
title: OS X title: OS X
layout: 2017/sheet layout: 2017/sheet
category: macOS
--- ---
### Locations of startup items ### Locations of startup items

View File

@ -3,6 +3,7 @@ title: Parsley.js
updated: 2017-10-19 updated: 2017-10-19
weight: -1 weight: -1
layout: 2017/sheet layout: 2017/sheet
category: JavaScript libraries
keywords: keywords:
- "data-parsley-validate" - "data-parsley-validate"
- "$('#form').parsley()" - "$('#form').parsley()"

View File

@ -3,6 +3,7 @@ title: PostgreSQL JSON
layout: 2017/sheet layout: 2017/sheet
prism_languages: [sql] prism_languages: [sql]
updated: 2017-09-22 updated: 2017-09-22
category: Databases
--- ---
## Operators ## Operators

View File

@ -1,5 +1,6 @@
--- ---
title: PostgreSQL title: PostgreSQL
category: Databases
--- ---
Replace anything within `<placeholder>` accordingly Replace anything within `<placeholder>` accordingly

View File

@ -1,5 +1,6 @@
--- ---
title: Python title: Python
category: Python
--- ---
### Lists ### Lists

View File

@ -1,6 +1,7 @@
--- ---
title: SQL joins title: SQL joins
layout: 2017/sheet layout: 2017/sheet
category: Databases
updated: 2017-10-30 updated: 2017-10-30
weight: -1 weight: -1
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: tmux title: tmux
category: CLI
--- ---
### Commands ### Commands

View File

@ -1,5 +1,6 @@
--- ---
title: Travis.yml title: Travis.yml
category: Devops
--- ---
### Node ### Node

View File

@ -1,5 +1,6 @@
--- ---
title: Universal JS module loader title: Universal JS module loader
category: JavaScript libraries
--- ---
### [With dependency](https://github.com/umdjs/umd/blob/master/amdWebGlobal.js) ### [With dependency](https://github.com/umdjs/umd/blob/master/amdWebGlobal.js)