Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ithub.io into gh-pages
  • Loading branch information
tpetricek committed Sep 19, 2024
2 parents 4f787f0 + 875c6e5 commit 6eea392
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions _data/courses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,25 @@
- title: Program Analysis
schedule: Summer semester 2025
lecturer: Filip Krikava, FIT
link: https://courses.fit.cvut.cz/NI-APR/index.html
link: https://bk.fit.cvut.cz/en/predmety/00/00/00/00/00/00/06/08/21/p6082106.html
label: Learn how to reason about programs without running them. We cover the basic techniques of static and dynamic program analysis.

- title: Runtime Systems
schedule: Summer semester 2025
lecturer: Filip Krikava, FIT
link: https://courses.fit.cvut.cz/NI-RUN/index.html
link: https://bk.fit.cvut.cz/en/predmety/00/00/00/00/00/00/06/11/45/p6114506.html
label: Learn how to build a virtual machine for a JS-like programming language including AST and BC interpretation, garbage-collection and just-in-time compilation.

- title: Advanced Program Testing
schedule: Winter Semester 2024
schedule: Thursday, 9:15, TK:PU1
lecturer: Pierre Donat-Bouillud, FIT
link: https://courses.fit.cvut.cz/NI-APT/index.html
link: https://bilakniha.cvut.cz/en/predmet7585206.html#gsc.tab=0
label: Learn how to test a program, from specification, structural, property-based, and mutation testing, to fuzzing and symbolic execution.
language: English

- title: Programming Paradigms
schedule: Winter Semester 2024
lecturer: Tomáš Jakl and Jan Liam Verter, FIT
link: https://courses.fit.cvut.cz/NI-PPA/index.html
link: https://bilakniha.cvut.cz/cs/predmet6706506.html
label: An introductory course to the theory of programming languages and to functional and logic programming.
language: English/Czech
6 changes: 3 additions & 3 deletions _data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
position: Postdoctoral Researcher at CTU
email: [email protected]
web: https://www.pdonatbouillud.com
interests: Interested in real time systems, multimedia systems and programming languages.
interests: Interested in programming languages, program analysis, and testing techniques, including fuzzing.

- name: Filip Křikava
photo: img/people/filip.jpg
position: Associate Professor at CTU
email: [email protected]
web: http://fikovnik.net
interests: Works on static and dynamic program analysis, compilers and virtual machine implementations.

- name: Tomas Petricek
photo: img/people/tomas.jpg
position: Assistant Professor at MFF
Expand All @@ -21,7 +21,7 @@

- name: Jan Liam Verter
photo: img/people/janliam.jpg
position: PhD Student at MFF, TA at FIT CTU
position: PhD Student at MFF
email: [email protected]
web: https://github.com/lambduli
interests: I build small programming languages, theorem provers, and other systems related to PLT.
Expand Down

0 comments on commit 6eea392

Please sign in to comment.