Skip to content

prepare migrating uva_check50 to apltools #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2019
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cards/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require cardgame.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3"


submit50:
Expand Down
2 changes: 1 addition & 1 deletion climate/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ check50:
- !require climate.ipynb
dependencies:
- "jupyter"
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3"


submit50:
Expand Down
2 changes: 1 addition & 1 deletion py/all/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ check50:
- !require greedy.py
- !require vigenere.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/caesar/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require caesar.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/fifteen/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require fifteen.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/find/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require find.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/greedy/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require greedy.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/hello/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require hello.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/mario/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require mario.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion py/vigenere/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require vigenere.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion scores/less/.cs50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require scores.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion sentimental/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ check50:
- !require greedy.py
- !require vigenere.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"

submit50:
files: *check50_files
2 changes: 1 addition & 1 deletion sudoku/less/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require sudoku.ipynb
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3"
- "jupyter"

submit50:
Expand Down
2 changes: 1 addition & 1 deletion sudoku/more/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require sudoku.ipynb
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3"
- "jupyter"

submit50:
Expand Down
2 changes: 1 addition & 1 deletion tweet/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check50:
- !exclude "*"
- !require tweet.py
dependencies:
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2"
- "nltk"
- "python-dateutil"

Expand Down
2 changes: 1 addition & 1 deletion virus/.cs50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ check50:
- !require virus.ipynb
dependencies:
- "jupyter"
- "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3"
- "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3"

submit50:
files: *check50_files