trek

Trek Glowacki
Ann Arbor, MI
20
16
May 08, 2008
  • Personal Code Review
    Updated Fri Jun 19 09:44:40 -0700 2009
    legend
  • The Apache licensed javascript key-value binding library bought by apple and subsequently erased ...
    Updated Fri Feb 06 20:53:20 -0800 2009
    legend
  • Controller library for use with jQuery objects as views
    Updated Tue Jun 09 11:57:40 -0700 2009
    legend
  • a lightweight MVC framework for appengine (using AE's built-in model and view classes)
    Updated Tue Sep 30 15:54:16 -0700 2008
    legend
  • a preference pane for running a git server
    Updated Mon Jan 05 11:36:47 -0800 2009
    legend
  • A Testing Suite for Red/Browsered
    Updated Tue Nov 04 11:33:09 -0800 2008
    legend
  • An application for public Mac computers to make logout more findable
    Updated Tue Jul 29 09:17:10 -0700 2008
    legend
  • Ruby client for accessing the Ann Arbor District Library's PatREST API
    Updated Tue May 05 14:33:18 -0700 2009
    legend
  • sample red applications
    Updated Mon Feb 23 19:17:51 -0800 2009
    legend
  • KVO/KVC for Ruby
    Updated Fri Apr 10 15:22:57 -0700 2009
    legend
  • sample applications written in ribbons
    Updated Tue Dec 09 10:38:08 -0800 2008
    legend
  • Gem for interacting with Apple's iTunes U Webservices
    Updated Fri Feb 27 21:10:05 -0800 2009
    legend
  • where I experiment with bits and pieces of html/css/javascript/ruby
    Updated Mon Aug 11 08:56:44 -0700 2008
    legend
  • Twitter OAuth REST API client library for Ruby
    Forked from moomerman/twitter_oauth Tue Apr 14 10:43:29 -0700 2009
    legend
  • Podcast Producer workflow generator for the University of Michigan
    Updated Sun Sep 28 11:35:38 -0700 2008
    legend
  • Workflows used at the University of Michigan for Podcast Producer publishing to iTunes U
    Updated Sun Jun 14 09:26:34 -0700 2009
    legend

Following

Public Activity  feed

trek started watching javan/whenever Sun Jul 05 10:34:23 -0700 2009
whenever's description:
Provides clean ruby syntax for defining messy cron jobs and running them Whenever.
trek updated gist: 61811 Fri Jul 03 13:28:57 -0700 2009
#Authentication Ain't My Domain I've never worked on a web application before where there wasn't ...
trek updated gist: 61811 Fri Jul 03 13:25:46 -0700 2009
#Authentication Ain't My Domain I've never worked on a web application before where there wasn't ...
trek started watching ambethia/smtp-tls Mon Jun 29 13:02:14 -0700 2009
smtp-tls's description:
A ruby gem to enable TLS for Net::SMTP
trek updated gist: 135558 Wed Jun 24 15:48:51 -0700 2009
require File.dirname(__FILE__) + '/../spec_helper' describe RegistrationsController do
trek updated gist: 135558 Wed Jun 24 15:46:08 -0700 2009
require File.dirname(__FILE__) + '/../spec_helper' describe RegistrationsController do
trek updated gist: 135558 Wed Jun 24 15:45:22 -0700 2009
describe RegistrationsController do before(:all) do Registration = mock(Class)
trek created gist: 135558 Wed Jun 24 15:22:25 -0700 2009
describe RegistrationsController do before(:all) do Registration = mock(Class, {
trek pushed to master at trek/codex Fri Jun 19 09:44:41 -0700 2009
HEAD is 9fd766bc33e897640e77fd1f549e2f420a297483
  • trek committed 9fd766bc:
    added compass to play with and some basic styling.
trek pushed to master at trek/codex Fri Jun 19 07:06:55 -0700 2009
HEAD is 7448ed2e0594105305828c2451fbda7e7da9d9bd
  • trek committed 7448ed2e:
    haml not needed as plugin, added as gem
trek created gist: 132418 Thu Jun 18 21:55:18 -0700 2009
describe "new" do before(:each) do post = mock_model(Post)
trek pushed to master at trek/codex Thu Jun 18 20:19:23 -0700 2009
HEAD is b2c0e9ab551ea6c15a4fc516f52845ab61fe9975
  • trek committed b2c0e9ab:
    added document ready block, because we'll need it.
trek pushed to master at trek/codex Thu Jun 18 20:16:30 -0700 2009
HEAD is 4680657b10e44978ca4f8429d6cb8ade6995a8b7
trek pushed to master at trek/codex Thu Jun 18 20:14:37 -0700 2009
HEAD is d46987b5c8fdcbf40fc117e520b6cdce7c9fa342
trek created branch master at trek/codex Thu Jun 18 19:42:49 -0700 2009
New branch is at trek/codex/tree/master
trek started watching seaofclouds/sass-textmate-bundle Thu Jun 18 13:28:40 -0700 2009
sass-textmate-bundle's description:
enjoy the splendor of textmate bundles and sass.
trek started watching masterkain/macruby Sun Jun 14 15:23:01 -0700 2009
macruby's description:
Ruby 1.9 ported to run directly on top of Mac OS X core technologies. Trunk mirror.
trek updated gist: 129488 Sat Jun 13 17:34:46 -0700 2009
count_up = lambda do |x,a| unless (x >= Integer(0xFFFFF)) count_up.call(x + rand(1000), a)
trek created gist: 129488 Sat Jun 13 17:31:45 -0700 2009
count_down = lambda do |x,a| unless (x >= Integer(0xFFFFF)) count_down.call(x + rand(1000), a)
trek updated gist: 125924 Fri Jun 12 11:49:55 -0700 2009
var ImagesController = new Controller('ImagesController', { // attrs backgroundImageUrl: null,
trek updated gist: 125924 Fri Jun 12 11:49:36 -0700 2009
var ImagesController = new Controller('ImagesController', { // attrs backgroundImageUrl: null,
trek started watching be9/acl9 Fri Jun 12 07:16:38 -0700 2009
acl9's description:
Yet another role-based authorization system for Rails
trek updated gist: 111022 Thu Jun 11 08:32:52 -0700 2009
require 'net/http' connection = Net::HTTP.new('localhost', '3000') # connection.send_request(verb...
trek updated gist: 111022 Thu Jun 11 08:32:35 -0700 2009
require 'net/http' connection = Net::HTTP.new('localhost', '3000') # connection.send_request(verb...
trek started watching technoweenie/viking Wed Jun 10 15:20:51 -0700 2009
viking's description:
Spam blocking plugin with support for Akismet and Defensio.
trek pushed to master at trek/control.js Tue Jun 09 11:57:41 -0700 2009
HEAD is 202a3923f65e82e4ca4d04ad93f7068b3d8544ef
  • trek committed 202a3923:
    updated control library to more objecty-syntax
trek created gist: 126591 Tue Jun 09 08:50:44 -0700 2009
$(document).ready(function(){ var questionCount = 1; var questions = $('.questions');
trek created gist: 125924 Mon Jun 08 09:29:37 -0700 2009
var ImagesController = Controller.init({ // attrs name :"ImagesController",
trek created gist: 125922 Mon Jun 08 09:29:31 -0700 2009
var ImagesController = Controller.init({ // attrs name :"ImagesController",
trek created gist: 125595 Sun Jun 07 20:29:57 -0700 2009
class PersistenceLayer # methods that make saving happen end
trek pushed to master at trek/control.js Sun Jun 07 15:20:38 -0700 2009
HEAD is a8b10137f0127200e0d8402c6610e1365ab6f914
  • trek committed a8b10137:
    _notifyObservers exits if there are no observers on the attribute
trek created gist: 119446 Thu May 28 10:29:57 -0700 2009
$("#picker").outlet(ColorsController, 'colorPicker'); // image preview control views
trek pushed to master at trek/control.js Thu May 28 09:04:05 -0700 2009
HEAD is 22cdb34bb910279542951678bd858f48b495e6b5
trek created branch master at trek/control.js Thu May 28 08:58:06 -0700 2009
New branch is at trek/control.js/tree/master
trek created repository control.js Thu May 28 08:57:38 -0700 2009
New repository is at trek/control.js