Skip to content

Commit f75ff3a

Browse files
committed
added TA info to syllabus
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent e52cf2b commit f75ff3a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/30-testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Table-based testing (also known as data-driven testing)
145145
"dad" ! true |
146146
"kid" ! false |
147147
"abba" ! true |
148-
"appl" ! false |
148+
"appl" ! false |
149149
"uncle" ! false |
150150
"radar" ! true |
151151
"lidar" ! false |

source/syllabi/2024Spring.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Sections: 335-001/488-001 Spring 2024
1313

1414
- *Instructor:* `Konstantin Läufer <http://laufer.cs.luc.edu>`_ | `GitHub <https://github.com/klaeufer>`_ | `Google Scholar <http://scholar.google.com/citations?user=Rs0f_nMAAAAJ>`_ | `Rate My Prof <https://www.ratemyprofessors.com/ShowRatings.jsp?tid=287274>`_
1515

16-
- *TA:* TBD
16+
- *TA:* Haosen Han
1717

1818
- *Office hours:*
1919

2020
- Tue 18:50-19:30 after class in IES 123
2121
- Wed 13:00-15:00 and Fri 14:00-15:45 in Doyle Hall 203 (LSC) or online (`by appointment via Calendly <https://calendly.com/laufer>`_)
22-
- TA office hours TBD
22+
- TA office hours Thu 15:00-16:00 in Doyle Hall 011 (garden level)
2323

2424
- *Required materials:*
2525

2626
- :ref:`appendix-software`
2727
- `These lecture notes <../>`_
28+
- `Notes on Discrete Structures <https://lgreco.github.io/cdp/COMP163/notes.html>`_
2829
- `Notes on Hoare Logic <https://www.cs.cmu.edu/~aldrich/courses/15-819O-13sp/resources/hoare-logic.pdf>`_
29-
- `PlusCal User's Manual <https://lamport.azurewebsites.net/tla/p-manual.pdf>`_
30-
- `Learning TLA <https://old.learntla.com>`_
31-
- `An Introduction to Regular Expressions <https://learning.oreilly.com/library/view/an-introduction-to/9781492082569>`_
3230
- `Effective Software Testing <https://learning.oreilly.com/library/view/effective-software-testing/9781633439931>`_ (chapters 2-5)
31+
- `Learning TLA <https://learntla.com>`_
3332
- `Practical TLA+: Planning Driven Development <https://learning.oreilly.com/library/view/practical-tla-planning/9781484238295>`_
33+
- `An Introduction to Regular Expressions <https://learning.oreilly.com/library/view/an-introduction-to/9781492082569>`_
3434

3535
- *Additional resources:* :ref:`appendix-resources`
3636

0 commit comments

Comments
 (0)