Cleanup: update timestamps of files

This commit is contained in:
Rico Sta. Cruz 2020-07-04 23:33:09 +10:00
parent d4e3421ac6
commit 360bb87287
91 changed files with 91 additions and 91 deletions

View File

@ -82,7 +82,7 @@ layout: 2017/sheet # 'default' | '2017/sheet'
# Optional:
category: React
updated: 2017-08-30 # To show in the updated list
updated: 2020-06-14
ads: false # Add this to disable ads
weight: -5 # lower number = higher in related posts list
deprecated: true # Don't show in related posts

2
adb.md
View File

@ -5,7 +5,7 @@ layout: 2017/sheet
weight: -1
authors:
- github: ZackNeyland
updated: 2018-03-06
updated: 2018-03-07
---
### Device Basics

View File

@ -1,6 +1,6 @@
---
title: AppleScript
updated: 2018-03-17
updated: 2018-12-06
layout: 2017/sheet
category: macOS
prism_languages: [applescript]

View File

@ -2,7 +2,7 @@
title: Atom
category: Apps
layout: 2017/sheet
updated: 2017-09-20
updated: 2020-07-03
---
## Shortcuts

View File

@ -2,7 +2,7 @@
title: Awesome Redux
category: React
layout: 2017/sheet
updated: 2017-08-30
updated: 2017-11-19
---
### redux-actions

View File

@ -1,7 +1,7 @@
---
title: Backbone.js
layout: 2017/sheet
updated: 2017-09-04
updated: 2018-12-06
category: JavaScript libraries
---

View File

@ -3,7 +3,7 @@ title: Bash scripting
category: CLI
layout: 2017/sheet
tags: [Featured]
updated: 2019-10-02
updated: 2020-07-04
keywords:
- Variables
- Functions

View File

@ -3,7 +3,7 @@ title: bluebird.js
category: JavaScript libraries
layout: 2017/sheet
weight: -1
updated: 2017-09-04
updated: 2017-09-08
---
### Also see

View File

@ -3,7 +3,7 @@ title: Capybara
category: Ruby libraries
layout: 2017/sheet
weight: -5
updated: 2017-08-30
updated: 2020-06-13
tags: [Featurable]
---

View File

@ -3,7 +3,7 @@ title: Chai.js
category: JavaScript libraries
layout: 2017/sheet
weight: -3
updated: 2017-08-30
updated: 2018-06-25
version: chai v4.x
description: |
expect(x).to.be.equal(y) 〉 assert.equal(x, y) 〉 .to.be.true 〉 jQuery, assertions, TDD and BDD, and other Chai examples.

View File

@ -2,7 +2,7 @@
title: Cheatsheet styles
layout: 2017/sheet
tags: [WIP]
updated: 2017-09-22
updated: 2017-10-26
intro: |
This is a reference of styles that you can use on Devhints cheatsheets. How
meta!

View File

@ -5,7 +5,7 @@ layout: 2017/sheet
weight: -1
authors:
- github: benolot
updated: 2018-03-06
updated: 2020-02-23
description: |
Basic guide on how to use Composer, the PHP Package manager.
---

View File

@ -2,7 +2,7 @@
title: Cron
category: CLI
layout: 2017/sheet
updated: 2017-08-26
updated: 2018-05-03
weight: -3
---

View File

@ -2,7 +2,7 @@
title: CSS antialiasing
category: CSS
layout: 2017/sheet
updated: 2017-08-26
updated: 2017-10-13
intro: |
Here's a 4-line snippet on how to get beautiful, antialiased text with CSS.
---

View File

@ -2,7 +2,7 @@
title: CSS flexbox
category: CSS
layout: 2017/sheet
updated: 2017-08-29
updated: 2020-06-13
prism_languages: [css]
weight: -3
---

View File

@ -1,7 +1,7 @@
---
title: CSS Grid
category: CSS
updated: 2018-12-06
updated: 2019-08-23
layout: 2017/sheet
prism_languages: [css]
---

View File

