-
Parameters
- creativeId (integer,
1
) ... id of the creative
- creativeId (integer,
-
Model
-
Header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PROBLEM: Small brewery produces ale and beer | |
# Production is limited by scarce resources: corn, hops, barley malt. | |
# Recipes for ale and beer require differenty proportions of resources | |
# | |
# Ale (barrel) | |
# - 5lb corn | |
# - 4oz hops | |
# - 35lb malt | |
# - $13 profit | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg | |
$ sudo chown -R `whoami` /usr/local/texlive | |
$ tlmgr update --self | |
# Install tufte-latex and dependencies | |
$ tlmgr install tufte-latex | |
$ tlmgr install changepage | |
$ tlmgr install paralist | |
$ tlmgr install titlesec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function()%7B%24('li.task-list-item%3Acontains(%22esolved%22)%20%3E%20input%3Achecked%2C%20li.task-list-item%3Acontains(%22eady%20for%22)%20%3E%20input%3Achecked').closest('.comment-content').hide()%7D)() |
NewerOlder