From: Svjatoslav Agejenko Date: Tue, 23 Aug 2016 06:17:22 +0000 (+0300) Subject: initial commit X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=commitdiff_plain;h=533a274bb661ac95d9b48b33732df6a849fd5a4a initial commit --- 533a274bb661ac95d9b48b33732df6a849fd5a4a diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..246a159 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/.idea/ +/.classpath +/.project +/.settings/org.eclipse.core.resources.prefs +/.settings/org.eclipse.jdt.core.prefs +/.settings/org.eclipse.m2e.core.prefs +/test.byar +/target/ +/bin +/src/main/resources/rebel.xml diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..65c5ca8 --- /dev/null +++ b/COPYING @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..126c40c --- /dev/null +++ b/doc/index.html @@ -0,0 +1,248 @@ + + + + + + + +Sixth - system for data storage, computation, exploration and interaction + + + + + + + +
+

Sixth - system for data storage, computation, exploration and interaction

+ +
+ + + +
+

1 Current status

+
+

+There is nothing useful for regular people yet. +

+ +

+Sixth is presently in research / prototyping and ideas collecting phase. Some +working parts are already implemented: +

+ +
    +
  • First layer of storage: Simple persistent key-value map.
  • + +
  • In software, pure Java realtime 3D rendering engine.
  • +
+
+
+ +
+

2 Vision

+
+
    +
  • A tool to amplify human ability.
  • + +
  • Properly visualizes and immerses user in completely various forms of +information and provides intuitive and powerful ways to explore, interact and +manipulate it with fast feedback loop to immediately see results.
  • +
+ +
+

+“Virtual reality holds the key to the evolution of the human mind” +Dr. Lawrence Angelo, The Lawnmower Man (1992) +

+
+
+
+ +
+

3 Features to implement in the future

+
+
    +
  • Semantic networks / knowledge trees. +
      +
    • Is able to use natural language for knowledge mining and question answering. +This could potentially lead to self aware artificial intelligence. Because +of "Three laws safe" design, there is nothing that can go wrong.
    • +
  • + +
  • Become an alternative to KDE, Gnome, Canonical Unity or similar desktop user +interfaces.
  • + +
  • Become an open source scientific computing engine of structured data as an +alternative to proprietary Wolfram Alpha.
  • + +
  • Become an open source solution for unstructured knowledge extraction and +processing, similar to IBM Watson.
  • + +
  • P2P (Peer to peer) distributed computation system.
  • +
+
+
+
+
+

Author: Svjatoslav Agejenko

+

Created: 2016-08-03 Wed 23:05

+

Validate

+
+ + diff --git a/doc/index.org b/doc/index.org new file mode 100644 index 0000000..75d1e3f --- /dev/null +++ b/doc/index.org @@ -0,0 +1,57 @@ +#+TITLE: Sixth - system for data storage, computation, exploration and interaction + +----- +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] + +- This program is free software; you can redistribute it and/or modify it under + the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] or later as + published by the Free Software Foundation. + +- Program author: + - Svjatoslav Agejenko + - Homepage: http://svjatoslav.eu + - Email: mailto://svjatoslav@svjatoslav.eu + +- [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] + + +* Current status +There is nothing useful for regular people yet. + +Sixth is presently in research / prototyping and ideas collecting phase. Some +working parts are already implemented: + +- First layer of storage: Simple persistent key-value map. + +- In software, pure Java realtime 3D rendering engine. + +* Vision +- A tool to amplify human ability. + +- Properly visualizes and immerses user in completely various forms of + information and provides intuitive and powerful ways to explore, interact and + manipulate it with fast feedback loop to immediately see results. + +#+BEGIN_QUOTE +“Virtual reality holds the key to the evolution of the human mind” +Dr. Lawrence Angelo, The Lawnmower Man (1992) +#+END_QUOTE + +* Features to implement in the future + +- Semantic networks / knowledge trees. + - Is able to use natural language for knowledge mining and question answering. + This could potentially lead to self aware artificial intelligence. Because + of [[http://en.wikipedia.org/wiki/Three_Laws_of_Robotics]["Three laws safe"]] design, there is nothing that can go wrong. + +- Become an alternative to KDE, Gnome, Canonical Unity or similar desktop user + interfaces. + +- Become an open source scientific computing engine of structured data as an + alternative to proprietary Wolfram Alpha. + +- Become an open source solution for unstructured knowledge extraction and + processing, similar to IBM Watson. + +- P2P (Peer to peer) distributed computation system. + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..42900e8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,189 @@ + + 4.0.0 + eu.svjatoslav + sixth + 1.6-SNAPSHOT + Sixth + Distributed data storage, analyze, computation and visualization platform + + + UTF-8 + UTF-8 + + + + + svjatoslav.eu + http://svjatoslav.eu + + + + + junit + junit + 4.8.1 + test + + + + eu.svjatoslav + svjatoslavcommons + 1.4 + + + + eu.svjatoslav + javainspect + 1.5-SNAPSHOT + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + true + UTF-8 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + UTF-8 + + + + + org.codehaus.mojo + rmic-maven-plugin + 1.1 + + + rmi compilation + + package + + + + ${project.build.outputDirectory} + + + + + + + + maven-assembly-plugin + + + + + eu.svjatoslav.sixth.Main + + + + jar-with-dependencies + + sixth + false + + + + + package-jar-with-dependencies + package + + single + + + + jar-with-dependencies + + + + eu.svjatoslav.sixth.Main + + + + + + + + + + + org.apache.maven.wagon + wagon-ssh-external + 2.6 + + + + + + + + svjatoslav.eu + svjatoslav.eu + scpexe://svjatoslav.eu/var/www/svjatoslav.eu/maven + + + svjatoslav.eu + svjatoslav.eu + scpexe://svjatoslav.eu/var/www/svjatoslav.eu/maven + + + + + + svjatoslav.eu + Svjatoslav repository + http://www2.svjatoslav.eu/maven/ + + + + + scm:git:ssh://git@svjatoslav.eu/home/git/repositories/sixth.git + scm:git:ssh://git@svjatoslav.eu/home/git/repositories/sixth.git + + + + \ No newline at end of file diff --git a/sixth.iml b/sixth.iml new file mode 100644 index 0000000..2230a2e --- /dev/null +++ b/sixth.iml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA new file mode 100755 index 0000000..1f82875 --- /dev/null +++ b/tools/open with IntelliJ IDEA @@ -0,0 +1,6 @@ +#!/bin/bash + +cd "${0%/*}" + +cd .. +idea . diff --git a/tools/open with git-cola b/tools/open with git-cola new file mode 100755 index 0000000..8655908 --- /dev/null +++ b/tools/open with git-cola @@ -0,0 +1,7 @@ +#!/bin/bash + +cd "${0%/*}" + +cd .. + +cola diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..02ac7d2 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,26 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then xterm -e "'$0' T"; exit; fi; + +( + # TODO: needs updating + # + # cd .. + + # mvn clean + + # mkdir -p target/website/codegraphs + + # mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test" + + # ( + # cd target/website/codegraphs/ + # meviz index -t Sixth + # ) + + # cp target/sixth.jar target/website/ + + # rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth +) + +echo "Script finished. Press ENTER to close this terminal" +read