0
votes
1answer
4 views
ActionScript 3 Profiler & Memory Analysis Tool
Hi guys,
I'm using Adobe Flash CS 4 and would like to know are there any profiler or memory analysis tools available for it ? (actionscript 3). I know there are available tools for Flex, but are …
0
votes
1answer
10 views
Analysis Services Real Time Trace Logs
I'm looking to get the trace logs for AS (same stuff as for SQL server) in real time. I can't find any .net interfaces to this stuff. So far the only realistic solution I can think of is to run it …
7
votes
8answers
196 views
Pre-sorting analysis algorithm?
It's a well-known isssue with Quicksort that when the data set is in or almost in sort order, performance degrades horribly. In this case, Insertion Sort, which is normally very slow, is easily the …
0
votes
6answers
93 views
Worst case time complexity
Hi,
i have an algorithm that searches into a directory and search for all the text files in that directory and any sub-directory. Assuming i do not know how many sub-directories and sub-sub …
0
votes
8answers
147 views
frequency analysis algorithm
Hello everyone.
I want to write a java program that searches through a cipher text and returns a frequency count of the characters in the cipher, for example the cipher:
"jshddllpkeldldwgbdpked" will …
0
votes
0answers
17 views
Some questions about Function point
Hi,
I try to learn how to use Function Point analysis, however, there are questions that i can't answer. Hopefully, stackoverflow and you guys out there can help me answer those questions.
…
0
votes
0answers
13 views
Doing Static Analysis, Profiling etc. with VSTS 2008 Dev. Edn.
Hi,
We are using ‘Visual Studio Team System 2008 – Development Edition’ IDE to build ASP.NET applications.
Now we planned to carry-out the following activities using this IDE and I am new to using …
0
votes
4answers
69 views
iphone Analysis & design - creating work flow [closed]
At the beginning of each project, first of all we create sample screen design by using software or by designing on notepad.
By doing this we can have idea, what we are going to implement.
Lets say,
…
1
vote
3answers
40 views
Big tables and analysis in MySql
For my startup, I track everything myself rather than rely on google analytics. This is nice because I can actually have ips and user ids and everything.
This worked well until my tracking table rose …
0
votes
1answer
26 views
Website Session Analysis
I'd like to know the best way to deep dive into the flow of my users. For example, I have 4 pages in my flow, how can I analyze which users abandon on which step? I can definitely do it by hand with …
1
vote
2answers
66 views
How to implement CRUD operations in UML
I was wondering if any analysts/architects have a solution for the hundreds of CRUD operations I would have to add to nearly every class in my UML diagram.
Do you let each class inherit from a base …
0
votes
5answers
56 views
Minimalistic visitor stats based on PHP?
Does anybody know a minimalistic, nice-looking visitor statistics suite based on PHP that displays visitor stats in a end-user friendly way.
I know Google Analytics, and the big names in PHP and Perl …
0
votes
4answers
69 views
Static analysis of .net assembly
I have a C# project for which I need to find the all private methods which are not called from any other public method directly or indirectly.
In addition, for each private method which is called …
1
vote
1answer
68 views
analyzing The Spider Soliaire game !! [closed]
I have to write a report to discuss the spider solitaire game and I'm really not into games. Where I can find articles and stuff about the spider solitaire game?
I tried google but all I found was …
0
votes
1answer
16 views
OpenUP-like process to analyse existing software?
In a class I've been taking for grad-school, we've been covering the OpenUP process as an approach to design new software.
It occurred to be that often times in software engineering, an older piece …
