http://www.slis.tsukuba.ac.jp/~fujisawa.makoto.fu/cgi-bin/wiki/index.php?SPH%CB%A1%A4%CE%BD%C5%A4%DF%B4%D8%BF%F4 http://www.cs.columbia.edu/~batty/teaching/COMS6998/SPH_overview.pdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/graphspace_python/graphs/classes/gsgraph.py b/graphspace_python/graphs/classes/gsgraph.py | |
index abf024c..790f3ab 100644 | |
--- a/graphspace_python/graphs/classes/gsgraph.py | |
+++ b/graphspace_python/graphs/classes/gsgraph.py | |
@@ -470,7 +470,7 @@ class GSGraph(nx.DiGraph): | |
attr_dict.update({"source": source, "target": target}) | |
GSGraph.validate_edge_data_properties(data_properties=attr_dict, nodes_list=self.nodes()) | |
- super(GSGraph, self).add_edge(source, target, attr_dict) | |
+ super(GSGraph, self).add_edge(source, target, **attr_dict) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc testMathTool.c MathTool.c -lm -o test.out | |
./test.out | |
rm ./test.out |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
http://nbviewer.jupyter.org/urls/dl.dropbox.com/s/ml8hacynadf78u3/Bionya.ipynb http://nbviewer.jupyter.org/github/domitry/nyaplot/blob/631e41866322205a14599860ac359c7b56cb59b1/examples/notebook/3DPlot.ipynb https://github.com/domitry/nyaplot/tree/631e41866322205a14599860ac359c7b56cb59b1/examples/notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(*'-') <dpkg --get-selections | grep 'linux-image' | |
linux-image-3.16.0-24-generic deinstall | |
linux-image-3.16.0-34-generic deinstall | |
linux-image-3.16.0-44-generic deinstall | |
linux-image-3.19.0-31-generic install | |
linux-image-4.2.0-18-generic deinstall | |
linux-image-4.2.0-19-generic deinstall | |
linux-image-4.2.0-23-generic install | |
linux-image-extra-3.16.0-24-generic deinstall | |
linux-image-extra-3.16.0-34-generic deinstall |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- d3-downloadable (https://github.com/likr/d3-downloadable) ---- | |
The MIT License (MIT) | |
Copyright (c) 2014 Yosuke ONOUE | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
NewerOlder