You can easily convert image file to base64 text on mac OS by using the "base64" command
Example
base64 -i file.jpg -o base64.txt
My personal blog about health, hobby, stock & investment, information technology, self improvement, tax and travel.
You can easily convert image file to base64 text on mac OS by using the "base64" command
Example
base64 -i file.jpg -o base64.txt
If you open some websites using Google Chrome and found an error
Privacy Error
Your connection is not private
Attackers might be trying to steal your information from 123.456.789.123 (for example, passwords, messages, or credit cards)
NET::ERR_CERT_INVALID
like this image
If you trust this website, you can bypass it by typing the keyboard with the value "thisisunsafe", then Google Chrome will bypass and allow you to access this website.
AWS Budgets is good for monitor and get an email notification alert if your AWS usages exceed your budget. (all images below are from the udemy course "Become an AWS Certified Developer! Learn all Amazon Web Services Developer topics. PASS the AWS Certified Developer Exam")
To create AWS Budget, go to the Budget page and click the "Create a budgets" button.
SCB Easy App ของธนาคารไทยพาณิชย์นั้นอนุญาตให้เรากู้เงิน กดเงินจากบัตรและรับเงินมาใช้ได้ทันทีผ่านทางตู้ ATM ซึ่งค่อนข้างสะดวกและมีประโยชน์มาก ในกรณีที่เราต้องการเงินมาใช้ด่วน (แต่มีค่าดอกเบบี้ยที่ค่อนข้างแพงที่ 16% ต่อปี) ซึ่งวิธีการกดเงินจากบัตรเครดิตนั้นก็ทำได้ค่อนข้างง่าย
วิธีการกดเงินจากบัตรเครดิตผ่าน SCB Easy App
1. เข้า SCB Easy App แล้วเลือก Cardless ATM
2. เลือกบัตรเครดิตที่เราต้องการถอนเงิน และเลือกจำนวนเงินที่ต้องการ ดังรูป
I am quite new with Apache Spark and researching how to get started with Apache Spark + Python (PySpark) + MongoDB connector. This is what I found.
1. Read the basic knowledge of Apache Spark and try to get started locally and code sample spark app with CSV file by following https://www.tutorialspoint.com/apache_spark/index.htm
2. If you use macOS, you can install spark by following https://notadatascientist.com/install-spark-on-macos/
3. More related tutorial and document