Skip to content

Commit

Permalink
-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Feb 24, 2022
1 parent f7882f9 commit b24ddf5
Show file tree
Hide file tree
Showing 461 changed files with 411,621 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cache/json/_docs_javascript_promises_.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .cache/json/_docs_leetcode_.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .cache/json/_docs_projects_.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .cache/json/_docs_projects_embeded-websites_.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .cache/json/_docs_projects_mini-projects_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_python_python-ds_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_Emmet_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_all-emojis_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_create-react-app_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_git-bash_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_git-tricks_.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .cache/json/_docs_quick-reference_google-firebase_.json

Large diffs are not rendered by default.

Empty file.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
50 changes: 50 additions & 0 deletions .github/workflows/latest-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: 'Tests: `nvm install-latest-npm`'

on: [pull_request, push]

jobs:
nodes:
name: 'nvm install-latest-npm'
runs-on: ubuntu-latest

strategy:
matrix:
node-version:
- "11"
- "10"
- "9"
- "9.2"
- "9.1"
- "9.0"
- "8"
- "7"
- "6"
- "6.1"
- "5"
- "5.9"
- "4"
- "4.6"
- "4.5"
- "4.4"
- "3"
- "2"
- "1"
- "0.12"
- "0.10"

steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
name: 'nvm install-latest-npm'
with:
node-version: ${{ matrix.node-version }}
skip-ls-check: true
skip-install: true
shell-command: 'npm --version'

node:
name: 'nvm install-latest-npm'
needs: [nodes]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
41 changes: 41 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: 'Tests: linting'

on: [pull_request, push]

jobs:
eclint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
name: 'npm install && npm run eclint'
with:
node-version: 'lts/*'
command: 'eclint'

dockerfile_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
name: 'npm install && npm run dockerfile_lint'
with:
node-version: 'lts/*'
command: 'dockerfile_lint'

doctoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
name: 'npm install && npm run doctoc'
with:
node-version: 'lts/*'
command: "doctoc:check"

test_naming:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: check tests filenames
run: ./rename_test.sh --check
16 changes: 16 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is a basic workflow that is manually triggered
name: Gatsby Publish

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ 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 }}
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Tests: release process'

on: [pull_request, push]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
- run: npm install
- name: Configure git
run: |
git config user.name github-actions
git config user.email [email protected]
git fetch --unshallow --tags -f || git fetch --tags -f
- name: Attempt `make release` process
run: echo proceed | make TAG=99.99.99 release
env:
GIT_EDITOR: "sed -i '1 s/^/99.99.99 make release test/'"
- name: Ensure tag is created
run: git tag | grep v99.99.99
Binary file added docs/content/books/c-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/es5-to-esnext.pdf
Binary file not shown.
Binary file added docs/content/books/express-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/html-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/linux-commands-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/node-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/react-beginners-handbook.pdf
Binary file not shown.
Loading

0 comments on commit b24ddf5

Please sign in to comment.