0
votes
2answers
86 views
Excel pivot table calculated field total returns unexpected value
I have an Excel spreadsheet which has a pivot table on it. The data itself is quite simple, Number of Units and a Discount (percentage from 0 to 100), pivoted on date across the to …
1
vote
9answers
177 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 "exampl …
1
vote
1answer
150 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.
…
3
votes
4answers
157 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 …
23
votes
25answers
1k 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 …
0
votes
1answer
25 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.
2
votes
1answer
165 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 th …
2
votes
6answers
171 views
Is it possible to obtain class summary at runtime?
Hi.
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 …
1
vote
2answers
203 views
easy ways to create a summary variable in SAS
Hello programming guru's
I am looking for an way to create a summary variable in SAS that will automatically add each row observation until a condition is met. I would need to b …
1
vote
2answers
259 views
Show asterisk in validation control but show error message in summary.
I'd like a way to both show an asterisk by an invalid field and show a verbose message in a validation summary. However, setting Display to "NONE" in the validation control suppres …
2
votes
4answers
150 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 …
0
votes
1answer
169 views
Can you toggle grouping in a Crystal Report?
Is it possible to have a report which has grouping on the underlying data but for which you can disable the grouping via a button or something on the report? Basically I want to ha …
3
votes
2answers
362 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 somethin …
