Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
25answers
2k views

Best way to communicate with a programmer to define a project?

What are the best set of details to give to a programmer to define a project? Simply put, I know what I want done, but I know nothing about programming and so what is the best way to define my ...
10
votes
4answers
2k views

Java Data Structures Reference

Can anyone give me references of a web site containing a summary of the main Java data structures, and their respective complexity in time (for some given operations like add, find, remove), e.g. ...
6
votes
2answers
805 views

How can you hide the arrow that is displayed by default on the HTML5 <details> element in Chrome?

I now its still early but I also know you guys are on top of it. I want to use the HTML5 details element: <details> <summary>What's the HTML5 details element?</summary> ...
6
votes
1answer
211 views

Summary of Ruby on Rails fundamental concepts

Being new to Rails, I am having a difficult time finding a website or reference that gives a run down summary of Ruby on Rails. I understand MVC, ActiveRecord, and that sort of stuff on a basic ...
5
votes
2answers
226 views

C#: How to read information in File summary tab? [closed]

Possible Duplicate: Read/Write 'Extended' file properties (C#) Does anyone know how to read information in a file's summary tab using C#? Summary tab: Right click on file, then ...
5
votes
2answers
165 views

NewLine in object summary

Greetings When setting a summary for a property / field / method etc.. is it possible to have a newline in it? /// <summary> /// This is line 1 /// This is line 2 /// </summary> public ...
5
votes
2answers
96 views

R: avoiding summary.plm

I'm using R to run a Monte-Carlo simulation studying the performance of panel data estimators. Because I'll be running a large number of trials, I need to get at least decent performance from my code. ...
5
votes
3answers
2k views

How can I set the android preference summary text color?

On my preference screen I have a preference that when clicked opens a color picker dialog. What I would like to do is when the user selects a color, that the text summary of the preference is ...
5
votes
2answers
694 views

Use cases for Java concurrent utilities

I have read Java Concurrency in Practice and this is a great reference, but I would like to see a concise single page summary of the use cases of the java.util.concurrent package. For instance: Why ...
5
votes
6answers
1k views

Is it possible to obtain class summary at runtime?

Is it possible to obtain class summary at runtime in C#? I would like to obtain class summary through reflection and then write it to console. By class summary I mean summary comments before class ...
4
votes
3answers
128 views

How to get the sum of each four rows of a matrix in R

I have a 4n by m matrix (sums at 7.5 min intervals for a year). I would like to transform these to 30 min sums, e.g. convert a 70080 x 1 to a 17520 matrix. What is the most computationally efficient ...
4
votes
2answers
831 views

Reading Windows file summary properties (title, subject, author) in Java

If you right-click on a file in Windows and select Properties, you can manage some properties in de Summary tab, such as Title, Subject and Author, like in this example: I'm trying to find a way to ...
4
votes
1answer
184 views

Getting (a) title (b) summary and (c) relevant images of web page, a la Facebook status updates

Did you ever submit a link in your Facebook status? When you do, they do something very nice: They get a title, summary, and bunch of relevant images from that page, and you can choose one of them as ...
4
votes
1answer
628 views

How do I include an html tag in a C# summary so that it is processed as text (not parsed as XML)?

I'm writing an HTML parser in C# and want to include examples of the HTML that it handles in the summary XML blocks. How do I prevent the < and > characters from messing up the auto-documentation ...
4
votes
2answers
1k views

Open-source full-text article recommendation engines

I'm wondering if there are any good .NET recommendation algorithms available in open source projects, whether attached to a search engine or not. By recommendation I mean something that accepts a ...
3
votes
1answer
74 views

Create function to automatically create dataset from summary(fit <- lm( y ~ x1 + x2 +… xn)

This question is closely related to my previous question. The only difference is that instead of plotting the data, I want the raw data behind fit. I tried to solve it myself following the last answer ...
3
votes
1answer
208 views

Android preference summary . How to set 3 lines in summary?

Summary of preference is allowed only 2 lines . If I want to display 3 lines or more in summary . How can I do ?
3
votes
1answer
91 views

How to update summary when using NeweyWest?

I am using NeweyWest standard errors to correct my lm() / dynlm() output. E.g.: fit1<-dynlm(depvar~covariate1+covariate2) coeftest(fit1,vcov=NeweyWest) Coefficients are displayed the way I´d ...
3
votes
2answers
327 views

How can I inherit C#'s summary in another class? (like inheriting Javadoc) [closed]

Possible Duplicate: .NET xml docs - inheriting documentation Can I use something like Javadoc's {@inheritDoc} in C#.NET ? F.e. I write summary for interface method and method of ...
3
votes
4answers
320 views

How to add a mouse-over summary

I'm almost certain this is going to be a very simple answer but I can't seem to find it anywhere. We all know when you hover your mouse over something (like a string) a little summary pops up (if its ...
2
votes
1answer
45 views

Getting SQL Latest Rows based on Summary

I am having a table ItemTran in sql 2005 with the following columns RowNo Item ID Period RcptQty 1 ITEM-A 2011-01 15 2 ITEM-A 2011-02 10 3 ITEM-A ...
2
votes
3answers
60 views

Summarising Factors in Dataframe

My dataset is as below: http://dl.dropbox.com/u/822467/Data.csv My situation is this. I have a series of questions (27 in all) where the response is binary in nature. 0=No, 1=Yes, 999=Missing. My ...
2
votes
1answer
2k views

Can jqGrid summary footer be populated without userdata server request?

I have poured through every question asked on this website related to populating the jqGrid summary footer WITHOUT the userdata being a server request. And the jqGrid wiki resource and just cannot ...
2
votes
3answers
160 views

Summarise data frame ignoring repetition

I have a data frame in which there are repetitions of entries in one column. I want to summarize the other columns based on the that one column. I wish the summary to consider each unique entry and ...
2
votes
1answer
152 views

Subversion listing changes between URLs

I am looking for a way of easily listing changes between two URLs in subversion, listing the files that have changed , when , who and why. Using Totoise either gives you too much detail, showing ...
2
votes
5answers
1k views

Android preferences summary default color?

I have installed my app in a real phone, and even though in the emulator all the texts of the preferences summaries seem to be in the same color, in the real phone the color is different (some kind of ...
2
votes
4answers
84 views

SQL: Expand 1 Column into 3 on Summarize Table

I'm writing a program that displays products and the stores at which they can be located. So far, I've been able to write an SQL query that displays data as follows: Product Availability Milk ...
2
votes
2answers
389 views

Classify or cut dataframe by list of class range and summarize it with ddply

I have question about ddply and subset. I have dataframe df like this : df <- read.table(textConnection( " id v_idn v_seed v_time v_pop v_rank v_perco 1 15 125648 0 150 1 ...
2
votes
3answers
96 views

PHP Summarize any URL

How can I, in PHP, get a summary of any URL? By summary, I mean something similar to the URL descriptions in Google web search results. Is this possible? Is there already some kind of tool I can plug ...
2
votes
1answer
103 views

MySQL concat question

I am somewhat mystified by concat and joins in MySQL 4. Here's where I am having an issue. I have two tables... person id, fname, lname, city, state, zip capital state, city I am needing to ...
2
votes
1answer
159 views

javascript summary function

im trying to make a small name summary function depending on the size of the elements container, here's what I have; function shorten_text(str, size){ size = size.match( /[0-9]*/ ); var ...
2
votes
4answers
206 views

SVN updates summary

I have checked out source code from a SVN server, which is not in my control. I would like to know whenever there are new updates available and classify those as modification, new additions etc. ...
1
vote
3answers
98 views

Create function to automatically create plots from summary(fit <- lm( y ~ x1 + x2 +… xn))

I am running the same regression with small alterations of x variables several times. My aim is after having determined the fit and significance of each variable for this linear regression model to ...
1
vote
1answer
56 views

Generating data summaries, row counts for multiple columns in MySQL

I have a registration system. So basically, I have fields like age, gender, etc. This is a simplified schema of my MySQL Database: --------------------------------------- | id | name | age | gender ...
1
vote
0answers
82 views

changing the default 4 line summary, android preference screen.

I have a .xml file located in /res/xml it is a preference screen and I have everything setup, But need one final thing worked out before publishing this. The summary for the preference is over the 4 ...
1
vote
2answers
74 views

SQLite Count Summary Query

I'm trying to get a query to summarize each employees work for the week. For example, John Doe did a total of 12 tickets for the week, 4 of which were Break/Fixes, and 4 were Enhancement, and another ...
1
vote
0answers
360 views

extjs summary of column which values has multiplication of previous 2 columns

As it has been said in title problem is that summary of last column doesn't work, here is the code: ,{ id: 'result_id', header: " ", sortable: true, ...
1
vote
2answers
77 views

return top N rows and have remaining rows rolled up into a single row - oracle sql

I am trying to get a result set with the top N rows from the query, and have the remaining rows rolled up into a single row. I have come up with a query as below - i am needing suggestions about using ...
1
vote
1answer
111 views

Asp Firing All Validation Summaries

I need to make multiple validation summaries validate their controls and display any error messages. I have a large form that I've broken into separate panels, each with it's own validation group and ...
1
vote
1answer
81 views

Django Annoation: Getting Object from Annoation Values Rather than ID

I'm new to Django Annotations and I'm trying to generate a summary report of Order income at given Locations. For example, the report would look something like this: Location Name | Location Type | ...
1
vote
2answers
213 views

R `summary` when not all cells have data

Is there an argument in summary (or another command) to force R to calculate values when there is "no data" in every cell? In my questionnaire subjects did not provide all information; and for those ...
1
vote
1answer
1k views

Crystal Reports 2008 - Summary of Non-Additive Formula Field

My apologies if this has been answered already; it probably has, but I haven't found it in over an hour of Google and SO searching. I have a non-additive formula field (Cost / Qty). It works fine on ...
1
vote
2answers
469 views

How to query current week & current month report by using LINQ to XML?

I am developing window phone 7 application in silverlight. I am new to the silverlight. I am also new to LINQ to XML. In my application the user select the date & submit some transaction details ...
1
vote
1answer
414 views

Personalized web parts summary links

I would need to have a personalized summary links web part in a given page. So when a user logs into the site, he should see his own links as opposed to system wide links inside the links web part. ...
1
vote
2answers
250 views

Collapse summary block in visual studio 2010

I have been asking Mr Google about how I shall do if I want my block to be collapse but not the code block. I write my code in C#.
1
vote
1answer
725 views

Display both jQuery validation summary and individual error messages

I'm using jQuery validation in ASP.net MVC. I would like to show validation summary and also individual error messages besides the control. I can do either one at a time. So it would be really helpful ...
1
vote
1answer
88 views

Is this a correct summary of Cocoa reference counting?

Here's my understanding of it: Object are only retained (reference counter is incremented): when init from NSObject is called. when retain is called. Objects are only released (reference counter ...
1
vote
2answers
828 views

validation summary problem

i have a page where i am using validation summary and required field validators. When i click the validation button error message is being dispalyed in both validation summary is showing message ...
1
vote
9answers
290 views

need to create a summary of a large switch statement in C#

Alright, i dont know how to explain it well.. but i have a switch statement, string mystring = "hello"; switch(mystring) { case "hello": break; case "goodbye": break; case "example": break; } of ...
1
vote
1answer
107 views

Web page summary with Ruby

Can anyone recommend a Ruby library for creating a summary of a given URL? What I have in mind is the sort of one- or two-sentence summary as seen in search engine results.

1 2