I hereby claim:
- I am lena on github.
- I am lenafeldberg (https://keybase.io/lenafeldberg) on keybase.
- I have a public key ASCB86jkThFtXIulNmT6o6GW74YXOChSe-7rPt_kJSsrxwo
To claim this, I am signing this object:
| # In terminal: | |
| # curl https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh | |
| # Copy the following lines into ~/.bash_profile | |
| source ~/.git-prompt.sh | |
| # prompt colors |
| defmodule ______ do | |
| require Logger | |
| @type new_admin_args :: %{ | |
| username: String.t, | |
| password: String.t, | |
| name: String.t, | |
| email: String.t, | |
| usda_farm_id: integer, | |
| farm_name: String.t, |
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/env python | |
| import csv | |
| import fire | |
| import json | |
| import pyjq | |
| """CSV TO JSON CLI | |
| Usage: | |
| python csv_to_json.py convert --csv_file="file.csv" --json_file="file.json" |
| """ | |
| Location to Datetime CLI | |
| Usage: | |
| python location_to_datetime.py --coordinates='39.6034810,-119.6822510' | |
| python location_to_datetime.py --address='278 Bay Ridge Avenue, Brooklyn, NY, 11209' | |
| python location_to_datetime.py --address='New York' --from-time='2017-08-08' --from-address='Egypt' | |
| python location_to_datetime.py --address='New York' --from-time='2017-08-08T10:20:23' --from-address='Egypt' | |
| python location_to_datetime.py --address='New York' --to-json | |
| python location_to_datetime.py --address='New York' --format-str='YYYY-MM-DD HH:mm:ss ZZ' |