0
votes
1answer
45 views
Small dot trailing cursor in Swing application
There is a small dot that keeps trailing the cursor on a Swing application as I move the cursor about over the application frame. What is causing this?
0
votes
1answer
30 views
Crystal Reports in Dot Matrix Printer Generic text Problem
I am trying to print a Crystal Reports consisting invoice data fetched from data base with a Dot Matrix Printer in Generic text mode where i want to change the font size of alternate rows …
3
votes
2answers
118 views
Node layering in Graphviz
I'm creating a graph using Graphviz (compiled with neato). This graph contains many overlapping nodes which is perfectly fine. However, there is a group of large nodes which I prefer to always be on …
0
votes
1answer
42 views
How to create dots in Power Point VBA, move them around in different directions while keeping them connected with straight lines?
Hello everybody.
There is one thing I want to do in Power Point VBA.
I want to create two dots in the main window - dot A and dot B - by their given coordinates: for example, A (232, 464) and B …
0
votes
2answers
787 views
Java Regular Expression value.split(”\\.”), The Forward Slash Dot divides by character?
From what I understand, the backslash dot ("\.") means one character of any character right? So because backslash is an escape it should be backslash backslash dot ("\\.")
What does this do to a …
0
votes
1answer
127 views
How to force position of edges in graphviz?
I'm having problems with edges overlapping each other. In my previous question of how to force the nodes to be in the same column, found out how to force the nodes in to one column, but this causes …
1
vote
6answers
399 views
Reading CSV files in c#
How do I read large CSV files using C# & display it on the browser?
0
votes
1answer
32 views
Star-shaped graph in dot ?
Ḧi,
I'd like to draw a graph using the dot language that looks like a star ( a central node, wih all the other nodes with one link to this other node).
I've been googling around without finding …
1
vote
1answer
136 views
How to force all nodes in the same column in graphviz?
I'm trying to model a certain flow using graphviz, and I can't figure out how to model the following graph to share the same horizontal center
digraph exmp {
A -> B -> C -> D
C -> E …
0
votes
5answers
126 views
Difference between “,” and “.” in PHP?
I just found that something like
echo $value , " contiue";
will work,but this not :
return $value , " contiue";
While "." works in both occasions.
4
votes
1answer
190 views
Need help with overlapping records using graphviz and neato
I am building a dot file to represent computer hardware and the physical connections to a network switch and displays. I have it looking ok when processed by the dot program but I think I really want …
0
votes
1answer
37 views
Retrieving & Displaying data from csv files using AJAX
I need to provide a feature such that the user is able to upload a csv file.Once the uploading is done I need to retrieve each value and show it on a grid which is implemented using far …
12
votes
4answers
810 views
Haskell: difference between . (dot) and $ (dollar sign)
Can anybody explain what the difference is in Haskell between the dot (.), and the dollar sign ($). As I understand it, they are both syntactic sugar for not needing to use parentheses.
1
vote
1answer
175 views
[graphviz/dot] size of node with shape=circle
hi guys,
i'm trying to set the size of the nodes this way:
controller[shape=circle,width=.5,label="Controller",style=filled,fillcolor="#8EC13A"];
But all three nodes are with different size. How …
0
votes
1answer
88 views
Using Kerberos & LDAP
How do I implement Integrated windows authentication using ASP.Net kerberos protocol & LDAP in IIS?
