Giter Site home page Giter Site logo

barabanshek / cs6120 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sampsyo/cs6120

0.0 0.0 0.0 61.4 MB

advanced compilers

Home Page: https://www.cs.cornell.edu/courses/cs6120/2022sp/

License: MIT License

HTML 71.67% Makefile 1.93% SCSS 26.41%

cs6120's Introduction

CS 6120

This is the website for a new grad course at Cornell on compilers. It uses Zola.

Adding Blog Posts

To add a blog post (which you must do for discussion leading and project reports), use a pull request.

You'll want to create a text file in the content/blog/ directory with your new post. Use a filename like YYYY-MM-DD-title.md, where the date is the discussion day or the project deadline and the title is up to you. Include Zola-style "TOML front matter" at the top, which looks like this:

+++
title = "Welcome to CS 6120!"
[extra]
bio = """
  Grace Hopper made the first compiler. [Adrian Sampson](https://www.cs.cornell.edu/~asampson/) is an assistant professor of computer science, so that's pretty cool too I guess.
"""
[[extra.authors]]
name = "Adrian Sampson"
link = "https://www.cs.cornell.edu/~asampson/"  # Links are optional.
[[extra.authors]]
name = "Grace Hopper"
+++

List all the authors of your post. Include a link to your homepage if you have one, but it's optional. Also write a short bio for yourselves (using Markdown), which will appear at the bottom of the post. Then, the rest of the text file is the Markdown text of your blog post.

If you want to use math in your blog post, put latex = true in your [extra] section to enable KaTeX. Then you can use $\pi$ for inline math and \[ e^{i\pi} + 1 = 0 \] for display math.

To include images or other resources in your post, make your post into a directory. That is, make a new directory called YYYY-MM-DD-title inside content/blog/. Then, put your text in a file called index.md inside that. Put your images in the same directory and refer to them with relative paths. See the Zola docs on assets for more details.

You can preview your writing with any Markdown renderer. To see what it will look like when published, install Zola and type zola serve to preview the entire site.

cs6120's People

Contributors

sampsyo avatar avanhatt avatar pbb59 avatar liuhenry4428 avatar rachitnigam avatar orichardson avatar voorka avatar neiladit avatar chrisroman avatar sgpthomas avatar sa2257 avatar epeguero avatar chhzh123 avatar seanlatias avatar neroysq avatar dz333 avatar 0x486f626f avatar sameerlal avatar ankushrayabhari avatar rolph-recto avatar anastos avatar blue9 avatar atucker avatar hcp922 avatar sibylau avatar goki0607 avatar hecmay avatar jonathandltran avatar andreyyao avatar tissue3 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.