home
to by jonbaine
#include <iostream>
#include <iterator>
#include <deque>
// Implementation of the observer pattern
// its implemented in the java way :Dto by nando.quintana
from django import template
register = template.Library()
@register.tag(name="link_to_date")
def do_link_to_date(parser, token):
try:to by jonbaine
/*
* implementation of the std::accumulate function template.
* you can find other implementation on std::accumulate (this
* one is only for educational purposes)
* Author: jonbaine.to by jonbaine
#include <iostream>
#include <assert.h>
/*
* Template para implementar un holder de un singelton.to by jonbaine
/*
*
* Maquina de estados , utilizando el patron state y templates
* Author : Jon Ander Ortiz
* License: GPLV3 : ^_^to by jonbaine
//
// Example of metaprogramming with C++
// of "The Boost C++ Metaprogramming Library"
//
#include <iostream>to by jonbaine
/*
* The Curiously Recurring Template Pattern
*
* http://en.wikipedia.org/wiki/Curiously_Recurring_Template_Pattern
* usefull for instance counting.to by jonbaine
/*
* Author: Jon Ander Ortiz
* License: GPLV2 or Later
*
* Brief:to by anonymous
/*
* PLANTILLA DE CLASE QUE IMPLEMENTA UN SMART POINTER
*
* Author : Jon Ander Ortiz
* License: GPLV2 or laterto by anonymous
/*
* PLANTILLA DE CLASE DE CARGA DINÃMICA DE OBJETOS EN C++
* -----------------------------------------------------
*
* Author: Jon Ander Ortiz