analysis

Web Server Log Analysis Tool

Any suggestions for an accurate Web Log analysis tool to generate reports on the IIS logs? We used WebTrends, but I don't feel it was accurate. ...

Help me analyze this callstack to see whats calling my method

Ok, so I have a very simple form with next to no logic in it that is controlled by by a presenter. There is a method on it public void Reset() that resets the form to its initial state. This should be called only by the presenter and in very specific cases (such as an activity timeout). I am running into a problem though where in a fe...

Viewing include dependencies

Does anyone know of a tool that will analyse a C++ codebase and display a graphical representation of which files include which header files and highlight redundant includes? I've used Understand C++ but it's expensive and became very unwieldy very quickly on a large (and poorly encapsulated) codebase. ...

Imaging Question: How to determine image quality?

I'm looking for ways to determine the quality of a photography (jpg). The first thing that came into my mind was to compare the file-size to the amount of pixel stored within. Are there any other ways, for example to check the amount of noise in a jpg? Does anyone have a good reading link on this topic or any experience? By the way, the ...

In Complexity Analysis why is ++ considered to be 2 operations?

In my Computer Science II class, the professor considers ++,--,*=, etc. to be 2 operations. However, at the Assembly level this is not really two operations. Can someone explain or is this just for the sake of simplicity? ...

Find out the real file type

I am working on an ASP web page that handles file uploads. Only certain types of files are allowed to be uploaded, like .XLS, .XML, .CSV, .TXT, .PDF, .PPT, etc. I have to decide if a file really has the same type as the extension shows. In other words if a trojan.exe was renamed to harmless.pdf and uploaded, the application must be a...

Doing email analysis for a postmortem (Exchange or IMAP)

I ended up doing some emergency PM stuff at work and I would like to post mortem my email to see who I was talking to and what I did wrong. I'm looking for suggestions on tools that would allow me to see the amount of email I was sending/receiving and perhaps see various statistics etc. Any suggestions? ...

Bpm audio detection Library

I'm looking for a library that simplify tempo/bpm audio detection. Something similar to this http://adionsoft.net/bpm/ , but to use on *NIX machines. Any language, but preference goes to php, perl, python. ...

Media analysis java library

Hi, As a "learn Groovy" project, I'm developing a site to manage my media collection (MP3, MP4, AVI, OGG) and I wasn't able to find any open source library to retrieve meta data from this files. I was thinking of something like Linux's file command. I've found few libraries on Java that do one or the other (like mp3info), but not a tota...

Tool to help identify which parts of a common DLL are used by only one project? (.NET)

Our group has a "tools library" DLL that several of our internal projects (all C#) make use of. I've developed the intuition that a good chunk of the tools library is used only by one of the projects -- let's call that project "Project A". Are there any .NET tools that can examine the tools DLL and all the projects (maybe the project EXE...

Newsletter: How is it possible to determine how many people opened the e-mail?

Exact duplicate of http://stackoverflow.com/questions/185204/is-there-a-way-to-determine-whether-an-e-mail-reaches-its-destination Hi all, I heard that it's possible to determine how many people opened a newsletter and analyze WHEN they opened the mail. I just wanted to know how that's possible... is it necessary to generate a "read c...

Search times for binary search tree

Does anyone know how to figure out search time for a binary search tree(i.e. worst-case, best-case, and average-case)? ...

Capturing a memory dump - .NET

Looking for suggestions for a method of capturing a memory dump while a user is running under terminal services. I have tried using "AdPlus" with WinDbg but the application runs under terminal services and it doesn't seem to like that combination. (This is a VB.NET application.) Similar to the following question but needs to allow the...

Does anyone know of any good PHP analysis & refactoring tools?

At present we have a rather large (4k+ loc) function that we wish to decompose in to separate functions. Some of it has been decomposed where there are relatively encapsulated side effects and these ones are the easy bits. However we now have ~3k loc of intertwined nastyness. Some vars are passed to external functions by ref and all so...

Analysis Services Only Windows Authentication

Is it true that Analysis Services ONLY supports windows authentication? ...

SQL Analysis Services - Dimension attributes with a "many" cardinality

I am creating a cube with the following tables: Customer CustomerID, Name Customer Rep CustomerID, RepID Rep RepID, Name The important thing here is that there is a many to many relationship between Reps and Customers. I want to be able to ask the question "How much sales for customers working with rep 'A'?" In the data source view...

What's the most insidious way to pose this problem?

My best shot so far: A delivery vehicle needs to make a series of deliveries (d1,d2,...dn), and can do so in any order--in other words, all the possible permutations of the set D = {d1,d2,...dn} are valid solutions--but the particular solution needs to be determined before it leaves the base station at one end of the route (imagine t...

Learning text analysis and text semantics where to start?

Hello all Im very interested in text analysis, where can I start leaning about the subject? Algorithms and stuff for beginners? ...

Live Range vs Reaching Definitions

In compiler data flow analysis, what is the difference between a live range of a variable and it's reaching definition? Both seem to refer to the same thing... ...

Two questions regarding the net panel in Firebug

hi all, can someone tell me two things about the net panel in firebug? why is there a 'distance' between the first line and the following ones? what is happening there? what is the exact meaning of the blue and red lines on the right side? Any help is REALLY appreciated - thanks a lot in advance... ...