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:20220817T170000
DTEND;TZID=America/Los_Angeles:20220817T180000
DTSTAMP:20260423T172723
CREATED:20220818T011244Z
LAST-MODIFIED:20220818T011244Z
UID:14413-1660755600-1660759200@www.ayclogic.com
SUMMARY:5 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe finished the Spaceship project.\nWe finished working on the power ups.\nWe made invisible barriers around the screen to ensure no cheating.\nWe stopped the rocket ship’s movement when the asteroid hits it.\n\nHomework\n\nAdd music to the project. (music: “Dance Space”)\nAdd and choose your own sound effects for the different actions of the game. (Ex: when shooting fireball\, when shooting bomb\, when getting hit\, when getting powerups\, etc.)
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T170000
DTEND;TZID=America/Los_Angeles:20220817T180000
DTSTAMP:20260423T172723
CREATED:20220823T005507Z
LAST-MODIFIED:20220823T005507Z
UID:14507-1660755600-1660759200@www.ayclogic.com
SUMMARY:5PM - Digital Illustration 3
DESCRIPTION:WEDNESDAY \nToday we added some lighting/shading. \nWhat we did: \n\nWe added a new layer to add the lighting/shading.\n\n  \nHOMEWORK \n\nFinish the pattern on the wood panels (on a separate layer)\nFinish the shadows and lights on the lighting layer
URL:https://www.ayclogic.com/event/5pm-digital-illustration-3-14/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T180000
DTEND;TZID=America/Los_Angeles:20220817T190000
DTSTAMP:20260423T172723
CREATED:20220818T015820Z
LAST-MODIFIED:20220818T015844Z
UID:14416-1660759200-1660762800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinued on Aug10_RobuxSystem.py\nAdd code so you can keep track of all items purchased.\nAdd code so when user exit\, the program needs to print all items purchased and also print the remaining robux money.\nAlso add ability to add more Robux when user enter “4”.\nLook at examples:\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 1\nYou purchased a Hat. You have 200 robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 2\nYou purchased a Hair. You have 50 robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 4\n\nEnter Robux you want to add: 1000\nNow you have 1050 Robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 5\n\nYou have purchased the following items:\n1. Hat\n2. Hair\nYour remaining Robux balance is 1050 Robux.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T180000
DTEND;TZID=America/Los_Angeles:20220817T200000
DTSTAMP:20260423T172723
CREATED:20220818T030341Z
LAST-MODIFIED:20220818T030341Z
UID:14420-1660759200-1660766400@www.ayclogic.com
SUMMARY:Competitive Programming
DESCRIPTION:Homework: \n1. \nYou are given an integer array nums. The unique elements of an array are the elements that appear exactly once in the array. \nReturn the sum of all the unique elements of nums. \nInput: nums = [1\,2\,3\,2] \nOutput: 4 \n  \n2. \nYou are given an array prices where prices[i] is the price of a given stock on the ith day. \nYou want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock. \nReturn the maximum profit you can achieve from this transaction. If you cannot achieve any profit\, return 0. \nInput: prices = [7\,1\,5\,3\,6\,4] \nOutput: 5
URL:https://www.ayclogic.com/event/competitive-programming/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T190000
DTEND;TZID=America/Los_Angeles:20220817T200000
DTSTAMP:20260423T172723
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:20220817T190000
DTEND;TZID=America/Los_Angeles:20220817T200000
DTSTAMP:20260423T172723
CREATED:20220822T035254Z
LAST-MODIFIED:20220822T035254Z
UID:14494-1660762800-1660766400@www.ayclogic.com
SUMMARY:7PM - Intro to Python - Latisha
DESCRIPTION:Today We Did\n\nStarted kaleidospiral\n\nHomework\n\nContinue working on final project\, Due September 7\nAdd 2 more colors to kaleidospiral and make changes to the while loop so that the colors will show\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-intro-to-python-latisha-9/
END:VEVENT
END:VCALENDAR