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
once upon a time | |
a long time ago | |
there was a little boy and girl | |
their names were Tim and Rose | |
Tim was six years old and Rose was five | |
Tim had black hair and blue eyes | |
Rose had red hair that hung down to her waist | |
tickle tickle tickle | |
and green eyes like the sea |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/usr/bin/env python3 | |
""" | |
If you, like me, often have to send a bunch of very similer emails to a bunch of | |
people you may have got tired of copy pasting and resending as well. | |
This is my proposed solution: | |
This script reads a template file, using the simple python templating language | |
that substitutes vaules like $this with data from a dictionary. |
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
#!/bin/bash | |
module load intel-fc/15.0.3.187 | |
module load intel-cc/15.0.3.187 | |
module load openmpi/1.8.8 | |
module load netcdf/4.3.3.1 | |
export WRFIO_NCD_LARGE_FILE_SUPPORT=1 | |
./configure |