I hereby claim:
- I am scotchneat on github.
- I am scotchneat (https://keybase.io/scotchneat) on keybase.
- I have a public key ASAFxTOR87kbAYpg8jAnbdGS6UdL7xIrA955kEGY8RCSMgo
To claim this, I am signing this object:
| set -e | |
| repo=coreweave/cloud-app | |
| git checkout develop | |
| # Get Current commit | |
| latest_sha=$(git rev-parse --short master) | |
| # Get date for current commit | |
| latest_sha_date=$(gh pr list -s merged --json number,title,mergedAt,labels,mergeCommit,baseRefName,headRefName --repo $repo | jq -r --arg sha "$latest_sha" '.[] | select(.mergeCommit.oid | startswith($sha)) | .mergedAt') |
| # yt-transcript.py <video_id> | |
| from youtube_transcript_api import YouTubeTranscriptApi | |
| def search(transcript): | |
| search_text = input("What do you want to find?: ") | |
| if not search_text: | |
| exit() | |
| context_lines = int(input("How many context lines (before and after) do you want to show?: ")) |
| [ | |
| {"code":"BOGO","buyProduct":"CF1","getProduct":"CF1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":100,"max":-1}, | |
| {"code":"APPL","buyProduct":"AP1","getProduct":"AP1","buyQuantity":3,"getQuantity":-1,"discountType":2,"value":150,"max":-1}, | |
| {"code":"CHMK","buyProduct":"CH1","getProduct":"MK1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":100,"max":1}, | |
| {"code":"APOM","buyProduct":"OM1","getProduct":"AP1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":50,"max":-1} | |
| ] |
I hereby claim:
To claim this, I am signing this object:
| help: ## Prints this help message. | |
| @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' |
| help: ## Prints this help message. | |
| @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' |
| PACKAGE_NAME = package-name | |
| VIRTUALENV = virtualenv --python=python3.7 | |
| VENV = .venv | |
| VENV_ACTIVATE = . $(VENV)/bin/activate | |
| help: ## Prints this help message. | |
| @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | |
| $(VENV): | |
| $(VIRTUALENV) $(VENV) |
I have compiled these notes whilst revising for the Oracle 1Z0-061 Exam - Oracle Database 12c: SQL Fundamentals. They should also be relevant to the 1Z0-051 - Oracle Database 11g: SQL Fundamentals exam. Revision was most conducted using the excellent and highly recommended "OCA Oracle Database 12c SQL Fundamentals I Exam Guide" by Roopesh Ramklass.
I have aimed to include include in these notes common "gotchas" and easy to forget functionality rather than documenting everything required for the exam. This can then be used as a quick refresher before walking into the exam.
The content is broken up into sections with each heading mapping to the relevant [Oracle 1Z0-061 exam topics](https://edu