I hereby claim:
- I am dangunter on github.
- I am dangunter (https://keybase.io/dangunter) on keybase.
- I have a public key whose fingerprint is C5CC 7682 13C4 6971 2E3E 7853 6225 E467 93E1 03FB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Text progress bar | |
| """ | |
| import sys | |
| class PBar(object): | |
| """Text progress bar. | |
| """ | |
| c0 = '.' # left end marker | |
| c1 = '_' # completed char |
| # Weaknesses | |
| * Sharing/granularity | |
| * Versioning | |
| * Narratives together with bio objs | |
| * References | |
| - shock vs. W.S. vs. CDS | |
| - permissions relaxed on refs | |
| - all refs hierarchical/one-way | |
| - data copies may not be complete |
| AJAX | |
| AMR | |
| AngularJS | |
| Apache HTTPD | |
| Assembly | |
| BLAST - Basic Local Alignment Search Tool | |
| C/C++ | |
| CGI | |
| cloud computing | |
| CSS |
11th IEEE International Conference on eScience (08/31-09/04/2015 in Munich)
submit for main conference by March 23rd (camera-ready & reviewed by June 7), OR
submit for "Works in progress" workshop due in camera-ready form on June 21, and accompany with poster due on May 20
'Development of the Materials Project's
| #!/usr/bin/env python | |
| """ | |
| Generate many fireworks workflows. | |
| """ | |
| import argparse | |
| import os | |
| import sys | |
| def main(): | |
| p = argparse.ArgumentParser(description="Generate fireworks") |
| ## Generate graph of run history | |
| Generating the graph requires 2 scripts | |
| 1) A Python script to extract the dates of each compound from the | |
| database. Replace DB, USER and PASSWORD below with appropriate values: | |
| ./mg_run_history.py DB USER PASSWORD --port 27018 > runs.csv | |
| """ | |
| Given x,y,z MIDs, dump the data values in range a to b to a CSV | |
| """ | |
| import argparse | |
| import os | |
| import sys | |
| # | |
| import pymongo | |
| from pymongo_mr import base as mr_base |