Giter Club home page Giter Club logo

cs1331.github.io's Introduction

CS 1331 - Introduction to Object-Oriented Programming

This repository contains the Jekyll source of the public web site for Chris Simpkins's sections of CS 1331 at Georgia Tech.

To run this site locally you'll need to follow GitHub's instructions, which is basically means installing ruby-bundler on your system since the Gemfile is already in this repository. Since some of the gems used by GitHub pages depend on nativce extensions you'll need to install several things on your system. On Ubuntu:

sudo apt-get install ruby-dev zlib1g-dev liblzma-dev

Slides

Some slides are HTML Reveal.js slides produced from Markdown sources. Source files use a .md ending. We use Pandoc to produce the slides

To recompile all slides:

cd slides
for file in `ls *.md`; do pandoc -s --mathjax -t revealjs -V theme=gt -V "slideNumber='c/t'" -V progress=true -o $(basename $file .md).html $file; done

Some slides are PDFs produced from LaTeX Beamer sources. Source files use a .tex ending.

As of Fall 2016 I'm moving to PDF slides produced from org-mode sources (with a .org ending). Students seem to prefer having printable copies (and the print CSS from Reveal.js doesn't always produce nice results), I like not having upstream changes to Reveal.js and Mathjax suddenly break my slides, and using org-mode gives me succinct source syntax like Markdown with the power of LaTeX/Beamer. Go Emacs!

cs1331.github.io's People

Contributors

dr-cs avatar thomas4g avatar mebibyte avatar tayhart avatar farhantejani avatar kjcartledge avatar ryanvoor avatar jh456 avatar jgkamat avatar nickkryan avatar nadkarni avatar miningmarsh avatar melindamcdaniel avatar araygt avatar andyfangdz avatar matthugs avatar

Watchers

James Cloos avatar Christopher Saad avatar

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.