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
I need to convert numbers to their text form, I did this a while ago but I believe there should be a good library for this.
example
123 = "One Hundred Twenty Three"
This code golf answer might be of some use.
Related
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
Is There Any AudioPlayer plugin for Xamarin forms (Like MediaManagerPlugin).
I want to play the song through link(http://----.mp3).Please Let Me Know.
I used this one Xam.Plugin.SimpleAudioPlayer
Hope this help.
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
Is anyone aware of a C# implementation of the Z85 character encoding specification?
I have found the C/C++ library by artemkin, but would like a native C# library if one exists.
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
How can i implement binary decision diagrams (BDD)?
i want to implement the minimization of BDDs based on cultural algorithms and the circuit fault detection by BDDs.
PATDBB may be the thing you are looking for
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 6 years ago.
Improve this question
Is there a .NET library for creating node graphs, one that lets you drag inputs on one node to outputs on another?
This is more or less exactly what you are looking for:
https://github.com/LogicalError/Graph
have a look at QuickGraph and Graph#. HTH.
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
is there a free c# library to do the fast fourier transform and its inverse?
Both Math.NET and Aforce are based on the Exocortex.DSP library. http://www.exocortex.org/dsp
I believe this is what you're looking for.