Computer Algebra System Accessible in Javascript [closed] - open-source

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 8 years ago.
Improve this question
Does anyone know of a good Open Source CAS Library that is easily accessible in JavaScript. It doesn't have to be extremely powerful. The core functionality I'm looking for is the simplification of algebraic expressions.
All answers are helpful (Sorry this is my first time on SO).
Thanks,
Michael

You could try the package Coffeequate, the site is located here http://matthewja.com/Coffeequate/.

Related

Which tool to use for C/C++ documentation? [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 8 years ago.
Improve this question
Which tool is better for documentation of C,C++ and Java code out of 'Docbook' or 'doxygen' or any Can you please tell me any other tool?
I use doxygen. For your need you can refer to the Wikipedia for comparison among the documentation generators.
http://en.wikipedia.org/wiki/Comparison_of_documentation_generators
I've used NaturalDocs and found it to be great tool!

Open Source VB6 applications [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'm not 100% percent sure that this is a programming related question, but here it goes.
I'm looking for sample VB6 applications, but I need fully-functional applications, with database access and with the source code.
I Googled a lot before asking the question here, but I couldn't find anything like what I'm looking for.
Any links would be greatly appreciated.
Thanks
Tons of samples on vb6.us or vbcode
VBMigration.com have an interesting list of open source VB6 projects.

Open standard Business Process Execution Language [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
Can any one tell me what are the available open standard Business Process Execution Language.
Thanks,
Narendra
Not sure if I correctly got the question... The most recent version of the BPEL spec can be found here: http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html. There are open source BPEL engines such as Apache ODE (http://ode.apache.org) available. Let me know if this answers your question or try to make it more precise.

Unit of Work Design Pattern [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 3 years ago.
Improve this question
Does anyone have any good links about a practical example of Unit of Work pattern with LINQ to SQL
The only resource that I know off is the code for Suteki Shop, an ASP.Net MVC application which uses LINQ To SQL.
One change they carried out recently was to implement the Unit of work pattern in all the controllers.

Framework or library for creating user based rating systems such as in Digg, Reddit etc? [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
Looking for a good client side library using which I can create a reddit vote up / down, commenting, etc system?
The more mature the framework the better as this will go on a production site immediately.
Reditt is open source. Why don't you take a look?