Skip to content

Instantly share code, notes, and snippets.

View ditman's full-sized avatar
💙
Flutterin'

David Iglesias ditman

💙
Flutterin'
View GitHub Profile
@vortizhe
vortizhe / gist:5557615
Last active December 17, 2015 05:28
Venta de material fotográfico

Si has llegado hasta aquí seguramente me conocesy sabes como contactar conmigo.

Todo el material está en perfecto estado, sin rasguños, marcas de uso ni hongos.

Si estás interesado en algo mando fotos por mail.

##Kit cámara Canon 400D - 300€

  • 1 x Objetivo 18-55mm f3.5-5.6 con parasol original
  • 1 x Grip empuñadura con capacidad de dos baterías
  • 3 x Baterias
@jsoriano
jsoriano / closure.hs
Last active December 14, 2015 20:39
Closures that modify a variable of these scopes in different languages
module Main (main) where
import Debug.Trace
import Control.DeepSeq
import Control.Monad.State
type Counter = State Int ()
log' :: Counter -> Counter
log' f = do f