Giter Club home page Giter Club logo

comp55's Introduction

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.

comp55's People

Contributors

onzfonz avatar baatts avatar ld4400 avatar okhan-coder avatar theasianvan avatar symunshine avatar prnv-559 avatar stanisripped avatar vcandrew avatar jacob5567 avatar rypordev avatar rpcq avatar mrwolf87 avatar tribellcat avatar afsoony avatar areeshilyas avatar unhappyshake1 avatar b-ney avatar abarrios5 avatar mguerra809 avatar lvaidya-svg avatar julian-castellanos avatar jalilar avatar watrdagr avatar george-upton4 avatar qazsxde avatar sworup89-cmd avatar legendarybodyguard avatar gbick avatar hiproco avatar

Watchers

 avatar

comp55's Issues

We need a comp55 teachers org

The issues is the instructors and others need access to the templates for starter code. That along with the labs, should be one nice folder

Adding Extra detail to Timer

In the timer lab, I wanted to add extra detail to how many seconds have passed in addition to seeing how many times the timer was called. This can be potentially useful to see how often the timer class is called in addition to counting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.