Tagged Questions

0
votes
6answers
80 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
133 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 …
1
vote
4answers
62 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, …
0
votes
0answers
16 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. …
1
vote
3answers
39 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 …
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
64 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
2answers
52 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
53 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 …
1
vote
1answer
66 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 …
1
vote
8answers
107 views

What kind of specs, documents, analysis do you get from superiors when starting a project?

I currently work in a small business (15-20 employees, 5 programmers) where most projects are custom built CMS and a few web applications products. Since I started working there, I have worked on …
4
votes
3answers
143 views

big O homework question

I need to state the big o of the following fragment: sum =0; for (int i=1; i<n; i++) { for (int j=1; j< n/i; j++) { sum = sum +j; } } I know the outer loop is O(n) but I am having a …
0
votes
1answer
48 views

Example of a school website (college and highschool) which is functional and accessible

I'm looking for good example of school websites that I can get some inspiration it could be Highschool or College. I'm planning to build a template or platform of a school website; And I want to …
1
vote
1answer
62 views

Reading Website pages

Hi, my question is as follows: assume there is a website called website.com/a the website is being developed using PHP, Perl, Ruby and other languages. i want to be able from my website to read …

1 2 3 4 5 7 next
15 30 50 per page