0 : Move to the beginning of the line$ : Move to the end of the linew : Move forward to the beginning of the next wordb : Move back to the beginning o
The Linux operators and separators commandsThe semicolon is used to separate two or more commands on a single line. The commands are executed one afte
Keyword or phrase:"COVID-19 vaccine" - search for tweets that mention the \* COVID-19 vaccine"space exploration" OR "NASA" - search for tweets that me
The difference of way to get time now as < USE_TZ = True / False > :True False
Create Access Tokens From dockerhub page\-> Account Settings \-> Security\-> New Access TokenHow to Make github action SecretsFrin Repository page\->
git config 확인Keychain Access 실행 이후 github.com -> internet password 부분에서 토큰 변경\-> revert commit message 작성
< Keychain Access > 에서 github.com -> internet password 부분에서 토큰 변경
copy list simplyapply arithmetic operation on every list elements( So pythonic >\_<!! )
SQL> SELECT 'DROP TABLE "' || TABLE_NAME || '" CASCADE CONSTRAINTS;' FROM user_tables;