tim

Tim Fletcher
13
11
  • An Erlang client library for beanstalkd
    Created Sun Apr 27 02:12:25 -0700 2008
    legend
  • An Erlang wrapper for Yahoo's Fire Eagle API
    Created Sun Jun 22 15:10:14 -0700 2008
    legend
  • A set of miscellaneous string formatting functions for Erlang
    Created Wed May 14 09:09:49 -0700 2008
    legend
  • An Erlang wrapper around the OAuth protocol
    Created Fri May 16 08:17:32 -0700 2008
    legend
  • An Erlang wrapper for oEmbed requests
    Created Thu Jun 12 13:42:07 -0700 2008
    legend
  • An Erlang decoder for Google's Protocol Buffers
    Created Mon Jul 14 08:59:22 -0700 2008
    legend
  • A Rison encoder/decoder written in Erlang
    Created Tue Apr 01 09:08:19 -0700 2008
    legend
  • An Erlang implementation of the URI Template spec
    Created Sun Jun 15 07:36:01 -0700 2008
    legend
  • An Erlang wrapper around the Yahoo! Internet Location Platform API
    Created Wed May 14 09:12:23 -0700 2008
    legend
  • A Ruby port of PHP's date function
    Created Tue Apr 01 14:07:53 -0700 2008
    legend
  • Dhaka-based Rison parser
    Created Tue Apr 01 08:49:59 -0700 2008
    legend

Following

Public Activity  feed

tim commented on pib/erlang-oauth 3 days ago
Comment on src/oauth_unit.erl in 1432884:

This test case is broken. The keys in the Params list will be strings, not atoms.

tim started watching dynomite 3 days ago
dynomite is at cliffmoon/dynomite
tim committed to tim/erlang-oauth 11 days ago
tim committed to tim/erlang-oauth 11 days ago

44de303f49175d0dafe4a28e45b30d2f4194581c

Add Google contacts example.

tim committed to tim/erlang-oauth 11 days ago

60c906f6897dbf91c7e2d42365cbeb0dbfbb8061

Remove unused proplists_merge.

tim committed to tim/erlang-oauth 11 days ago

96bb209e53bbf467d52d8ee0aa5022d9f424b6b1

Add support for RSA-SHA1 signing.

tim committed to tim/erlang-oauth 11 days ago

c34703843cf5276575117946a9b9b3de9a68d974

Fix Makefile so that test modules recompile when changed.

tim committed to tim/erlang-oauth 11 days ago

419e63197b6d3f563f0a59ad32b8576da20b4c3a

Combine oauth_hmac and oauth_plaintext into oauth_crypto.