Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
152 views

How do i transform a number to a repetition of characters in XSLT?

I have the following input: <node TEXT="txt"> <node TEXT="txt"> <node TEXT="txt"/> <node TEXT="txt"/> </node> <node TEXT="txt"/> </node> ...
1
vote
0answers
58 views

Gnu Radio Companion like Interface

I like how Gnu Radio Companion allows you to select and drag components to the screen and connect them. Are there any other tools out there that allow you to plug in the blocks, and tell it the ...
0
votes
0answers
230 views

Freemind using Groovy Scripts as Plugin

i would like to use some Groovy scripts in Freemind. I am using ubuntu 11.04 and installed the packages groovyy, freemind and freemind-plugins-scripts. Java (openjdk) is installed, too. I can run some ...
0
votes
0answers
89 views

Is it possible export the call hierarchy from the eclipse c++?

I need to draw code struct chart for some c programs using the Freemind .It is a boring job . You know the eclipse has the "call hierarchy" function ,I don't whether it is possible to export "call ...
0
votes
0answers
135 views

Use Java or html to convert a freemind map node to ical task

Is it possible using Java or HTML in some way to convert a node from a Freemind map to a task in iCal (Mac OS X)? Thanks