BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:enee140
X-WR-TIMEZONE:US/Eastern
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20250902T140000
DTEND;TZID=US/Eastern:20250902T151500
SUMMARY:ENEE140 (Programming concepts - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Programming concepts - Tudor Dumitraș)        Readings: K&R Introduction and Chapters 1.1, 1.2, 1.4. <br/> Weekly challenge: <a href="challenges/week01/temperature_conversion.c">temperature_conversion.c</a> [<a href="code/week02/temperature_conversion.c">solution</a>]        Notes: Lab materials: <a href="labs/week01/enee140_lab01.pdf">Lab 01</a> <br/> No homework due this week.
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20250909T140000
DTEND;TZID=US/Eastern:20250909T151500
SUMMARY:ENEE140 (Basic program structure - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Basic program structure - Tudor Dumitraș)        Readings: K&R Chapters 1.3, 1.5, 2.1, 2.6, 3.1, 3.2. <br/> Weekly challenge: <a href="challenges/week02/word_per_line.c">word_per_line.c</a> [<a href="code/week03/word_per_line.c">solution</a>]        Notes: Lab materials: <a href="labs/week02/enee140_lab02.pdf">Lab 02</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812443">Syllabus Quiz</a> (due on 09/12)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20250916T140000
DTEND;TZID=US/Eastern:20250916T151500
SUMMARY:ENEE140 (Character I/O - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Character I/O - Tudor Dumitraș)        Readings: K&R Chapters 1.7, 1.8, 7.2, 7.4, B4. <br/> Weekly challenge: <a href="challenges/week03/temperature_conversion_function.c">temperature_conversion_function.c</a> [<a href="code/week04/temperature_conversion_function.c">solution</a>]        Notes: Lab materials: <a href="labs/week03/enee140_lab03.pdf">Lab 03</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812442">Quiz 2</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20250923T140000
DTEND;TZID=US/Eastern:20250923T151500
SUMMARY:ENEE140 (Functions - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Functions - Tudor Dumitraș)        Readings: K&R Chapters 2.5, 2.7, 2.8, 2.10, B2, B11. <br/> Weekly challenge: <a href="challenges/week04/read_divide_ints.c">read_divide_ints.c</a> [<a href="code/week05/read_divide_ints.c">solution</a>]        Notes: Lab materials: <a href="labs/week04/enee140_lab04.pdf">Lab 04</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812441">Quiz 3</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20250930T140000
DTEND;TZID=US/Eastern:20250930T151500
SUMMARY:ENEE140 (Integer & floating point arithmetic - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Integer & floating point arithmetic - Tudor Dumitraș)        Readings: K&R Chapters 2.2, 2.9, 3.3, 6.1, B5, B6. <br/> Weekly challenge: <a href="challenges/week05/dec2bin.c">dec2bin.c</a> [<a href="code/week06/dec2bin.c">solution</a>]        Notes: Lab materials: <a href="labs/week05/enee140_lab05.pdf">Lab 05</a> <br/> No quiz this week
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251007T140000
DTEND;TZID=US/Eastern:20251007T151500
SUMMARY:ENEE140 (Data types & type conversion - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Data types & type conversion - Tudor Dumitraș)        Notes: <a href="projects/project1/enee140_f25_p1.pdf">Project 1</a> out. <br/> Lab materials: <a href="labs/week06/enee140_lab06.pdf">Lab 06</a> <br/> No quiz this week
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251021T140000
DTEND;TZID=US/Eastern:20251021T151500
SUMMARY:ENEE140 (Arrays and strings - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Arrays and strings - Tudor Dumitraș)        Readings: Review the material for the mid-term exam.        Notes: No homework this week. <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812447">Quiz 4</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251104T140000
DTEND;TZID=US/Eastern:20251104T151500
SUMMARY:ENEE140 (Complex programs - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Complex programs - Tudor Dumitraș)        Readings: K&R Chapters 2.11, 2.12, 3.4, 3.5, 3.6, 3.7, 3.8, 5.10, 6.2, 6.3, 6.7. <br/> Weekly challenge: <a href="challenges/week08/check_password_rules.c">check_password_rules.c</a> [<a href="code/week09/check_password_rules.c">solution</a>]        Notes: Project 1: complete implementation due (on 11/07)<br/> Lab materials: <a href="labs/week08/enee140_lab08.pdf">Lab 08</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812444">Quiz 5</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251111T140000
DTEND;TZID=US/Eastern:20251111T151500
SUMMARY:ENEE140 (Control flow - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Control flow - Tudor Dumitraș)        Readings: K&R Chapters 7.1, 7.5, 7.6, 7.7, B1. Re-read chapters 7.2, 7.4. <br/> Weekly challenge: <a href="challenges/week09/cat.c">cat.c</a> [<a href="code/week10/cat.c">solution</a>]        Notes: <a href="projects/project2/enee140_f25_p2.pdf">Project 2</a> out. <br/> Lab materials: <a href="labs/week09/enee140_lab09.pdf">Lab 09</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812445">Quiz 6</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251118T140000
DTEND;TZID=US/Eastern:20251118T151500
SUMMARY:ENEE140 (File I/O (buffered) - Tudor Dumitraș)
DESCRIPTION:ENEE140 (File I/O (buffered) - Tudor Dumitraș)        Readings: K&R Chapters 6.8, 8.1, 8.2, 8.3, 8.4. <br/> No challenge this week.        Notes: Project 2: partial implementation due (on 11/21)<br/> Lab materials: <a href="labs/week10/enee140_lab10.pdf">Lab 10</a> <br/> <a href="https://umd.instructure.com/courses/1389172/quizzes/1812446">Quiz 7</a> (due on Sunday)
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251202T140000
DTEND;TZID=US/Eastern:20251202T151500
SUMMARY:ENEE140 (Sorting - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Sorting - Tudor Dumitraș)        Readings: Review the material for the final exam.        Notes: <b>Project 2: complete implementation due on 12/05</b>.<br/>Lab materials: <a href="labs/week12/enee140_lab12.pdf">Lab 12</a> <br/> No quiz this week
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Eastern:20251209T140000
DTEND;TZID=US/Eastern:20251209T151500
SUMMARY:ENEE140 (Final exam review - Tudor Dumitraș)
DESCRIPTION:ENEE140 (Final exam review - Tudor Dumitraș)       
END:VEVENT
END:VCALENDAR
