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:20220226T120000
DTEND;TZID=America/Los_Angeles:20220226T130000
DTSTAMP:20260428T131757
CREATED:20220228T184202Z
LAST-MODIFIED:20220228T184202Z
UID:11802-1645876800-1645880400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework \n\nContinue on EmailApplication.\nAdd one more class attribute to EmailMessage class: private LocalDateTime sentDate. Review LocalDateTime tutorial in https://www.w3schools.com/java/java_date.asp\nAdd one more parameter to EmailMessage constructor: LocalDateTime sentDate.\nYou have to change EmailApplication class inside handleCreateEmail method to include this LocalDateTime.now() when creating a new EmailMessage object.\nChange the code in “1. Check Your Inbox” to also display EmailMessage sent date along with other information.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T130000
DTEND;TZID=America/Los_Angeles:20220226T140000
DTSTAMP:20260428T131757
CREATED:20220226T215726Z
LAST-MODIFIED:20220305T004230Z
UID:11763-1645880400-1645884000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did\n\nWe started learning about Java Data types.\nLearned about how to comment\, and print things out to the terminal/shell.\nLearned the data types String\, integer\, double\, and float.\n\nFor Homework\n\nCreate a file called Feb26_VariableDataTypesHomework.java\nFor homework today do exercises from 1 to 3 at this link. https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T150000
DTEND;TZID=America/Los_Angeles:20220226T160000
DTSTAMP:20260428T131757
CREATED:20220226T235619Z
LAST-MODIFIED:20220226T235619Z
UID:11773-1645887600-1645891200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nIn your school application project\, add new feature “8. List all teachers between 60 and 100”. This is very similar to what you guys did with list all teenagers students.\nChange “5. Find teacher” code so if it could not find the teacher\, it will print “We cannot find <teacher name> teacher in our system”.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220226T170000
DTEND;TZID=America/Los_Angeles:20220226T180000
DTSTAMP:20260428T131757
CREATED:20220227T022636Z
LAST-MODIFIED:20220228T015029Z
UID:11775-1645894800-1645898400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinued with EmailApplication project.\nAdd “2. Create Email Message” feature. After user create an email message\, store this to the new Map<String\, EmailMessage> which we created in the class earlier. When creating EmailMessage\, you need the sender email. The sender email is the email of the person who login. Look at the example below\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:2\nEnter your email: gamas@ayclogic.com\nEnter your password: abcd\nCongrats\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:2\n\nCREATE EMAIL from Gamas Chang\nSend To: jessica@ayclogic.com\nSubject: Test Subject 1\nContent: Test Content 1\nYou have successfully sent email to jessica@ayclogic.com\n\nGamas Chang\, please select from below:\n1. Check your inbox\n2. Create new email message\n3. Logout\nEnter your selection:
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR