BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20220907T193000
DTEND;TZID=America/Los_Angeles:20220907T203000
DTSTAMP:20260515T061455
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:20220910T090000
DTEND;TZID=America/Los_Angeles:20220910T100000
DTSTAMP:20260515T061455
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:20220910T130000
DTEND;TZID=America/Los_Angeles:20220910T140000
DTSTAMP:20260515T061455
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:20220910T180000
DTEND;TZID=America/Los_Angeles:20220910T190000
DTSTAMP:20260515T061455
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:20220914T193000
DTEND;TZID=America/Los_Angeles:20220914T203000
DTSTAMP:20260515T061455
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:20220917T090000
DTEND;TZID=America/Los_Angeles:20220917T100000
DTSTAMP:20260515T061455
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:20220917T100000
DTEND;TZID=America/Los_Angeles:20220917T110000
DTSTAMP:20260515T061455
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:20220917T120000
DTEND;TZID=America/Los_Angeles:20220917T130000
DTSTAMP:20260515T061455
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:20220917T130000
DTEND;TZID=America/Los_Angeles:20220917T140000
DTSTAMP:20260515T061455
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:20220917T170000
DTEND;TZID=America/Los_Angeles:20220917T180000
DTSTAMP:20260515T061455
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:20220921T190000
DTEND;TZID=America/Los_Angeles:20220921T200000
DTSTAMP:20260515T061455
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:20220924T090000
DTEND;TZID=America/Los_Angeles:20220924T100000
DTSTAMP:20260515T061455
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
END:VCALENDAR