@ -2,7 +2,7 @@
title: cssnext
category: CSS
layout: 2017/sheet
updated: 2017-08-30
updated: 2017-10-30
tags: [Featurable]
weight: -3
---

View File

@ -2,7 +2,7 @@
title: Curl
category: CLI
layout: 2017/sheet
updated: 2017-09-20
updated: 2020-03-09
---
## Options

View File

@ -2,7 +2,7 @@
title: Date & time formats
layout: 2017/sheet
weight: -5
updated: 2017-09-04
updated: 2017-11-27
tags: [Featurable]
---

View File

@ -4,7 +4,7 @@ category: Devops
layout: 2017/sheet
prism_languages: [yaml]
weight: -1
updated: 2018-06-26
updated: 2020-01-01
---
### Basic example

View File

@ -3,7 +3,7 @@ title: Dockerfile
category: Devops
layout: 2017/sheet
prism_languages: [docker]
updated: 2018-03-17
updated: 2019-10-20
---
## Reference

View File

@ -3,7 +3,7 @@ title: editorconfig
layout: 2017/sheet
prism_languages: [ini]
weight: -1
updated: 2017-09-04
updated: 2019-09-25
category: Apps
---

View File

@ -3,7 +3,7 @@ title: Elixir
category: Elixir
layout: 2017/sheet
tags: [New]
updated: 2017-08-26
updated: 2018-07-04
weight: -10
---

View File

@ -3,7 +3,7 @@ title: Emmet
category: Markup
layout: 2017/sheet
prism_languages: [html, css]
updated: 2018-11-10
updated: 2020-07-03
intro: |
Emmet is a markup language for expanding CSS rules into HTML
---

View File

@ -2,7 +2,7 @@
title: Enzyme
category: React
layout: 2017/sheet
updated: 2018-04-27
updated: 2020-02-12
tags: [Featured]
weight: -1
keywords:

View File

@ -2,7 +2,7 @@
title: Enzyme v2
category: React
layout: 2017/sheet
updated: 2017-09-14
updated: 2017-10-12
weight: -1
deprecated_by: /enzyme
intro: |

2
es6.md
View File

@ -3,7 +3,7 @@ title: ES2015+
category: JavaScript
layout: 2017/sheet
tags: [Featured]
updated: 2017-10-21
updated: 2020-07-02
weight: -10
intro: |
A quick overview of new JavaScript features in ES2015, ES2016, ES2017, ES2018 and beyond.

View File

@ -2,7 +2,7 @@
title: ExUnit
category: Elixir
layout: 2017/sheet
updated: 2017-08-26
updated: 2018-11-19
---
### Test cases

View File

