Any thing about How to Design Components mentioned in How to Design Programs? [closed] - software-design

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
I've just started reading How to Design Programs (2nd edition) on htdp.org
There are several notes in this book mentioned next volume called How to Design Components (e.g. the 3rd note in part one), however, I just can't google anything about the 2nd volume book.
I'm wondering why it is so hard to find any information about the latter volume. Has it finished? If it has not finished yet, how can I get information about the book?

The first author provides more information on his website:
We have decided to provide the draft of "How to Design Classes" (pdf)
on an "as is" basis for now. You are free to download and print it.

Related

Data science project example [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
Do anybody know about a github repo with a full well organized data science project? Preferable in Python. My hobby project often get mezzy with a mix of Python code and notesbook. A worked out project is the best way to learn some new tricks.
Data Science is regarded a bit differently by different people, so you might consider focusing on what exactly you wish to learn.
But, take a look at those:
https://github.com/bulutyazilim/awesome-datascience
https://www.kaggle.com/
The first one contains lots of relevant sources of information. The second is originally a competition site with varied different problems in ML, but also contains past competitions (and datasets). They added a cool feature called "kernels" which are just code files people publish and you could learn from those.

What are some high quality Standard ML code/projects to learn from? [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 trying to learn to write elegant Standard ML code by reading others' code or projects. Does anyone know of some good code/projects?
I found the MLton compiler to be a great source for learning the module system.
The Twelf theorem prover also has a lot of high quality examples.
The standardml github account has a number of projects of varying quality. Somehow my sml-ext library ended up there. I'm not sure how.

Where can i start being a web designer? [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 a former IT-student and would like to start as a web-designer. because I'm still a student and want to focus on my study I don't want to work full time but part time.
does anyone know what's the best way is to do this. shoeld I start for my own or shoeld is apply for a job?
This question may not be what stackoverflow is supposed to be used for but I'll just give you some quick hints. Just like you I'm a young (19-year-old) student, currently studying Software Engineering (IT) at the Amsterdam University of Applied Sciences. I'm currently doing an internship (3rd year) and am working at a webdevelopment company. Look for Online Marketing companies near your home, send e-mails to them, just look around. Here in the Netherlands there are plenty of opportunities for you to start and grow. All you need is some base knowledge and something to show off (Even a small portfolio will help!). Put some time and effort into finding a part-time job.

Websites explicitly designed for testing Web Scraping 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 8 years ago.
Improve this question
I'd like to test functionality that's based upon rvest. Are there any websites that are explicitly designed for testing Web Scaping apps, i.e. websites whose structure does not change?
This question is a bit off-topic really, but I'll answer anyway. I just googled for a few things, found this:
http://scraping.pro/web-scraper-test-drive/
which has its test pages here:
http://testing-ground.scraping.pro/
although I think this would make a nice project containing the test cases and the correct results in a form that could be used in any language's test framework...
I'm sure there's other things beyond the first google hit, which you should have done anyway.

What are some good resources for GNU Make? [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 6 years ago.
Improve this question
I have read about 1/3 of the GNU Make manual, do you guys know of any resources to really learn the Art of using Make.
Ideally, there might be some examples where two ways of doing something are possible, and the author explains which method he chose and why.
I am primarily using Make not to build C/C++ programs but to operate a processing pipeline for data analysis.
Managing Projects with GNU Make, by Robert Mecklenburg, is the best I've come across. Plus, it's an O'Reilly Open Book, so O'Reilly gives away free PDFs of it on their website. Read it linearly, and start from the beginning (even if you think you already know the basics of GNU Make).
John Graham-Cumming has written a book called GNU Make Unleashed which looks promising, although I have not read it yet. http://www.lulu.com/product/paperback/gnu-make-unleashed/2937580 and http://jgc.org/

Resources