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
| using Catlab.GAT | |
| using Catlab.Theories | |
| using Flux | |
| struct EucSpc | |
| dim::Int | |
| end | |
| struct ParaEucFun | |
| domdim::Int |
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 | |
| import requests | |
| import sys | |
| import os | |
| ## Send stdin as an email with first cmdline arg as subject | |
| # could also hardcode thes |
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 | |
| import sys | |
| import re | |
| import urllib.request | |
| import requests | |
| import os | |
| import logging | |
| from bs4 import BeautifulSoup |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> | |
| <info> | |
| <title>Forester Citation Style</title> | |
| <id>http://www.zotero.org/styles/forester-citation-style</id> | |
| <author> | |
| <name>Eigil Fjeldgren Rischel</name> | |
| </author> | |
| <category citation-format="label"/> | |
| <category field="generic-base"/> |
OlderNewer