Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/17/2021, 7:44 PM
Assignment #11 due 12/2/21
Create an app engine process that will allow for translation into 5
different languages
https://cloud.google.com/translate/docs/languages
https://uconnstamfordslp.blogspot.com/p/assignment-exercise-python-translate.html
The application will also need to display your name within the html
page so it can be seen on the screen.
Wednesday, November 17, 2021
Tuesday, November 16, 2021
New date: Assignment #10 due 12/02/21, 11/16/2021, 8:11 PM, English, 11/16/2021, 8:11 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/16/2021, 8:11 PM
Assignment #10 due 12/02/21
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Please install python 3 to your cloud shell.
Build 4 python programs that will use Google Vision API to scan 4
separate images.
Note face_detect is for extra credit if you can recode to work on your
own image.(don't ask me do it yourself if you can)
Note: need to use your own images and store them on your Google Storage Bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Classroom blog: googleclouduconn.blogspot.com
11/16/2021, 8:11 PM
Assignment #10 due 12/02/21
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Please install python 3 to your cloud shell.
Build 4 python programs that will use Google Vision API to scan 4
separate images.
Note face_detect is for extra credit if you can recode to work on your
own image.(don't ask me do it yourself if you can)
Note: need to use your own images and store them on your Google Storage Bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Monday, November 15, 2021
Tendai Gomo speaking Friday at 5:00pm on various career , 11/15/2021, 10:18 AM, English, 11/15/2021, 10:18 AM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/15/2021, 10:18 AM
Tendai Gomo formally of Googe
Tendai Gomo
Director (Senior Staff Information Security Governance, Risk and
Controls) at Twitter
Speaking Friday November 19th, t5:00pm to 6:00pm
https://gdsc.community.dev/events/details/developer-student-clubs-university-of-connecticut-presents-guest-speaker-cybersecurity-professional-tendai-gomo-google-twitter/
Classroom blog: googleclouduconn.blogspot.com
11/15/2021, 10:18 AM
Tendai Gomo formally of Googe
Tendai Gomo
Director (Senior Staff Information Security Governance, Risk and
Controls) at Twitter
Speaking Friday November 19th, t5:00pm to 6:00pm
https://gdsc.community.dev/events/details/developer-student-clubs-university-of-connecticut-presents-guest-speaker-cybersecurity-professional-tendai-gomo-google-twitter/
Sunday, November 14, 2021
Assignment #10 due 11/18/21, 11/14/2021, 7:43 PM, English, 11/14/2021, 7:43 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/14/2021, 7:43 PM
Assignment #10 due 11/18/21
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Build 4 python programs that will use Google Vision API to scan 4
separate images
Note: need to use your own images and store them on your Google Storage Bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Classroom blog: googleclouduconn.blogspot.com
11/14/2021, 7:43 PM
Assignment #10 due 11/18/21
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Build 4 python programs that will use Google Vision API to scan 4
separate images
Note: need to use your own images and store them on your Google Storage Bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Monday, November 1, 2021
Assignment #9 due 11/11/21, 11/1/2021, 8:30 PM, English, 11/1/2021, 8:30 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/1/2021, 8:30 PM
Assignment #9 due 11/11/21
https://uconnstamfordslp.blogspot.com/p/user-authentication.html
Create an app engine process designed around example 3
Change the index.html file to incorporate your name
E.g. <h1>John Iacovacci says Hello Verified User</h1>
Add my email address as a user john.iacovacci1@gmail
Send me via email your app engine link
uconn-engr.uc.r.appspot.com
Classroom blog: googleclouduconn.blogspot.com
11/1/2021, 8:30 PM
Assignment #9 due 11/11/21
https://uconnstamfordslp.blogspot.com/p/user-authentication.html
Create an app engine process designed around example 3
Change the index.html file to incorporate your name
E.g. <h1>John Iacovacci says Hello Verified User</h1>
Add my email address as a user john.iacovacci1@gmail
Send me via email your app engine link
uconn-engr.uc.r.appspot.com
Assignment #8 due 11/11/21, 11/1/2021, 8:25 PM, English, 11/1/2021, 8:25 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
11/1/2021, 8:25 PM
Assignment #8 due 11/11/21
Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection
Leveraging Assignment 1
https://uconnstamfordslp.blogspot.com/2021/08/assignment-1-due-9921-8312021-808-pm.html
Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
Email to john.iacovacci1@gmail.com
Redirect the data to a text file called mydata.txt using link below
https://uconnstamfordslp.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html
Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc
Classroom blog: googleclouduconn.blogspot.com
11/1/2021, 8:25 PM
Assignment #8 due 11/11/21
Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection
Leveraging Assignment 1
https://uconnstamfordslp.blogspot.com/2021/08/assignment-1-due-9921-8312021-808-pm.html
Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
Email to john.iacovacci1@gmail.com
Redirect the data to a text file called mydata.txt using link below
https://uconnstamfordslp.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html
Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc
Sunday, October 24, 2021
Assignment #7 Due 11/4/21, 10/24/2021, 2:43 PM, English, 10/24/2021, 2:43 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
10/24/2021, 2:43 PM
Assignment #7 Due 11/4/21
Reminder please shut off or delete your SQL Instance
BigQuery
Select a Public Dataset from the available BiQuery Datasets
Pick one of the Sample Queries available
Run the query
Export the output to a file
Email the file along with reason you picked the Dataset and explain
the data you are sending
Note: Do not use the NY Times Covid that is in the example.
Classroom blog: googleclouduconn.blogspot.com
10/24/2021, 2:43 PM
Assignment #7 Due 11/4/21
Reminder please shut off or delete your SQL Instance
BigQuery
Select a Public Dataset from the available BiQuery Datasets
Pick one of the Sample Queries available
Run the query
Export the output to a file
Email the file along with reason you picked the Dataset and explain
the data you are sending
Note: Do not use the NY Times Covid that is in the example.
Subscribe to:
Posts (Atom)
Assignment 10 due before grading
Pick any stock and send me the linear regression chart for that stock. https://uconnstamfordslp.blogspot.com/p/machine-learning-exercise.h...
-
Assignment #2 due Friday 2/7/25 Create a web site with main page of index.html and 2 other linked original content html pages At least 2...
-
https://uconnstamfordslp.blogspot.com/p/linux-explained.html Create a linux shell program to state Name Major Graduation Year What you want ...
-
https://uconnstamfordslp.blogspot.com/p/assignment-exercise-python-datastore.html Recreate the app engine project above and send me a wor...