Coder Social home page Coder Social logo

jasonshao55 / fa23 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ucsd-cse230/fa23

0.0 0.0 0.0 105.21 MB

Public course materials for UCSD CSE 230 Programming Languages

License: MIT License

JavaScript 22.74% Haskell 46.63% CSS 15.30% Makefile 0.16% HTML 15.16%

fa23's Introduction

CSE 230: Web Page

Public course materials for UCSD CSE 230: Fall 2021

Install

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

git clone [email protected]:ucsd-cse230/fa23.git
cd fa23
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)

Credits

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

New Class Checklist

  • [*] site.hs
  • [*] index.md
  • [*] links.md
  • [*] contact.md
  • [*] calendar.md
  • [*] grades.md
  • [?] lectures.md
  • [*] CANVAS
  • [?] assignments.md
    • TODO: link github accounts/form
  • [?] 00-lambda
    • [] Github
    • [] Canvas

Spring 2020

ieng6 Setup

  1. Set the stack-root
stack setup --stack-root=/software/CSE/cse130/.stack
  1. Create a shell script
cat > fixpaths.sh

cd ~/../public/bin && chmod -R a+rx *
cd /software/CSE/cse130/.stack && chmod -R a+rx *
  1. For each assignment,

    • git clone it to download assignment as instructor
    • stack test it to get the relevant libs added to the stack-path
    • ./fixpaths.sh to allow everyone else to read the libraries
  2. For each assignment,

    • login as student to make sure that you can git clone and then run stack test

Private Stuff

https://github.com/ucsd-cse130/grading/tree/main/assignments/

fa23's People

Contributors

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