Wednesday, September 20, 2023
Monday, September 18, 2023
Assignment #3 due 9/28/23
Build an app engine program that will allow a user to take in information
Monday, September 11, 2023
Assignment #2 due 9/21/23
HTML
CSS
JavaScript
Images
Use blog for reference
https://uconnstamfordslp.
Detailed directions
Web Assignment First select Cloud Storage then Buckets Next hit +CREATE BUCKET Select a unique name for the bucket Select Region for wh... uconnstamfordslp.blogspot.com |
My site can also be used as reference
Right click and view page source to see code
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
Vision API codelab Using the Vision API with Python About this codelab subject Last updated Apr 4, 2023 account_circle Written by multiple G... uconnstamfordslp.blogspot.com |
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
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.
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
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...