preg_match , pattern, php - by Michael I'm trying to extract some specific pictures from html content . Currently I have the following array [1] = Array ( [0] =… Read the article
Database migration pattern for Java? - by Eno Im working on some database migration code in Java. Im also using a factory pattern so I can use different kinds of databases. And each kind of… Read the article
Need help make these classes use Visitor Pattern and generics - by Shervin Hi. I need help to generify and implement the visitor pattern. We are using tons of instanceof and it is a pain. I am sure it can be modified,… Read the article
JavaScript Module Pattern - What about using "return this"? - by Rob After doing some reading about the Module Pattern, I've seen a few ways of returning the properties which you want to be public. One of the… Read the article
Scheme: Mysterious void in pattern match. - by Schemer Hi. I am writing a function called annotate that uses match-lambda -- often with recursive calls to annotate. Here is one of the pattern… Read the article
Repository Pattern Standardization of methods - by Nix All I am trying to find out the correct definition of the repository pattern. My original understanding was this (extremely dubmed down) … Read the article
Creating Entity Framework objects with Unity for Unit of Work/Repository pattern - by TobyEvans Hi there, I'm trying to implement the Unit of Work/Repository pattern, as described here:… Read the article
Materialized path pattern VS Hierarchyid - by Luke101 I am reading the SQL server 2008 bible and it says the materialized path pattern is… Read the article
ASP.NET MVC ViewModel Pattern - by Omu EDIT: I made something much better to fill and read data from a view using… Read the article
What is a 'Pattern Matching' in functional languages? - by Roman I'm reading about functional programming (in academic purpose) and I've… Read the article
Locking an android phone (lock pattern or similar) - by BBoom Since LOCK_PATTERN_ENABLED was moved to Settings.Secure in Froyo my app… Read the article
Refactor Regex Pattern - Java - by UK Hello All, I have the following aaaa_bb_cc string to match and written… Read the article
What is 'Pattern Matching' in functional languages? - by Roman I'm reading about functional programming (in academic purpose) and I've… Read the article
Pattern Matching with XSLT - by genesis11 I'm trying to match a pattern into a string in XSLT/XPath using the… Read the article
java filenames filter pattern - by Sergey Hello, I need to implement File[] files = getFiles( String… Read the article
Java - is this an idiom or pattern, behavior classes with no state - by Berlin Brown I am trying to incorporate more functional programming… Read the article
Pattern Matching in C++ - by soontobeared Hi, I would like to know if C++ provides any API (not… Read the article
Is scala's cake pattern possible with parametrized components? - by Nicolas Parametrized components work well with the cake… Read the article
Are Promises/A a good event design pattern to implement even in synchronous languages like PHP? - by Xeoncross I have always kept an eye out for event… Read the article
MVC repository pattern design decision - by bradjive I have an asp .net MVC application and… Read the article
Using a Generic Repository pattern with fluent nHibernate - by alex I'm currently developing a medium… Read the article