Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spanners/dissertation
Undergrad dissertation studying the cognitive load a programmer experiences while using declarative vs. imperative paradigms for a given task
https://github.com/spanners/dissertation
Last synced: 4 days ago
JSON representation
Undergrad dissertation studying the cognitive load a programmer experiences while using declarative vs. imperative paradigms for a given task
- Host: GitHub
- URL: https://github.com/spanners/dissertation
- Owner: spanners
- License: mit
- Archived: true
- Created: 2014-03-14T23:22:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T12:58:14.000Z (over 10 years ago)
- Last Synced: 2024-08-02T12:51:35.872Z (3 months ago)
- Language: TeX
- Homepage: http://spanners.github.io/dissertation
- Size: 37.3 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - spanners/dissertation - Undergrad dissertation studying the cognitive load a programmer experiences while using declarative vs. imperative paradigms for a given task (others)
README
dissertation
============[View HTML sample here](http://spanners.github.io/dissertation)
[View PDF sample here](http://spanners.github.io/dissertation/diss.pdf)
## Requirements
* pandoc
* pandoc-citeproc
* make
* pdflatex (if you wish to build a pdf)## Building
cd dissertation
make diss.html # for html version
make diss.pdf # for pdf version (pdflatex required)