Please highlight those required by NuPIC.
- DBUtils==1.1
- Flask==0.9
- Jinja2==2.6
- Markdown==2.2.1
- PyMySQL==0.5
- PyYAML==3.10
function findPerpendicularDistance(point, line) { | |
var pointX = point[0], | |
pointY = point[1], | |
lineStart = { | |
x: line[0][0], | |
y: line[0][1] | |
}, | |
lineEnd = { | |
x: line[1][0], | |
y: line[1][1] |
#!/bin/sh | |
arga=0 | |
argb=0 | |
argc=0 | |
printUsage () { | |
echo "\nSupported options:" | |
echo "------------------" | |
echo "\t-a\targa\tDoes something called 'a'" |
------------------------------------------------------------ | |
/usr/bin/pip run on Tue Jan 14 13:15:05 2014 | |
Downloading/unpacking asteval==0.9.1 (from -r external/common/requirements.txt (line 2)) | |
Running setup.py egg_info for package asteval | |
running egg_info | |
writing pip-egg-info/asteval.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/asteval.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/asteval.egg-info/dependency_links.txt | |
warning: manifest_maker: standard file '-c' not found | |
mtaylor ~/nta/nupic/py/nupic/encoders $ ack TODO | |
adaptivescalar.py | |
90: TODO: document | |
arithmetic_encoder.py | |
46: TODO: Perhaps arithmetic coding isn't the best analogy? | |
51: TODO: document | |
52: @param w TODO: document | |
53: @param n TODO: document | |
54: @param periodic TODO: document |
[matt@localhost ~]$ su -c 'yum install python-devel' | |
Password: | |
Loaded plugins: langpacks, refresh-packagekit | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package python-devel.x86_64 0:2.7.5-9.fc20 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved |
[matt@localhost ~]$ sudo yum check | |
Loaded plugins: langpacks, refresh-packagekit | |
glibc-devel-2.18-11.fc20.x86_64 has missing requires of glibc-headers = ('0', '2.18', '11.fc20') | |
Error: check all | |
[matt@localhost ~]$ sudo yum install glibc-headers | |
Loaded plugins: langpacks, refresh-packagekit | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package glibc-headers.x86_64 0:2.18-11.fc20 will be installed | |
--> Finished Dependency Resolution |
{ | |
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Orange - Eighties.tmTheme", | |
"draw_white_space": "all", | |
"font_size": 22.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"ignored_words": |
timestamp | kw_energy_consumption | |
---|---|---|
datetime | float | |
T | ||
2010-07-02 00:00:00 | 5.3 | |
2010-07-02 00:15:00 | 5.5 | |
2010-07-02 00:30:00 | 5.1 | |
2010-07-02 00:45:00 | 5.3 | |
2010-07-02 01:00:00 | 5.2 | |
2010-07-02 01:15:00 | 5.5 | |
2010-07-02 01:30:00 | 4.5 |
I run open source projects for Numenta, and we are heavy users of Travis-CI. Most aspects of your service are oustanding. Here is a short list of the ways in which I love Travis-CI: