Skip to content

Commit c12d778

Browse files
author
srisatish
committed
Initial commit
0 parents  commit c12d778

File tree

784 files changed

+2341243
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

784 files changed

+2341243
-0
lines changed

.classpath

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="test-src"/>
5+
<classpathentry kind="lib" path="lib/apache/commons-codec-1.3.jar"/>
6+
<classpathentry kind="lib" path="lib/apache/commons-configuration-1.6.jar"/>
7+
<classpathentry kind="lib" path="lib/apache/commons-lang-2.4.jar" sourcepath="lib/apache/commons-lang-2.4-sources.jar"/>
8+
<classpathentry kind="lib" path="lib/apache/commons-logging-1.1.1.jar"/>
9+
<classpathentry kind="lib" path="lib/apache/commons-logging-api-1.0.4.jar"/>
10+
<classpathentry kind="lib" path="lib/apache/httpclient-4.1.1.jar"/>
11+
<classpathentry kind="lib" path="lib/apache/httpcore-4.1.jar"/>
12+
<classpathentry kind="lib" path="lib/hadoop/1.0.0/hadoop-core-1.0.0.jar"/>
13+
<classpathentry kind="lib" path="lib/junit/junit-4.11.jar" sourcepath="lib/junit/junit-4.11-sources.jar"/>
14+
<classpathentry kind="lib" path="lib/sigar/sigar.jar">
15+
<attributes>
16+
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="hexbase/lib/binlib"/>
17+
</attributes>
18+
</classpathentry>
19+
<classpathentry kind="lib" path="lib/apache/guava-12.0.1.jar" sourcepath="lib/apache/guava-12.0.1-sources.jar"/>
20+
<classpathentry kind="lib" path="lib/gson/gson-2.2.2.jar" sourcepath="lib/gson/gson-2.2.2-sources.jar"/>
21+
<classpathentry kind="lib" path="lib/poi/poi-3.8-20120326.jar" sourcepath="lib/poi/poi-3.8-sources.jar"/>
22+
<classpathentry kind="lib" path="lib/poi/poi-ooxml-3.8-20120326.jar"/>
23+
<classpathentry kind="lib" path="lib/poi/poi-ooxml-schemas-3.8-20120326.jar"/>
24+
<classpathentry kind="lib" path="lib/trove/trove-3.0.3.jar"/>
25+
<classpathentry kind="lib" path="lib/s3/aws-java-sdk-1.3.27.jar" sourcepath="lib/s3/aws-java-sdk-1.3.27-sources.jar"/>
26+
<classpathentry kind="lib" path="lib/jama/Jama.jar"/>
27+
<classpathentry kind="lib" path="lib/javassist.jar"/>
28+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
29+
<classpathentry kind="output" path="build/classes"/>
30+
</classpath>

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.java text eol=lf
2+
*.py text eol=lf
3+
*.sh text eol=lf
4+
.git* text eol=lf

.gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*.class
2+
*.hprof
3+
*.pyc
4+
*.swp
5+
*_*.data
6+
*_*.data
7+
*hs_err_pid*
8+
*stdout.txt
9+
*~
10+
bin/
11+
binlib
12+
build
13+
flatfile*
14+
h2o_work.xml
15+
ice
16+
lib/h2o_core.jar
17+
po.*
18+
pytest_flatfile-*
19+
sandbox
20+
dist/
21+
build/
22+
nbproject/
23+
nbbuild.xml
24+
TAGS
25+
build.local.conf
26+
/AwsCredentials.properties
27+
private/

.project

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>hexbase</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.python.pydev.pythonNature</nature>
22+
</natures>
23+
</projectDescription>

.pydevproject

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
5+
</pydev_project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
encoding//src/water/api/Timeline.java=UTF-8
3+
encoding//src/water/parser/DParseTask.java=UTF-8

.settings/org.eclipse.jdt.core.prefs

+375
Large diffs are not rendered by default.

