diff options
author | Camil Staps | 2019-02-04 11:12:46 +0100 |
---|---|---|
committer | Camil Staps | 2019-02-04 11:12:46 +0100 |
commit | 2eb94eb4db498d6a98d763d6b1a09cd7f615a88c (patch) | |
tree | a7f6b5c19e88dd77d38429be4455c7bed7db9035 /resources | |
parent | Add oeniehead/compiler-construction to homework list on clean.html (diff) |
Remove homework heading from clean.html
Diffstat (limited to 'resources')
-rw-r--r-- | resources/pug/finals/clean.pug | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/resources/pug/finals/clean.pug b/resources/pug/finals/clean.pug index e2470c9..407e758 100644 --- a/resources/pug/finals/clean.pug +++ b/resources/pug/finals/clean.pug @@ -104,48 +104,3 @@ block content | The interpreter should however also work with unoptimised ABC code. li p If you get stuck, ask the maintainer of the #[a(href="https://gitlab.science.ru.nl/cstaps/abc-interpreter") ABC interpreter] or the #[a(href="https://gitlab.science.ru.nl/clean-compiler-and-rts/code-generator") code generator] for help. - - h2(id="homework") #[a(href="#homework") #] Homework - p - strong(style="color:red;") NB: - | While not all of these repositories have #[strong(style="color:red;") licenses], - | copying from any of them without giving proper attribution constitutes #[strong(style="color:red;") plagiarism] in a university context. - | This list is provided here for inspiration only. - ul - li - strong Radboud: Functional Programming 1/2 (pre-Haskell); Functional Programming for Artificial Intelligence students - ul - +githubItem('MarkVink', 'Functioneel-Programmeren')(year='2013-14') - +item('https://git.camilstaps.nl/university/NWI-IBC029-30-Functioneel-Programmeren.git/', 'NWI-IBC029-30-Functioneel-Programmeren')(year='2014-15') - +githubItem('BaantjerKok', 'CleanTheClean')(year='2016-17') - +githubItem('HazeNebula', 'Functional-Programming-Clean')(year='2016-17') - li - strong Radboud: SoccerFun - ul - +githubItem('camilstaps', 'SoccerFunTeam')(year='2014-15') - +githubItem('ErinvanderVeen', 'Team-SMonad')(year='2015-16') - li - strong Radboud: Advanced Programming - ul - +githubItem('m4de', 'Advanced-Programming')(year='2014-15') - +githubItem('Jaxan', 'advanced-programming')(year='2014-15') - +githubItem('alexfedotov', 'advanced-programming-2015')(year='2015-16') - +githubItem('dopefishh', 'ap2015')(year='2015-16') - +githubItem('Dryopes', 'Advanced-Programming')(year='2016-17') - +githubItem('digideskio', 'advanced-programming-course')(year='2017-18') - +githubItem('lnkuiper', 'Advanced-Programming')(year='2017-18') - +item('https://git.camilstaps.nl/university/NWI-I00032-Advanced-Programming.git', 'NWI-I00032-Advanced-Programming')(year='2017-18') - - li - strong Radboud: Compiler Construction - ul - +githubItem('jangroothuijse', 'CompilerConstruction')(year='2012-13') - +githubItem('dopefishh', 'cc1516')(year='2015-16') - +githubItem('oeniehead', 'compiler-construction')(year='2016-17') - - li - strong Eötvös Loránd - ul - +githubItem('ordogfioka', 'Clean')(year='2016-17') - +githubItem('thookes', 'clean')(year='2016-17') - +githubItem('tomeeeS', 'clean-bead1')(year='2017-18') |