cgrand (Christophe Grand)

Name
Christophe Grand
Email
Website/Blog
http://clj-me.blogspot.com/
Company
http://cgrand.net/
Location
Saint-Étienne, France
Member Since
Jan 16, 2009 (10 months)

Following 2 githubbers and watching 16 repositories view all →

Public Repositories (7)

  • parsley

    a DSL for creating parsers in Clojure

    legend

    Last updated Sun Nov 29 02:11:36 -0800 2009

  • ccw

    legend

    Forked from laurentpetit/ccw Fri Nov 06 01:01:49 -0800 2009

    Last updated Sun Nov 08 14:35:34 -0800 2009

  • enlive

    a selector-based (à la CSS) templating and transformation system for Clojure

    legend

    Last updated Thu Oct 29 12:18:50 -0700 2009

  • clojure

    The Clojure programming language

    legend

    Forked from richhickey/clojure Sun Jun 14 01:27:33 -0700 2009

    Last updated Fri Oct 23 11:46:44 -0700 2009

  • moustache

    a micro web framework/internal DSL to wire Ring handlers and middlewares

    legend

    Last updated Tue Jun 09 00:27:33 -0700 2009

  • sandbox

    expeiments, works in progress etc.

    legend

    Last updated Mon May 11 02:18:20 -0700 2009

  • ring

    Clojure web application library: abstracts HTTP to allow modular and concise webapps.

    legend

    Forked from mmcgrana/ring Tue Jan 20 08:16:07 -0800 2009

    Last updated Wed Apr 29 08:29:51 -0700 2009

Public Activity feed

cgrand pushed to master at cgrand/parsley Sun Nov 29 02:11:36 -0800 2009
HEAD is a3ebd5a684b2b6619c8a3794045730a2279fbce7
  • Christophe Grand committed a3ebd5a6:
    renamed funstion in range-map, added tests
cgrand pushed to master at cgrand/parsley Sat Nov 28 14:26:46 -0800 2009
HEAD is 1aaa668c8c680e2ace97e55c334aa8390d4a8bde
  • Christophe Grand committed 1aaa668c:
    first cut at range-map
cgrand pushed to master at cgrand/parsley Fri Nov 27 09:06:31 -0800 2009
HEAD is 40f72e170b6bb4805760cec32d3ccb4b384316a2
  • Christophe Grand committed 40f72e17:
    trying regex ?! and ?= instead of but and with
cgrand updated gist: 244059 Fri Nov 27 07:22:59 -0800 2009
(defn euclidean "berechnet den (modifizierten) euklidischen abstand zwischen zwei usern" [act...
cgrand updated gist: 244059 Fri Nov 27 07:22:59 -0800 2009
(defn euclidean "berechnet den (modifizierten) euklidischen abstand zwischen zwei usern" [act...
cgrand forked gist: 244059 Fri Nov 27 07:22:06 -0800 2009
(defn euclidean "berechnet den (modifizierten) euklidischen abstand zwischen zwei usern" [act...
cgrand pushed to master at cgrand/parsley Fri Nov 27 06:47:48 -0800 2009
HEAD is 367412f9e941d1d5aa097769ef36c2b8e1227dfb

6 commits »

cgrand pushed to master at cgrand/parsley Thu Nov 26 08:28:58 -0800 2009
HEAD is 493ac468cab1bd7d1cbeac977ca9c0350b4d4093
  • Christophe Grand committed 493ac468:
    added license file
cgrand pushed to master at cgrand/parsley Thu Nov 26 07:50:05 -0800 2009
HEAD is 21f9ae32658087fba357f152db3701397dbd40f0
  • Christophe Grand committed 21f9ae32:
    added license file
cgrand pushed to master at cgrand/parsley Thu Nov 26 07:49:34 -0800 2009
HEAD is 9f2dce2ac9bb21d03d8646306c7532b953da3fb1

6 commits »

cgrand edited a page in the cgrand/enlive wiki Thu Nov 26 00:10:51 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Thu Nov 26 00:08:27 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Wed Nov 25 22:57:59 -0800 2009
cgrand started watching technomancy/leiningen Thu Nov 19 03:32:55 -0800 2009
leiningen's description:
A build tool for Clojure designed to not set your hair on fire.
cgrand updated gist: 237700 Wed Nov 18 02:06:34 -0800 2009
;; http://clj-me.cgrand.net/2009/11/18/an-optimization-is-never-done/ (import '(javax.swing JFram...
cgrand created gist: 237700 Wed Nov 18 02:06:08 -0800 2009
;; http://clj-me.cgrand.net/2009/11/18/an-optimizatio…-is-never-done/ (import '(javax.swing JFram...
cgrand updated gist: 236782 Tue Nov 17 03:14:56 -0800 2009
;; vector of arrays version (import '(javax.swing JFrame JPanel) '(java.awt Color Graphi...
cgrand created gist: 236782 Tue Nov 17 01:11:35 -0800 2009
;; vector of arrays version (import '(javax.swing JFrame JPanel) '(java.awt Color Graphi...
cgrand updated gist: 236050 Mon Nov 16 10:37:24 -0800 2009
(import '(javax.swing JFrame JPanel) '(java.awt Color Graphics2D))
cgrand updated gist: 236050 Mon Nov 16 10:16:38 -0800 2009
(import '(javax.swing JFrame) '(java.awt Color Graphics Canvas GraphicsEnvironmen...
cgrand updated gist: 236050 Mon Nov 16 07:16:35 -0800 2009
(defn spawn? [rows i] (let [w (count (first rows))] (= 2 (count (for [j [(mod (inc i) w) i ...
cgrand created gist: 236050 Mon Nov 16 07:15:40 -0800 2009
(defn spawn? [rows i] (let [w (count (first rows))] (= 2 (count (for [j [(mod (inc i) w) i ...
cgrand pushed to debug-with-src at cgrand/ccw Sun Nov 08 14:35:35 -0800 2009
HEAD is c694f8545cd41b1f1f15148f66cb4af6385e3e6a

3 commits »

cgrand pushed to debug-with-src at cgrand/ccw Fri Nov 06 01:07:52 -0800 2009
HEAD is b641d875d2fde89d9a8f6ddfeeef46a3840c2bb6
  • cgrand committed b641d875:
    made breakpoints markers work inside jars
cgrand forked laurentpetit/ccw Fri Nov 06 01:01:52 -0800 2009
Forked repository is at cgrand/ccw
cgrand edited a page in the cgrand/enlive wiki Thu Nov 05 07:04:22 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Thu Nov 05 06:53:19 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Thu Nov 05 06:50:36 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Thu Nov 05 06:42:27 -0800 2009
cgrand edited a page in the cgrand/enlive wiki Sat Oct 31 12:12:48 -0700 2009
cgrand edited a page in the cgrand/enlive wiki Sat Oct 31 12:12:37 -0700 2009
cgrand edited a page in the cgrand/enlive wiki Sat Oct 31 07:18:16 -0700 2009
cgrand edited a page in the cgrand/enlive wiki Sat Oct 31 05:12:10 -0700 2009
cgrand edited a page in the cgrand/enlive wiki Fri Oct 30 12:59:37 -0700 2009
cgrand pushed to master at cgrand/enlive Thu Oct 29 12:18:50 -0700 2009
HEAD is ea3bce9ba539981f5034a102af0abf1eb2166799
  • Christophe Grand committed ea3bce9b:
    remove unneeded quotes in DOCTYPE