Skip to content

nyu-java-programming/course-materials

Repository files navigation

Introduction to Computer Science

Slide presentations used to teach basic computer science concepts, largely focused on object-oriented programming.

Deployed site

View the schedule and syllabus, which contain links to all deployed course materials.

Running locally

The code in this repository is used to generate the course website using jekyll and continuously deploy it using GitHub Pages.

It is possible to run the website locally on your own machine.

  • Assuming Ruby is installed...
  • Install Jekyll globally
  • Install the dependencies listed in the Gemfile by running the command, bundle.
  • run bundle exec jekyll serve or simply jekyll serve if that doesn't work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages