A2Z-F15
A2Z-F15 copied to clipboard
Repository for ITP Fall 2015 Course
I've been reading your notes and examples about Markov chains, I like them a lot and they have inspired me to build some things. Thank you for making them public!...
These should also include: - [ ] a bit more on the APIs and how to sign up for API key -- wordnik, google, nytimes - [ ] basics of...
- [ ] user should be able to name categories - [ ] some sort of sorting / better reporting of "interesting" words
Missing from course notes still: - [ ] prototype - [x] closure - [x] parse.com
### Possible Examples - [x] content script skeleton with browser action - [x] content script skeleton with page action - [x] browser action with pop-up skeleton - [x] swap images...
Here are some ideas: - A coffee drink order generator. - An apology generator. - An ITP project idea generator. - A knock knock joke generator.
In week 8 cf.js examples with JSON, it would be nice to be able to avoid this extra step to parse the JSON file into the `rules` object. ``` javascript...
Would be nicer to just see the results on the page.
- [ ] add notes on randexp - [ ] more on `replace()` with a callback - [ ] integrate ACE editor into notes? more dynamic testing stuff - [...