Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cse391/24wi/faang
  • rh74/faang
  • anikat91/faang
3 results
Show changes
Commits on Source (79)
Showing
with 261 additions and 1 deletion
File added
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product boschenProduct() {
return new Product(
"sleepCoke",
"It will help you a nice sleep",
"sleepCoke.jpg",
"really good, has sleepy coffine",
9.98
);
}
public Product smayanProduct() {
return new Product(
"Dollar Bill",
"one dollar in cash",
"dollar_bill.jpg",
"Image of a one-dollar bill",
1.00
);
}
public Product benoreProduct() {
return new Product(
"Taylor Swift - Folklore Vinyl",
"A vinyl containing the deluxe edition of Taylor Swift's Grammy-winning FFolklore album.",
"folkloreac.png",
"The album cover for Taylor Swift's folklore album.",
29.99
);
}
public Product ekimji1Product() {
return new Product(
"Gudetama",
"perfect",
"gudetama.jpg",
"Lazy egg",
1000.0
);
}
public Product bohanz04Product() {
return new Product(
"CSE351 hw problem",
"A confusing problem faced",
"test2.jpg",
"image of that problem",
1.00
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......@@ -71,6 +124,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product akshitasProduct() {
return new Product(
"Lake",
"Pretty lake by the mountains",
"Lake.jpg",
"Image of a snowy lake with moutains in the background",
5.99
);
}
public Product kevluoyrsProduct() {
return new Product(
"Blindr",
......@@ -745,4 +808,74 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product tonywuProduct() {
return new Product(
"Giant Tree",
"Giant Tree, kind of looks weird. Price won't cause floating point error.",
"Tree.webp",
"Big Tree",
15000000000000000000000000000000000000000000001.00
);
}
public Product wgong2Product() {
return new Product(
"Robot Cat",
"Robotic Cat, your ideal pet!",
"360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg",
"A cat, that's a robot",
12345
);
}
public Product pranavntProduct() {
return new Product(
"Celsius Essentials 1000 pack",
"1000 pack of celsius essentials. will keep you awake.",
"celsius-picture.png",
"Celsius Essentials",
1000.0
);
}
public Product mshumaProduct() {
return new Product(
"Violin Mutes 100 pack",
"These mutes will keep your roommates asleep",
"violin-picture.jpeg",
"Violin Mutes",
100.0
);
}
public Product aagateProduct() {
return new Product(
"Meta quest",
"a virtual reality headset",
"metaquest.jpg",
"A meta quest 3 on Amazon",
9.00
);
}
public Product acuraIntegra() {
return new Product (
"Acura Integra",
"Acura Integra",
"acura.jpg",
"Acura Integra",
52400
);
}
public Product shangy24Product() {
return new Product(
"Windows 10 Pro",
"An operating system made by Microsoft",
"win10.jpg",
"Windows 10 Default Wallpaper",
199.99
);
}
}
public class Staff {
public Employee smayan(){
return new Employee(
"Smayan Nirantare",
"CS Student",
"I'm hungry",
"travis_scott.jpg",
"Travis Scott"
);
}
public Employee boschen() {
return new Employee(
"Boshan Chen",
"Sleeper",
"Sleep and stare blankly",
"White.jpg",
"umm.."
);
}
public Employee ekimji() {
return new Employee(
"Esther",
"student",
"local point demon",
"gudetama.jpg",
"gudetama with balloon"
);
}
public Employee benore() {
return new Employee("Ben",
"Student",
"Computer Science student",
"benore.jpg",
"Picture of Ben Oreizy");
}
public Employee bohanz04() {
return new Employee(
"Bryan Zhao",
"Student",
"abcdefg stuff",
"test1.jpg",
"hope to get internship"
);
}
public Employee cuperido() {
return new Employee(
"Young You",
......@@ -213,7 +263,16 @@ public class Staff {
"Alpaca with dandelion hair"
);
}
public Employee akshiam() {
return new Employee(
"Akshita",
"Student",
"Learning",
"MountainSunset.jpg",
"Husky Winter Sports members watching the sunset on a mountain"
);
}
public Employee pbui27() {
return new Employee(
"Peter",
......@@ -770,5 +829,73 @@ public class Staff {
"Hello Kitty"
);
}
public Employee tonywu() {
return new Employee(
"Tony",
"Student",
"Student in CSE",
"NormanRockwell.jpg",
"Norman Rockwell Self-Portrait"
);
}
public Employee wgong21() {
return new Employee(
"William",
"Student",
"want to minor in history",
"paradox-interactive.jpg",
"Paradox Interactive Logo"
);
}
public Employee pranavnt() {
return new Employee(
"Pranav",
"Student",
"i like celsius",
"celsius-picture.png",
"celsius picture"
);
}
public Employee mshuma() {
return new Employee(
"Mariana",
"Student",
"I like violin",
"violin-picture.jpeg",
"violin picture"
);
}
public Employee aagate() {
return new Employee(
"Arohan",
"Student",
"doing homework",
"sloth.jpg",
"picture of a sloth"
);
}
public Employee kristong() {
return new Employee (
"Kris",
"Student",
"Hello",
"boy.jp",
"🙏"
);
}
public Employee shangy24() {
return new Employee(
"Shangzhen Yang",
"Student",
"Hello, World!",
"your-name.jpg",
"Wallpaper of Movie Your Name"
);
}
}
images/products/Lake.jpg

540 KiB

images/products/Tree.webp

197 KiB

images/products/acura.jpg

174 KiB

images/products/chocolate_ice_cream.jpg

11.6 KiB

images/products/dollar_bill.jpg

213 KiB

images/products/folkloreac.png

79.4 KiB

images/products/gudetama.jpg

67.1 KiB

images/products/metaquest.jpg

31.4 KiB

images/products/sleepCoke.jpg

126 KiB

images/products/test2.jpg

218 KiB

images/products/violin-photo.jpeg

20.8 KiB

images/products/win10.jpg

221 KiB

images/staff/360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg

56.6 KiB

images/staff/MountainSunset.jpg

371 KiB

images/staff/NormanRockwell.jpg

20.5 KiB

images/staff/White.jpg

961 B

images/staff/benore.jpg

175 KiB