montsamu (Samuel Montgomery-Blinn)

Name
Samuel Montgomery-Blinn
Email
Member Since
Oct 02, 2009 (2 months)

Following 5 githubbers and watching 13 repositories view all →

Public Repositories (3)

  • bullspec

    bits of site code for bullspec

    legend

    Last updated Tue Dec 15 05:47:56 -0800 2009

  • go-twitter-oauth

    Simple Twitter (and supporting OAuth code and minimal file persistence) client for the Go program...

    legend

    Last updated Thu Nov 19 13:15:10 -0800 2009

  • myimgur

    Example Google App Engine app with inbound mail processing of attachments, use of Imgur API to up...

    legend

    Last updated Wed Oct 14 11:55:05 -0700 2009

Public Activity feed

montsamu pushed to master at montsamu/bullspec Tue Dec 15 05:47:57 -0800 2009
HEAD is cf30ee3eb89479b05196b92cc03bfff829e9c4ed
montsamu opened issue 3 on montsamu/bullspec Tue Dec 15 04:56:17 -0800 2009
Think about factoring out the db Model
montsamu opened issue 2 on montsamu/bullspec Mon Dec 14 07:39:00 -0800 2009
add retry for timeout
montsamu opened issue 1 on montsamu/bullspec Mon Dec 14 07:38:18 -0800 2009
add simple ACK checking
montsamu edited a page in the montsamu/bullspec wiki Mon Dec 14 07:36:00 -0800 2009
montsamu pushed to master at montsamu/bullspec Mon Dec 14 07:31:38 -0800 2009
HEAD is 710e1ea663fc46244db518083a1fccce7f12855b
montsamu pushed to master at montsamu/bullspec Mon Dec 14 07:22:38 -0800 2009
HEAD is 33471b0192a39c1a16c220d270b5fd2badd64945
montsamu edited a page in the montsamu/bullspec wiki Mon Dec 14 07:21:08 -0800 2009
montsamu pushed to master at montsamu/bullspec Mon Dec 14 07:16:51 -0800 2009
HEAD is 37adec4a92cd165a663e15d187878772db676366
montsamu created branch master at montsamu/bullspec Mon Dec 14 06:59:30 -0800 2009
montsamu created repository bullspec Fri Dec 11 12:05:47 -0800 2009
New repository is at montsamu/bullspec
montsamu edited a page in the montsamu/myimgur wiki Thu Dec 03 13:56:58 -0800 2009
montsamu edited a page in the montsamu/myimgur wiki Thu Dec 03 13:56:35 -0800 2009
montsamu edited a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 13:20:46 -0800 2009
montsamu edited a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 13:20:10 -0800 2009
montsamu edited a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 13:20:04 -0800 2009
montsamu created a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 13:16:19 -0800 2009
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 13:15:10 -0800 2009
HEAD is 07998463c61d2103c54dae410ed96ac52496f4ce
  • montsamu committed 07998463:
    replaced 8-space indent with tabs in the few places it was clinging.
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 13:12:53 -0800 2009
HEAD is 96be66d0bf9330564f54767552b2cc234762a5f9
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 11:26:42 -0800 2009
HEAD is c0dd0b0ec10d90d22567462750efed6e8c528fad
  • montsamu committed c0dd0b0e:
    added (non-working due to http.Get not supporting https) Google and Yahoo OAuth client defs.
montsamu closed issue 5 on montsamu/go-twitter-oauth Thu Nov 19 11:13:27 -0800 2009
move /replies to /twitter/replies or similar
montsamu closed issue 7 on montsamu/go-twitter-oauth Thu Nov 19 09:42:50 -0800 2009
allow logout (expire cookie/session)
montsamu closed issue 3 on montsamu/go-twitter-oauth Thu Nov 19 09:42:49 -0800 2009
Check-in simple file-based persistence for sessions and tokens
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 09:42:16 -0800 2009
HEAD is 47baaaf42541e3848897997346043b7ff277009a
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 09:14:41 -0800 2009
HEAD is a44520e0b666a1f5692fd52ebcb4ef0f90e16f4d
  • montsamu committed a44520e0:
    also moved auth tokens to the minimal (terrible) file-based persistence model
montsamu edited a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 08:14:54 -0800 2009
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 08:08:45 -0800 2009
HEAD is b235e2e2dcbd8dde2b00bf0d999afca874c66226
  • montsamu committed b235e2e2:
    added simple file-based persistence service for sessions
montsamu edited a page in the montsamu/go-twitter-oauth wiki Thu Nov 19 06:56:09 -0800 2009
montsamu pushed to master at montsamu/go-twitter-oauth Thu Nov 19 06:54:51 -0800 2009
HEAD is e875ecbd299485a4371a3285ec3932c39dc1eec4
  • montsamu committed e875ecbd:
    updated session code a bit, uses a SessionService in prep for move to persistence-backed sessions
montsamu opened issue 8 on montsamu/go-twitter-oauth Thu Nov 19 06:31:48 -0800 2009
learn how to use templates to display replies in a less ugly way
montsamu opened issue 7 on montsamu/go-twitter-oauth Thu Nov 19 06:31:20 -0800 2009
allow logout (expire cookie/session)
montsamu opened issue 6 on montsamu/go-twitter-oauth Thu Nov 19 06:31:06 -0800 2009
customize session key other than "sid"
montsamu opened issue 5 on montsamu/go-twitter-oauth Thu Nov 19 05:28:26 -0800 2009
move /replies to /twitter/replies or similar
montsamu opened issue 4 on montsamu/go-twitter-oauth Thu Nov 19 05:28:08 -0800 2009
Discover how to make "login required" more generic