Skip to content
/ 1980 Public
forked from c4cs/c4cs.github.io

Course Homepage for Computing for Computer Scientists

Notifications You must be signed in to change notification settings

scauligi/1980

This branch is 2 commits ahead of, 902 commits behind c4cs/c4cs.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
scauligi
Jun 19, 2017
e3d5159 · Jun 19, 2017
Feb 3, 2017
Apr 21, 2017
Feb 19, 2017
Feb 10, 2017
Apr 14, 2017
Apr 14, 2017
Jan 16, 2017
Jan 4, 2017
Apr 21, 2017
May 4, 2017
Jan 7, 2017
Apr 21, 2017
Jun 27, 2016
Jan 6, 2017
Feb 7, 2017
Jun 19, 2017
Mar 21, 2016
Feb 6, 2017
Feb 5, 2017
Apr 14, 2017

Repository files navigation

Computing for Computer Scientists

Build Status

This repository holds the sources for the course homepage for Computing for Computer Scientists, a course for early-career EECS students at the University of Michigan.

For more information, visit the course homepage: https://c4cs.github.io

Contributing

The site itself uses GitHub Pages and Jekyll.

Before contributing, please check open issues and create a new issue if a one for your proposed contribution does not exist.

Content for the website is written in Markdown. To contribute to the reference page, navigate to _commands/ and then to the specific section and edit an existing .md file or create a new one. For example, to edit the cd reference, edit _commands/basics/cd.md.

In order to build the site locally on your Ubuntu computer, there are a number of dependencies to resolve first:

$ sudo apt-get install ruby ruby-dev build-essential patch zlib1g-dev liblzma-dev nodejs
$ sudo gem install jekyll bundler
$ bundle install
$ bundle exec jekyll serve # serves site at http://127.0.0.1:4000

For more information on setting up, see GitHub's guide or Jekyll's documentation.

After making a change and verifying that it works, please submit a pull request.


Creative Commons License
Computing for Computer Scientists by Pat Pannuto is licensed under a Creative Commons Attribution 4.0 International License.

About

Course Homepage for Computing for Computer Scientists

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 39.4%
  • HTML 34.1%
  • JavaScript 19.9%
  • Python 4.6%
  • CSS 1.7%
  • Ruby 0.2%
  • Other 0.1%