- : execludes a term.
Search for Elon Musk but exclude the terms tesla or SpaceX
elon musk -tesla -SpaceX
| : search for x or y.
Search for apples or oranges (see images)
fruits(apple | orange)
| name: Remove old versions of Google App Engine | |
| ##### | |
| # | |
| # Add this file to .github/workflows/delete-old-gae.yml then GitHub Actions will remove old versions of Google App Engine. | |
| # | |
| ##### | |
| on: | |
| workflow_dispatch: |
| # Extracted using: $ unzip -p lib/pycharm.jar com/jetbrains/python/PyBundle.properties | grep -B1 INSP.NAME | grep '^#' | sed 's|Inspection||g' | sed -e 's|#\s\{,1\}|# noinspection |' | |
| # noinspection PyPep8 | |
| # noinspection PyPep8Naming | |
| # noinspection PyTypeChecker | |
| # noinspection PyAbstractClass | |
| # noinspection PyArgumentEqualDefault | |
| # noinspection PyArgumentList | |
| # noinspection PyAssignmentToLoopOrWithParameter | |
| # noinspection PyAttributeOutsideInit |