-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
75 lines (56 loc) · 1.72 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title: "CS 212 Software Development"
subtitle: "CS 212-01, CS 212-02 • Fall 2020"
name: "Sophie Engle"
timezone: "America/Los_Angeles"
repository: "usf-cs212-fall2020/usf-cs212-fall2020.github.io"
github: [metadata]
kramdown:
auto_ids: true
include: ["favicon.ico"]
defaults:
-
scope:
path: ""
values:
layout: "default"
permalink: /guides/:title:output_ext
collections:
general:
title: "General Guides"
output: true
permalink: /guides/:collection/:name:output_ext
eclipse:
title: "Eclipse Guides"
output: true
permalink: /guides/:collection/:name:output_ext
sql:
title: "SQL Guides"
output: true
permalink: /guides/:collection/:name:output_ext
homework:
title: "Homework Guides"
output: true
permalink: /guides/:collection/:name:output_ext
projects:
title: "Project Guides"
output: true
permalink: /guides/:collection/:name:output_ext
description: >-
This course gives students experience with advanced programming topics, including inheritance and polymorphism, multithreaded programming, networking, database programming, and web development. Students will also learn techniques for designing, debugging, refactoring, and reviewing code.
links:
piazza: "https://piazza.com/usfca/fall2020/cs212/home"
canvas: "https://usfca.instructure.com/courses/1594619"
github: "https://github.com/usf-cs212-fall2020"
zoom:
- name: "CS 212-01 Lecture"
link: ""
- name: "CS 212-02 Lecture"
link: ""
- name: "CS 212L-01 Lab"
link: ""
- name: "CS 212L-02 Lab"
link: ""
- name: "Office Hours"
link: "https://usfca.zoom.us/j/98397885780"
- name: "TA Office Hours"
link: ""