never use /left and /right
for matrix :
[\begin{matrix}1.000 & 0.324 & 0.135 \\0.324 & 1.000 & 0.082 \\0.135 & 0.082 & 1.000\\\end{matrix}]
[\begin{matrix}&&\\&&\\&&\\\end{matrix}]
\left(\begin{matrix}&&&&&\\&&&&&\\&&&&&\\\end{matrix}\right)
| <template> | |
| <v-app> | |
| <v-container> | |
| <input | |
| type="time" | |
| v-model="time" | |
| class="without_ampm" | |
| step="1" | |
| min="00:00" | |
| max="01:00" |
| var buttons = document.getElementsByTagName('button'); | |
| for (var i = buttons.length - 1; i >= 0; i--) { | |
| var button = buttons[i]; | |
| if(button.innerText.includes('more education')) { | |
| button.click(); | |
| break; | |
| } | |
| } |
| S3KEY="" | |
| S3SECRET="" # pass these in | |
| bucket='bucket-name' | |
| file="download.jpeg" | |
| date=$(date +"%a, %d %b %Y %T %z") | |
| string="GET\n\n\n$date\n/$bucket/$file" | |
| signature=$(echo -en "${string}" | openssl sha1 -hmac "${S3SECRET}" -binary | base64) | |
| curl -X GET --output \ |
| // first go to https://rozmusic.com/%D9%85%D8%B9%DB%8C%D9%86-%D8%B2%D8%AF-%D8%AF%D9%88%D8%A8%D8%A7%D8%B1%D9%87-%D8%A8%D8%A7%D8%B2.html | |
| // interact - play for first time and then paste this code | |
| let audio = new Audio("https://dl.rozmusic.com/Music/1403/08/09/Moein%20Z%20-%20Dobareh%20Baz%20%28128%29.mp3"); | |
| // Set the start time (in seconds) | |
| audio.currentTime = 141; | |
never use /left and /right
for matrix :
[\begin{matrix}1.000 & 0.324 & 0.135 \\0.324 & 1.000 & 0.082 \\0.135 & 0.082 & 1.000\\\end{matrix}]
[\begin{matrix}&&\\&&\\&&\\\end{matrix}]
\left(\begin{matrix}&&&&&\\&&&&&\\&&&&&\\\end{matrix}\right)
| import psycopg2 | |
| DB_NAME = "postgres" | |
| DB_USER = "postgres" | |
| DB_PASS = "" | |
| DB_HOST = "localhost" | |
| DB_PORT = "5432" | |
| try: | |
| conn = psycopg2.connect(database=DB_NAME, |
install global cli-based package:
sudo npm install -g gitmoji-cli
see the list of installed package:
npm ls -g --depth=0
uninstall package: