Delegates is a concept widely used in design patterns like Observer or Strategy.

Standard C++ doesn't provide delegates, but this can be implemented using member function pointers. The problem is that C++'s object-oriented function pointers have a complicated syntax and have wierd behavior when dealing with inherited classes.

There has been a lot of discussion on this topic and many implementations exists.

Most of the information stored in a SVN commit can be edited. This is the case of the message and date: edition of these values just require a simple hook.

Flowplayer is an open source flash player with many features and is available as a Joomla plugin. Unfortunately the Joomla plugins lacks playlist support, but it's no big deal to add it. Here is a little patch to add this missing feature: flowplayer_playlist.diff

Today let's help Nintendo DS owners willing to develop some homebrew software!

The great Joomla component Phoca Gallery allow easy picture management in your Joomla website. However picture description doesn't show up during slideshows. Here is a little patch to add this missing feature (for Phoca Gallery v2.5.0): phoca_gallery_with_description_in_slideshow.diff

To apply this patch, move to your Joomla website root folder and execute:

patch -p0 < phoca_gallery_with_description_in_slideshow.diff

Subcategories