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:20220831T170000
DTEND;TZID=America/Los_Angeles:20220831T180000
DTSTAMP:20260423T145631
CREATED:20220901T010743Z
LAST-MODIFIED:20220901T010743Z
UID:14685-1661965200-1661968800@www.ayclogic.com
SUMMARY:5 PM - Scratch Level 1 - Allison
DESCRIPTION:Today we:\n\nReviewed how to make sprites move\nReviewed how to make sprites talk after touching the edge\nReviewed how to make sprites communicate with other sprites\nFinished the Animal Crossing Second Version project\nStarted the Birthday Card project\nCoded a Button sprite to go to the middle of the screen and forever change colors\nCoded the Button sprite to show when the game starts\nCoded the Button sprite to hide when the sprite is clicked\n\nHomework:\n\nRead and do the codes in the Scratch book pg. 84 step #2 and pg. 88-89.\nContact us if you have any questions or need any help.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-allison-36/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T170000
DTEND;TZID=America/Los_Angeles:20220831T180000
DTSTAMP:20260423T145631
CREATED:20220901T012001Z
LAST-MODIFIED:20220901T012001Z
UID:14689-1661965200-1661968800@www.ayclogic.com
SUMMARY:5 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe continued working on the Cheese Chase project.\nWe added the beetle\, cheese\, “Game Over” sign\, and the ghost sprites.\nWe did the code for the cheese sprite. (random position when mouse touches it.)\nWe added collision code to the beetle.\nWe made the ghost disappear and reappear.\nWe displayed the “Game Over” sign when the mobs touch the mouse\, and also disabled its movement.\n\nHomework\n\nMake 3 variables. (Score\, Level\, & Ghost Speed)\nInside the Cheese sprite\, set Score = 0\, set Level = 1. Place them directly below “When Green Flag clicked”.\nInside the Ghost sprite\, set Ghost Speed = 1. And replace the “move 1 steps” into “move (Ghost Speed) steps”.
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-4/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T170000
DTEND;TZID=America/Los_Angeles:20220831T180000
DTSTAMP:20260423T145631
CREATED:20220907T203853Z
LAST-MODIFIED:20220909T205722Z
UID:14811-1661965200-1661968800@www.ayclogic.com
SUMMARY:5PM - Digital Illustration 3
DESCRIPTION:WEDNESDAY \nToday we finished our Anime Room in One-Point-Perspective. \nWe did: \n\nAdded more contrast to the shading and lighting of the room\nAdded a girl into the room\n\nSteps for the girl: \n\nAdd a two new layers above all the lines layers\nColor in the bottom layer all white\nDraw the lines of the girl in the top layer\nDelete or hide the white layer\nUse ‘Transform’ to resize and move the girl to a good place in the room\n\n  \nHOMEWORK \nColor and shade the girl \nSteps: \n\nAdd a new layer under the girl – color her in this layer\nAdd a new layer above the girl’s color and clip it to the color layer\nUse this layer to shade the girl to match the room
URL:https://www.ayclogic.com/event/5pm-digital-illustration-3-15/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T180000
DTEND;TZID=America/Los_Angeles:20220831T190000
DTSTAMP:20260423T145631
CREATED:20220901T022620Z
LAST-MODIFIED:20220901T041341Z
UID:14693-1661968800-1661972400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nFinished Robux application\nDid some final test review\n\nHomework\n\nnext week is 2 hour finals. It is open book\, you should use thonny to do your coding.\nStudy the following programs\n\nAug10_RobuxSystem.py\nJuly27_grocerryshopping.py\nJune22_TurtleFaces.py\nWhile loop\, List\, len of list\, how to convert to Integer.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T180000
DTEND;TZID=America/Los_Angeles:20220831T200000
DTSTAMP:20260423T145631
CREATED:20220901T033231Z
LAST-MODIFIED:20220901T033231Z
UID:14697-1661968800-1661976000@www.ayclogic.com
SUMMARY:Competitive Programming
DESCRIPTION:Homeworks: \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  \nNote: Solve this problem using Dictionary
URL:https://www.ayclogic.com/event/competitive-programming-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T190000
DTEND;TZID=America/Los_Angeles:20220831T200000
DTSTAMP:20260423T145631
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:20220831T190000
DTEND;TZID=America/Los_Angeles:20220831T200000
DTSTAMP:20260423T145631
CREATED:20220906T072343Z
LAST-MODIFIED:20220906T072343Z
UID:14766-1661972400-1661976000@www.ayclogic.com
SUMMARY:7PM - Intro to Python - Latisha
DESCRIPTION:Today We Did\n\nContinued working on Grocery Cart\n\nHomework\n\nFINISH FINAL PROJECT. It is due by Sept 7\, 10PM PST. Submit on Google Drive in the Python Turtle Final Project folder (link here).\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-11/
END:VEVENT
END:VCALENDAR