Skip to content

compinstructors/comp55

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp55

Hi! I've decided to make this repository to document changes that are made for COMP 55 over the years and to make the educational materials more collaborative.

Special credit goes to Afsoon Yousefi-Zowj, Sebastian Dziallas, and all of the COMP 129 and COMP 55 students throughout the years that have either contributed or have used the repository.

Setting up labs as github pages

These labs work best when setup as a github pages site so that way certain links do not have to be modified and it follows best practice. Pages can be setup by visiting the settings part of your forked repo and enabling the settings provided below chnage branch and folder settings

Converting files to markdown

I also used pandoc to switch files from word doc to github flavored markdown, the command that I used being:

pandoc COMPLab1.docx -f docx -t gfm -s -o COMPLab1.md To extract the images embedded in the document, I like to have things in a flatter structure so you can skip everything after the &&

pandoc "COMPLab1.docx" --extract-media=defaultmedia && mv defaultmedia/media ./lab1media If defaultmedia does not exist, then it would create the folder, so you may have to remove it.

Thanks!

Osvaldo Jiménez

(ojimenez AT pacific DOT edu)


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Teacher repository for the educational materials for COMP 55

Resources

License

Stars

Watchers

Forks

Packages

No packages published