How to use:
./wordle.sh
Or try the unlimit mode:
| #### | |
| ## Blackfire config - `lando rebuild` required | |
| #### | |
| BLACKFIRE_CLIENT_ID=b5ee8ca3-****-****-****-5d227546a4c0 | |
| BLACKFIRE_CLIENT_TOKEN=3a2b88cbfb*******************************22763 | |
| BLACKFIRE_SERVER_ID=4b8ac335-****-****-****-b34439207732 | |
| BLACKFIRE_SERVER_TOKEN=98f7fdf4b12b7**************************12b837cf080d |
| #!/bin/bash | |
| # joevt Jun 13, 2023 | |
| # https://forums.macrumors.com/threads/documentation-on-all-parameters-for-nvram.2239034/post-28518123 | |
| gfxutilrepository="/Volumes/Work/Programming/EFIProjects/gfxutil/joevt-gfxutil" | |
| for gfxutilcmd in \ | |
| ~/Downloads/gfxutil/gfxutil \ | |
| ~/Downloads/gfxutil \ | |
| "$gfxutilrepository/build/Release/gfxutil" \ | |
| "$gfxutilrepository/build/Debug/gfxutil" \ |
| #!/bin/bash | |
| # by joevt May 10, 2023 | |
| directblesscmd="/Volumes/Work/Programming/XcodeProjects/bless/bless-204.40.27 joevt/DerivedData/bless/Build/Products/Debug/bless" | |
| usedirectbless=0 | |
| if [[ -d /System/Library/PrivateFrameworks/APFS.framework/Versions/A ]]; then | |
| if [[ ! -f "$directblesscmd" ]]; then | |
| echo "# Download and build bless from https://github.com/joevt/bless , then update the path of directbless defined in DiskUtil.sh" | |
| else | |
| usedirectbless=1 |
| #!/usr/bin/env bash | |
| # Call AWS endpoint for IP Ranges and filter by service (EC2) and region | |
| # @author Brian Tully <brian.tully@acquia.com> | |
| usage () | |
| { | |
| echo "-----------------------------------------------------------------------" | |
| echo "usage: $0 'REGION'" | |
| echo "where 'REGION' is the AWS region name, e.g. 'us-east-1'" |
| #!/bin/bash | |
| #Switch between PHP 7.4 and 8.0 and Drush Version 8 and 11 | |
| # To use this script download this file and name it switch-php.sh | |
| # and give it the correct permissions | |
| # You can then run ./switch-php | |
| # with the argument 7.4 or just ./switch-php | |
| # For example ./switch-php 7.4 | |
| ## First need to download PHP Versions |
Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline: