VXML visualizer (free/open-source) [closed] - voice

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am trying to visualize a VXML file, and have been searching for hours for a free and if possible open-source application, that would run on Windows, despite my intensive search I could not find any application.
Does anyone know a VXML visualizer?

Take a look at the Eclipse Voice Tools Project. This open source tool lets you visually develop a voice application that runs on any VoiceXML 2.1 compatible system. The only problem with this tool, and any other VoiceXML tool, is they store the information as meta-data that is translated to VoiceXML either at deployment or at run-time. This will lock you into a tool vendor since it will not be portable from one tool to another. There are not any tools, open source or commercial, that can take straight VoiceXML and visually represent a higher level abstraction of the voice application.

Related

Any opensource network monitoring system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need have a networking monitoring system that have these feature.
opensourced (must)
written by c/c++. (must)
async io mode (like io, must)
support ping, http, snmp, mysql, redis... protocal
The System must run with epoll mode so that run many test as there can, no blocking at all.
Is there any avaliable one?
I don't know if you looked on sourceforge for open source software, they have many rated network monitoring systems written in C and C++. Pandora is good but look around maybe you might find what you looking for there.>>> Link<<<

Document Management System for asp.net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have searched through the net for the open source project of Document management system for asp.net, all I got was CMS.
Is their any Document Management System open source for asp.net?
I do understand that Sharepoint can do this task for me, but I am looking for a asp.net solution.
Have a look at sensenet http://sensenet.codeplex.com/
I am trying it at the moment as I am also looking for a .net/asp.net solution. It seems very promising. So far it seems like something I might be able to use. The only issue is the GPL license but am seeing what the deal with that will be. I.e. is you wanted to use it in collaboration with other software.

Open source tools for generating asp.net code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In some crucial projects I relelized that time is one of the biggest concern while developing a project, specially a web application.
Specifically about ASP.NET, does any Open Source tools exists for generating code for helping developers [like codesmith] to work smarter rather than work harder?
I think T4 templates is what you need.
Check this out: http://msdn.microsoft.com/en-us/library/bb126445.aspx
I'm not sure if your problem is that you want a code generator or something to help you generate automated tests to be run in different browsers. Since codesmith does .NET I'll assume you wanted automated tests for various browsers.
Check out selenium

Go network programming libs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I've decided to rewrite most of my distributed server programs in Go to replace the existing c# based ones.
Can someone point me to a Go TCP libs or a Go general network programming lib.
Thanks
Edi: ... and how do i complile this code is visual stuido 2008? Thanks
Here's the official API docs for the net package.
Regarding how to compile: See the installation guide. As of yet there doesn't seem to be an obvious way to compile in VS:
The Go tool chain is written in C. To
build it, you need to have GCC, the
standard C libraries, the parser
generator Bison, and the text editor
ed installed.
So in order to develop on Windows, the easiest route would be to use cygwin.
Depending on the needs of your distributed software, you may also want to check out the rpc package which makes it quite easy to register an object's public methods and call them remotely.

What is the best way to move from the Microsoft stack to open source dynamic website development? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am more familiar with the Microsoft stack and I have some knowledge with ASP.NET and SQL.
What is the best open source platform to learn and create a dynamic website with, focusing on the back end?
PHP for the website development
MySQL (or PostgreSQL) for the database backend.
All are open source.
There is no such thing as the "best open source". There are many good ones that'll suit different programming styles and personalities.
Some of the more popular couple of open source languages for web development today are:
PHP
Ruby
Python
Some of the more popular couple of open source databases are:
PostgreSQL
MySQL
As they're free, give them a spin and see what you prefer.
Try to start with the dasBlog. you can see more information about this project and a lot more here and videos here
The two most popular open source webapp platforms at the moment are Rails and Django. They are both awesome, and a joy to work with.

Resources