Tagged Questions

3
votes
5answers
144 views

Learning as a developer [closed]

This is not a programming question strictly speaking but I hope there will be some interesting replies and viewpoints given. I'm in my thirties and aiming to get a job as a Java developer while …
13
votes
23answers
680 views

How to overcome the programmer’s block ?

How do you do when, during the development of your application, you can't decide yourself what to do next. You have no problem technically speaking, you have no problem to write clean code BUT you …
0
votes
2answers
19 views

Do we put business rules in business use case diagram?

Hi all I wanna to draw a business use case diagram for a specified problem. The problem has some rules. Now I wanna to ask that: Is it correct to put business rules when drawing business use case?
1
vote
2answers
53 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 …
4
votes
6answers
221 views

Stuck with O notation

I am comparing two algorithms, Prim's and Kruskal's. I understand the basic concept of time complexity and when the two work best (sparse/dense graphs) I found this on the Internet, but I am …
0
votes
2answers
19 views

File structure explorer (sth like Wireshark, but for files)

Hi I am looking for a software which is able to decompose and analyze files. Do you know any? What I mean is something that, given a file, would tell me for example: here is the magic number …
0
votes
1answer
33 views

System use case Vs. Business use case

Hi all... I am completely new in analysis and design..... please some one tell me : what is the difference between System use case and Business use case ? As far as I know, there is only one …
2
votes
1answer
69 views

Is there any open source text analysis library for PHP?

I am looking for a PHP library which does more or less the same thing as this webpage: http://textalyser.net/ I know that there are popular libraries in python and java, but I am looking for a PHP …
0
votes
3answers
78 views

What’s the difference between combinatorial and numerical problems

Could you please give at least two examples of each. Thanks.
0
votes
1answer
13 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
214 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 …
4
votes
8answers
850 views

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.
6
votes
4answers
470 views

Comparison of Python and Perl solutions to Wide Finder challenge

I'd be very grateful if you could compare the winning O’Rourke's Perl solution to Lundh's Python solution, as I don't know Perl good enough to understand what's going on there. More specifically I'd …
0
votes
6answers
104 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 …
1
vote
1answer
66 views

Download and extract information from emails in gmail

I want to download mails from all items and do some analysis on the mails. this will probably involve 2 distinct components. download the mails using IMAP parse unstructured data in the emails to …

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