malthe (Malthe Borch)

Name
Malthe Borch
Email
Website/Blog
http://mockit.blogspot.com
Company
(Independent)
Location
Copenhagen, Denmark
Member Since
Sep 26, 2008 (about 1 year)

Following 2 githubbers and watching 9 repositories view all →

Public Repositories (5)

  • otto

    WSGI-compliant HTTP publisher

    legend

    Last updated Wed Dec 02 03:52:25 -0800 2009

  • macfsevents

    Thread-based interface to file system observation primitives.

    legend

    Last updated Tue Dec 01 07:25:33 -0800 2009

  • mdplayer

    Spotlight-based music scheduler for Mac OS X. Playlists are text files with track queries.

    legend

    Last updated Thu Nov 19 10:37:03 -0800 2009

  • robotto

    The Imperative CMS!

    legend

    Last updated Sun Nov 08 14:30:53 -0800 2009

  • bottle

    bottle.py is a fast and simple micro-framework for small web-applications.

    legend

    Forked from defnull/bottle Tue Nov 03 13:49:53 -0800 2009

    Last updated Tue Nov 03 00:13:26 -0800 2009

Public Activity feed

malthe pushed to master at malthe/otto Wed Dec 02 03:52:25 -0800 2009
HEAD is 8e86f2dc98ef8218ebc3b90b60fd7dcc78c9e378
malthe pushed to master at malthe/macfsevents Tue Dec 01 07:25:34 -0800 2009
HEAD is c00e65ce249c7747d433e188a2a10461a6f95e70

6 commits »

malthe created branch master at malthe/macfsevents Fri Nov 27 07:41:52 -0800 2009
malthe created repository MacFSEvents Fri Nov 27 07:40:25 -0800 2009
New repository is at malthe/macfsevents
malthe pushed to master at malthe/mdplayer Thu Nov 19 10:37:03 -0800 2009
HEAD is fdd4d0e9af2c477eafd9a5916679508bf9a11502
  • malthe committed fdd4d0e9:
    Do not wait for process to end (this prevents skipping).
malthe pushed to master at malthe/mdplayer Thu Nov 19 02:56:44 -0800 2009
HEAD is 60bbbacee6bc06535f084d56fc25233234d7c168

2 commits »

malthe pushed to master at malthe/mdplayer Wed Nov 18 15:39:39 -0800 2009
HEAD is 08fcba89a0c3cf2b7f80b528ec6d81dadc8a453f

2 commits »

malthe pushed to master at malthe/mdplayer Wed Nov 18 09:23:14 -0800 2009
HEAD is 23fe33051f2d974222f89630b07d57e16e06805f
malthe created branch master at malthe/mdplayer Wed Nov 18 09:20:41 -0800 2009
New branch is at malthe/mdplayer/tree/master
malthe created repository mdplayer Wed Nov 18 09:19:48 -0800 2009
New repository is at malthe/mdplayer
malthe pushed to master at malthe/otto Mon Nov 16 15:13:08 -0800 2009
HEAD is dad43305cb653e617e5d00b74f9e32c85fb0e922
malthe pushed to master at malthe/otto Mon Nov 16 15:09:53 -0800 2009
HEAD is 62250e772db7a6176ce90bb99c2efb69b6a09501

2 commits »

malthe pushed to master at malthe/otto Thu Nov 12 17:24:36 -0800 2009
HEAD is 98115d77c0ee7225083ac96948c30f3bfdd34c87
  • malthe committed 98115d77:
    Do away with combined match; turns out there's no performance gain.
malthe pushed to master at malthe/otto Thu Nov 12 13:25:48 -0800 2009
HEAD is cae2f56ecc856701a11def0e5555bcddb380b486

2 commits »

malthe pushed to master at malthe/otto Thu Nov 12 04:34:43 -0800 2009
HEAD is 19848329eeba25f9de7d773b1db2de4896c861d6
malthe pushed to master at malthe/otto Thu Nov 12 03:09:23 -0800 2009
malthe pushed to master at malthe/otto Thu Nov 12 03:08:23 -0800 2009
HEAD is 173246d0749377e4323a70b1cab4438d5c7db8c9

5 commits »

