The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
6 views

Findbugs dataflow anslysis

I'm using Findbugs to find the definition of a variable. The use case is that if a detector finds a bug, I need know where the definition of the variable related to the bug. Is there any API or I need ...
0
votes
0answers
25 views

Tools to analyse PHP program flow

I've inherited a PHP code base that I wish to analyse the program execution flow of. I've looked around and found several "vulnerability and dead code analysers" but can't seem to find a tool which ...
1
vote
3answers
45 views

numpy - Python - Selectively import parts of the .txt file

In my data.txt file, there are 2 types of lines. 1) Normal data: 16 numbers separated by spaces with a '\n' appended at the end. 2) Incomplete data: In the process of writing the data into data.txt, ...
1
vote
1answer
15 views

name of boundary control entity diagram

As you know we can show boundary, control and entity classes in analysis model; but I am not sure what is the name of this diagram? somewhere I saw it is "use case model", another where called it ...
0
votes
0answers
22 views

Need advice-should I use MS Excel or Server side scripting

I recently have requirement from private company that need to transform all data they previously collected in MS Excel file to be kept in relational database system instead.The company's staff also ...
0
votes
0answers
25 views

need advice for building twitter sentiment analysis [closed]

I'm working on twitter sentiment analysis for Indonesian language. considering too informal and noisy tweet text, I wanna ask about phase of pre-processing according to what I need inside? in the ...
-3
votes
0answers
31 views

Set the lags in `brian.correlogram` [closed]

I am using the brian.correlogram function, and all I want is to have on the x-axis the values to be from -30 to 30 mseconds. On the description of correlogram(T1,T2,width=20*ms,bin=1*ms,T=None) it ...
0
votes
0answers
12 views

Calculating SQL Server Analysis Service memory usage accuretely

I have one question, I read that SQLServer.exe memory consumption in task manager does not always shows correct information. Below blog has some good information about calculating the memory usage of ...
2
votes
2answers
69 views

How do I pair up rows of network traffic data in R or SPSS?

I have lots of SiLK flow data that I would like to do some data mining on. It looks like the destination IP column matches the source IP column of a row of data further down. The rows (with many more ...
-1
votes
0answers
12 views

How to export Windows Phone Performance Analysis file *.sap. can share with other developers [closed]

How to export Windows Phone Performance Analysis file *.sap(vs2012+windowsphone sdk 8). can share with other developers. Now use Windows performance analysis tool, and after running the App, is ...
1
vote
2answers
16 views

What online software/websites are there that can review/analyse my website?

Can anyone advise where I can have my website reviewed? Is there an online forum for website critique? What online software is there that can analyse my code?
0
votes
1answer
39 views

R Basket Analysis using arules package with unique order number but duplicate order combinations

R Basket analysis using arules package with unique order number but duplicate order combinations Just learning R. I'm trying to do a basket analysis using the arules package (but I'm totally open to ...
1
vote
0answers
20 views

Equation of line in complex plane

All the derivation of the equation of line on complex plane uses the fact that (x,y) \in R^2 can be identified with x+iy \in C. Thus, they begin with ax+by+c = 0 then re-write x = (z+\bar{z})/2 and ...
1
vote
0answers
9 views

Cloudera Navigator Performance evaluation

I wanted to know about the performance analysis of cloudera Navigator based on below aspects: 1) can i add multiple Cloudera Navigator server installed in a cluster for load balancing. 2) Is there any ...
0
votes
1answer
45 views

c++ code coverage during running only one function [closed]

I want to get code coverage info. during running only one function. for example, I just want to know which lines "run()" have went through. test.cpp: #include "..." int main(){ init(); ...

1 2 3 4 5 43
15 30 50 per page