-
"Yes, this is a great idea. I can't ask my goverment employer to give donations, but I can certainly recommend buying support."
Seconded.
2009-05-15 11:30:22 UTC in FOG - A Free Cloning Solution
-
I'm getting a Seg Fault loading a graphml file in Ubuntu 8.10 x64 with SocNetV 0.51.
2009-03-29 16:32:11 UTC in Social Networks Visualizer
-
Seem's like it. Sucks b/c it seems like a great project.
2009-02-21 12:28:57 UTC in Directories Synchronizer
-
+1 See comments in related https://sourceforge.net/tracker/index.php?func=detail&aid=1831574&group_id=28383&atid=393417 (ER Diagram Generation)
2009-01-19 13:22:06 UTC in SQuirreL SQL Client
-
AFAIK, Dia cannot reverse engineer the DB. I love its interface, and I do believe you can make plugins for it, but I'm not sure how compatible it is as it is not written in Java.
2009-01-19 13:18:49 UTC in SQuirreL SQL Client
-
The Graph plugin is great, but it cannot deal well with tables that do not have foreign keys. Many databases do this to optimize access and space as adding keys requires different a database configuration. Maybe there is a way to intuit the schema like schemaSpy (http://schemaspy.sourceforge.net/) and assist it with matching the correct columns across tables.
Otherwise, necessary features...
2009-01-19 13:05:03 UTC in SQuirreL SQL Client
-
I'm on Linux and I can say that the UI does take a while to get used to and requires that you tweak it to make sure everything is accessible and clickable/draggable. Sometimes the drag cursor doesn't show up and there are a few other minor inconsistencies. The Netbeans platform is a great suggestion. They have a really consistent interface (just switched to Netbeans/Sun Studio for all my C/C++...
2009-01-19 12:51:45 UTC in SQuirreL SQL Client
-
I just recently downloaded Sun Studio Express Ed. Nov 08. I like it so far, except I haven't had luck configuring snap-graph as a project there yet. I tried to use it to debug drive_vertex_betweenness.c (which I compiled to executable eval_VB using gcc), but it seemed to be unresponsive after starting the application. I'll try to run dbx alone...
Also, what type of a system are you...
2009-01-18 18:04:13 UTC in SNAP: Large-scale Graph Analysis
-
What do you use to debug OpenMP programs? gdb cannot handle the threads. Seems like Sun has a debugger called dbx that can look at the individual threads, but I am not sure if you need to use Sun compilers also.
2009-01-18 17:05:11 UTC in SNAP: Large-scale Graph Analysis
-
That last input file was invalid. It should be:
p 10 10 u i 1
0 1 1
1 2 1
1 5 1
2 5 1
2 3 1
3 5 1
3 6 1
4 5 1
5 8 1
5 9 1
8 9 1
Which works for some examples.
2009-01-18 16:57:47 UTC in SNAP: Large-scale Graph Analysis