Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma committed Aug 8, 2014
1 parent a17e4a4 commit 9c089a5
Show file tree
Hide file tree
Showing 15 changed files with 1,570 additions and 61 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
@@ -1 +1,2 @@
v1.0, TBC -- Initial release.
v0.2, 8-Aug-14
-- Initial release.
675 changes: 674 additions & 1 deletion LICENSE.txt

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -26,4 +26,9 @@ Many thanks to
* Vianney Da Costa


Contact
--------------
For any question, please contact Boris Dayma at boris.dayma@gmail.com


Copyright 2014, Boris Dayma
23 changes: 19 additions & 4 deletions source/admin/database_management.py
@@ -1,8 +1,23 @@
'''
Administrator functions for database
'''Administrator functions for database management'''

Copyright 2014 Boris Dayma
'''
# Copyright 2014 Boris Dayma
#
# This file is part of GridCompute.
#
# GridCompute is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GridCompute is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
#
# For any question, please contact Boris Dayma at boris.dayma@gmail.com


import pymongo
Expand Down
25 changes: 20 additions & 5 deletions source/g_config.py
@@ -1,8 +1,23 @@
'''
Configuration variables used in other modules
Copyright 2014 Boris Dayma
'''
'''Configuration variables used in other modules'''

# Copyright 2014 Boris Dayma
#
# This file is part of GridCompute.
#
# GridCompute is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GridCompute is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
#
# For any question, please contact Boris Dayma at boris.dayma@gmail.com


import multiprocessing
Expand Down
25 changes: 20 additions & 5 deletions source/g_interface.py
@@ -1,8 +1,23 @@
'''
GUI functionalities
Copyright 2014 Boris Dayma
'''
'''GUI functionalities'''

# Copyright 2014 Boris Dayma
#
# This file is part of GridCompute.
#
# GridCompute is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GridCompute is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
#
# For any question, please contact Boris Dayma at boris.dayma@gmail.com


import datetime
Expand Down
25 changes: 20 additions & 5 deletions source/g_server_management.py
@@ -1,8 +1,23 @@

'''
This module manages server related functionality
Copyright 2014 Boris Dayma
'''
'''Server related functionalities'''

# Copyright 2014 Boris Dayma
#
# This file is part of GridCompute.
#
# GridCompute is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GridCompute is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
#
# For any question, please contact Boris Dayma at boris.dayma@gmail.com


import csv
Expand Down

0 comments on commit 9c089a5

Please sign in to comment.