adamcooke (Adam Cooke)

Name
Adam Cooke
Email
Website/Blog
http://www.codebasehq.com
Company
aTech Media/CodebaseHQ
Location
Dorset, UK
Member Since
Apr 03, 2008 (about 1 year)

Following 9 githubbers and watching 29 repositories view all →

Public Repositories (18)

  • uu

    Some useful things for your Rails applications

    legend

    Last updated Mon Nov 23 09:04:18 -0800 2009

  • resque

    A simple Redis-based queue.

    legend

    Forked from defunkt/resque Tue Nov 03 12:48:39 -0800 2009

    Last updated Thu Nov 12 02:39:55 -0800 2009

  • runa

    A redis-powered job/background runner

    legend

    Last updated Wed Nov 04 06:44:26 -0800 2009

  • query_trace

    Adds query origin tracing to your logs.

    legend

    Forked from ntalbott/query_trace Tue Nov 03 10:02:25 -0800 2009

    Last updated Tue Nov 03 10:08:02 -0800 2009

  • clippy

    Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the clie...

    legend

    Forked from mojombo/clippy Sat Oct 31 13:13:56 -0700 2009

    Last updated Tue Nov 03 09:12:14 -0800 2009

  • point

    Ruby Point API Client

    legend

    Last updated Thu Oct 29 09:00:32 -0700 2009

  • twitterfications

    A Rails plugin which allows you to send tweets to alert you of specific activities within your ap...

    legend

    Last updated Mon Oct 26 08:48:33 -0700 2009

  • rapidswitch-php

    PHP RapidSwitch API Client

    legend

    Last updated Fri Oct 09 16:24:53 -0700 2009

  • chuck-divides-by-zero

    Everyone knows Chuck Norris can divide by zero, so why shouldn't he be able to do so in Ruby?

    legend

    Last updated Tue Aug 18 17:02:19 -0700 2009

  • realex

    API Client for Realex Payment Processor

    legend

    Last updated Fri Jun 19 09:21:35 -0700 2009

  • htmlserve

    Sinatra application to render a folder of static HTML/assets

    legend

    Last updated Mon Jun 08 04:03:12 -0700 2009

  • radar

    Radar Gem to speed up access to radar tasks

    legend

    Last updated Wed May 20 06:35:55 -0700 2009

  • gembuilder

    Very simply sinatra application which receives Codebase Notifications and builds & publishs g...

    legend

    Last updated Wed May 06 01:33:09 -0700 2009

  • gitscm

    Git homepage that rocks - from the git.or.cz awesomeness

    legend

    Forked from schacon/gitscm Tue Apr 14 03:52:06 -0700 2009

    Last updated Tue Apr 14 03:57:04 -0700 2009

  • railswork

    Source for www.railswork.com

    legend

    Last updated Tue Mar 10 08:07:57 -0700 2009

  • growler

    A simple codebase/github post-receive script to send a growl notification for each commit to a gr...

    legend

    Last updated Sun Jan 11 16:00:39 -0800 2009

  • key-installer

    Installs SSH public keys on remote hosts from a single command

    legend

    Last updated Wed Nov 19 14:26:56 -0800 2008

  • charty

    An amCharts Rails Library (perfect for caching)

    legend

    Created Sun Nov 08 15:01:22 -0800 2009

Public Activity feed

adamcooke pushed to master at adamcooke/uu Mon Nov 23 09:04:18 -0800 2009
HEAD is 7e35bef6583fa0447a48bf138265fedad70fa08e
adamcooke created branch master at adamcooke/uu Mon Nov 23 03:30:31 -0800 2009
New branch is at adamcooke/uu/tree/master
adamcooke created repository uu Mon Nov 23 03:30:16 -0800 2009
New repository is at adamcooke/uu
adamcooke pushed to master at adamcooke/resque Thu Nov 12 02:39:55 -0800 2009
HEAD is 013a80d98b092e400e5e77edee1ee459292d364d

3 commits »

adamcooke deleted branch variable_poll_interval at adamcooke/resque Mon Nov 09 04:07:43 -0800 2009
Deleted branch was at adamcooke/resque/tree/variable_poll_interval
adamcooke created repository charty Sun Nov 08 15:01:22 -0800 2009
New repository is at adamcooke/charty
adamcooke updated gist: 229460 Sun Nov 08 12:01:43 -0800 2009
chart :small_revenue_with_signups do |c| c.type = :line
adamcooke created gist: 229460 Sun Nov 08 11:59:49 -0800 2009
chart :small_revenue_with_signups do |c| c.type = :line c.cache_ttl = 300
adamcooke pushed to master at adamcooke/resque Sun Nov 08 08:58:31 -0800 2009
HEAD is 54f439677d8413d996c218a9c6bc212a1b3259e8
  • adamcooke committed 54f43967:
    allow the poll interval to be overridden using a user script
