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
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230128T170000
DTEND;TZID=America/Los_Angeles:20230128T180000
DTSTAMP:20260512T141843
CREATED:20230129T033553Z
LAST-MODIFIED:20230129T033553Z
UID:17869-1674925200-1674928800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nGo to workbench and make the texture of your saturn_bear.png much better. Add your creativity on this. On the left side click under Texture section\, click save button. This will update the saturn_bear.png file in your workbench folder. Copy this file to your Intellij project and replace the old saturn_bear.png. the location of the file is in src/resources/assets/aycessentials/textures/entities folder..\nIn your workbench\, Go to File > New > Modded Entity and create a new creature. SaturnTurtle.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-16/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230128T120000
DTEND;TZID=America/Los_Angeles:20230128T130000
DTSTAMP:20260512T141843
CREATED:20230128T210041Z
LAST-MODIFIED:20230128T210053Z
UID:17860-1674907200-1674910800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Dragon Birdie Mobile game\nWe added collision detection between Player and Bird.\nWhen Player collide with Bird\, we display a dead Player image.\n\nHomework\n\nWhen Player collide with Bird\, instead of showing a single dead image\, show dead image animations by loading player_deadX.png.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-10/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230126T080000
DTEND;TZID=America/Los_Angeles:20230126T170000
DTSTAMP:20260512T141843
CREATED:20230127T040209Z
LAST-MODIFIED:20230127T040209Z
UID:17829-1674720000-1674752400@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the Email Application project and got through how to fix the email message issue of only being able to send one email.\nIt still needs a bit more work before it runs well.\n\nFor Homework:\n\nI want you guys to look at the creation of the email messages\, and test out by running the code and sending multiple messages to one email.\nYou guys will notice an error\, and I want you guys to tell me what you think is the problem with the code and how we can possibly fix it. Next class\, I will try out your guys’ ideas.\nAlso\, talk to your parents so that they can chat with Gamas about changing the class time to another day of the week. (Possibly 12 pm Sunday)
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230121T170000
DTEND;TZID=America/Los_Angeles:20230121T180000
DTSTAMP:20260512T141843
CREATED:20230122T020204Z
LAST-MODIFIED:20230122T020204Z
UID:17777-1674320400-1674324000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding - Gamas
DESCRIPTION:Today We Did\n\nWe just repeat the lesson last week by creating SaturnBear creature.\n\nHomework\n\nIf you have not done it\, please do last week homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230118T193000
DTEND;TZID=America/Los_Angeles:20230118T213000
DTSTAMP:20260512T141843
CREATED:20230119T222729Z
LAST-MODIFIED:20230119T222729Z
UID:17731-1674070200-1674077400@www.ayclogic.com
SUMMARY:7:30 WED Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours and everyone was able to finish in time.\nI will put out the grades before next week Wednesday so be on the look out for them!
URL:https://www.ayclogic.com/event/730-wed-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T170000
DTEND;TZID=America/Los_Angeles:20230114T180000
DTSTAMP:20260512T141843
CREATED:20230115T020727Z
LAST-MODIFIED:20230115T020727Z
UID:17622-1673715600-1673719200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created saturn_bear texture and SaturnBearModel.java via blockbench.\nWe started creating SaturnBear entity in IntelliJ but not done\n\nHomework\n\nContinue with the project to add SaturnBear:\n\nCopy SaturnHogRenderer.java and create SaturnBearRenderer.java\n\nchange from saturn_hog.png to saturn_bear.png\nchange from SaturnHogModel to SaturnBearModel.\nDo not change SaturnHogEntity.\n\n\nInside ModEntities.java add SATURN_BEAR.\n\nLook at how we did SATURN_HOG\nkeep SaturnHogEntity\nchange from saturn_hog to saturn_bear\n\n\nInside ClientEventBusSubscriber.java do the following\n\n\nRenderingRegistry.registerEntityRenderingHandler(\n        ModEntities.SATURN_BEAR.get()\, SaturnBearRenderer::new\n);\n\n\n\nInside AYCEssentialsMod.java\, inside setup method add one line\n\n\nGlobalEntityTypeAttributes.put(ModEntities.SATURN_BEAR.get()\,\n        SaturnHogEntity.createAttribute().build());
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-15/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T130000
DTEND;TZID=America/Los_Angeles:20230114T140000
DTSTAMP:20260512T141843
CREATED:20230119T223318Z
LAST-MODIFIED:20230119T223318Z
UID:17738-1673701200-1673704800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours\, you guys will receive your test scores before next week Saturday.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230112T190000
DTEND;TZID=America/Los_Angeles:20230112T200000
DTSTAMP:20260512T141843
CREATED:20230119T223226Z
LAST-MODIFIED:20230119T223226Z
UID:17736-1673550000-1673553600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe began the EmailApplication project and were able to start the lists\, and input the email accounts.\nWe also went back to doing the SchoolSystemUsingMaps in order to get more used to them for homework.\n\nFor Homework:\n\nGo back to the School System project that we did a few weeks ago and create a new file in that project.\nThis time instead of using lists to do your code\, I want you guys to use Hash Map in order to see how easy it is in comparison to using lists\, for example\, to find the information that you need.\nI don’t expect you to finish everything and we will be going over it during the next class.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230111T193000
DTEND;TZID=America/Los_Angeles:20230111T203000
DTSTAMP:20260512T141843
CREATED:20230113T022246Z
LAST-MODIFIED:20230113T022246Z
UID:17589-1673465400-1673469000@www.ayclogic.com
SUMMARY:7:30 Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the review fo the Driver System\, next week will be the test on 1/18.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230107T170000
DTEND;TZID=America/Los_Angeles:20230107T180000
DTSTAMP:20260512T141843
CREATED:20230108T024843Z
LAST-MODIFIED:20230108T024843Z
UID:17442-1673110800-1673114400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued and finish adding Saturn Hog creature.\nWe made 3 temptation items for Saturn Hog: carrot\, potato and saturn sword.\nTell the class about blockbench\, the tools to create textures and model java class for Minecraft custom entities.\n\nHomework\n\nDownload and install blockbench from https://www.blockbench.net/ 
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-14/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230107T130000
DTEND;TZID=America/Los_Angeles:20230107T140000
DTSTAMP:20260512T141843
CREATED:20230111T031502Z
LAST-MODIFIED:20230111T031502Z
UID:17539-1673096400-1673100000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued the Driver System practice by doing the second part and overall reviewing it.\nNext week we will be taking the test so make sure to practice and it will be open book.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230105T190000
DTEND;TZID=America/Los_Angeles:20230105T200000
DTSTAMP:20260512T141843
CREATED:20230106T035541Z
LAST-MODIFIED:20230106T035541Z
UID:17384-1672945200-1672948800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nCreate a new project called EmailApplication\nInside it create a class called EmailMainApplication.java\nCreate a variable for the menu which is below:\nLoop through this menu and also do the exit.\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-alex-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230104T193000
DTEND;TZID=America/Los_Angeles:20230104T203000
DTSTAMP:20260512T141843
CREATED:20230111T031158Z
LAST-MODIFIED:20230111T190226Z
UID:17537-1672860600-1672864200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with review of the Driver System\, and will be reviewing again next week.\nOn Jan 18\, will be our final test for the java class.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221222T190000
DTEND;TZID=America/Los_Angeles:20221222T200000
DTSTAMP:20260512T141843
CREATED:20221223T063724Z
LAST-MODIFIED:20221223T065801Z
UID:17302-1671735600-1671739200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nContinue with the project and make the menu infinitely loop.\nThen do three of the options shown below\, add a restaurant\, list them all\, and exit.\nMake sure to use hashmap this time and look to the project we did to help you out.\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit): 1\n\nADD NEW RESTAURANT\nRestaurant name: Alex Boba\nRestaurant phone: 123-456-8732\nRestaurant founded: 1999\nRestaurant cuisine: Chinese\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit): 2\n\nLIST ALL RESTAURANTS\nAlex Boba - 123-456-8732 - 1999\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/17302/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221221T193000
DTEND;TZID=America/Los_Angeles:20221221T203000
DTSTAMP:20260512T141843
CREATED:20230105T033421Z
LAST-MODIFIED:20230105T033421Z
UID:17374-1671651000-1671654600@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nComplete the practice final test that was sent to you in your email\, make sure to do it before the next class.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221217T130000
DTEND;TZID=America/Los_Angeles:20221217T140000
DTSTAMP:20260512T141843
CREATED:20221220T102344Z
LAST-MODIFIED:20221220T102344Z
UID:17217-1671282000-1671285600@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:For Homework:\n\nFinish up what is left of the practice test since you guys were not able to finish it before the class.\nIt is to finish up the book a trip method which will take a while.\nThere is no class until the new year so have a happy Christmas and new year!
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221217T120000
DTEND;TZID=America/Los_Angeles:20221217T130000
DTSTAMP:20260512T141843
CREATED:20221218T024731Z
LAST-MODIFIED:20221218T024731Z
UID:17175-1671278400-1671282000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued working on Birdie Mobile game.\nAdded collision detection between fireball and bird.\n\nHomework\n\nNo homework.\nNo class next week. The class will resume on Jan 7\, 2023.\nMerry Christmas and Happy New Year.\nYou can look here for AYC Logic school observed holidays
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221215T193000
DTEND;TZID=America/Los_Angeles:20221215T203000
DTSTAMP:20260512T141843
CREATED:20221216T035651Z
LAST-MODIFIED:20221216T035651Z
UID:17107-1671132600-1671136200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nI want you guys to create a method called initializeStudentsAndTeachers()\nThis method should create 3 students and 3 teachers to be stored inside the lists before you run the actual code.\nThe students and teachers can be up to you\, this is just used to make testing code easier and saving time.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221214T193000
DTEND;TZID=America/Los_Angeles:20221214T203000
DTSTAMP:20260512T141843
CREATED:20221216T021016Z
LAST-MODIFIED:20221216T022130Z
UID:17103-1671046200-1671049800@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe have now added in the temperature spinner listener so we are able to see what the conversion type is when we change it.\n\nFor Homework:\n\nWith the conversion type we now have\, make sure that the conversion type is able to be used inside the on button clicked.\nNow for homework\, we are able to change the headers using the conversion type but now you must change the equations so that they match the headers.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221210T130000
DTEND;TZID=America/Los_Angeles:20221210T140000
DTSTAMP:20260512T141843
CREATED:20221215T040156Z
LAST-MODIFIED:20221216T024512Z
UID:17086-1670677200-1670680800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nTake your time to take the Driver System practice test that was sent to you in your email.\nMake sure to finish this by Friday night 12/16 so I have a chance to review it.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221208T190000
DTEND;TZID=America/Los_Angeles:20221208T200000
DTSTAMP:20260512T141843
CREATED:20221215T035825Z
LAST-MODIFIED:20221215T035825Z
UID:17082-1670526000-1670529600@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:For Homework:\n\nContinue with the School System code; this time we will be adding in the Find Teacher\, and Edit Teacher.\nIt should be simple when adding it in to adjust it so it similarly follows what the student is doing.\nAlso for the Edit Student\, attempt to shorten the code so that you can use the Find Student as a return method to return a student.\nThe Find Student code needs to be edited in a way so that it will return the object student\, then with that return\, you can set it to a Student variable and use it where you want.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T170000
DTEND;TZID=America/Los_Angeles:20221203T180000
DTSTAMP:20260512T141843
CREATED:20221204T034845Z
LAST-MODIFIED:20221210T232036Z
UID:16881-1670086800-1670090400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nConfigure the saturn_ore drop\, so it can drop either minecraft:diamond\, aycessentials:saturn or minecraft:gold_ingot. If you are confused how to do it\, Take a look at the following documentation. https://learn.microsoft.com/en-us/minecraft/creator/documents/introductiontoloottables\nNathan\, I fixed your saturn_ore texture problem\, you have to fix your src/main/resources/assets/aycessentials/models/block/saturn_ore.json to be like below \nLogan\, I fixed your saturn_ore texture problem\, you have to fix one of the saturn_ore.json like below
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T150000
DTEND;TZID=America/Los_Angeles:20221203T170000
DTSTAMP:20260512T141843
CREATED:20221204T005216Z
LAST-MODIFIED:20221204T005216Z
UID:16874-1670079600-1670086800@www.ayclogic.com
SUMMARY:3 PM - Devan Catchup - Alex
DESCRIPTION:For Homework:\n\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int Fahrenheit. Inside the method\, it will convert the Fahrenheit parameter into Celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method. Then print it out in the main class.\nAlong with that create another method that asks for your favorite song\, and if the song is “Shape of You” then say that it is your favorite song\, otherwise say that the song is alright.
URL:https://www.ayclogic.com/event/3-pm-devan-catchup-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T130000
DTEND;TZID=America/Los_Angeles:20221203T140000
DTSTAMP:20260512T141843
CREATED:20221209T042116Z
LAST-MODIFIED:20221209T042259Z
UID:16969-1670072400-1670076000@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nWe have now added the code that will change the header based on which option you clicked inside of the spinner. For example\, if you clicked on Celsius to Fahrenheit\, the headers also change to Celsius and Fahrenheit.\nNow with the code\, right now it will only output the change from Fahrenheit to Celsius since that is the only formula we have.\nWe want to have the formula change based on what the conversionType is (which can be found in setConversionType method)\, and the formulas can be found online if you need them.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T120000
DTEND;TZID=America/Los_Angeles:20221203T130000
DTSTAMP:20260512T141843
CREATED:20221203T210652Z
LAST-MODIFIED:20221203T210652Z
UID:16869-1670068800-1670072400@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nAdd a hitbox in Player and Bird sprites\, but you have to use Java inheritance to avoid code duplication. Once you do this\, you also want to improve the Fireball class to inherits from this new class which contains hitbox.\nImproved your code so you only create Paint object once for every fireball and use it within the draw method.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-8/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221201T190000
DTEND;TZID=America/Los_Angeles:20221201T200000
DTSTAMP:20260512T141843
CREATED:20221202T035445Z
LAST-MODIFIED:20221202T035445Z
UID:16701-1669921200-1669924800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the SchoolSystem project.\nLearned how to create a Student class\, with a constructor along with getters and setters.\nAlso created the listStudents and started the findStudent.\n\nFor Homework:\n\nCreate two new methods for createTeacher() and listTeachers() that will create a teacher and also list out all the teachers you created.\nLook back at the methods we did in class to help you out.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221201T180000
DTEND;TZID=America/Los_Angeles:20221201T190000
DTSTAMP:20260512T141843
CREATED:20221202T025442Z
LAST-MODIFIED:20221202T025442Z
UID:16698-1669917600-1669921200@www.ayclogic.com
SUMMARY:6 PM - Devan Catchup - Alex Lee
DESCRIPTION:Homework:\n\nCreate a new project called Dec1_WhileLoopHomework and the instructions are given here https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/6-pm-devan-catchup-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221130T193000
DTEND;TZID=America/Los_Angeles:20221130T203000
DTSTAMP:20260512T141843
CREATED:20221202T234533Z
LAST-MODIFIED:20221202T234533Z
UID:16836-1669836600-1669840200@www.ayclogic.com
SUMMARY:7:30 - Intro To Java- Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Temperature Converter project in Android Studio.\nLearned how to use the convert button to print something in the run tab.\n\nFor Homework:\n\nConvert the Fahrenheit that you get from the user input into Celsius by using this equation.\n(F − 32) × 5/9 = C\n\nThen print it out using the “Convert Button is Clicked” that is printed out into the shell.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221119T170000
DTEND;TZID=America/Los_Angeles:20221119T180000
DTSTAMP:20260512T141843
CREATED:20221120T024327Z
LAST-MODIFIED:20221120T024327Z
UID:16505-1668877200-1668880800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe started adding saturn_ore so eventually in the survival mode\, we can actually craft the many custom Saturn items by mining Saturn ore.\nIf you did not come to the class\, you can get the saturn_ore.png from here\n\n\n\n\n\nHomework\n\nthere is no class on Nov 26 because of thanksgiving week. Our class resume on Nov 3.\nFor your homework\, please do the following\n\nInside ModItems.java\, add the following codes\n\n\npublic static final RegistryObject<Item> SATURN_ORE = ITEMS.register("saturn_ore"\n        \, ()-> new BlockItem(ModBlocks.SATURN_ORE.get()\n                \, new Item.Properties().tab(AYCEssentialsMod.AYC_ITEM_GROUP_TAB)));\n\n\n\nInside src/main/resources/assets/aycessentials/model/item/saturn_ore.json\n\n\n{\n  "parent": "aycessentials:block/saturn_ore"\n}\n\n\n\nStart your minecraft and go to inventory\, now you should see your saturn_ore cube like below
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-11/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221119T160000
DTEND;TZID=America/Los_Angeles:20221119T170000
DTSTAMP:20260512T141843
CREATED:20221120T005650Z
LAST-MODIFIED:20221120T005650Z
UID:16497-1668873600-1668877200@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - Alex
DESCRIPTION:Homework:\n\nWe are going to be editing the Magic8Ball one last time\, this time using methods.\nIn the Magic8BallV3 class you will need to have 3 methods and they are run()\, provideResponse()\, and getInputFromUser().\nLook to your previous java files that are using methods if you are stuck at any point.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR