examples

Good Zend Framework example apps to learn from

Hi! Do you know of any open-source Zend Framework applications besides Magento that show in a good OOP-way how to develop big apps with Zend Framework? My problem right now is, that I'm pretty good at PHP and OOP, but I don't have enough knowledge of the Zend Framework and how things should be solved in it. So do you know any good app...

MVC done right - Examples

I am new to both the MVC pattern and PHP frameworks. I picked up a copy of CodeIgniter for Rapid PHP Application Development, but the author does not use the M part of MVC and I can't seem to get his code examples to work. CodeIgniter's User Guide is not very detailed about what goes into which component either. What I'm looking for are...

download random image from flickr using keyword

Hey all, I noticed this code when i was playing around with smallbasic showing it to a freind that it has a built in option to download a image from fliker based on a keyword I was wondering if someone had an example in C# of doing this so that i can get an idea of how to use the api. ...

Any good Spring threading with a TaskExecutor examples?

I'm trying to get a handle on how to implement threading in a Java application that uses Spring for transaction management. I've found the TaskExecutor section in the Spring documentation, and ThreadPoolTaskExecutor looks like it would fit my needs; ThreadPoolTaskExecutor This implementation can only be used in a Java 5 environm...

Examples of basic Python programmes?

Can anyone point me towards a few simple Python programmes that I can download & have a look at the code in? Is there a website with a selection on? Thanks! ...

Telerik FileExplorer Example

I've been wrangling with creating my own File Browser Content Provider for Telerik's FileExplorer control. They have one example on their website, but it hasn't helped my solve some ASP.NET Page and UserControl life-cycle issues I've been having. Is there better example out there of using the FileExplorer control with a custom Content P...

Idiomatic, classy, open-source examples of Cocoa Interfaces?

Greetings, I'm currently learning Cocoa and Objective-C. I've run through "all" the tutorials and I'm fairly comfortable with the ObjC language. What I'm looking for now is to learn Cocoa idioms and see real code used in nice-looking Cocoa apps. It seems like serious apps (iTunes, etc.) don't just drop in the IB elements. They do a lot...

Ruby DSL (Domain Specific Language) repositories, examples

I am seeking excellent examples of Ruby DSLs (Domain Specific Languages). Which repositories, projects do you know of that are worth a read? Why is it (or: are they) great examples? I am particularly interested in more complex examples that are well thought-out and designed. ...

Using stackoverflow to post tutorials and examples vs. questions?

Possible Duplicate: Is it poor etiquette to answer your own question? So I spent a bit of time trying to solve a problem with JBoss and JSP, and for the life of me, I couldn't find a single solution that worked. I ended up playing around a bit, and figured out what I was doing wrong all on my own (thanks to some gut-instinct re...

Recommendations for good SQL Server Integration Services (SSIS) examples/samples for ETL?

Hi Everyone, I'm looking for some decent examples/samples using SSIS to do some ETL from one SQL Server database to another not necessarily within the same instance. The idea is to migrate rows of data with their heirarchies (relationships) from one OLTP database to another. There are some advantages SSIS offers us which makes it a go...

Design Patterns for Delphi 2009

I'm looking for design patterns (GOF, but others would be welcome too) for Delphi 2009. There are some very good and classic articles about Design Patterns in Delphi: http://www.obsof.com/delphi_tips/pattern.html, by James Heyworth (1996) http://blogs.teamb.com/joannacarter/, by Joanna Carter (until 2004) Additionally, the newer Del...

jQuery Air Passenger Seat Layout Example

I showed an extreme sample before 6 months. it is related to "Air routes". there is a plane map. you can select a seat.you are separated. Can you give me this link if you know where is? ...

Singleton example

Gang of four uses a load balancer example to demonstrate the singleton pattern. I'm just wondering why a singleton needs to be used in that example? Are there any other real examples that specifically demonstrate using a singleton pattern? I just want to know more specific reasons why I would want to prevent the creation of more than o...

summer-holiday-programming-club - Looking for examples

This post is related to my older one: summer-holiday-programming-club - Which language suits best?. Please read it first if you don't know about the background of this question. After deciding about a programming language I am now looking for simple examples that can be easily implemented in Python and help to understand basic concepts....

Websites & Web Applications Using Erlang

I was wondering if people could post some examples of interesting websites and web apps that were built with Erlang? I can start with a few Erlang based sites: twitterfall.com - Waterfall of Tweets vimagi.com - Cooperative painting. twoorl.com - Twitter clone. dayfindr.com - Collaborative meeting scheduling. beerriot.com - Beer enthus...

Simple Delegate Example?

Ok, I'm programming in objective-C and using Xcode. I have read through the documentation on Apple's website and understand what delegate's are but when I come to the part where it talks about how to actually implement delegate methods into code, I just become confused, especially when they say something like "now implement the delegate'...

good example of Javadoc

is there a good example of a source file containing Javadoc? I can find lots of good examples of Javadoc on the internet, I would just like to find out the particular syntax used to create them, and assume I can pore through the source of some library somewhere but that seems like a lot of work. ...

What's an example of duck typing in Java?

I just recently heard of duck typing and I read the Wikipedia article about it, but I'm having a hard time translating the examples into Java, which would really help my understanding. Would anyone be able to give a clear example of duck typing in Java and how I might possibly use it? ...

Design examples for themed GUI systems?

Can you suggest/reffer to any general design examples for implementing run-time changable themes in a GUI system? This seems to be quite a challenge. However, many GUI systems out there present this kind of functionallity, so there must be general design ideas that could be followed. Just to be 100% clear, design stands for programatic...

A good place to get example code?

I've just graduated from school with a CS degree, and before getting a job, I'm trying to teach myself as much as possible. A large problem I'm having is that I have few people to talk to about my code, and really improving the way I write programs. I figure the best way to do this is to see other people's code, and to see different wa...