| Test | Any Platform | test | Test. | Edit
Delete |
| Dsds | Any Platform | dsds | Dsds. | Edit
Delete |
| Build Casablanca. | Any Platform | cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTS=OFF \ -DBUILD_SAMPLES=OFF \ -DCMAKE_CXX_STANDARD=17 \ -DCMAKE_CXX_FLAGS="-std=c++17 -O0 -w" | ChatGPT led. | Edit
Delete |
| Filter json with jq | JQ | jq 'map(select(.actuatorModel | test(^AVP-3))) | map({actuatorModel, actuatorCode, mountSize_1, mountSize_2, driveSize, driveDepth})' | This filters on actuatorModel starting with AVP-3. | Edit
Delete |
| Filter json with jq | JQ | jq 'map(select(.actuatorModel | test(^AVP-3))) | map({actuatorModel, actuatorCode, mountSize_1, mountSize_2, driveSize, driveDepth})' | This filters on actuatorModel starting with AVP-3. | Edit
Delete |
| Filter json with jq | JQ | jq 'map(select(.actuatorModel | test(^AVP-3))) | map({actuatorModel, actuatorCode, mountSize_1, mountSize_2, driveSize, driveDepth})' | This filters on actuatorModel starting with AVP-3. | Edit
Delete |
| Show differences for a specific file | Git | git diff <file> | | Edit
Delete |
| Check status of repository. | Git | git status | | Edit
Delete |
| Clone a repository. | Git | git clone <repository_url> | What it says on the tin. | Edit
Delete |
| Initialize a new Git repository. | Git | git init | Creates an empty repo locally. | Edit
Delete |