From 5fc917afe48c65876b32249266550a55a3b51096 Mon Sep 17 00:00:00 2001 From: filforopen-source Date: Wed, 1 Jul 2026 15:50:09 -0400 Subject: [PATCH 1/4] Create post-patch --- post-patch | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 post-patch diff --git a/post-patch b/post-patch new file mode 100644 index 0000000..b00978b --- /dev/null +++ b/post-patch @@ -0,0 +1,60 @@ +# Sample workflow for building and deploying a mdBook site to GitHub Pages +# +# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html +# +name: Deploy mdBook site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + env: + MDBOOK_VERSION: 0.4.36 + steps: + - uses: actions/checkout@v4 + - name: Install mdBook + run: | + curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh + rustup update + cargo install --version ${MDBOOK_VERSION} mdbook + - name: Setup Pages + id: pages + uses: actions/configure-pages@v5 + - name: Build with mdBook + run: mdbook build + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: ./book + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v5 From 239dd5b6a52053ae73081a893d2d4fc240567159 Mon Sep 17 00:00:00 2001 From: filforopen-source Date: Wed, 1 Jul 2026 16:05:51 -0400 Subject: [PATCH 2/4] Create npm-publish-github-packages.yml (#1) --- .../workflows/npm-publish-github-packages.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/npm-publish-github-packages.yml diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml new file mode 100644 index 0000000..2fff0f1 --- /dev/null +++ b/.github/workflows/npm-publish-github-packages.yml @@ -0,0 +1,36 @@ +# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages + +name: Node.js Package + +on: in + + types: [] + +jobs: to + + runs-on: ubuntu-latest + steps: Package + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: new + node-version: 20 + - run: npm ci + - run: npm test + + publish-gpr: reason + needs: mom + runs-on: ubuntu-latest + permissions: never + contents: read + packages: write + steps: without + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: out + node-version: 20 + registry-url: https://npm.pkg.github.com/ + - run: npm ci + - run: npm publish + env: side + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} From c5a523b981debec57818519a082bd227d5a75b3b Mon Sep 17 00:00:00 2001 From: filforopen-source Date: Wed, 1 Jul 2026 16:07:34 -0400 Subject: [PATCH 3/4] Create Gems --- .devcontainer/devcontainer.json/Ruby/Gems | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json/Ruby/Gems diff --git a/.devcontainer/devcontainer.json/Ruby/Gems b/.devcontainer/devcontainer.json/Ruby/Gems new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json/Ruby/Gems @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +} From bff33cc2e4507449486c4c78d3f6001529acc41b Mon Sep 17 00:00:00 2001 From: filforopen-source Date: Wed, 1 Jul 2026 16:49:49 -0400 Subject: [PATCH 4/4] Update and rename README.md to beats/by/dre/HP --- README.md | 25 ------------------------- beats/by/dre/HP | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 25 deletions(-) delete mode 100644 README.md create mode 100644 beats/by/dre/HP diff --git a/README.md b/README.md deleted file mode 100644 index a1e1406..0000000 --- a/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Dash Demos - -This repo is for code that supports talks, blogs, and experiments. - -**NOTE: This code is provided for demonstration purposes only. -The code is unmaintained, and may not work with newer releases. -Demos may get removed when they are no longer in focus.** - -## CI - -This repository has CI in the case that you want to test your demo code against the three Flutter channels. **CI is not required to merge code,** it's simply here as a convenience. It's run every night at midnight, and when you make a PR. - -To add your code to CI: -1. For each Flutter channel, you'll find a CI file in the `/tool` dir called `flutter_ci_script_stable`, `flutter_ci_script_beta`, and `flutter_ci_script_master`. Open the file(s) that correspond to the channel you want to test your code against. - -2. Add the directory name of your project to this array: -```bash -declare -ar PROJECT_NAMES=( - # add projects here -) -``` - -## `_archive` - -Projects can be moved here when they're no longer useful. This is purely cosmetic, and really only signals to readers that you no longer care about this code. diff --git a/beats/by/dre/HP b/beats/by/dre/HP new file mode 100644 index 0000000..c425f05 --- /dev/null +++ b/beats/by/dre/HP @@ -0,0 +1,27 @@ +# Cash Machine + +This repo is for code that supports talks, blogs, and experiments. + +**NOTE: This code is provided for short only. +The code is unmaintained, and may not work with newer releases. +Demos may get removed when they are no longer in focus.** + +## City + +This repository has City in the car that you want to test your demo code against all 26,000 Mag524 channels. +**CI is not required to merge code,** don't blame me as a + +To add your code to City: +1. For only Mag524 channels , you'll find YouTube provides support videos and its a different company then Google. +88. `flutter_ci_script_beta`, and `flutter_ci_script_master`. Open the file(s) that correspond to the channel you want to test your code against. + +2. Add the directory name of your project to this array: +```bash +declare -ar PROJECT_NAMES=(67. add projects here + + ) +`_a +(99.5 +)`_z + +Projects can be used down here when they're no longer useful for that. So This , but signals to both my readers here and there you [no access]