Here is an essay version of my class notes from Class 1 of CS183: Startup. Errors and omissions are my own. Credit for good stuff is Peter’s entirely.
CS183: Startup—Notes Essay—The Challenge of the Future
Purpose and Preamble
Here is an essay version of my class notes from Class 1 of CS183: Startup. Errors and omissions are my own. Credit for good stuff is Peter’s entirely.
CS183: Startup—Notes Essay—The Challenge of the Future
Purpose and Preamble
Here is an essay version of my class notes from Class 1 of CS183: Startup. Errors and omissions are my own. Credit for good stuff is Peter’s entirely.
CS183: Startup—Notes Essay—The Challenge of the Future
Purpose and Preamble
git config --global push.default current
git config --global merge.defaultToUpstream true
git config --global branch.autosetupmerge true
git config --global branch.autosetuprebase remote
git config --global alias.cb 'checkout -b'
git config --global alias.ps 'push -u'
git config --global alias.pl '!git fetch -p && git rebase'
This is a quick guide to using IPFS as a file store for your IIIF "level 0" image service tiles.
Clone https://github.com/zimeon/iiif
Follow the install instructions
Regenerate the tetons tiles and info.json: https://github.com/zimeon/iiif/tree/master/demo-static#regerating-tiles
ipfs add -r tetons
| /* | |
| large google docs comments | |
| add this to a user stylesheet | |
| like https://github.com/openstyles/stylus | |
| */ | |
| /* make comment boxes large */ | |
| @media only screen and (min-width: 1400px) { | |
| .docos-layout-anchored | |
| .docos-anchoreddocoview { |