- Have Fun!!!
- Understand and discussion the deploy phase of an application.
- Introduction to cloud computing and self hosting.
- Stepping stone towards DevOps and Containerization.
- Stepping stone towards utilizing existing APIs.
- Reading and understanding Documentation; Extracting relevant information and potentially transferring concepts to other apps / cloud providers.
- Slides
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from math import * | |
from JES import * | |
# Ahyaan Malik - Animation Project - CSIS 110 - 12/4/2024 | |
# Create an animation using exactly 1 for loop | |
# BONUS - I decided to make a music video out of this, with cool effects and many, MANY moving objects | |
# BONUS - MANY if statements were used, keep scrolling if you like that, stop scrolling if you don't | |
# BONUS - Many measures were taken to ensure correct syncing of the song, guessing won't cut it! | |
# BONUS - Created 3 extra functions, a copyInto function that removes the white off jpgs, a function to increase the r g b values of any pic by any amount, and a way to detect a certain color and change that color, for rainbow text. | |
# The blob was also created to bounce up and down as it goes, he'll be back soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ahyaan Malik - Submitted 11/10/24 | |
# Resubmitted 11/11/24 due to extra time - Added two new sounds for less awkwardness, improved rick roll by adding a new bass then blended that bass | |
# Sound Collage - Creates an audio collage with various effects | |
# Professor Chaudhari | |
# There are 2 original segments, a modification for each of those 2 segments (2 for the 2nd one), 1 segment that isn't modified, and the rick roll created. | |
# Each segment, original or modified, is placed in an empty sound file with just the right amount of samples | |
# Each segment is separated by 0.5 seconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from JES import * | |
from random import * | |
# Ahyaan Malik - Submitted 10/15/24 | |
# Creates a "graffitied" image from a jpg of dwayne the rock johnson | |
# His eye (pupil specifically), head, and teeth color were randomly changed | |
# Additionally, a bar of solid color was added with text, and all of this was placed onto a wall | |
# EXTRA POINTS - the many texts added to the back may simply seem only weird, but their placements are random! Random positions (I specifically made sure to not have them be covered by dwayne) and random sizes with differing shades of purple! |
-
A. Amin, L. Grunske, and A. Colman, “An approach to software reliability prediction based on time series modeling,” Journal of Systems and Software, vol. 86, no. 7, pp. 1923–1932, Jul. 2013, doi: 10.1016/j.jss.2013.03.045.
-
B. Bruegge and A. H. Dutoit, Object-oriented software engineering: using UML, patterns, and Java, 3rd ed. Boston: Prentice Hall, 2010.
-
https://ece.uwaterloo.ca/~agurfink/stqam.w20/assets/pdf/W01P2-FaultErrorFailure.pdf
-
T. Chai and R. R. Draxler, “Root mean square error (RMSE) or mean absolute error (MAE)? – Arguments against avoiding RMSE in the literature,” Geoscientific Model Development, vol. 7, no. 3, pp. 1247–1250, Jun. 2014, doi: 10.5194/gmd-7-1247-2014.
-
J. Ledoux, “Software Reliability Modeling,” p. 47, 2013.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "d3bd1779-ae2d-4280-9097-59d19a749eb7", | |
"version": "2.0", | |
"name": "YT", | |
"url": "https://music.youtube.com", | |
"tests": [{ | |
"id": "7068f654-77ec-4f6e-bfd6-03c4d5a20a1c", | |
"name": "1", | |
"commands": [{ | |
"id": "995220d1-7b08-461f-8fa8-e1b8c3e81cb1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guests as they wait for the wedding to begin : | |
- The Best of My Love By Eagles | |
- Dave Matthews Band - #34 https://www.youtube.com/watch?v=3GLdx2sq3vA | |
- Musiq Soulchild - So Beautiful https://www.youtube.com/watch?v=LgPpowVNEfE | |
- | |
for wedding ceremiony done : | |
- Stevie Wonder - Signed Sealed Delivered https://www.youtube.com/watch?v=kgT9QJ2htMc | |
- "Beautiful Day," by U2 https://www.youtube.com/watch?v=co6WMzDOh1o |
- Create an executable jar
- Install Java in your EC2 machine
sudo apt install default-jdk
- Copy the jar file ( Either use SCP / compile it on EC2)
- Open EC2 port 8080
- Test using
java -jar demoxxxxx.jar
- Daemonize the app (Deploy Spring boot app)[https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html#deployment-systemd-service]
File location
sudo nano /etc/systemd/system/term.service
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create Basic Client & Server (hello world) apps & push to Github, EC2 and S3 bucket exists- 20 | |
HTML for profile page with bootstrap present & works well - 15 | |
Server app can respond with custom response & is used in React. - 10 | |
Server app can save and retrive data in the request from DB - 10 | |
Server can do Auth - Static IF conditions - 5 | |
React can use conditinal rendering to show Admin things - 5 | |
Application is well constructed Profile & Nav & Admin Component -- 10 | |
S3 bucket integration - 10 | |
Application deployed - 10 |
NewerOlder