Public Gists by jackowayed

Gravatar
Wed Oct 14 16:24:47 -0700 2009

      
Gravatar
Sun Sep 20 12:30:17 -0700 2009
1
2
3
\documentclass[12pt]{article}
\title{test}
\date{}
Gravatar
Sat Aug 22 22:52:14 -0700 2009
1
2
3
- semantic_form_for @user, :url => account_path, :live_validations => true do |f|
= f.error_messages
= render :partial => "users/form", :object => f
Gravatar
Wed Aug 19 22:40:18 -0700 2009
1
2
3
;;; open-file-in-github.el --- Open current buffer's file on GitHub
 
;; Copyright (C) 2009 Michael Ivey & Daniel Jackoway <gweezlebur.com>
Gravatar
Wed Jun 24 16:19:50 -0700 2009
1
2
3
;; word-count-race.el --- Get a word count every minute it keep yourself going when writing
 
;; Copyright (C) 2009 Daniel Jackoway <danjdel@gmail.com>
Gravatar
Thu May 07 16:50:14 -0700 2009
1
2
3
//2009 AP Computer Science AB Answers
//Not doing the case study question because I forget all of that stuff and learning it is stupid
 
Gravatar
Sun Mar 22 11:14:43 -0700 2009
1
2
3
module ShortURL
  CHARS = [*('a'..'z')] + [*('0'..'9')]
  def next_after(string)
Gravatar
Sat Mar 14 23:10:22 -0700 2009
1
2
3
#When I try to create a new user:
NoMethodError in AccountController#signup
undefined method `[]' for #<Enumerable::Enumerator:0xb6c027ac>
Gravatar
Sat Mar 14 12:42:47 -0700 2009
1
2
3
#rake db:migrate
# made a bunch of tables, ending with:
 
Gravatar
Sat Jan 31 19:09:18 -0800 2009
1
2
3
error TooManyFollowers do
  halt 406, "@#{request.env['sinatra.error'].message} has more than 1000 followers!"
end
gist: 53024 My illustration of why AR m...
Gravatar
Mon Jan 26 15:07:25 -0800 2009
1
2
3
# Migrations are ugly and make you write a lot of code you don't need.
#in AR
  # from http://wiki.rubyonrails.org/rails/pages/UnderstandingMigrations
Gravatar
Fri Jan 16 12:05:34 -0800 2009
1
2
3
  //"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table//"<table
border="1"><tr><td>hello</td><td><world></td></tr><tr><td>1</td><td>2</td></tr></table>",
//"Displays a <i>salutary</i> greeting to the planet.",
Gravatar
Mon Nov 24 13:38:12 -0800 2008
1
2
3
*** LOCAL GEMS ***
 
do_mysql (0.9.7, 0.9.6)
Gravatar
Mon Nov 24 12:04:22 -0800 2008
1
2
3
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
Gravatar
Sat Nov 15 16:41:57 -0800 2008
1
2
3
#crontab -l
8 * * * * cd ~/apps/tweetlinkmonster/current; ./update_tweets.sh > ~/cronlog.log
 
Gravatar
Thu Aug 28 09:10:27 -0700 2008
1
2
3
class Users < Application
  # provides :xml, :yaml, :js