sample

Good Databases with sample data

Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format so that I could get more practice in working with different types of data sets? The Canadian Department of Environment has historical weather data that you can download. Unfortunately it's not in a format I can import int...

Looking for MacOS Threaded Networking sample code

My code needs to run all networking routines in a separate NSThread. I have got a library, which I pass a callback routine for communication: my thread code library my callback (networking) library my thread code My callback routine must POST some data to an HTTP server (NSURLConnection), wait for the answer (start a N...

struts setup sample application on eclipse

Hi there, I am new to strut/web programming and I thought I could learn alot by reading a sample app. On google, I searched and found a sample app at http://www.roseindia.net/struts/struts2/struts2tutorial.zip The tutorial is really nice and it gives a sample login page. However, I couldn't run this sample app. I tried posting on t...

Sample ASP.NET application for Javascript refactoring

Good time of day! I want to write article about what can be done with AJAX client script library for local .NET user group and now I'm lookin for some ASP.NET application which could be used as base for Javascript refactoring sample. Good sample should contain bad code :) Inline Javascript is welcome, so are DRY violations. Hope, ide...

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

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 commented; or they assume that you already know the FFT algorithm, or they're tutorials about how to USE FFTs. Anyone know of a good sample...

Does someone have a sample software consulting proposal and/or contract?

In the past, I've always done independent contracting work for people and they pay me via a 1099. Never really a formal contract or proposal, etc... I now have a software consulting company and will be invoicing customers under that name. I'd like to begin doing more formal proposals and contracts based on the work I'm given. I've be...

MCAD Sample questions

I want to know if there is "MCAD Sample Test" or question available on the net, I prefer it offline ...

Sample a running Python app

Hi. I'm used to sampling C-based apps, which every few milliseconds sees what function stack is being called at that moment. This allows me to see where most of the time is spent in an app so I can optimize it. When using python, however, sample isn't so helpful, since it's sampling the C functions of the python interpreter, not the py...

MSDN C# ProcessController Sample

I've found this MSDN article that explains how to monitor processes and services with C#: ProcessController Sample: Demonstrates Processes and Services Monitoring However, I can't download or find this sample anywhere! And it would be really helpful. Can somebody help me? ...

Sample using MSCHART in C#

Anybody know where to find an sample form using MSChart in C# ? I made an example. Tanks. //name program.cs using System; using System.Collections.Generic; using System.Windows.Forms; namespace MSChart_Sample { static class Program { /// <summary> /// The main entry point for the application. /// </s...

Special mouse events in a browser: wheel, right-click?

Google maps is an impressive display of what you can do with javascript and Ajaxy-goodness. Even my mouse scroll wheel and right-click works to provide specific functionality. In the standard HTML spec, I don't see an "onmouserightclick" event or similar basic javascript handling for the mouse wheel. Maybe I am looking in the wrong pl...

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 use it from a client application. I would really appreciate if anybody could show the most basic sample of how to do that? I've been tryi...

.NET Sample Project Design Patterns Fowler

Are there sample ASP.NET projects around using the patterns discussed in the book by Martin Fowler (Patterns of Enterprise Application Architecture)? I have downloaded the Northwind starters kit and Dinner Now, which are very good. Are there others that use things like Unit of Work, Repository, ... thx, Lieven Cardoen ...

.NET DDD Example

Hi, Can somebody point me towards a 'complete' DDD example developed on the .NET platform. Most of the examples I find feel 'incomplete'. I'd really like to see the DDD principles in action. ...

Learning about Computer Vision

I am really intrigued by the field of computer vision and the potential it has. Are there any examples (preferably implemented in .NET) which I can study along with a reference book? ...

spring MVC sample web app

Hi, I'm looking for an example Spring MVC 2.5 web app that I can easily: Setup as a project in Eclipse Deploy to a local app server (using Ant/Maven) There are a couple of example applications included with the Spring distribution ('petclinic' and 'jpetstore'), but they don't provide any Eclipse project files (or a way to generate t...

Why so few full database schemas sample online?

It is a bit strange to me about database schemas sample which I think most of the projects will need to design a database for it. but when I try to find sample online, it is really rare (eg. full database schema for Inventory Management, School Management, HumanResource management). I know that each database design is depends on the proj...

Can't download adventure works database 2005 from codeplex

Can't download adventure works database 2005 from codeplex. Where else can I find and download it??? I've been searching it online, I found some results but i can't download any of them. Any help is appreciated ...

Run NetBeans project just with ant

I have a sample code that was built with Netbeans. It has a build.xml file so I downloaded ant and try to run it. I've got this error message: ...... nbproject\build-impl.xml:76: Platform is not correctly set up For what I can see, this is fixed by "simply" downloading Netbeans and running the sample from there, but... I don't want...

Real-life C application to show at introductory course

I am holding a course on the C programming language, and I want to show the students some real-life useful applications of C, to catch their interest. Usually all they see are boring programs, with no practical utility, so I am wondering what sort of useful applications can be presented, maybe something that they can use on their own (ho...