shanep-class 1.0.1 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e61d6aeb08191e338e9c469cbe7f54562fbca694f8947ad2521288a6c755b99d
4
- data.tar.gz: 3dc0142b7a794f91fa62b4f22563c2a1ba6c6da9ea4315d186b500bbacbfa1d5
3
+ metadata.gz: 24451f3858333f2fd7d083a0cf9f39923ded5ed577d46a3fc390308e2c68f0bb
4
+ data.tar.gz: 2ed284a9cdb706d3096550716aa6663088bf3ea6467fc8535e41bcf0fe26b1c2
5
5
  SHA512:
6
- metadata.gz: 4f542d67ebe2b3a806cadbcfb0e8f502be5a338bf393c280b14748a00cac08cb42385d837bb000fa52b9f580eca643187a56b6bfd3aaf6b949764233d7b37795
7
- data.tar.gz: acde3df8dde975a9df1fe8d4c34ff3e403ded585bd79727bcb1e2d58a1b3e72bfd95c41c3cce55c4a2d2fe55c607199fa0ae800b1f71700828aa7d47501b99db
6
+ metadata.gz: d06c02e9aadcf79e10fc1c2016452b88e2d66e56624061d94a8238c98033c7a9f71e5eb865ba54c7e3faeed8efc918d8f71259c7df8afde0d2e6cd1540854933
7
+ data.tar.gz: cfba943db2feb219d64c9ddd63cca29836d03dd0667f2c528138e4244b9f88e64ff368110df7f1a770b686b5b3707e4ac7a79e96bcddfab641302fb5b9df4913
data/_config.yml CHANGED
@@ -8,9 +8,10 @@ show_drafts: false
8
8
  plugins:
9
9
  - jekyll-feed
10
10
  - jekyll-seo-tag
11
+ - jekyll_version_plugin
11
12
 
12
13
  exclude:
13
- - run-jekyll.sh
14
+ - preview-theme.sh
14
15
  - package-theme.sh
15
16
  - README.md
16
17
  - LICENSE
@@ -3,7 +3,10 @@
3
3
  <ul>
4
4
  <li>
5
5
  {% if page.date %} {{page.date | date: "%Y-%m-%d"}}{% else %} {{"now" | date: "%Y-%m-%d" }} {% endif%} | layout: {{page.layout}}</li>
6
- <li>{{site.email}}</li>
6
+ <li>contact: {{site.data.semester-info.email}}</li>
7
+ {% if site.theme %}
8
+ <li>theme: {{site.theme}}</li>
9
+ {% endif %}
7
10
  {% if page.tags %}
8
11
  <li>tags:
9
12
  {% for tag in page.tags %}
@@ -11,7 +14,7 @@
11
14
  {% endfor %}
12
15
  </li>
13
16
  {% endif %}
14
-
17
+ <li>Build: {% project_version %}</li>
15
18
  </ul>
16
19
  </div>
17
20
  <div class="copyright">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter
@@ -24,6 +24,62 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.9.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: kramdown-parser-gfm
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '='
32
+ - !ruby/object:Gem::Version
33
+ version: 1.1.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '='
39
+ - !ruby/object:Gem::Version
40
+ version: 1.1.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: jekyll-feed
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.15.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.15.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: jekyll-seo-tag
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 2.7.1
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 2.7.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: jekyll_version_plugin
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.0.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.0.0
27
83
  description:
28
84
  email:
29
85
  - shane@foundationcode.com
@@ -35,10 +91,6 @@ files:
35
91
  - LICENSE
36
92
  - README.md
37
93
  - _config.yml
38
- - _data/semester-info.yml
39
- - _docs/grading-rubric.md
40
- - _docs/starter-code.md
41
- - _docs/syllabus.md
42
94
  - _includes/alert.html
43
95
  - _includes/asciinema.html
44
96
  - _includes/course-sidebar.html
@@ -57,8 +109,6 @@ files:
57
109
  - _layouts/lab.html
58
110
  - _layouts/project.html
59
111
  - _layouts/reading-zybooks.html
60
- - _lessons/lesson01.md
61
- - _lessons/lesson02.md
62
112
  - _sass/asciinema-player.scss
63
113
  - _sass/highlight.scss
64
114
  - _sass/main.scss
@@ -72,7 +122,6 @@ files:
72
122
  - assets/js/asciinema-player.js
73
123
  - assets/js/plugins.js
74
124
  - index.html
75
- - robots.txt
76
125
  homepage: https://github.com/shanep/shanep-class
77
126
  licenses:
78
127
  - MIT
