-
Recent Posts
Recent Comments
- Eadwin on Remote Graphical Linux Desktop on EC2
- NetBeans: java.lang.ClassNotFoundException | Active Intelligence on Netbeans: Change dist jar filename
- Neil Rubens on Remote Graphical Linux Desktop on EC2
- Bruno on Remote Graphical Linux Desktop on EC2
- Michael Stone on MySQL-python (aka MySQLdb) on OSX Lion
Archives
Categories
Meta
Monthly Archives: February 2012
Gephi: Unit Tests (JUnit)
Problem When I created a JUnit unit test for a Gephi’s module (NetBeans) there seemed to be no way to execute it; since the “Test”, “Test File”, “Run File” were all greyed out (disabled). Solution Right click on the module and … Continue reading
Posted in Uncategorized
3 Comments
Gephi: GraphModel Implementation
It seems that the only class that implements GraphModel (found by “implements*GraphModel*” regular expression) is: DHNS (Durable Hierarchical Network Structure): https://github.com/gephi/gephi/blob/master/DHNSGraph/src/org/gephi/graph/dhns/core/Dhns.java Update: I have created a jgrapht-gephi library that works well for algorithm-centric tasks. Keywords: Gephi graph model graphmodel implementation source … Continue reading
Posted in Uncategorized
Leave a comment
Graph Algorithms Libraries for Java
Update: I have created a jgrapht-gephi library that works well for algorithm-centric tasks. Gephi is currently by far the best library for visualizing and interacting with graphs, it also has a large number of algorithms (many of them through plugins). However … Continue reading
Posted in Uncategorized
Leave a comment
Remote Graphical Linux Desktop on EC2
As a starting point I have used a very nice post ; parts of it have become outdated (e.g. freenx installation) for which a more updated instructions are provided, in addition to several settings that I have found to be more … Continue reading
Posted in Uncategorized
3 Comments