|
I have a Linear/Matrix Algebra midterm exam on Tuesday and am looking for problems that require only the following "higher math" concepts (can obviously need more elementary stuff, just not more higher mathematics):
Complex numbers
Definition of Vector...
Started by BigSams on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at artofproblemsolving):
Unfortunately, it does not separate the easy from the hard (or even the obvious from the research problems... .
Prasolov's Problems and Theorems in Linear Algebra has LOTS of problems .
Have you tried MIT OCW ? Gah, drop that Axler book already and get a real one .
|
|
What are the major topics a good high-level architecture document should include?
Started by Dan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The ReadySET project at Tigris has templates for a number of major software engineering documents... .
You might want to look at IEEE 1471 : Recommended Practice for Architecture Description of Software-Intensive Systems for one way of writing such documents .
|
|
I have inherited both an existing WinForms app and an existing .CHM file, created using Dr. Explain . I need to reference different topics within the CHM from different parts of my WinForms app, but I don't know what topics, if any, are defined within...
Started by flipdoubt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(and these can.
Aside from this, there is a TOC and an INDEX that also have topics.
See http://stackoverflow.com in the archive.
The topics are roughly equal to the html files.
Other questions though.
|
Ask your Facebook Friends
|
I'm writing a forum. I've a TOPICS table, and a POSTS table. In the POSTS table, I have a TopicId field, and a date field.
I want to get all the topics, ordered by their last post date, in a single SQL query. How can I do this?
EDIT: The post's date is...
Started by Alon on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Hope this will help you select ...,MAX(p.Date) from topics T inner join posts P on T.TopicId = P.TopicId Group by T.topicName order by Max(P.date)
SELECT t.Name, MAX(p.Date) FROM Topics t JOIN Posts you can do this with a Common Table Expression....
|
|
I'm creating a forum app in php and have a question regarding database design:
I can get all the posts for a specific topic.All the posts have an auto_increment identity column as well as a timestamp.
Assuming I want to know who the topic starter was,...
Started by Captain Almonds on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As well as the last user's display name and id, just so long as the code that adds posts to topics always.
|
|
I'm using ActiveMQ with the C# client library. I create 10,000 topics with random names as part of a test for evaluation purposes and now I can't get rid of the topics. ActiveMQ grinds to a halt with this number of topics so I need them out of the system...
Started by Stefan Moser on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
All of the topics and then parse the page for the delete links and send a request for each of those topics & queues, and their pending messages to be deleted from your kaha store when you restart your.
|
|
Do you know of any websites, that have animations to explain topics and concepts like Databases, in a simple manner, especially for non-programmers? Something like this animated intro to Adobe Flex. Notice the clarity with which animations can explain...
Started by Jeremy Rudd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It isn't animated, but it's a graphic novel drawn in a Japanese manga style. .
You could check out The Manga Guide to Databases.
For free or are you willing to pay for courses?
Look at http://www.lynda.com/ they have a big offering .
|
|
I created a CHM help file using MadCap Flare. When I search for a term that I know is present in my text, the search function always reports "no topics found."
How can I fix the search function?
Started by Aidan Ryan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have also ....
In my case the problem was fixed by registering itcc.dll on the machine where Flare is installed (the machine building the CHM.)
C:\> regsvr32 itcc.dll
The file is included with MadCap Flare as well as the Microsoft HTML Help Workshop .
|
|
Hi,
I am working as a Business Development Executive in a Software Company. We are into developing web applications. Kindly suggest me some nice and unique presentation topics related to web application development.
Thanks
Started by Auxi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would focus on interoperability with multiple platforms, Support and ease of deployment. .
In my opinion that is one of the most difficult things to learn .
Do a presentation on interface design and accessibility.
|
|
Let's say your company has given you the time & money to acquire training on as many advanced programming topics that you can eat in a year, carte blanche. What would those topics be and how would you prefer to acquire them?
Assumptions:
You're still ...
Started by Boydski on
, 32 posts
by 32 people.
Answer Snippets (Read the full thread at stackoverflow):
Additionally: it probably....
Debugging can be very complex when you deal with multi threaded programs career .
So what is an "advanced topic is a good book on the topic.
The tools have, but I argue that tools are different than topics.
|