Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
e3a0329b
Commit
e3a0329b
authored
Nov 04, 2013
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notices.
parent
6f403d61
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
78 additions
and
3 deletions
+78
-3
dream/platform/__init__.py
dream/platform/__init__.py
+19
-0
dream/platform/static/src/dream.js
dream/platform/static/src/dream.js
+1
-1
dream/platform/static/src/dream2.js
dream/platform/static/src/dream2.js
+19
-0
dream/platform/static/src/dream_launcher.js
dream/platform/static/src/dream_launcher.js
+1
-1
dream/platform/static/src/jsonPlumb.js
dream/platform/static/src/jsonPlumb.js
+1
-1
dream/simulation/reformat.py
dream/simulation/reformat.py
+18
-0
dream/test/testSimulationTopology.py
dream/test/testSimulationTopology.py
+19
-0
No files found.
dream/platform/__init__.py
View file @
e3a0329b
# ===========================================================================
# Copyright 2013 Nexedi SA
#
# This file is part of DREAM.
#
# DREAM is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DREAM 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with DREAM. If not, see <http://www.gnu.org/licenses/>.
# ===========================================================================
import
json
import
traceback
import
multiprocessing
...
...
dream/platform/static/src/dream.js
View file @
e3a0329b
/* ===========================================================================
* Copyright 2013 Nexedi SA
RL
and Contributors
* Copyright 2013 Nexedi SA and Contributors
*
* This file is part of DREAM.
*
...
...
dream/platform/static/src/dream2.js
View file @
e3a0329b
/* ===========================================================================
* Copyright 2013 Nexedi SA and Contributors
*
* This file is part of DREAM.
*
* DREAM is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* DREAM 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with DREAM. If not, see <http://www.gnu.org/licenses/>.
* =========================================================================== */
(
function
(
$
)
{
"
use strict
"
;
...
...
dream/platform/static/src/dream_launcher.js
View file @
e3a0329b
/* ===========================================================================
* Copyright 2013 Nexedi SA
RL
and Contributors
* Copyright 2013 Nexedi SA and Contributors
*
* This file is part of DREAM.
*
...
...
dream/platform/static/src/jsonPlumb.js
View file @
e3a0329b
/* ===========================================================================
* Copyright 2013 Nexedi SA
RL
and Contributors
* Copyright 2013 Nexedi SA and Contributors
*
* This file is part of DREAM.
*
...
...
dream/simulation/reformat.py
View file @
e3a0329b
# ===========================================================================
# Copyright 2013 Nexedi SA
#
# This file is part of DREAM.
#
# DREAM is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DREAM 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with DREAM. If not, see <http://www.gnu.org/licenses/>.
# ===========================================================================
import
json
import
pydot
...
...
dream/test/testSimulationTopology.py
View file @
e3a0329b
# ===========================================================================
# Copyright 2013 Nexedi SA
#
# This file is part of DREAM.
#
# DREAM is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DREAM 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with DREAM. If not, see <http://www.gnu.org/licenses/>.
# ===========================================================================
from
dream.simulation
import
LineGenerationJSON
import
json
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment