aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2019-06-17 18:40:28 -0600
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2019-06-17 18:40:28 -0600
commit6c3881da5854550adce6911d960cd62ebe356b50 (patch)
tree3b7d23928f102bd6befc0dd950e4fbea7bab2a2b
parentf241f960f810c5673d37f05c7db35e3361b5ca02 (diff)
downloadsnippets-6c3881da5854550adce6911d960cd62ebe356b50.tar
snippets-6c3881da5854550adce6911d960cd62ebe356b50.tar.gz
snippets-6c3881da5854550adce6911d960cd62ebe356b50.tar.bz2
snippets-6c3881da5854550adce6911d960cd62ebe356b50.tar.lz
snippets-6c3881da5854550adce6911d960cd62ebe356b50.tar.xz
snippets-6c3881da5854550adce6911d960cd62ebe356b50.tar.zst
snippets-6c3881da5854550adce6911d960cd62ebe356b50.zip
readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8296084
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# snippets
+This repository is a smattering of code snippets used for proof of concept purposes or developed while messing around. They're in Git to keep track of them and share them if necessary. Use at your own risk. *Individual folders are described below.*
+
+## ncbi
+Used to house code related to ncbi tools and databases like pubmed. Useful for showing others how to interact with these tools by example.