mdemare (Michiel de Mare)

Name
Michiel de Mare
Email
Website/Blog
http://blog.rubyenrails.nl
Company
Inglua
Location
Amsterdam, Netherlands
Member Since
Apr 03, 2008 (about 1 year)

Following 11 githubbers and watching 26 repositories view all →

Public Repositories (7)

  • like_time

    A human alternative to strftime

    legend

    Last updated Mon Jun 08 07:16:36 -0700 2009

  • rails-templates

    legend

    Forked from jzajpt/rails-templates Sun Mar 15 11:29:36 -0700 2009

    Last updated Mon Mar 16 18:52:15 -0700 2009

  • rails

    Ruby on Rails

    legend

    Forked from rails/rails Thu Dec 04 20:27:59 -0800 2008

    Last updated Tue Mar 10 18:15:20 -0700 2009

  • route-me

    Native component for openstreetmap on iphone

    legend

    Last updated Tue Feb 24 21:17:10 -0800 2009

  • capistrano

    Remote multi-server automation tool

    legend

    Forked from jamis/capistrano Wed Feb 25 13:16:45 -0800 2009

    Last updated Tue Feb 24 20:09:57 -0800 2009

  • checklist

    The Ultimate Website Launch Checklist

    legend

    Forked from netguru/checklist Sun Mar 15 19:11:29 -0700 2009

    Last updated Thu Feb 19 12:01:15 -0800 2009

  • fuzzy_file_finder

    A (slightly enhanced) implementation of TextMate's cmd-T lookup functionality, in Ruby, for embed...

    legend

    Forked from jamis/fuzzy_file_finder Tue Dec 02 13:29:25 -0800 2008

    Last updated Sat Dec 06 11:25:30 -0800 2008

Public Activity feed

mdemare updated gist: 248515 Thu Dec 03 13:00:35 -0800 2009
;variants of the code from point #2 of: ; http://www.tbray.org/ongoing/When/200x/2009/12/01/Cloju...
mdemare forked gist: 248515 Thu Dec 03 12:57:34 -0800 2009
;variants of the code from point #2 of: ; http://www.tbray.org/ongoing/When/200x/2009/12/01/Cloju...
mdemare updated gist: 230225 Thu Dec 03 10:17:27 -0800 2009
(use 'clojure.contrib.pprint) (defn assert-equal [expected actual]
mdemare updated gist: 245588 Mon Nov 30 10:51:13 -0800 2009
(defn multibool [& args] (let [offset ({6 2, 11 3, 20 4} (count args))] (if-not offset
mdemare updated gist: 230225 Mon Nov 30 09:58:29 -0800 2009
(use 'clojure.contrib.pprint) (defn assert-equal [expected actual]
mdemare updated gist: 230244 Mon Nov 30 09:57:53 -0800 2009
clj MyApp.clj | grep assert | sort | uniq > MyAppTest.clj
mdemare updated gist: 230243 Mon Nov 30 09:57:44 -0800 2009
;; original (defn left-s [s length] (subs s 0 (if (< length 0) (+ length (count s)) length)))
mdemare updated gist: 245588 Mon Nov 30 09:54:59 -0800 2009
(defmacro multibool [& args] (let [offset ({6 2, 11 3, 20 4} (count args))] (if-not offset
mdemare updated gist: 245588 Mon Nov 30 09:53:50 -0800 2009
(defmacro multibool [& args] (let [offset ({6 2, 11 3, 20 4} (count args))] (if-not offset
mdemare updated gist: 245586 Mon Nov 30 09:52:01 -0800 2009
(({true {true "i" false "il"} false {true "le" false "la"}} masculine) plural)
mdemare created gist: 245590 Mon Nov 30 09:40:19 -0800 2009
(multibool masculine plural "la" "le" "il" "la")
mdemare created gist: 245588 Mon Nov 30 09:37:41 -0800 2009
(defmacro multibool [& args] (let [offset ({6 2, 11 3, 20 4} (count args))] (if-not offset
mdemare created gist: 245586 Mon Nov 30 09:35:20 -0800 2009
(({true {true "i" false "il"} false {true "le" false "la"}} masculine) plural)
mdemare created gist: 245578 Mon Nov 30 09:29:43 -0800 2009
(if (and masculine plural) "i" (if plural
mdemare created gist: 233347 Thu Nov 12 14:06:43 -0800 2009
((comp (partial reduce (fn [sum i] (+ sum i)) 0) (partial filter #(= 1 (mod % 2)))
mdemare created gist: 233344 Thu Nov 12 14:05:58 -0800 2009
((comp #(reduce (fn [sum i] (+ sum i)) 0 %) (fn [s] (filter #(= 1 (mod % 2)) s))
mdemare created gist: 233343 Thu Nov 12 14:05:05 -0800 2009
(->> (.split text "\n") (remove #(re-find #"^#" %)) (map #(count (.split % " ")))
mdemare created gist: 233342 Thu Nov 12 14:04:20 -0800 2009
(let [x (.split text "\n") x (remove #(re-find #"^#" %) x) x (map #(count (.split % "...
mdemare created gist: 233330 Thu Nov 12 13:54:36 -0800 2009
(reduce (fn [sum i] (+ sum i)) 0
mdemare created gist: 233326 Thu Nov 12 13:52:50 -0800 2009
text.split("\n"). reject {|l| l =~ /^#/}. map {|l| l.split.size }.
mdemare created gist: 230244 Mon Nov 09 12:11:51 -0800 2009
clj MyApp.clj | grep assert | sort | uniq > MyAppTest.clj
mdemare created gist: 230243 Mon Nov 09 12:09:49 -0800 2009
;; original (defn left-s [s length] (subs s 0 (if (< length 0) (+ length (count s)) length)))
mdemare created gist: 230225 Mon Nov 09 11:57:44 -0800 2009
(use 'clojure.contrib.pprint) (defn assert-equal [expected actual]
mdemare started watching mxcl/homebrew Tue Nov 03 03:22:34 -0800 2009
homebrew's description:
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme
mdemare started watching alexstaubo/keywurl Sat Oct 31 04:23:38 -0700 2009
keywurl's description:
Keywurl is a small extension for Safari that adds keyword search, similar to Firefox's "Quick Search" functionality.
mdemare started watching brynary/webrat Tue Oct 27 06:06:44 -0700 2009
webrat's description:
Webrat - Ruby Acceptance Testing for Web applications
mdemare started watching justinfrench/formtastic Thu Oct 08 06:38:32 -0700 2009
formtastic's description:
A Rails form builder plugin with semantically rich and accessible markup. It's deliciously close to 1.0!