Skip to content

Instantly share code, notes, and snippets.

@fesja
fesja / gist:d08b4df2188a15a77742
Created January 3, 2015 22:11
error in meteor
// client/templates/event-list.html
<template name="eventList">
<table>
<tbody>
<tr>
<td>Nombre</td>
<td>Categoría</td>
<td>Fechas</td>
<td></td>
@fesja
fesja / fix emails
Created July 5, 2013 15:39
Patterns of bad written emails and the fix
$patterns = array(
'.con' => '.com',
'.col' => '.com',
'.cok' => '.com',
'.coj' => '.com',
'.cim' => '.com',
'.om' => '.com',
'.como' => '.com',
'.comm' => '.com',
'.comu' => '.com',