While answering this question on being stuck on a problem I recommended a book by Gerald Weinberg called "Are Your Lights On: How to Figure Out What the Problem Really Is" (sanitised Amazon link) and this started me thinking that:
I've read a lot of excellent books by Jerry on all sorts of things
I often go back and reread his books
I...
Hi Guys,
I don't know if its right to ask the question here.
I am in search for a book on Software Engineering and i don't know its name.
One of my friend have a well worn version of it without the covers and so I know the table of contents of that book.
Here's the table of contents in it.
Part One Software-the Process and Its Ma...
How do I get an array or list of users in wordpress? I want to be able to store a new list of authors for permissions for a new plugin I'm working on.
...
We have a MediaWiki wiki. I'd like to be able to report how much collaboration is going on and I thought of the following graph: number of authors per page. So the data would be like this:
#Pages #Authors
20 1
10 2
25 3
etc. This would show that 20 pages have only 1 author, 10 have 2, 25 have 3, ...
Does anyone know of a ...
This question is related to my previous one: MATLAB m-file help formatting.
What do you usually write to describe authorship of your own function? Do you put it at the end of the function body or right after the help text before any code?
How do you include version information? Is it possible to automatically update version after funct...