Tagged Questions

2
votes
5answers
411 views

Open source C# examples of good code/spagetti code

Hi! I'm looking for some code projects/examples that would be considered really good C# code and some that would be considered really bad/spaghetti deluxe code. All links and ide …
8
votes
5answers
253 views

Good examples of MVVM Template

I am currently working with the Microsoft MVVM template and find the lack of detailed examples frustrating. The included ContactBook example shows very little Command handling and …
1
vote
2answers
45 views

Example of generic DataReader code (.net)

Hi, As my experience with .Net really began as working on existing in-house applications for a company, I feel I've picked up so many bad coding practices without realising it. One …
0
votes
1answer
66 views

Example code of libssh2 being used for port forwarding

I'm looking for an example of how to use libssh2 to setup ssh port forwarding. I've looked at the API, but there is very little in the way of documentation in the area of port for …
2
votes
3answers
161 views

Neural Network Example Source-code (preferably Python)

I wonder if anyone has some example code of a Neural network in python. If someone know of some sort of tutorial with a complete walkthrough that would be awesome, but just example …
1
vote
2answers
334 views

ASP.NET: dynamically adding a matrix of images to each row of a Gridview

Hi, I'd like to dynamically add a matrix of images to each row of a GridView. Suppose I wanted a 5 x 5 matrix of the same image per row, and the path is: public static string PA …
4
votes
3answers
142 views

Demos, samples and proof-of-concept code in D

I've been looking at the D programming language recently and I'm curious if there are any demos, sample applications, or proof-of-concept code written in it. I want some code that …
3
votes
5answers
596 views

Java: Code Examples for Tutoring

Are there any tips you have for preparing useful example code ?
0
votes
2answers
115 views

Object-oriented software design: need extended examples

I am looking for instructional materials on object-oriented software design that are framed as extended examples. In other words, over the course of several lessons or chapters, th …
6
votes
3answers
2k views

Multiple pages tutorial in GWT

I just start learning GWT and wondering how do i make different HTML pages in my GWT application. For example i want to create application for a book store. In this application I'l …
6
votes
4answers
802 views

Real World ASP.NET MVC Applications with Source Code?

I think all of the tutorials and stuff are great on blogs, but sometimes when you actually build an application the way you would code or interact with a system is quite different. …
3
votes
2answers
184 views

Seeking contrived example code: continuations!

So I believe I understand continuations now, at least on some level, thanks to the community scheme wiki and Learn Scheme in Fixnum Days. But I'd like more practice -- that is, mo …