Top "Analysis" questions

Analysis is the process of searching code, documents, or data to answer a particular question or predict a particular result.

How to extract a Win32 Cabinet Self-Extractor without executing the extracted file then

For a coursework, I have to analyse a malware. It is a .EXE Win32 Cabinet Self-extractor file. (that's how windows …

analysis malware cab self-extracting
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 …

analysis logging
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 …

graphics analysis jpeg imaging
Make a table of string frequency

I am trying to make a summary table of many strings. My data looks like this: x<-c("a", "…

r analysis frequency
Analysis Services Only Windows Authentication

Is it true that Analysis Services ONLY supports windows authentication?

sql-server sql-server-2005 ssis ssas analysis
Frequency Analysis in Python

I'm trying to use Python to retrieve the dominant frequencies of a live audio input. For the moment I am …

python numpy fft analysis blender
Tutorial on space complexity of algorithms

Possible Duplicate: Plain English explanation of Big O I have always struggled to calculate the Big-O time and space complexity …

algorithm analysis space-complexity
How can I view SQL Server 2005 Transaction log file

How can I view the SQL Server Transaction Log File (.trn)? I'd like to be able to look inside the …

sql-server-2005 analysis transaction-log
Combining rows based on the id in R

My data, Id|date1|date2 1|2008-10-01|NA 1|NA|2008-10-02 1|NA|2008-10-03 2|2008-10-02|NA 2|NA|2008-10-03 …

r aggregate analysis
Canonical Correlation Analysis in R

I'm using R (and package CCA) and trying to perform regularized canonical correlation analysis with two variable sets (species abundances …

r analysis correlation