Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Sep 22, 2016
0 parents commit 5dcb8f8
Show file tree
Hide file tree
Showing 110 changed files with 10,051 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Dr. Kat

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
24 changes: 24 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
GHPAGE=../../130-gh-pages/

full: site lectures

site:
stack build
stack exec -- homepage rebuild

lectures:
cd lectures && make && cd ..
cp css/syntax-rj.css _site/css/syntax.css
cp -p -r lectures _site/

upload: site lectures
cp -r _site/* $(GHPAGE)
cd $(GHPAGE) && git add . && git commit -a -m "update page" && git push origin gh-pages


clean:
rm -rf *.hi *.o .*.swp .*.swo website _site/ _cache/
cd lectures && make clean

server:
stack exec -- homepage watch
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CleanMagic for Hakyll

This theme is a fork of [CleanMagicMedium-Jekyll](https://github.com/SpaceG/CleanMagicMedium-Jekyll) originally published by Lucas Gatsas.

It features a top navigation bar, and an area for beautiful header background images. Clean and serene, it's sure to give your posts an extra polish.

![Preview](../gallery/images/cleanMagic_hakyll-index.png)

![Preview](https://raw.githubusercontent.com/SpaceG/spaceg.github.io/5f240c5e8b3f8e2cb9f776688466de651d5d8958/img/intro-theme-1.png)
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# TODO

- lectures/00-intro.markdown
- homeworks/00-warmup.markdown
- groups.md
- seating.pdf

24 changes: 24 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: About
headerImg: beach.jpg
---

Nullam imperdiet sodales orci vitae molestie. Nunc quam orci, pharetra a
rhoncus vitae, eleifend id felis. Suspendisse potenti. Etiam vitae urna orci.
Quisque pellentesque dignissim felis, egestas tempus urna luctus vitae. In hac
habitasse platea dictumst. Morbi fringilla mattis odio, et mattis tellus
accumsan vitae.

1. Amamus Unicode 碁
2. Interdum nex magna.

Vivamus eget mauris sit amet nulla laoreet lobortis. Nulla in diam elementum
risus convallis commodo. Cras vehicula varius dui vitae facilisis. Proin
elementum libero eget leo aliquet quis euismod orci vestibulum. Duis rhoncus
lorem consequat tellus vestibulum aliquam. Quisque orci orci, malesuada porta
blandit et, interdum nec magna.





43 changes: 43 additions & 0 deletions assignments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Assignments
headerImg: Eiffel.png
---

**LATE POLICY:** You have a total of **4** late days that can be used in
atomic units over the entire quarter. By *atomic* I mean, for example, that
35 mins over the deadline is equal to 1 late day.

## How to

- [Run Ocaml in Lab/Home](homeworks/info_ocaml.html)

## Programming Assignments

- [HW #1](homeworks/hw1.html), due Fri 9/30 by 23:59pm

<!--
## Sample Exam Questions
- [SHW #1](static/shw1.html),
[SHW #2](static/shw2.html),
[SHW #3](static/shw3.html),
[SHW #4](static/shw4.html).
- [Sample 1](static/practice/sample-questions1-scala.txt),
[Sample 2](static/practice/sample-questions2.html)
- [Midterm Wi 12](static/practice/midterm-wi12.pdf),
[Midterm Sp 12](static/practice/midterm-sp12.pdf),
[Midterm Sp 14](static/practice/midterm-sp14.pdf),
[Midterm Sp 15](static/practice/midterm-sp15.pdf).
- [Final 05](static/practice/sample-final05.pdf),
[Final 06](static/practice/sample-final06.pdf),
[Final 07](static/practice/sample-final07.pdf),
[Final W11](static/practice/final-wi11.pdf),
[Final Fa 11](static/practice/final-fa11.pdf),
[Final Fa 12](static/practice/final-fa12.pdf),
[Final Sp 12](static/practice/final-sp12.pdf),
[Final Sp 14](static/practice/final-sp14.pdf).
- [Partial Solution Key](homeworks/solutions.html)
-->

Loading

0 comments on commit 5dcb8f8

Please sign in to comment.