@ -2,7 +2,7 @@
title: Fastify
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-09-21
updated: 2017-09-23
intro: |
[Fastify](https://github.com/fastify/fastify) lets you create HTTP servers in Node.js with good performance. This guide targets fastify v0.28.x.
---

View File

@ -1,7 +1,7 @@
---
title: Figlet
layout: 2017/sheet
updated: 2017-10-08
updated: 2018-06-14
introduction: |
[Figlet] renders text as ASCII art. Here's a list of Figlet fonts for Figlet 2.2.5.
[Figlet]: http://www.figlet.org/

View File

@ -2,7 +2,7 @@
title: Find
category: CLI
layout: 2017/sheet
updated: 2019-10-01
updated: 2019-11-17
---
### Usage

View File

@ -3,7 +3,7 @@ title: Fish shell
category: CLI
layout: 2017/sheet
prism_languages: [fish]
updated: 2017-10-16
updated: 2018-01-31
weight: -1
---

View File

@ -2,7 +2,7 @@
title: Phat
category: Fitness
layout: 2017/sheet
updated: 2017-08-26
updated: 2017-08-30
---
### Day 1: Upper Body Power

View File

@ -2,7 +2,7 @@
title: Flow
layout: 2017/sheet
category: JavaScript libraries
updated: 2017-09-20
updated: 2018-11-07
weight: -3
tags: [Featurable]
---

View File

@ -2,7 +2,7 @@
title: Git branches
category: Git
layout: 2017/sheet
updated: 2017-09-20
updated: 2020-02-13
---
## Working with branches

View File

@ -2,7 +2,7 @@
title: Git log format string
category: Git
layout: 2017/sheet
updated: 2017-10-18
updated: 2018-11-07
weight: -1
keywords:
- "git log --pretty=format:%H"

View File

@ -3,7 +3,7 @@ title: GnuPG
category: CLI
layout: 2017/sheet
tags: []
updated: 2017-10-18
updated: 2017-10-22
weight: 0
intro: |
[GnuPG](https://gnupg.org/) is a complete and free implementation of the OpenPGP standard.

2
go.md
View File

@ -5,7 +5,7 @@ prism_languages: [go, bash]
weight: -3
tags: [Featured]
category: C-like
updated: 2017-09-15
updated: 2020-07-02
---
## Getting started

View File

@ -3,7 +3,7 @@ title: Goby
layout: 2017/sheet
prism_languages: [ruby]
weight: -3
updated: 2018-04-07
updated: 2018-12-06
category: Ruby
intro: |
Goby's language design is based on Ruby language's, slim and shaped up. Differences in syntax between them is very small.

View File

@ -1,7 +1,7 @@
---
title: GraphQL
layout: 2017/sheet
updated: 2017-09-23
updated: 2019-07-07
category: API
---

View File

@ -2,7 +2,7 @@
title: Gremlins.js
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-10-11
updated: 2017-10-22
weight: -1
intro: |
[Gremlins](https://github.com/marmelab/gremlins.js) is a JavaScript library to do "monkey-testing" by providing random user input (clicks, scrolls, and so on).

View File

@ -2,7 +2,7 @@
title: HTML emails
category: HTML
layout: 2017/sheet
updated: 2017-08-29
updated: 2017-08-30
---
### Properties to avoid

View File

@ -2,7 +2,7 @@
title: Input tag
category: HTML
layout: 2017/sheet
updated: 2017-10-29
updated: 2017-10-30
weight: -3
---

View File

@ -2,7 +2,7 @@
title: HTML meta tags
category: HTML
layout: 2017/sheet
updated: 2017-08-26
updated: 2020-03-20
weight: -3
---

View File

@ -3,7 +3,7 @@ title: httpie
category: CLI
layout: 2017/sheet
weight: -3
updated: 2017-09-04
updated: 2018-11-16
description: |
$ http POST http://example.com name="John" Host:example.com — JSON, cookies, files, auth, and other httpie examples.
intro: |

2
ie.md
View File

@ -2,7 +2,7 @@
title: Internet Explorer
category: HTML
layout: 2017/sheet
updated: 2017-09-20
updated: 2018-03-06
---
## Support table

View File

@ -2,7 +2,7 @@
title: Legacy IE bugs
category: HTML
layout: 2017/sheet
updated: 2017-10-29
updated: 2018-03-06
intro: |
A bunch of bugs to take care of if you're going to target legacy IE browsers.
---

View File

@ -3,7 +3,7 @@ title: Jekyll for GitHub pages
layout: 2017/sheet
category: Jekyll
tags: [WIP]
updated: 2017-08-26
updated: 2017-11-17
---
{% raw %}

View File

@ -4,7 +4,7 @@ jekyll_escape: true
layout: 2017/sheet
prism_languages: [bash, yaml, ruby]
category: Jekyll
updated: 2017-09-01
updated: 2018-08-25
---
{% raw %}

View File

@ -2,7 +2,7 @@
title: Jest
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-09-01
updated: 2020-06-17
weight: -3
tags: [Featurable]
intro: |

View File

@ -2,7 +2,7 @@
title: Jsdoc
category: JavaScript
layout: 2017/sheet
updated: 2019-01-10
updated: 2020-06-23
weight: -1
---

View File

@ -1,7 +1,7 @@
---
title: Knex
layout: 2017/sheet
updated: 2017-09-23
updated: 2020-06-03
category: Databases
intro: |
[Knex](http://knexjs.org/) is an SQL query builder for Node.js.

View File

@ -2,7 +2,7 @@
title: Ledger CLI
category: Ledger
layout: 2017/sheet
updated: 2017-08-26
updated: 2020-05-23
weight: -5
---

View File

@ -2,7 +2,7 @@
title: Licenses
section: Development
layout: 2017/sheet
updated: 2017-08-26
updated: 2017-08-30
---
## Licenses

View File

@ -3,7 +3,7 @@ title: Lodash
category: JavaScript libraries
layout: 2017/sheet
weight: -3
updated: 2017-10-17
updated: 2020-06-24
description: |
This is not a complete list.
---

View File

@ -3,7 +3,7 @@ title: Markdown
category: Markup
layout: 2017/sheet
prism_languages: [markdown]
updated: 2017-09-20
updated: 2020-06-24
weight: -1
---

View File

@ -2,7 +2,7 @@
title: Mobx
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-05-14
updated: 2018-05-14
---
### Properties

View File

@ -2,7 +2,7 @@
title: Moment.js
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-10-10
updated: 2020-02-12
tags: [Featurable]
---

View File

@ -1,6 +1,6 @@
---
title: MySQL
updated: 2018-12-25
updated: 2020-01-03
layout: 2017/sheet
category: Databases
---

2
npm.md
View File

@ -3,7 +3,7 @@ title: npm
category: JavaScript
layout: 2017/sheet
weight: -1
updated: 2017-10-27
updated: 2019-12-24
---
### Package management

View File

@ -3,7 +3,7 @@ title: package.json
category: Node.js
layout: 2017/sheet
prism_languages: [json]
updated: 2017-08-30
updated: 2020-06-23
weight: -3
---

View File

@ -1,6 +1,6 @@
---
title: Parsley.js
updated: 2017-10-19
updated: 2018-12-06
weight: -1
layout: 2017/sheet
category: JavaScript libraries

View File

@ -2,7 +2,7 @@
title: "Phoenix: Plug.Conn"
category: Elixir
layout: 2017/sheet
updated: 2017-08-29
updated: 2018-01-19
weight: -5
---

View File

@ -3,7 +3,7 @@ title: "Phoenix: Ecto"
category: Elixir
layout: 2017/sheet
tags: [WIP]
updated: 2017-08-29
updated: 2017-08-30
---
## Schemas

View File

@ -3,7 +3,7 @@ title: "Phoenix: Ecto migrations"
category: Elixir
layout: 2017/sheet
weight: -1
updated: 2017-09-04
updated: 2020-02-23
---
### Creating

View File

@ -3,7 +3,7 @@ title: Phoenix
category: Elixir
layout: 2017/sheet
weight: -1
updated: 2018-01-15
updated: 2018-03-06
---
### Quick start

View File

@ -3,7 +3,7 @@ title: Phoenix 1.2
category: Elixir
layout: 2017/sheet
weight: -1
updated: 2018-01-15
updated: 2018-03-06
---
See [Phoenix](./phoenix) for a more updated cheatsheet.

2
pm2.md
View File

@ -3,7 +3,7 @@ title: pm2
category: CLI
layout: 2017/sheet
authors: { github: "Dr-Dino" }
updated: 2018-03-15
updated: 2020-05-08
---
### Fork mode

View File

@ -1,7 +1,7 @@
---
title: Polyfill.io
category: JavaScript libraries
updated: 2017-10-26
updated: 2020-07-02
layout: 2017/sheet
intro: |
[Polyfill.io](https://polyfill.io) is a service that serves JavaScript polyfills.

View File

@ -2,7 +2,7 @@
title: PostgreSQL JSON
layout: 2017/sheet
prism_languages: [sql]
updated: 2017-09-22
updated: 2018-12-06
category: Databases
---

2
pug.md
View File

@ -3,7 +3,7 @@ title: Pug
category: JavaScript libraries
layout: 2017/sheet
prism_languages: [jade]
updated: 2017-08-31
updated: 2017-10-30
weight: -3
tags: [Featurable]
---

View File

@ -2,7 +2,7 @@
title: rbenv
category: Ruby
layout: 2017/sheet
updated: 2017-10-11
updated: 2018-02-20
weight: -1
description: |
A one-page guide to rbenv Ruby version manager, with usage examples and more.

View File

@ -4,7 +4,7 @@ category: React
layout: 2017/sheet
ads: true
tags: [Featured]
updated: 2018-10-04
updated: 2020-07-04
weight: -10
keywords:
- React.Component

View File

@ -8,7 +8,7 @@ authors:
- github: izzergh
- github: kolapsys
- github: samtrion
updated: 2019-11-14
updated: 2020-03-10
description: |
Basic cheatsheets for regular expression
---

View File

@ -1,7 +1,7 @@
---
title: Screen resolutions
layout: 2017/sheet
updated: 2017-10-30
updated: 2020-07-03
weight: -1
---

View File

@ -1,6 +1,6 @@
---
title: RESTful API
updated: 2018-12-25
updated: 2020-06-06
layout: 2017/sheet
category: API
---

View File

@ -2,7 +2,7 @@
title: Rollup.js
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-11-01
updated: 2020-01-29
authors:
- github: ryanSN
keywords:

View File

@ -3,7 +3,7 @@ title: Sass
category: CSS
layout: 2017/sheet
tags: [Featured]
updated: 2017-08-26
updated: 2020-07-03
weight: -5
keywords:
- Variables

View File

@ -1,7 +1,7 @@
---
title: Semver
layout: 2017/sheet
updated: 2018-08-23
updated: 2019-12-31
weight: -3
---

View File

@ -2,7 +2,7 @@
title: Sketch
category: Apps
layout: 2017/sheet
updated: 2017-08-26
updated: 2018-02-20
---
## Shortcuts

View File

@ -2,7 +2,7 @@
title: Spacemacs
layout: 2017/sheet
category: Apps
updated: 2018-02-15
updated: 2020-05-22
tags: [WIP]
intro: |
[Spacemacs](http://spacemacs.org) is a distribution for Emacs.

View File

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

View File

@ -2,7 +2,7 @@
title: Stencil
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-10-11
updated: 2019-05-08
keywords:
- "@Component"
- "@Prop()"

View File

@ -2,7 +2,7 @@
title: strftime format
layout: 2017/sheet
weight: -5
updated: 2017-09-04
updated: 2017-11-27
tags: [Featurable]
intro: |
The strftime format is the standard date formatting for UNIX. It's used in C, Ruby, and more.

View File

@ -4,7 +4,7 @@ category: CSS
layout: 2017/sheet
prism_languages: [stylus]
weight: -3
updated: 2017-09-20
updated: 2017-10-30
tags: [Featurable]
---

2
tig.md
View File

@ -2,7 +2,7 @@
title: Tig
category: Git
layout: 2017/sheet
updated: 2017-08-29
updated: 2018-11-16
weight: -3
---

View File

@ -2,7 +2,7 @@
title: Vimdiff
category: Vim
layout: 2017/sheet
updated: 2017-08-26
updated: 2018-12-06
weight: -10
intro: |
[Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0.

2
vim.md
View File

@ -3,7 +3,7 @@ title: Vim
category: Vim
layout: 2017/sheet
tags: [Featured]
updated: 2018-09-11
updated: 2020-07-03
weight: -10
intro: |
[Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0.

View File

@ -3,7 +3,7 @@ title: Vim scripting
category: Vim
prism_languages: [vim]
layout: 2017/sheet
updated: 2017-08-30
updated: 2017-10-30
weight: -10
tags: [Featurable]
---

View File

@ -2,7 +2,7 @@
title: Visual Studio Code
category: Apps
layout: 2017/sheet
updated: 2018-02-03
updated: 2018-02-12
weight: -5
keywords:
- "⌘P: Show files"

View File

@ -3,7 +3,7 @@ title: Yarn
category: JavaScript libraries
layout: 2017/sheet
weight: -3
updated: 2017-09-08
updated: 2019-09-30
prism_languages: [json, bash]
tags: [Featurable]
---