@@ -1,51 +0,0 @@
1
- break: 14
2
- start-date: 2022-08-21T12:00:00Z
3
- start-day: wednesday
4
- semester: Fall 2022
5
- textbook: https://example.com
6
- discussion: https://piazza.com/
7
- github: https://github.com/some-site
8
- office-hours: https://example.com
9
- grades: https://example.com
10
- exams: https://example.com
11
- example-exams: https://example.com
12
- learning-objectives: https://example.com
13
- instructor: John Doe
14
- email: johndoe@boisestate.edu
15
- text_logo: //CS123
16
- catalog: >
17
- **CS123 Computer Science Stuff (3-0-3)(F,S)**. Catalog description. **PREREQ: CS121.**
18
- coursework:
19
- Labs (11 @ 50 points each): 550
20
- Reading (10 @ 20 points each): 200
21
- Midterm Exam: 100
22
- Final Project: 100
23
- Final Exam: 100
24
-
25
- labs:
26
- lesson02: /docs/starter-code.html
27
- lesson04: /docs/starter-code.html
28
- lesson06: /docs/starter-code.html
29
- lesson08: /docs/starter-code.html
30
- lesson10: /docs/starter-code.html
31
- lesson12: /docs/starter-code.html
32
- lesson14: /docs/starter-code.html
33
- lesson18: /docs/starter-code.html
34
- lesson20: /docs/starter-code.html
35
- lesson22: /docs/starter-code.html
36
- lesson24: /docs/starter-code.html
37
- lesson26: /docs/starter-code.html
38
- lesson28: /docs/starter-code.html
39
- lesson30: /docs/starter-code.html
40
-
41
- reading:
42
- lesson03: Reading Assignment (ch1)
43
- lesson05: Reading Assignment (ch2.1-2.4)
44
- lesson07: Reading Assignment (ch2.5-2.11)
45
- lesson09: Reading Assignment (ch3)
46
- lesson11: Reading Assignment (ch4)
47
- lesson13: Reading Assignment (ch5)
48
- lesson17: Reading Assignment (ch6.1-6.3)
49
- lesson19: Reading Assignment (ch6.4-6.6)
50
- lesson21: Reading Assignment (ch7.4-7.4)
51
- lesson23: Reading Assignment (ch7.5-7.9)
@@ -1,53 +0,0 @@
1
- ---
2
- title: "Lab Grading Rubric"
3
- date: 2022-01-20
4
- tags: rubric
5
- ---
6
-
7
- ## Overview
8
-
9
- This document applies to all coding labs turned in during the semester.
10
-
11
- ## Point Breakdown
12
-
13
- - 20 points - Code passes instructors private test suite for the lab.
14
- - Your grade will be based on the number of tests that you pass
15
- - 4 points - Code will be checked for the following
16
- - Code is formatted correctly
17
- - `@Override` is present on all methods that are overridden.
18
- - The only part of the class that can be declared **public** are methods. All fields, properties,
19
- or variables must be declared **private**.
20
- - General code quality such as good variable names, proper use of camelCase, etc.
21
- - 6 points - All Code has appropriate [Javadoc](https://en.wikipedia.org/wiki/Javadoc)
22
- - Javadoc is require for 100% of the java files.
23
- - 5 points - Appropriate unit tests are written
24
- - Are all possible return values for methods
25
- - Passing null objects to method should not crash your program
26
- - Passing invalid method values should be handled as specified
27
- - 5 points - All TODO sections in the README.md completed
28
- - 4 points - Code compiles without warnings
29
- - This is pass fail **NO** partial credit
30
- - 6 points - You turned in your code correctly.
31
- - This is pass fail **NO** partial credit
32
-
33
-
34
- ## Notes
35
-
36
- - If you program fails to compile it will be awarded 0 points. Absolutely no partial credit will be
37
- given if your program does not compile.
38
- - Your code will be graded on the command line. Your instructor or TA will not use an IDE to build
39
- your code.
40
- - Do not modify files that say **DO NOT MODIFY**. If you do you will be awarded 0 points!
41
- - **ALL** code must be documented even code that was given to you.
42
-
43
- ```java
44
- /**
45
- * DO NOT MODIFY
46
- */
47
- interface Foo {
48
- /**
49
- * Does some bar
50
- */
51
- public void bar();
52
- }
53
- ```
@@ -1,12 +0,0 @@
1
- ---
2
- title: Starter Code Place Holder
3
- layout: course-notoc
4
- date: 2022-01-20
5
- ---
6
-
7
- This is a place holder page for the github assignment. If you are seeing this it means the lab is
8
- not quite ready to work on yet. Please check back closer to the labs start date.
9
-
10
- In the meantime check out this sweet under [construction gif](http://textfiles.com/underconstruction/)!
11
-
12
- ![Under Construction]({% link assets/images/construction.gif %})
data/_docs/syllabus.md DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- title: "Syllabus"
3
- tag: syllabus
4
- ---
5
-
6
- {% include syllabus-policies.html file="semester-info" %}
data/_lessons/lesson01.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- title: "Course Introduction"
3
- date: 2022-01-10
4
- tag: introduction
5
- layout: course-notoc
6
- ---
7
-
8
- ## Overview
9
-
10
- {% include youtube.html param="https://www.youtube.com/embed/dQw4w9WgXcQ" %}
11
-
12
- Introduce your course!
data/_lessons/lesson02.md DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- title: Scavenger Hunt
3
- tag: introduction
4
- layout: lab
5
- ---
data/robots.txt DELETED
@@ -1,5 +0,0 @@
1
- # www.robotstxt.org/
2
-
3
- # Allow crawling of all content
4
- User-agent: *
5
- Disallow: