export TITLE="SOME TITLE"
export GITHUB_USER="github-user"
export EMAIL_ID="yourmailid+$GITHUB_USER@gmail.com"
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
import numpy as np | |
def maxPayout(payouts, cooldown): | |
n = len(payouts) | |
payouts = payouts | |
cooldown = cooldown | |
opt = np.zeros([n, n]) | |
print(opt) | |
for t in range(n): |
- Can use this boilerplate to modify: http://www.initializr.com/
- Make all your subpages and make sure to link them
- Check your index.html works