UCONN

UCONN
UCONN

Sunday, September 3, 2023

Assignment #1 Due 9/7/23

Subject: Assignment 1 due Thursday 9/7

 

https://uconnstamfordslp.blogspot.com/p/linux-explained.html

Create a linux shell program to state



Name

Major

Graduation Year

What you want to do?

High school you went to?

Town you live in

Favorite subject growing up?

What i am passionate about?

What company or organization would you like to for for?


Send both code and output via email



List all lines of code


Program

#!/bin/bash

# My First scripts

echo "Enter your full name : "

read my_name

echo "Enter your major : "

read my_major

echo "Enter the year you will graduate : "

read my_graduation

echo "My Name is : " $my_name

echo "My major is : " $my_major

echo "I will graduate in the year : " $my_graduation


Output

output


john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile

Enter your full name :

John Iacovacci

Enter your major :

Computer Science

Enter the year you will graduate :

2026

My Name is :  John Iacovacci

My major is :  Computer Science

I will graduate in the year :  2026



Wednesday, April 12, 2023

Assignment #10 Vision API due 4/20/23

 

Assignment #10 due 4/20/23

 

https://uconnstamfordslp.blogspot.com/p/vision-api-codelab.html


Build 5 python programs that will use Google Vision API to scan 5
separate images.


Note: need to use your own images and store them on your Google Storage Bucket

Download images from internet and store on your cloud 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
Assignment 



Wednesday, April 5, 2023

Final Exam Wednesday, April 26th

 The final exam will be held at the last day of class which will be Wednesday, April 26th.

Questions will be given out to students who attend class on Wednesday, April 19th.

Tuesday, April 4, 2023

Assignment #9 user validation

  

Assignment #9 due 4/13/23




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.com with the proper role

Send me via email your app engine link


Saturday, March 25, 2023

Assignment #8 due 4/6/23

 

Assignment #8 Due 4/6/23


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.iacovacci@uconn.edu



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




Tuesday, March 21, 2023

Assignment #7 due 3/30/23

 

Assignment #7 Due 3/30/23

 

Reminder, please shut off or delete your SQL Instance after you hand in assignment.

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.


Don't pick my example


Wednesday, March 8, 2023

Assignment # 6 due 3/23/23

 Assignment # 6 due 3/23/23

Recreate the app engine project above and send me a working link from
app engine screen.

Create a datastore entity called Custinfo

Load programs per link

Add your name to the html that the program displays

Note: Need to have Google Translate API turned on in order to read data

Send me the app engine link

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...