adamcooke pushed to master at adamcooke/resque Sun Nov 08 03:56:59 -0800 2009
HEAD is 2be99f696f4d9c5997278238a3639261edc33f96

3 commits »

adamcooke opened issue 10 on defunkt/resque Sun Nov 08 03:52:16 -0800 2009
Poll interval in web UI
adamcooke commented on jerefrer/resque Fri Nov 06 14:07:01 -0800 2009
Comment in d668921:

Resque.workers returns all workers on all hosts not just localhost so you'd need to verify that the worker is running on your machine before you try to kill it otherwise you'll end up, possibly, killing the wrong processes.

adamcooke pushed to variable_poll_interval at adamcooke/resque Fri Nov 06 02:11:07 -0800 2009
HEAD is 06528f712906d4e3d4d48e990e682fe7597f0eb6
  • adamcooke committed 06528f71:
    allow the poll interval to be overridden using a user script
adamcooke created branch variable_poll_interval at adamcooke/resque Fri Nov 06 02:05:14 -0800 2009
adamcooke updated gist: 227098 Thu Nov 05 07:10:04 -0800 2009
class SomeJob include Resque::Mixin::Status
adamcooke forked gist: 227098 Thu Nov 05 07:09:24 -0800 2009
class SomeJob include Resque::Mixin::Status
adamcooke commented on cmelbye/resque Thu Nov 05 00:37:48 -0800 2009
Comment in 544d4f1:

Would be be better to use * rather than default when no queues are specified?

adamcooke applied fork commits to resque/gh-pages Thu Nov 05 00:37:21 -0800 2009
gh-pages was changed to 90b2ec
adamcooke pushed to master at adamcooke/resque Thu Nov 05 00:22:16 -0800 2009
HEAD is 8d144e127e10cfd6bfd93497d4f59c875ddd901a
adamcooke pushed to master at adamcooke/resque Wed Nov 04 13:32:38 -0800 2009
HEAD is 4db1221de88de28fb324c3ea7b7f4c81f1a7d93a
adamcooke pushed to master at adamcooke/resque Wed Nov 04 11:12:16 -0800 2009
HEAD is 6dbb4f067fd89b47f1bffc36e719cbe8612a5754
adamcooke pushed to master at adamcooke/resque Wed Nov 04 10:29:25 -0800 2009
adamcooke pushed to master at adamcooke/resque Wed Nov 04 10:27:02 -0800 2009
HEAD is 70979bc21b5f25c12074aa72c43826d4abd456d3

3 commits »

adamcooke pushed to master at adamcooke/runa Wed Nov 04 06:44:26 -0800 2009
HEAD is f85861f7cd8dcb8415e3097e2de96889c4706165
adamcooke created gist: 226047 Wed Nov 04 05:43:11 -0800 2009
#!/bin/bash cd /tmp
adamcooke pushed to master at adamcooke/resque Wed Nov 04 05:18:18 -0800 2009
HEAD is f20d9e51edfeeb3a320d5cc6b9ef3af32719cbbb
adamcooke pushed to master at adamcooke/resque Wed Nov 04 05:03:18 -0800 2009
HEAD is 8e73c3c70217380860a7712fdd02cebfda10e6cb
  • adamcooke committed 8e73c3c7:
    don't use a layout on errors so the poller doesn't re-add the layout if redis-server disappeared mid-poll
adamcooke pushed to master at adamcooke/resque Wed Nov 04 04:48:49 -0800 2009
HEAD is 43438c908f159890d7aa4078dd0650b8f1e79091
adamcooke pushed to master at adamcooke/resque Wed Nov 04 04:48:04 -0800 2009
HEAD is b7d86f077bb2dcc9219be667331eca9b424f8fd3
adamcooke pushed to master at adamcooke/resque Wed Nov 04 04:40:04 -0800 2009
adamcooke pushed to master at adamcooke/resque Wed Nov 04 04:26:34 -0800 2009
adamcooke pushed to master at adamcooke/resque Wed Nov 04 03:30:21 -0800 2009
HEAD is 94b629182ac7a2f2fe7cd8d0bd0ad2a386ed4f96

6 commits »

adamcooke pushed to master at adamcooke/resque Wed Nov 04 03:26:45 -0800 2009
HEAD is 9a4c508bc7711e5aa60d5b7ab7e3754870da5cb6
adamcooke pushed to master at adamcooke/resque Wed Nov 04 03:22:03 -0800 2009
HEAD is 1f892a79b42c4190ef8e87edce304079280808ef