cesare (SAWADA Tadashi)

Name
SAWADA Tadashi
Website/Blog
http://cesare.mayverse.jp/
Location
Tokyo, Japan
Member Since
May 11, 2008 (about 1 year)

Following 68 coders and watching 46 repositories view all →

Public Repositories (5)

  • learning-sicp

    notes and exercises of SICP (Structrure and Interpretation of Computer Programs) see also: http:/...

    legend

    Last updated Thu Feb 04 08:00:59 -0800 2010

  • g

    The Kernel.g that works like Kernel.p on growl :)

    legend

    Forked from jugyo/g Sat Nov 21 07:33:03 -0800 2009

    Last updated Tue Dec 29 02:53:23 -0800 2009

  • ruby-libc-libyaml

    Ruby binging of libyaml library, YAML::LibYAML

    legend

    Last updated Sat Apr 11 17:58:46 -0700 2009

  • net-domain-tld

    Simple database of known top-level domain names.

    legend

    Last updated Tue Jan 27 07:51:10 -0800 2009

  • webservice-timeline

    API client library for @nifty Timeline service.

    legend

    Last updated Wed May 14 08:35:59 -0700 2008

Public Activity feed

cesare updated gist: 297305 Sun Feb 07 00:23:07 -0800 2010
remains :: (Eq a) => [a] -> a -> Int remains lst key = length (dropWhile (/= key) lst) -1
cesare created gist: 297305 Sun Feb 07 00:21:57 -0800 2010
remains :: (Eq a) => [a] -> a -> Int remains lst key = length (dropWhile (/= key) lst) -1
cesare created gist: 297299 Sat Feb 06 23:55:17 -0800 2010
(define (remains lst key) (cond ((null? lst) -1) ((eq? (car lst) key) (length (cdr lst)))
cesare pushed to master at cesare/learning-sicp Thu Feb 04 08:01:00 -0800 2010
HEAD is 4755cfc37c11746f98fc515a7d919d2fe92e13eb

2 commits »

cesare created gist: 291073 Sun Jan 31 05:47:11 -0800 2010
#!/usr/bin/env ruby # # make a summary of attendees who registered an event on ATND.org
cesare pushed to master at cesare/learning-sicp Thu Jan 21 09:06:17 -0800 2010
HEAD is fe21502fcf5bc14a9ed8fad6c48ffc2810029f66
  • SAWADA Tadashi committed fe21502f:
    added an example for explaining genarate-huffman-tree procedure.
cesare pushed to master at cesare/learning-sicp Thu Jan 21 08:54:42 -0800 2010
HEAD is e9771020c11292d4c5eaa4eac0b49c35e34cf359
  • SAWADA Tadashi committed e9771020:
    fixed typo and indents.
cesare pushed to master at cesare/learning-sicp Thu Jan 21 08:49:15 -0800 2010
HEAD is 1e3d8a3d4342a81e99b733d5dda28287a23aa4ec
  • SAWADA Tadashi committed 1e3d8a3d:
    solved exercise 2.71.
cesare pushed to master at cesare/learning-sicp Mon Jan 18 06:26:09 -0800 2010
HEAD is 1c7200884b1d7731ea96091e8b71d7ea606edda4
  • SAWADA Tadashi committed 1c720088:
    fixed successive-merge procedure in the exercise-2.69.
cesare pushed to master at cesare/learning-sicp Fri Jan 15 10:40:29 -0800 2010
HEAD is c9fce52543d5a9e21705c69ecf96435868a4ded9
  • SAWADA Tadashi committed c9fce525:
    solved exercise 2.70.
cesare pushed to master at cesare/learning-sicp Fri Jan 15 09:47:49 -0800 2010
HEAD is 24ea2c62f06f4ffc9857669abc79a71bed58fd27
  • SAWADA Tadashi committed 24ea2c62:
    solved exercise 2.69.
cesare pushed to master at cesare/learning-sicp Thu Jan 14 10:18:28 -0800 2010
HEAD is 94a9f121995fe3b7ffd7c94a96f09ef9cdf007c4
  • SAWADA Tadashi committed 94a9f121:
    solved exercise 2.68.
cesare pushed to master at cesare/learning-sicp Thu Jan 14 09:33:16 -0800 2010
HEAD is c6f244d9b877622d5c43baefcb2a0dbc408df5c5
  • SAWADA Tadashi committed c6f244d9:
    added notes and an exercise of section 2.3.4.
cesare started watching darashi/jpmobile-rack Wed Jan 13 06:57:10 -0800 2010
jpmobile-rack's description:
jpmobile for rack
cesare pushed to master at cesare/learning-sicp Mon Jan 11 10:11:46 -0800 2010
HEAD is 20a0a567e0d5abc8e8ca887f037def4d061766ee
  • SAWADA Tadashi committed 20a0a567:
    added notes and an exercise of "Sets and information retrieval".
cesare pushed to master at cesare/learning-sicp Mon Jan 11 06:22:15 -0800 2010
HEAD is 8396298b5d2d482b7ab33bb15d1f373990476400
  • SAWADA Tadashi committed 8396298b:
    fixed a number in the example.
cesare pushed to master at cesare/learning-sicp Mon Jan 11 06:21:03 -0800 2010
HEAD is 3abb856e2100a378b2e7ea1a2f9208a33aa9a21a

2 commits »

cesare pushed to master at cesare/learning-sicp Mon Jan 11 05:58:49 -0800 2010
HEAD is 286c7960d02e19e14566e09155c03f1f89c41d3f
  • SAWADA Tadashi committed 286c7960:
    solved exercise 2.64.
cesare pushed to master at cesare/learning-sicp Mon Jan 11 04:49:01 -0800 2010
HEAD is 0f61dbaca9964d0904403afa4e02980bcbca9627

2 commits »

cesare pushed to master at cesare/learning-sicp Sat Jan 09 00:44:48 -0800 2010
HEAD is d2f87fad89fc53236d7af1feeeb7bca20b74c18e
  • SAWADA Tadashi committed d2f87fad:
    added notes and exercises of "Sets as ordered lists", section-2.3.3.
cesare pushed to master at cesare/learning-sicp Fri Jan 08 23:35:39 -0800 2010
HEAD is d76fbbb79631be13996a1c353ecc7cf0fdb6c0fb
  • SAWADA Tadashi committed d76fbbb7:
    added notes and exercises of "Sets as unordered lists", section-2.3.3.
cesare updated gist: 272154 Fri Jan 08 08:23:43 -0800 2010
sumDigits n = foldl (+) 0 (splitNumber n) where splitNumber x | x < 10 = [x] ...
cesare created gist: 272154 Fri Jan 08 08:20:53 -0800 2010
sumDigits n = foldl (+) 0 (splitNumber n) where splitNumber n | n < 10 = [n] ...
cesare pushed to master at cesare/learning-sicp Fri Jan 08 07:47:40 -0800 2010
HEAD is 69179bfdec406f6a7d53410124a14c6ccc724af7
  • SAWADA Tadashi committed 69179bfd:
    solved Exercise-2.58 (a).