Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
5answers
234 views

What's a good strategy to get a decent overview of big correlation matrices or pairs?

Often some data.frame contains 20+ variables and you want to get a first overview (of the correlation structure). Even on a 30" screen you run quickly out of space and it remains hard to grasp the ...
16
votes
14answers
1k views

Can someone tell me the very basics of how computer programming works?

Basically, my question is what makes all the words of a programming language actually do anything? I mean, what's actually happening to make the computer know what all of those words mean? If I ...
11
votes
3answers
490 views

Is there any single-article F# 3.0 overview?

When LINQ first came out, I remember Microsoft used to post wonderful introductory papers on C# 3.0, DLinq and XLinq (known as LINQ to SQL and LINQ to XML today). I'm looking for some introductory ...
10
votes
11answers
1k views

Is there an overview of the most common algorithms?

I'm looking for an overview of algorithms, you need every now and then. If there is a problem, you either do reinvent the wheel or spend a lot of time searching for an algorithm to a common known ...
10
votes
35answers
2k views

What single Java book would you recommend for an experienced software developer? [closed]

Assuming an experienced software developer fluent in many languages, but having not entered the Java world from the ground floor, which single book related to the huge space that is the Java world ...
8
votes
3answers
367 views

What is your ratio Bug fixing vs Enhancements?

In the spirit of this question I wanted to have a sense of what is the proportion of time split between fixing bugs and implementing new features. If possible try to give an estimate for the product ...
6
votes
7answers
849 views

What are the best overviews for cloud technology?

There has been a lot of buzz around cloud technologies. What resources would you recommend that review the cloud computing world, and helps one get the big picture and current trends? In addition to ...
4
votes
2answers
182 views

Java libraries and frameworks overviews

Which web sites could you recommend, where I shall find overviews of different java libraries and frameworks that are currently preferable to use in development of applications? update: To be more ...
3
votes
1answer
400 views

Integer calculations on GPU

I have no experience with GPGPU programming and I'm only trying to get an overview of what's going on. Please forgive the vagueness of my question. For my work it's particularly interesting to do ...
2
votes
2answers
161 views

How to find all references in a solution (thus of all projects)?

We have a big solution with a lot of projects in it. Some projects reference the same DLL's and I need to replace one DLL. Is there a way to see which references are in the entire solution so I don't ...
2
votes
1answer
59 views

Good references for an overview of the Java XML ecosystem?

The java xml ecosystem seems awash in current implementations, API definitions and libraries all with cryptic names. (Web searches frequently turn up references to old/out-of-date implementations as ...
1
vote
1answer
26 views

searching for a great php overview

as the title reads I'd like to find a webpage which presents an overview of the php language cause it's been a little while since I stopped to program server scripts. By overview I see a page with ...
1
vote
4answers
64 views

CakePhp - how does it combine files for result

I've seen the diagrams, but I want a description of how it all works -- for example -- cakephp uses the controller file and the view file. What happens? Is there anything out there? It would make ...
1
vote
2answers
52 views

getting the outline of a json file

I have to deal with JSON files larger than 1MB, which often contain long arrays and are of unknown structure. How do I outline those JSON files so that I get an overview of their structure and peaks ...
1
vote
5answers
2k views

Excel: How can I display the data from several sheets in one?

I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet ...
0
votes
0answers
43 views

What's the scope of an Overview Diagram?

I'm getting a little confused on where it start's and ends. In general you would include all classes and general files/db's/etc that interact with the app? I guess my main issue lies in the ...
0
votes
0answers
168 views

Redmine:The Count of the Issues of the Gantt and Overview Pages Are Incorrect!

Well, I've added a lot of issues in my project with redmine, but the count of the issues of the gantt and overview pages are incorrect. Actually, they always shows 1 count in overview and 1 issue in ...
0
votes
1answer
174 views

OverviewMapControl config

In the map i created in openlayers, OverviewMapControl is basically useless from zoom levels 0-3 - the red "extent" rectangle just fills the entire OverviewMapControl and can't actually be used to ...