Skip to content

Instantly share code, notes, and snippets.

@mayo
mayo / README.md
Last active September 26, 2017 23:09 — forked from mayo/README.md
Playground gist for bl.ocks.org

Playground gist for bl.ocks.org

@mayo
mayo / README.md
Last active July 16, 2016 04:32 — forked from mbostock/weekday.js
Weekdays

A basic example of using mbostock's weekday.js gist to to plot only weekdays using a linear scale. The resulting charts will not show gaps where weekends would be.

Luis@KEORE (D:\Users\Luis\projects\oss\datamapper\do.git\do_postgres\ext\do_postgres_ext)
$ ruby extconf.rb --with-pgsql-dir=d:/users/luis/projects/oss/_libs/pgsql --with-pgsql-server-include=D:/users/luis/projects/oss/_libs/pgsql/include/server --with-pgsql-win32-include=d:/users/luis/projects/oss/_libs/pgsql/include/server/port/win32
@mayo
mayo / gist:11624
Created September 19, 2008 17:40 — forked from cilquirm/gist:11623
module MarcasDeTiempo
def self.included(base)
# Propiedades especiales
# Permite guardar la fecha y hora de eliminación del recurso
property :deleted_at, ParanoidDateTime
# Permite conocer cuándo fue creado y cuándo fue modificado el recurso
property :created_at, DateTime
property :updated_at, DateTime
end
end