# Resources

Programming Assignments

[Creative Programming Assignments](https://introcs.cs.princeton.edu/java/assignments/)

[Nifty Assignments](http://nifty.stanford.edu/)

Color:

Generative Art Blog using Processing by SigHack <https://sighack.com/>

Procedural Colors - Algorithms: [Shahriyar Shahrabi blog](https://medium.com/@shahriyarshahrabi/procedural-color-algorithm-a37739f6dc1)

Color Gradients in Processing [ Jeremy Behreandt Blog](https://medium.com/@behreajj/color-gradients-in-processing-v-2-0-e5c0b87cdfd2)

Bauhaus

> the Bauhaus began as a protest against the thoughtless direction of industrialization, the harm it did to mind and spirit. “Only work which is the product of an inner compulsion can have spiritual meaning,” Gropius wrote in 1923. “Mechanized work is lifeless, proper only to the lifeless machine ... The solution depends on a change in the individual’s attitude toward his work.” [New York Times Aricle](https://www.nytimes.com/2019/02/04/t-magazine/bauhaus-school-architecture-history.html?mc=aud_dev\&ad-keywords=auddevgate\&subid1=TAFI\&ad_name=INTER_20_XXXX_XXX_1P_CD_XX_XX_SITEVISITXREM_X_XXXX_COUSA_P_X_X_EN_FBIG_OA_XXXX_00_EN_JP_NFLINKS\&adset_name=https%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F04%2Ft-magazine%2Fbauhaus-school-architecture-history.html\&campaign_id=23843321496910063\&fbclid=IwAR2Z6cThd62bgrpEfIeUxUZFQYxXwCoD50f8H8exWxXL3cqLwXzmTBNXg4E)

[Computational Design Tutorial using Rhino Grassshopper](https://blog.ramboll.com/rcd/tutorials/a-beginners-guide-to-visual-scripting-with-grasshopper.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kdoore.gitbook.io/cs1335/resources-and-references/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
