I hereby claim:
- I am knaaptime on github.
- I am knaaptime (https://keybase.io/knaaptime) on keybase.
- I have a public key whose fingerprint is 81F6 F328 936F F78A FDC6 41E8 7C4E F365 D36C D802
To claim this, I am signing this object:
Fri Jan 17 15:21:50 2014 | |
Running buildings.json | |
Fetching buildings | |
Fetching parcels | |
Fetching modify_table | |
Fetching jobs | |
Fetching modify_table | |
Fetching modify_table | |
Specifying model in 0.965123 |
Zero:example knaaptime$ ./run.sh | |
Fri Jan 17 16:48:14 2014 | |
Running buildings.json | |
Fetching buildings | |
Fetching parcels | |
Fetching modify_table | |
Fetching jobs | |
Fetching modify_table | |
Fetching modify_table |
I hereby claim:
To claim this, I am signing this object:
from __future__ import print_function | |
""" | |
Markov based methods for spatial dynamics. | |
""" | |
__author__ = "Sergio J. Rey <[email protected]" | |
__all__ = ["Markov", "LISA_Markov", "Spatial_Markov", "kullback", | |
"prais", "shorrock", "homogeneity"] |
cat <<EOF > ~/Library/LaunchAgents/com.$(whoami).jupyterlab.plist | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>KeepAlive</key> | |
<true/> | |
<key>Label</key> | |
<string>com.$(whoami).jupyterlab</string> | |
<key>ProgramArguments</key> |