BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220924T090000
DTEND;TZID=America/Los_Angeles:20220924T100000
DTSTAMP:20260512T201938
CREATED:20220924T165722Z
LAST-MODIFIED:20220924T165722Z
UID:15151-1664010000-1664013600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Temperature Converter Android app project.\nWe get Fahrenheit from one text field\, converted into Celcius and set it to another text field.\nWe added the spinner for conversion option.\nWe made some text fields bold and bigger.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220921T190000
DTEND;TZID=America/Los_Angeles:20220921T200000
DTSTAMP:20260512T201938
CREATED:20220923T061547Z
LAST-MODIFIED:20220923T061547Z
UID:15138-1663786800-1663790400@www.ayclogic.com
SUMMARY:7 PM WED Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe continued with the EmailApplication and were able to finish the project.\nWe were able to figure out the issue of why there was only one email at a time on the list.\n\nFor Homework:\n\nMake sure to take this practice quiz before Friday this week since I will need to grade it.
URL:https://www.ayclogic.com/event/7-pm-wed-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T170000
DTEND;TZID=America/Los_Angeles:20220917T180000
DTSTAMP:20260512T201938
CREATED:20220918T020439Z
LAST-MODIFIED:20220918T020439Z
UID:15025-1663434000-1663437600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to successfully added Saturn Sword.\nWe were able to understand the attributes of Saturn Sword\, attack damage and the attack speed.\nWe started with Saturn Fireball Axe.\n\nHomework\n\nCreate Jupiter Sword by looking at how you created Saturn Sword.\nGo to src/main/resources/assets/aycessentials/textures/items and create a copy of saturn_sword.png into jupiter_sword.png.\nUse an image editor like Fire Alpaca or other that you use to modify the image of jupiter_sword.png to be different than before.\nGo to src/main/resources/assets/aycessentials/lang/en_us.json and add this line at the end. Don’t forget to add comma (\,) at the end of the previous line.\n"item.aycessentials.jupiter_sword": "Jupiter Sword"\n\nGo to src/main/resources/assets/aycessentials/models/item and add a new file jupiter_sword.json and inside the file\, should be very similar to saturn_sword.json. Just copy the content of saturn_sword.json and modify accordingly.\nUnder ModItems.java add one more entry similar to SATURN_SWORD\, but make it JUPITER_SWORD this time. Anywhere you see “saturn_sword” in the JUPITER_SWORD entry\, change to “jupiter_sword”.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T130000
DTEND;TZID=America/Los_Angeles:20220917T140000
DTSTAMP:20260512T201938
CREATED:20220923T061353Z
LAST-MODIFIED:20220923T061353Z
UID:15136-1663419600-1663423200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe finished up reviewing the practice quiz today\nWent over how to create the animal and also animal system.\nTalked again about how to create a method with a parameter so that we could pass information from the main to the method to be used.\n\nFor Homework:\n\nNext week we will be taking the test so make sure to study before and make sure you are prepared.\nYou have one hour to complete the exam and if you have any issues during the test and I will see if I can help.\nMake sure to have an email prepared to take the test so I can send it to you.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T120000
DTEND;TZID=America/Los_Angeles:20220917T130000
DTSTAMP:20260512T201938
CREATED:20220917T200259Z
LAST-MODIFIED:20220917T200259Z
UID:14998-1663416000-1663419600@www.ayclogic.com
SUMMARY:12 PM - Android Game Development With Java - Gamas
DESCRIPTION:Today We Did\n\nWe started GameActivity and GameView. This is the page where we are going to play our game eventually.\nWe were able to add part of the code in the GameView but we are not done. We are missing a dedicated Java Thread responsible to draw canvas.\n\nHomework\n\nRead this tutorial and try running the example codes as well: https://www.w3schools.com/java/java_threads.asp
URL:https://www.ayclogic.com/event/12-pm-android-game-development-with-java-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T100000
DTEND;TZID=America/Los_Angeles:20220917T110000
DTSTAMP:20260512T201938
CREATED:20220917T182952Z
LAST-MODIFIED:20220917T182952Z
UID:14996-1663408800-1663412400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished adding a custom animal entity into minecraft.\nWe added animation to this custom animal\nWe added temptation goals.\n\nHomework\n\nGo to src/main/resources/assets/aycessentials/textures/entity/hog.png and modify this texture according to your liking. Maybe change the eye into different color. Change the skin into something else\, etc.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T090000
DTEND;TZID=America/Los_Angeles:20220917T100000
DTSTAMP:20260512T201938
CREATED:20220917T165745Z
LAST-MODIFIED:20220917T165745Z
UID:14994-1663405200-1663408800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nHomework convert from Fahrenheit to Celcius.\nConvert sourceTemperature to Integer\nFormula – (F − 32) × 5/9 = Celcius\nDisplay the celcius in the system.out.println
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220914T193000
DTEND;TZID=America/Los_Angeles:20220914T203000
DTSTAMP:20260512T201938
CREATED:20220916T215507Z
LAST-MODIFIED:20220916T215507Z
UID:14972-1663183800-1663187400@www.ayclogic.com
SUMMARY:WED 7 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Email Application project by adding in how to send an email and also receive it.\nWe were working on how to send multiple emails instead of just one at a time.\n\nFor Homework:\n\nMake sure that it can show the multiple emails since right now it will only show the latest one that is sent.\nHint: fix the code in the check inbox to show multiple messages.
URL:https://www.ayclogic.com/event/wed-7-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T180000
DTEND;TZID=America/Los_Angeles:20220910T190000
DTSTAMP:20260512T201938
CREATED:20220911T021956Z
LAST-MODIFIED:20220911T021956Z
UID:14884-1662832800-1662836400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started doing Saturn Sword custom weapon. But we were stuck\, we were not able to display the Saturn Sword in the combat section properly.\n\nHomework\n\nFix the Saturn Sword not displayed properly by doing the following.\n\nGo to this file resources/assets/aycessentials/models/items/saturn_sword.json\nChange from “layers0” to “layer0”.\nChange from “aycessentials:items/saturn_sword.png” into “aycessentials:items/saturn_sword”.\nRerun your minecraft program and see if you can see your custom sword now.\nIf you can see it\, then equip the sword to your player and see if you can kill powerful enemy by summoning let say wither skeleton. Type this to summon whither “/summon minecraft:whither_skeleton.” . Count how many hit it take to kill whither skeleton using Saturn Sword. After this\, get Nether Sword from your inventory\, summon whiter skeleton again and see how many hit it takes you to kill this enemy.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T130000
DTEND;TZID=America/Los_Angeles:20220910T140000
DTSTAMP:20260512T201938
CREATED:20220916T214016Z
LAST-MODIFIED:20220916T214016Z
UID:14970-1662814800-1662818400@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe reviewed the practice test that you guys did over the week for homework.\nGot through half of the questions and the rest will be covered next week.\n\nFor Homework:\n\nThere is no homework unless you were unable to finish the practice quiz\, make sure to go back and try to figure out how to do it yourself.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T090000
DTEND;TZID=America/Los_Angeles:20220910T100000
DTSTAMP:20260512T201938
CREATED:20220910T165728Z
LAST-MODIFIED:20220910T165807Z
UID:14863-1662800400-1662804000@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on your Android Temperature Converter project.\nAdd “Celcius” header on top right of the app. Change the id to “convertedTempHeader”.\nUnderneath\, add a text field. Change the id to “convertedTextField”.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220907T193000
DTEND;TZID=America/Los_Angeles:20220907T203000
DTSTAMP:20260512T201938
CREATED:20220908T032734Z
LAST-MODIFIED:20220908T032734Z
UID:14822-1662579000-1662582600@www.ayclogic.com
SUMMARY:7:30 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Email Application project.\nAdded in how to log in and the menu for it.\n\nFor Homework:\n\nFollow the code below\, by asking the user for the email’s recipient\, subject\, and content.\nEnsure that the recipient is an email in our system already.\nAlso\, create a new class called EmailMessage and it should have 4 attributes. They are senderEmail\, recipientEmail\, subject\, and content.\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: 2\nSend to: las\nWe cannot find las email in our system\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: 2\nSend to: aidan@ayclogic.com\nSubject: Test\nContent: You passed!
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T190000
DTEND;TZID=America/Los_Angeles:20220831T200000
DTSTAMP:20260512T201938
CREATED:20220902T210000Z
LAST-MODIFIED:20220902T210000Z
UID:14734-1661972400-1661976000@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe started with the Email Application project.\nAdded in how to create the email account and also how to list out all of the email accounts.\n\nFor Homework:\n\nInitialize 3 email accounts just like how we did in the past school system so that we do not have to input email accounts every time that we want to test our code.\n\n    Welcome to AYCLOGIC Email System.\n\n    Please select one of the items below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4): 3\n\n    There are total of 3 email accounts in the system\n    1. Benjamin - ben@ayclogic.com\n    2. Gamas - gamas@ayclogic.com\n    3. Aidan - aidan@ayclogic.com\n\n    Please select one of the items below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4):
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T160000
DTEND;TZID=America/Los_Angeles:20220827T170000
DTSTAMP:20260512T201938
CREATED:20220828T024720Z
LAST-MODIFIED:20220828T024720Z
UID:14600-1661616000-1661619600@www.ayclogic.com
SUMMARY:4 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Birdie Mobile game.\nWe started adding Credit page.\n\nHomework\n\nNext week is labor day weekend (09/03) no class. The class will resume on 09/10 at 12 noon.\nAdded credits information on CREDIT page like below
URL:https://www.ayclogic.com/event/4-pm-android-game-development-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T130000
DTEND;TZID=America/Los_Angeles:20220827T140000
DTSTAMP:20260512T201938
CREATED:20220827T205332Z
LAST-MODIFIED:20220902T212528Z
UID:14578-1661605200-1661608800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe continued with the EmailApplication and were able to finish the project.\nWe were able to figure out the issue of why there was only one email at a time on the list.\n\nFor Homework:\n\nMake sure to take this practice quiz before Friday this week since I will need to grade it.\nThere is actually no class next week due to labor day weekend!\n\n 
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T100000
DTEND;TZID=America/Los_Angeles:20220827T110000
DTSTAMP:20260512T201938
CREATED:20220827T182813Z
LAST-MODIFIED:20220827T182813Z
UID:14576-1661594400-1661598000@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started creating a new custom Entity Hog.\nWe created Hog texture skin.\nWe learned that HogModel class is generated by BlockBench application.\n\nHomework\n\nNext week (09/03) is labor day weekend so no class next week.\nIn your IntelliJ go to Navigate menu > Class > Class > type in GhastEntity and then press enter. Study in this GhastEntity class\, what actions can this GhastEntity do? to know what GhastEntity can do\, you have to know its goals.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-6/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T090000
DTEND;TZID=America/Los_Angeles:20220827T100000
DTSTAMP:20260512T201938
CREATED:20220827T180257Z
LAST-MODIFIED:20220827T180257Z
UID:14574-1661590800-1661594400@www.ayclogic.com
SUMMARY:SAT - 9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished Monster Inheritance project.\nWe downloaded and install Android studio.\nWe started Android App – Temperature Converter project.\n\nHomework\n\nNo homework.\nNext week is labor day weekend\, so no class.
URL:https://www.ayclogic.com/event/sat-9-am-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220824T190000
DTEND;TZID=America/Los_Angeles:20220824T200000
DTSTAMP:20260512T201938
CREATED:20220825T025933Z
LAST-MODIFIED:20220825T025933Z
UID:14537-1661367600-1661371200@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nToday we finished up the School System using Map project by going through adding\, listing\, and finding the Teacher.\nWe also went through how to fix errors and the two different types of errors which are syntax errors and runtime errors.\n\nFor Homework:\n\nCreate a new project which is titled WED7PM_EmailApplication\nIn the project\, create two files\, one is going to be EmailMainApplication and the other will be EmailAccount.\nIn the EmailAccount\, make sure to have 3 attributes which will be name\, password\, and email.\nThe EmailAccount should have a constructor and also have all the getters and setters.\nIn the EmailMainApplication\, make sure to create a new variable which is the menu which is posted below.\nThere should be a forever loop to continuously print the menu to the user and get the user response.\nAdd in the exit for when you enter 4.\n\nprivate String menu = """\n        \nPlease select one of the item below:\n        1. Create new email account\n        2. Login\n        3. List all email accounts.\n        4. Exit\n        Please make your selection (1-4): """;
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alexander-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T130000
DTEND;TZID=America/Los_Angeles:20220820T140000
DTSTAMP:20260512T201938
CREATED:20220820T205539Z
LAST-MODIFIED:20220820T205657Z
UID:14470-1661000400-1661004000@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:Today We Did\n\nWe continued with EmailApplication\nWe added a check to see if user has any email messages or not in their inbox.\nWe added the ability to contain more than one EmailMessage per person. (The code is not done)\n\nHomework\n\nBecause we changed from Map<String\, EmailMessage> to Map<String\, List<EmailMessage>> then in the inbox\, you need to go through each element inside the List<EmailMessage> and print the getInfo() to print the email.getInfo()
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260512T201938
CREATED:20220820T180125Z
LAST-MODIFIED:20220820T180125Z
UID:14464-1660989600-1660993200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Mod With Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to generate new minecraft world where Saturn Ore can be mined in Y:10 to Y:50.\n\nHomework\n\nCreate recipes inside /src/resources/data/aycessentials/recipes folder for the following items\n\nsaturn_helmet\nsaturn_chestplate\nsaturn_legging\nsaturn_boots\n\n\nIn each of the recipes\, you have to at least use one saturn item.
URL:https://www.ayclogic.com/event/10-am-minecraft-mod-with-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T090000
DTEND;TZID=America/Los_Angeles:20220820T100000
DTSTAMP:20260512T201938
CREATED:20220820T170109Z
LAST-MODIFIED:20220820T170109Z
UID:14456-1660986000-1660989600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with Monster Inheritance\, add heal monster feature.\n\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): 3\n\nPLAY GAME\nWhat is your name: Gamas\nHow much health do you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- Troll - 70 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 4\n\nHEAL MONSTER\nHow much health you want to heal the troll: 10\nTroll now has 80 health points
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T190000
DTEND;TZID=America/Los_Angeles:20220817T200000
DTSTAMP:20260512T201938
CREATED:20220818T034846Z
LAST-MODIFIED:20220818T034846Z
UID:14422-1660762800-1660766400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did\n\nWe continued with SchoolSystemUsingMap project.\nWe added Student.getInfo() method to return information about student.\nWe added Find Student by First Name feature. We don’t use for loop to find something in the Map\, we use the map.get() method.\n\nHomework\n\nAdd the following new features\n\nAdd a teacher\nList all teachers\nFind teacher by email\n\n\nMake sure to store teacher data using Map.\nExpected result is like this\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):4\n\nEnter First Name: Ray\nEnter Last Name: Klefstad\nHow old are you: 45\nEnter your email: ray@ayclogic.com\nEnter Subject of Expertise: Computer\nNew Teacher record is created: Ray\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):5\nRay Klefstad is 45 years old and teaches "Computer". Email is ray@ayclogic.com\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):6\n\nFIND TEACHER\n\nEnter the email of theTeacher you want to find: blah@gmail.com\nblah@gmail.com cannot be found in our teacher's database\n\nSchool System:\n1. Add a student\n2. List all students\n3. Find Student by first name\n4. Add a teacher\n5. List all teachers\n6. Find teacher by email\nEnter your selection (type "exit" to quit):6\n\nFIND TEACHER\n\nEnter the email of theTeacher you want to find: RaY@ayclogic.COM\nRay Klefstad is 45 years old and teaches "Computer". Email is ray@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220813T130000
DTEND;TZID=America/Los_Angeles:20220813T140000
DTSTAMP:20260512T201938
CREATED:20220817T150037Z
LAST-MODIFIED:20220818T035823Z
UID:14411-1660395600-1660399200@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did\n\nWe continued with EmailApplication program\nWe added EmailMainApplication.createEmailMessafe(EmailAccount)\n\nHomework\n\nInside EmailMainApplication.checkInbox(EmailAccount) display email message from emailMessageMap.\nTo test your code\, login using one account l(et say gamas@ayclogic.com) and send an email to another email (let say ben@ayclogic.com). Logout and login as ben@ayclogic.com and check ben’s inbox.\nExample\n\nWelcome to AYCLOGIC Email System.\n\nPlease select one of the items below:\n1. Create new email account\n2. Login\n3. List all email accounts.\n4. Exit\nPlease make your selection (1-4): 3\n\nThere are total of 3 email accounts in the system\n1. Benjamin - ben@ayclogic.com\n2. Gamas - gamas@ayclogic.com\n3. Aidan - aidan@ayclogic.com\n\nPlease select one of the items below:\n1. Create new email account\n2. Login\n3. List all email accounts.\n4. Exit\nPlease make your selection (1-4): 2\nEnter your login email and password\nemail: gamas@ayclogic.com\nPassword: abcd\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: 2\nSend to: ben@ayclogic.com\nSubject: Your Python Final Test\nContent: Congrats you got 100%.\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: '3\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: 3\nYou have logged out\n\nPlease select one of the items below:\n1. Create new email account\n2. Login\n3. List all email accounts.\n4. Exit\nPlease make your selection (1-4): 2\nEnter your login email and password\nemail: ben@ayclogic.com\nPassword: abcd\n\nBenjamin\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection: 1\nFROM: gamas@ayclogic.com - SUBJECT Your Python Final Test - Congrats you got 100%.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220813T100000
DTEND;TZID=America/Los_Angeles:20220813T110000
DTSTAMP:20260512T201938
CREATED:20220813T193238Z
LAST-MODIFIED:20220813T193238Z
UID:14343-1660384800-1660388400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding - Gamas
DESCRIPTION:Today We Did\n\nWe learned about static variables and method.\nWe started creating Ore generation to minecraft world.\n\nHomework\n\nDownload and install https://www.blockbench.net/\nDo the quickstart tutorial\n\nhttps://www.youtube.com/watch?v=xC81Q3HGraE
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220806T130000
DTEND;TZID=America/Los_Angeles:20220806T140000
DTSTAMP:20260512T201938
CREATED:20220809T063859Z
LAST-MODIFIED:20220809T063859Z
UID:14288-1659790800-1659794400@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the AYCLOGIC Email project and were able to finish multiple parts.\nWe were able to finish the login menu and also explained how we could transfer the account from one method to another so that it could be used there.\n\nFor Homework:\n\nThis week’s homework is going to be creating the EmailMessage.java class which is going to be used to save and show it to whoever the email is sent to.\nThe attributes should be as listed below:\nAlso\, make sure to create all the getters and setters for the attributes along with the constructor.\n\n    private String senderEmail;\n    private String recipientEmail;\n    private String subject;\n    private String content;
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220806T100000
DTEND;TZID=America/Los_Angeles:20220806T110000
DTSTAMP:20260512T201938
CREATED:20220813T043329Z
LAST-MODIFIED:20220813T043329Z
UID:14337-1659780000-1659783600@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nAdd saturn_layer_2.png into your Minecraft project. Place the image into src/main/resources/assets/aycessentials/textures/models/armor/ folder. You can find saturn_layer_2.png image below.\n\nCustomize saturn_layer_2.png so it match your saturn_leggings armor.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-5/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220803T190000
DTEND;TZID=America/Los_Angeles:20220803T200000
DTSTAMP:20260512T201938
CREATED:20220804T025503Z
LAST-MODIFIED:20220804T025503Z
UID:14203-1659553200-1659556800@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the Restaurant map project and were able to complete it.\nWe went over how to find the restaurant and also how we could list out all the restaurants that were founded past the year 2000.\nAlso\, we started the SchoolSystemUsingMap project where we use HashMap instead of List.\n\nFor Homework:\n\nHomework is to create the addStudent() method and make sure to add it into the HashMap instead of using a list\, it is up to you what you think is the best key.\nHere is the expected output for the addStudent() method.\n\nPlease select one of the items below\n1. Add Student\n2. List all students\nMake your selection 1-2 (enter "exit" to quit): 1\n\nADD NEW STUDENT\nEnter the first name: Alex\nEnter the last name: Lee\nEnter the age: 19\nEnter the email: alexlee@ayclogic.com\nYou have added the student Alex successfully
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T130000
DTEND;TZID=America/Los_Angeles:20220730T140000
DTSTAMP:20260512T201938
CREATED:20220730T205731Z
LAST-MODIFIED:20220731T064923Z
UID:14149-1659186000-1659189600@www.ayclogic.com
SUMMARY:1 PM - Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the Email Application project.\nAdded in how to list out all of the emails and also how to store 3 emails in the system before the code starts.\nAlso started working on the login for the email section.\n\nFor Homework:\n\nMake it so that the menu below is repeatedly shown\, and will only stop showing when you type 3 to log out. The menu should be its own string variable just like how you have it for the first menu.\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\n Enter your selection:asd\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:sadfdas\n\nGamas\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:3\n\nPlease select one of the item below:\n1. Create new email account\n2. Login\n3. List all email accounts.\n4. Exit\nPlease make your selection (1-4):
URL:https://www.ayclogic.com/event/1-pm-i/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T100000
DTEND;TZID=America/Los_Angeles:20220730T110000
DTSTAMP:20260512T201938
CREATED:20220730T182318Z
LAST-MODIFIED:20220730T182318Z
UID:14139-1659175200-1659178800@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to customize our custom armor looks like. This is by modifying saturn_layer_1.png.\nWe learned about the attributes of SaturnArmorMaterial.java\n\nHomework\n\nCustomize your saturn_layer_1.png according to the technique we have learned in the class.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-java-gamas-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T090000
DTEND;TZID=America/Los_Angeles:20220730T100000
DTSTAMP:20260512T201938
CREATED:20220730T185439Z
LAST-MODIFIED:20220730T185439Z
UID:14141-1659171600-1659175200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued with the Monster Inheritance project.\nWe added codes in Dragon class to override magic damage so if a player attack Dragon with a Fire magic attack\, then it will display a message saying “Dragon is immune to fire magic attack. No damage is done.”.\n\nHomework\n\nContinue with Monster Inheritance project. Add Troll.java class and override doMagicDamage(String magicType\, int damage) so when magicType is equal to “earth” it will display a warning message “Troll is immune to earth magic attack. No damage is done.”\nInside MonsterInheritanceMain.java. Specifically inside initializeMonster\, use Troll class when adding Troll to the map.\nRun the program and see if you attack Troll with earth magic if it display the above message.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR