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 learning to work with GNU make and I'm reading the manual (which is very good) but I'm missing a cheat-sheet for quick reference. Is there any good?
Note: It's quite hard to find to google this.
Here is one by Frank Schacherer.
I have made my own. It is definitely not a perfect one but it served me well:
http://martinvseticka.eu/temp/make/presentation.html
http://martinvseticka.eu/temp/make/normal.html
Note: The source for the slides is the official manual.
This might be useful: https://users.cs.duke.edu/~ola/courses/programming/Makefiles/Makefiles.html
I use it occasionally for a quick reference.
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 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 9 years ago.
Improve this question
Can anyone suggest me some good reading about Xquery performance and design patterns.
I am not looking for something specific to webapp or DB, just about Xquery and Engines.
Thanks in advance
You should take a look to http://patterns.28msec.com
Additionally to user457056's pointer, you could read something about the XQuery Execution Model. If you are looking for performance numbers, I can't help.
http://developer.marklogic.com/inside-marklogic is very MarkLogic specific, but has lots of good details on what makes MarkLogic fast.
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
Do you know any R packages implementing rough set based methods? I believe the answer is there are no, but maybe I am missing something subtle.
A quick search with Rseek reveals that there was a talk on this subject presented at the useR! 2004 conference. The abstract mentions an R package, however the package does not appear on CRAN or the authors' personal web pages.
Update: as noted by #ManuParra in the comments below, there is now an R package, RoughSets, implementing algorithms for data analysis using rough set theory.