GithubHelp home page GithubHelp logo

yufeiweng / wi24 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ucsd-cse130/wi24

0.0 0.0 0.0 105.63 MB

Public course materials for UCSD CSE 130 Programming Languages (Wi 2024)

License: MIT License

Shell 0.14% JavaScript 23.31% OCaml 3.86% Haskell 25.65% Prolog 6.84% Standard ML 0.14% CSS 15.69% Makefile 0.59% HTML 19.27% Yacc 3.49% Lex 1.04%

wi24's Introduction

130-web

Public course materials for UCSD CSE 130: Winter 2024

Install

You too, can build this webpage locally, like so:

git clone [email protected]:ucsd-cse130/wi24.git
cd wi24
make

To then update the webpage after editing stuff, do:

make upload

The website will live in _site/.

Customize

By editing the parameters in siteCtx in Site.hs

View

You can view it by running

make server

Update

Either do

make upload

or, if you prefer

make
cp -r _site/* docs/
git commit -a -m "update webpage"
git push origin main

To build Lecture Versions

To build the "lecture" version of all the html i.e. without the answers to quizzes and other questions, replace the following in Site.hs

    crunchWithCtxCustom "final" postCtx

with

    crunchWithCtxCustom "lecture" postCtx

Then, as you go through the lectures, replace match "lectures/*" with

match "lectures/00-*" $ crunchWithCtxCustom "final" postCtx
match "lectures/*"    $ crunchWithCtxCustom "lecture" postCtx

(and gradually add more and more lectures to final as I go through them)

New Class Checklist

  • [+] site.hs

  • [+] index.md

  • [+] links.md

  • [+] contact.md

  • [+] lectures.md

  • [+] calendar.md

  • [+] grades.md

  • [+] assignments.md

  • [+] piazza

  • canvas

  • github registration form

  • clicker registration form

  • 00-lambda

  • [-] groups
  • [-] seating chart

Credits

This theme is a fork of CleanMagicMedium-Jekyll originally published by Lucas Gatsas.

wi24's People

Contributors

ranjitjhala avatar gsakkas avatar cole-k 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.