sudo apt-get install libgdal-dev libtiff-dev imagemagick libxt-dev libgtk2.0-dev xvfb xauth xfonts-base libcairo2-dev
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>acme frontend</title> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script src="/js/main.js"></script> | |
</body> |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>acme frontend</title> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script src="/js/main.js"></script> | |
</body> |
- See Union station, walk to the Highlands neighborhood through Confluence Park (near the REI). Walk up/down the Platte river trail.
- Museums: Denver Art museum, Science Museum, Modern Art Museum, Sante Fe art district, Museo de las Americas
- Parks: Cheeseman, City Park, Confluence Park (not exactly tourist spots, but I recommend staying around there because they're really nice areas and you'll be close to downtown).
- Uncle (favorite Ramen place)
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
if [ $# -eq 0 ] ; then | |
echo "example use: 'movie-to-gif.sh [movie-file]'" | |
exit 0 | |
fi | |
ffmpeg -i $1 -filter_complex "[0:v] palettegen" $1-palette.png | |
ffmpeg -i $1 -i $1-palette.png -filter_complex "[0:v][1:v] paletteuse" $1.gif | |
rm $1-palette.png |
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
{ | |
"name": "npm-test", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", |
D3 code to plot a skew-T log-P diagram (refactoring)
Setting up a new development folder:
mkdir [projectname]
cd [projectname]
elm-reactor
include elm.js
in html file.
[ Launch: test ] bdc5817c2e0c8dabb773 by joannecheng
NewerOlder