malthe pushed to master at malthe/otto Wed Nov 11 18:03:08 -0800 2009
HEAD is a08f5bb76ab136c18be347ee18cc9e8fa91e381f
  • malthe committed a08f5bb7:
    These should be readded and developed in a branch.
malthe pushed to master at malthe/otto Wed Nov 11 17:58:32 -0800 2009
HEAD is 780ff0217ba821893dc490d8a254ef39674d935d

3 commits »

malthe pushed to master at malthe/otto Wed Nov 11 15:51:07 -0800 2009
HEAD is 162582357a6505c70f0f273f61bcfc2a31b8d5f2
  • malthe committed 16258235:
    The asterisk now returns a tuple. All strings returned by the match function are now unquoted and decoded to unicode. Similarly, generated paths are quoted (quoted strings can always be coerced to unicode, so we needn't convert explicitly). The encoding functions were lifted from the ``repoze.bfg.encode`` module (BSD-like license).
malthe pushed to master at malthe/otto Wed Nov 11 11:52:24 -0800 2009
HEAD is cce12fa4e378df7ab4954d500db564ae2f1b7d44
  • malthe committed cce12fa4:
    Document the router class in the reference.
malthe pushed to master at malthe/otto Wed Nov 11 10:57:37 -0800 2009
HEAD is cc5db8ce52f0c3ed02f0e2dddd3d1aeea7674c82
  • malthe committed cc5db8ce:
    Moved tests out of class docstring; added tests for iteration, which revealed issues which are now fixed.
malthe pushed to master at malthe/otto Wed Nov 11 10:03:21 -0800 2009
HEAD is 9ea522e485c939c0f3b49c58fa5113dda791bae0
  • malthe committed 9ea522e4:
    The router now returns an iterable; this makes it possible to iterate through route matches (this feature isn't currently in use, but it enables us to later add route predicates, something which is used by e.g. BFG).
malthe pushed to master at malthe/otto Wed Nov 11 08:40:08 -0800 2009
HEAD is e628fd549bbdf4559b2e3fa820900221ebd89fce
  • malthe committed e628fd54:
    Added answer to question on how to implement a REST interface.
malthe pushed to master at malthe/otto Wed Nov 11 07:51:32 -0800 2009
HEAD is 2ea418fdd7e5b5ae0e9c92a8d6ed8d645fb71f7a
  • malthe committed 2ea418fd:
    Implemented redirection logic for paths with or without a trailing slash.
malthe pushed to master at malthe/otto Tue Nov 10 15:25:23 -0800 2009
HEAD is f35347331065d0ce6180f43e64bb84a3e017e776
  • malthe committed f3534733:
    Added section on frequently asked questions.
malthe pushed to master at malthe/otto Tue Nov 10 14:37:35 -0800 2009
malthe pushed to master at malthe/otto Tue Nov 10 14:29:44 -0800 2009
HEAD is 20376c3bec9960adb40041df890b5f24e7ce239e

4 commits »

malthe pushed to master at malthe/robotto Sun Nov 08 14:30:54 -0800 2009
HEAD is 477df661cc79f1522e599b1b983a4b65b213e00a
malthe pushed to master at malthe/otto Thu Nov 05 06:27:03 -0800 2009
HEAD is 1074e59f546428cee69a0c6789d38799884a3ccd
  • malthe committed 1074e59f:
    Reimplemented path resolution as a two-way traverser class which needs methods ``resolve`` and ``reverse``.
malthe pushed to master at malthe/otto Thu Nov 05 04:08:29 -0800 2009
HEAD is 2d98ce5a81be43e131b305cff0da6d9fcfd4bbe3
  • malthe committed 2d98ce5a:
    Added functionality to get controller from route by calling its ``bind`` method (optionally passing a context).
malthe created branch master at malthe/robotto Thu Nov 05 01:44:05 -0800 2009
New branch is at malthe/robotto/tree/master
malthe created repository robotto Thu Nov 05 01:42:41 -0800 2009
New repository is at malthe/robotto
malthe edited a page in the malthe/otto wiki Tue Nov 03 16:57:26 -0800 2009
"Home" is at malthe/otto/wikis/home
malthe pushed to master at malthe/otto Tue Nov 03 15:35:20 -0800 2009
HEAD is f43ae44d44c8e0102bb7eedb6c4be599ee041d53