Tagged Questions

0
votes
1answer
37 views

Reactive Framework for .NET examples that prove its usefulness

There's been quite some hype around the new Reactive Framework in .NET 4.0. While I think I undestood its basic concept I am not completely sold that it is that useful. Can you com …
1
vote
2answers
47 views

C# - Linq to XML

Where can i get more examples on Linq to Xml?
4
votes
2answers
121 views

What’s a good example of really clean and clear [R] code, for pedagogical purposes?

I'm working with a small team of analysts and statisticians on what will be a medium-sized body of R code. They're smart people, but they're not trained or experienced as programme …
0
votes
3answers
40 views

Examples of Web Sites Using AJAX or Push Technology on Their Home Page (or other useful pages)

I'm looking for a list of links to any examples of well-designed sites you might know that use AJAX and possibly HTTP Streaming to push data to the page or make updates to content …
3
votes
7answers
193 views

Where can I find good, Open Source C++ code to learn from? [closed]

Possible Duplicate: What are the most useful high quality free C++ projects you really learned a lot from? Codeplex is cool, except that I can't find any C++ projects, I w …
16
votes
19answers
871 views

C# Structs - real life examples?

There are any number of questions here on SO dealing with the differences between Structs and Classes in C#, and when to use one or the other. (The one sentence answer: use struct …
8
votes
14answers
757 views

Impressive examples in Java?

I'm going to teach a Java course, and I want to show some interesting and impressive examples of simple Java programs at the first lecture to awaken student interest. Except for …
0
votes
1answer
59 views

What are examples of non transactional datasources?

In JBoss documentation there is possibility to declare <no-tx-datasource> which states: no-tx-datasource : This element is used to specify the (org.jboss.resource.connec …
2
votes
1answer
97 views

What apps have nifty maven poms and are good as examples of maven capabilites

I'm looking for applications that have "rich" maven pom(s) and can show lot of maven capabilities(plugins). These applications are needed as showcase examples - how fast and how ma …
0
votes
1answer
36 views

Open source non-trivial SOA examples

Hello, I've been looking for open source examples of SOA applications, but most of the times I find simple tutorial hello world style examples that introduce the tricks of the res …
0
votes
0answers
94 views

Open source F# programs as examples for learning [closed]

Possible Duplicate: F# open source projects I am looking for well written F# programs to learn from. I am especially interested in the aspects of the language which are un …
2
votes
5answers
123 views

What’s a stupidly simple way to compile an OCaml project?

I'm toying around with OCaml. The first thing I want to know how to do is build an OCaml project. Right now, I just want something stupidly simple since I'm just learning. Could …
0
votes
3answers
144 views

How to use ‘-prune’ option of ‘find’ in sh?

I don't quite understand the example given from the 'man find', can anyone give me some examples and explanations? Can I combine regular expression in it? the more detailed que …
2
votes
2answers
196 views

Basic Security in JSF

I would like to see a simple Login Application, not as simple as this though. What i would like to achive is an understanding on how JSF works, I've developed a lot of ASP.NET whe …
4
votes
3answers
183 views

What does “not run” mean in R help pages?

Sometimes on an R help page the phrase "not run" appears in comments. Check out this from the help page for "with()": Examples require(stats); require(graphics) #examples from glm …

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