.settings/org.eclipse.jdt.ui.prefs

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
eclipse.preferences.version=1
2+
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
3+
formatter_profile=_0xdata
4+
formatter_settings_version=12
5+
org.eclipse.jdt.ui.ignorelowercasenames=true
6+
org.eclipse.jdt.ui.importorder=java;javax;org;com;
7+
org.eclipse.jdt.ui.javadoc=false
8+
org.eclipse.jdt.ui.ondemandthreshold=3
9+
org.eclipse.jdt.ui.staticondemandthreshold=3
10+
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\nthrow new RuntimeException(${exception_var});\n</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">throw new RuntimeException("${todo} Auto-generated method stub");</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
11+
sp_cleanup.add_default_serial_version_id=true
12+
sp_cleanup.add_generated_serial_version_id=false
13+
sp_cleanup.add_missing_annotations=false
14+
sp_cleanup.add_missing_deprecated_annotations=true
15+
sp_cleanup.add_missing_methods=false
16+
sp_cleanup.add_missing_nls_tags=false
17+
sp_cleanup.add_missing_override_annotations=true
18+
sp_cleanup.add_missing_override_annotations_interface_methods=true
19+
sp_cleanup.add_serial_version_id=false
20+
sp_cleanup.always_use_blocks=true
21+
sp_cleanup.always_use_parentheses_in_expressions=false
22+
sp_cleanup.always_use_this_for_non_static_field_access=false
23+
sp_cleanup.always_use_this_for_non_static_method_access=false
24+
sp_cleanup.convert_to_enhanced_for_loop=false
25+
sp_cleanup.correct_indentation=false
26+
sp_cleanup.format_source_code=false
27+
sp_cleanup.format_source_code_changes_only=false
28+
sp_cleanup.make_local_variable_final=false
29+
sp_cleanup.make_parameters_final=false
30+
sp_cleanup.make_private_fields_final=true
31+
sp_cleanup.make_type_abstract_if_missing_method=false
32+
sp_cleanup.make_variable_declarations_final=false
33+
sp_cleanup.never_use_blocks=false
34+
sp_cleanup.never_use_parentheses_in_expressions=true
35+
sp_cleanup.on_save_use_additional_actions=true
36+
sp_cleanup.organize_imports=false
37+
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
38+
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
39+
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
40+
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
41+
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
42+
sp_cleanup.remove_private_constructors=true
43+
sp_cleanup.remove_trailing_whitespaces=true
44+
sp_cleanup.remove_trailing_whitespaces_all=true
45+
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
46+
sp_cleanup.remove_unnecessary_casts=false
47+
sp_cleanup.remove_unnecessary_nls_tags=false
48+
sp_cleanup.remove_unused_imports=false
49+
sp_cleanup.remove_unused_local_variables=false
50+
sp_cleanup.remove_unused_private_fields=true
51+
sp_cleanup.remove_unused_private_members=false
52+
sp_cleanup.remove_unused_private_methods=true
53+
sp_cleanup.remove_unused_private_types=true
54+
sp_cleanup.sort_members=false
55+
sp_cleanup.sort_members_all=false
56+
sp_cleanup.use_blocks=false
57+
sp_cleanup.use_blocks_only_for_return_and_throw=false
58+
sp_cleanup.use_parentheses_in_expressions=false
59+
sp_cleanup.use_this_for_non_static_field_access=false
60+
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
61+
sp_cleanup.use_this_for_non_static_method_access=false
62+
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
1.0
3+
--------------------
4+
* Simplify ValueVector
5+
* NIO for communication between nodes
6+
* Newer simpler web-api via single JSON
7+
* HEX: GLM, RandomForest, LinearRegression, covariance

Hexbase.iml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
8+
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
9+
</content>
10+
<orderEntry type="inheritedJdk" />
11+
<orderEntry type="sourceFolder" forTests="false" />
12+
</component>
13+
</module>
14+

0 commit comments

Comments
 (0)