Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a website www.example.com that holds one line of text such as "hello world". Is there any built in method in LUA that would let me grab that? If not, is there a module? I saw harvester, but I couldn't find much of any documentation on it. Sorry. I'm a huge noob to this LUA stuff.
There are not built-in facilities for this in Lua. Try LuaSocket.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to learn MSCharts in asp.net. Please suggest some good and easy online resources for learning MSCharts.
Thanks in advance.
Vijay
Download MSChart.exe from http://www.microsoft.com/download/en/details.aspx?id=14422
and to learn visit http://archive.msdn.microsoft.com/mschart
There is a product detailed here http://archive.msdn.microsoft.com/mschart, that includes hundreds of samples, and the support code behind them. This is how i acclimated myself to the controls.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've found several command line utilities to decode aac to wav (decompress) but I can't seem to find a c# solution to do this.
there is a supposed one here: http://www.rarewares.org/aac-decoders.php
but I couldn't successfully add a reference to that dll in my project, so I'm guessing it's bunk.
anyone know of a c# library that can do this? I'd rather not have to call the command line if I can help it.
TIA
I am using faad in my projects, and have created a wrapper for it. Here it is: http://pastebin.com/zPmaSSPt
Let me know if you need some more information on it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I found this post:
programming a contest based on cupon codes in drupal
I wonder if there is any sort of module that does something like http://www.eversave.com/ or http://www.groupon.com;
Does anybody knows some module(s) that can give me a "head start"?
Maybe a little code clue on how to start?
I really need to make a clone, thanks in advance.
Please see the modules search on drupal.org related to coupons modules. You can go through them and see which one will suit your needs.
http://drupal.org/search/apachesolr_multisitesearch/coupons?filters=ss_meta_type%3Amodule
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for an application that provides similar functionality to what ms infopath provides.
It should preferably be free or open source. I have done some searching, however I cannot seem to find a suitable product.
have a look at BPC PowerForms http://www.bpc-components.com/pages/sharepoint/power-forms
it's not free but recently they have launched the standard edition which is much cheaper.
Regards.
http://freeform.sourceforge.net/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am loooking for any library for R-project, which allows me to connect and get information from Facebook. Does somebody know any or any samples?
AFAIK no. But if you want to hack your own data, you may want to take a look at this post: accessing Facebook API from R for Text Mining