Tagged Questions

0
votes
3answers
35 views

Connecting nodes to multiple dates

I have company website, with many offices around the world (around 50 offices). The company want to create a gift giveaway with the employees in a specific company each specific day. For example: …
0
votes
6answers
70 views

Deleting xml nodes using xslt

Hello, Does anyone know how to copy only the first n nodes in a xml file and delete the rest using xslt? So say I only want to copy the first 10 nodes and delete the rest of the nodes that belong to …
1
vote
2answers
76 views

Erlang Ets tables between Nodes

I've got an ejabberd server with a good amount of custom modules running. I have several mnesia tables and I know these can be easily copied between nodes without any change to the code at all. I …
0
votes
1answer
24 views

C# Search and Set Node Values

With my other question: http://stackoverflow.com/questions/1672750/c-showing-multiple-xml-data-entires-with-the-same-node-value I have one more question, in the part: XmlNodeList allNodes = …
1
vote
3answers
94 views

Fixed length path between two graph nodes.

Is there an algorithm that will, if given two nodes on a graph, find a route between them that takes the specified number of hops? Any node can be connected to any other. The points at the moment are …
0
votes
1answer
72 views

Networkx node traversal

Using Python's Networkx library, I created an undirected graph to represent a relationship network between various people. A snippet of my code is below: import networkx as nx def …
-1
votes
0answers
40 views

How can I create a Linked List of nodes within the largest path of a Binary Tree with Java [closed]

Possible Duplicate: How to create a linked list of nodes that are contained in the max-Depth of a Binary Tree using Java I've already created the Binary Tree and Linked list classes, I'm just …
0
votes
1answer
113 views

How to create a Flow chart? Javascript or Flash?

I want to create a simple graph as this screeshot : : the nodes must be clickablea nd they must have various forms. the arcs must have various colours and arrows! I found this javascript library …
0
votes
1answer
30 views

Innerhtml position

On an html-page I have from 0-4 divs with a specific class name. What I want to do is get the html from the start to the first div, then from div1 position to div2 position, then div2 to div3, div3 …
1
vote
1answer
45 views

Moss Sub sites navigation elements

My site structure looks like this: - top-level site --sub-site ---page ---page --sub-site ---page I want to disable the link on the tab of each sub-site that currently links to default.aspx so that …
1
vote
1answer
74 views

What is the best library for generating visual object graphs in PHP (or JavaScript) (e.g. for depicting a social network)

I have a requirement to graphically depict relationships between a set of objects as well as their types in a PHP application. The relatinships would be previously generated. I am only looking for a …
0
votes
1answer
35 views

Sync’ing ejabberd nodes at startup

I am running into an issue that appears to be un-resolvable. I have a need to pass in the function mnesia:change_table_copy_type(schema, node(), disc_copies). at the command line whe the db is …
-1
votes
0answers
60 views

count element nodes

If I have a file like so: <assets> <asset> <type>hardware</type> <item> <name>HP laptop</name> <value>799</value> …
0
votes
2answers
216 views

How to Fix ‘No Suitable Nodes’ Error?

I have a site with an image uploader, and whenever a user tries to upload an image, they are getting this error message: "No suitable nodes are available to serve your request." I've contacted the …
2
votes
4answers
163 views

Replacing a html tag with another tag using JS DOM

Hi everybody, I am fairly new to javascript and DOM and I am having a problem with manipulating DOM using javascript for the following html code. <html> <head> …

1 2 next
15 30 50 per page