Thanks for saying you like my camera set up! As you asked, here are the deets. There are cheaper ways to achieve some of the same results and possibly better ways to - however this is what I ended up with.
aahed | |
aalii | |
aapas | |
aargh | |
aarti | |
abaca | |
abaci | |
aback | |
abacs | |
abaft |
If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
{ | |
"com.8bit.bitwarden": "bitwarden://", | |
"com.apple.airport.mobileairportutility": "apmanage://", | |
"com.apple.appleseed.FeedbackAssistant": "applefeedback://", | |
"com.apple.AppStore": "itms-apps://itunes.apple.com/", | |
"com.apple.AppStoreConnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Connect%22%7D", | |
"com.apple.artistconnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Artists%22%7D", | |
"com.apple.bnd": "beatsbond://", | |
"com.apple.Bridge": "com.apple.bridge://x", | |
"com.apple.calculator": "shortcuts://x-callback-url/run-shortcut?x-error=calc://", |
curl http://a1.v2.phobos.apple.com.edgesuite.net/us/r1000/000/Features/atv/AutumnResources/videos/entries.json | jq -r .[].assets[].url | wget -i - -c |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="application-name" content="MyApp" /> | |
<meta name="apple-mobile-web-app-title" content="MyApp" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<link rel="apple-touch-icon" href="/icon.png" /> |
refer to: https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b
{USER}: pi
Install Miniconda 3:
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
sudo md5sum Miniconda3-latest-Linux-armv7l.sh # (optional) check md5
sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh
Here is how to add Cypress E2E tests to a Create React App bootstrapped application. Assumes the *nix command line, you may need to adapt this for a Windows command line (or use WSL or Git Bash).
-
Install Cypress and the Testing Library utilities for it (to match the helpers CRA installs):
$ npm i {,@testing-library/}cypress
i
is short for install, and the braces{}
are expanded by brace expansion tocypress @testing-library/cypress
.
Tutorial and tips for GitHub Actions workflows
You don't need a Mac to do this :-)
For generating PKPass files, you'll need 4 things after this tutorial:
- Certificate Identifier (pass.com.example.www)
- Team Identified (Organizational Unit (OU) in the cert generated by Apple)
- The .p12 file
- The password for the .p12 file