Public Gists by trek

Gravatar
Thu Oct 15 11:04:12 -0700 2009
1
2
3
<!-- <Net::HTTPOK 200 Apple WebObjects readbody=true> -->
<?xml version="1.0" encoding="UTF-8"?>
<ITunesUResponse>
Gravatar
Sat Oct 10 07:06:50 -0700 2009
1
2
3
class AdvertisementsController < ApplicationController
  expose :advertisements
  
Gravatar
Sat Oct 03 13:55:13 -0700 2009
1
2
3
        def show
          run_callbacks(:before_find)
          if find_record
Gravatar
Tue Sep 22 17:27:51 -0700 2009
1
2
3
class PostsController < ApplicationController
  exposes :post, :nested => [:users], :namespaced => :admin, :formats => [:html, :xml, :json]
  before :find
Gravatar
Tue Sep 22 11:27:48 -0700 2009
1
2
3
class IntegerAddInstruction < Instruction
  needs :exec, 1
  needs :int, 2
Gravatar
Wed Sep 09 07:58:12 -0700 2009
1
2
3
Hello again, Trek!
 
We're sending you an email to remind you about your free trial for your freckle account. It's expiring soon, you know, on Sep 15.
Gravatar
Tue Sep 08 11:31:34 -0700 2009
1
sudo env ARCHFLAGS="-arch x86_64" gem install -f do_sqlite3
Gravatar
Mon Aug 24 18:55:41 -0700 2009
1
2
3
jQuery.fn.found = function(fn) {
  if (this.size()) {
    fn.apply(this);
Gravatar
Wed Aug 19 20:42:16 -0700 2009
1
2
3
  map.connect('/hi/:email', {
    :controller => 'greetings',
    :action => 'show',
Gravatar
Sat Aug 08 09:56:30 -0700 2009
1
2
3
------------ DRAFTY DRAFT McDRAFTERSON -----------
Hi JMM,
 
Gravatar
Wed Aug 05 16:37:47 -0700 2009
1
2
3
http://www.annarbor.com/neighborhoods/downtown/luke-e-park-parking-meters-are-in-place-what-do-you-think/
@Joe Morehouse
 
Gravatar
Wed Jul 29 20:44:28 -0700 2009
1
2
3
  $('.options .option.campaign .none')
    .connect('toggle', 'AdvertisementCampaignController.currentCampaign', ValueTransformers.Boolean.ObjectNonExistence)
    .outlet(AdvertisementCampaignController, 'noneView')
Gravatar
Wed Jul 29 20:21:45 -0700 2009
1
2
3
Now I'm Trapped Here
========
* AppZapper
Gravatar
Sat Jul 18 20:39:55 -0700 2009
1
2
3
# Time Overlap
# a = start1
# b = end1
Gravatar
Wed Jul 15 14:30:53 -0700 2009
1
2
Apps
======
Gravatar
Sun Jul 12 08:30:25 -0700 2009
1
2
3
<html xmlns="http://www.w3.org/HTML/1998/html4" xmlns:xdc="http://www.internet.com/custom">
  <head></head>
  <body>
Gravatar
Sat Jul 11 20:03:44 -0700 2009
1
2
3
<a>
  <b>
    <c></c>
Gravatar
Tue Jul 07 13:27:49 -0700 2009
1
2
3
Process: Safari [1118]
Path: /Applications/Safari.app/Contents/MacOS/Safari
Identifier: com.apple.Safari
Gravatar
Wed Jun 24 15:22:21 -0700 2009
1
2
3
require File.dirname(__FILE__) + '/../spec_helper'
 
describe RegistrationsController do
Gravatar
Thu Jun 18 21:55:17 -0700 2009
1
2
3
  describe "new" do
    before(:each) do
      post = mock_model(Post)