Skip to content

Commit

Permalink
Merge branch 'master' into imgbot
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Aug 12, 2022
2 parents 53d219d + b98c517 commit c95cb04
Show file tree
Hide file tree
Showing 433 changed files with 287,543 additions and 46,755 deletions.
96 changes: 0 additions & 96 deletions .github/workflows/pages9.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests

on:
schedule:
- cron: "25 1 * * *"

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "Stale issue message"
stale-pr-message: "Stale pull request message"
stale-issue-label: "no-issue-activity"
stale-pr-label: "no-pr-activity"
1 change: 1 addition & 0 deletions .vscode/appendir.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Combining all the files in the directory into one file. */
const fs = require("fs");
let cat = require("child_process")
let combine = cat.execSync("cat *").toString("UTF-8");
Expand Down
5 changes: 5 additions & 0 deletions .vscode/vscode-git-graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"includeCommitsMentionedByReflogs": true,
"onlyFollowFirstParent": true,
"exportedAt": 1660304567260
}
866 changes: 795 additions & 71 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(document).ready(function () {
$.fn.waypoint.offset = 200;
$('article').waypoint(function (event, direction) {
var id = $(this).attr('id');
$('ul li a').removeClass('active');
$('ul li a').removeClass(`active`);
$('ul li a[href="#' + id + '"]').addClass('active');
});
});
File renamed without changes.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docky": "^1.5.4",
"fs-extra": "7.0.1",
"gatsby": "^2.0.0",
"gatsby-plugin-disqus": "^1.2.3",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-no-sourcemaps": "^4.17.0",
"gatsby-plugin-offline": "^5.9.0",
"gatsby-plugin-react-helmet": "3.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for f in *.txt; do printf '%s\n' 0a 'TEXT YOU WISH TO APPEND TO BEGINNING OF EVERY FILE' . x | ex "$f"; done
1 change: 1 addition & 0 deletions scripts/Download-all-weblinks-of-certain-file-type.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wget -r -A.pdf https://overapi.com/git
10 changes: 10 additions & 0 deletions scripts/Download-website.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
wget --wait=2 --level=inf --limit-rate=20K --recursive --page-requisites --user-agent=Mozilla --no-parent --convert-links --adjust-extension --no-clobber -e robots=off <url>



## OR--------------------------------------------------------------------------------

sudo apt install httrack
httrack --ext-depth=2 <url>


Loading

0 comments on commit c95cb04

Please sign in to comment.