1
vote
4answers
5k views

wpf intro tutorial for themes/templates

Hi there I have looked high and low for some decent tutorials on how to: 1. Free WPF themes/templates 2. How to apply them and see an actual working demos of this I have an old Winforms application ...
0
votes
1answer
5k views

Objective-C Calendar Tutorial

I’ve looked all over the net and in several objective-c tutorial books but am unable to find exactly what I need. I am looking for a tutorial that shows how to implement a calendar into a objective c ...
13
votes
3answers
896 views

Haskell, Step by Step, Tutorial, Developing a Whole Application

Is there a (or more; the more, the better) tutorial for Haskell, developing a whole application (of any kind: web, windows, console)? I mean something like NerdDinner or MVC Music Store for ASP.NET ...
0
votes
1answer
215 views

COM basic sample

I've been reading Essential COM, it is a very good book, very instructive and simple to understand. Now I want to speed things up and implement a simple COM object, compile it into a .dll and finally ...
4
votes
9answers
5k views

Where can I find a good FFT sample implementation/tutorial? [closed]

I've been looking everywhere for a sample Fast Fourier Transform implementation/tutorial in (preferably) C#. However, every one I've found has been poor at explaining what's going on, and/or poorly ...