jparker

John Parker
Urgetopunt Technologies
San Diego, CA
0
11
Feb 23, 2008
  • Web site for urgetopunt.com.
    Updated Wed Jun 17 23:32:19 -0700 2009
    legend
  • Home directory content (config files for shells, editors, tools, etc.)
    Updated Thu Jun 04 23:29:50 -0700 2009
    legend
  • Templates for generating applications using Rails 2.3 or higher.
    Updated Thu May 28 22:23:01 -0700 2009
    legend
  • Updated Mon May 11 15:59:28 -0700 2009
    legend
  • Stupidly simple trip planner
    Updated Mon Mar 30 15:33:31 -0700 2009
    legend
  • The world's first authoritative Winsome Danger positioning system.
    Updated Mon Mar 23 01:13:31 -0700 2009
    legend
  • Simple mortgage calculator web application
    Updated Mon Mar 23 01:06:21 -0700 2009
    legend
  • itsy-bitsy teenie-weenie urls (yet another url shortener)
    Updated Tue Mar 03 18:37:04 -0800 2009
    legend
  • A ruby interface to the Google Chart API
    Updated Sun Nov 23 02:27:32 -0800 2008
    legend
  • A basic template for new gem projects using echoe
    Updated Wed Nov 12 22:12:02 -0800 2008
    legend
  • Rails project template
    Updated Mon Sep 22 16:30:59 -0700 2008
    legend

Public Activity  feed

jparker pushed to master at jparker/urgetopunt Wed Jun 17 23:32:21 -0700 2009
HEAD is 501cf2bd2409ae67a242151b8e852e99a774b58b
jparker started watching crafterm/comma Mon Jun 15 11:14:01 -0700 2009
comma's description:
Comma is a small CSV (ie. comma separated values) generation extension for Ruby objects, that lets you seamlessly define a CSV output format via a small DSL
jparker updated gist: 127561 Wed Jun 10 16:02:10 -0700 2009
<%= f.label :payment_sent_on %> <span id="payment_sent_on"> <%= f.date_select :payment_sent_on,...
jparker created gist: 127564 Wed Jun 10 16:00:07 -0700 2009
$(function() { $('#payment_sent_on_today').click(function() { var today = new Date();
jparker created gist: 127563 Wed Jun 10 15:59:19 -0700 2009
<%= f.label :payment_sent_on %> <%= f.date_select :payment_sent_on, :include_blank => true %> <%=...
jparker updated gist: 127562 Wed Jun 10 15:58:17 -0700 2009
def payment_sent_on_today @billable = Billable.new(:payment_sent_on => Date.today) render :up...
jparker created gist: 127562 Wed Jun 10 15:58:04 -0700 2009
def payment_sent_on_today @billable = Bilable.new(:payment_sent_on => Date.today) render :upd...
jparker created gist: 127561 Wed Jun 10 15:56:54 -0700 2009
<%= f.label :payment_sent_on %> <span id="payment_sent_on"> <%= f.date_select :payment_sent_on,...
jparker pushed to master at jparker/urgetopunt Thu Jun 04 23:30:43 -0700 2009
HEAD is 52c9b6054ddeefa2961b2ac9b821080e5675fd17
jparker pushed to master at jparker/dotfiles Thu Jun 04 23:29:52 -0700 2009
HEAD is 2f3af001e010c3b9ce3d2fc36dba4177a970e037
jparker updated gist: 124106 Thu Jun 04 23:26:02 -0700 2009
Autotest.add_hook :initialize do |at| at.add_exception %r{^vendor/} nil
jparker created gist: 124106 Thu Jun 04 23:25:55 -0700 2009
Autotest.add_hook :initialize do |at| at.add_exception %r{^vendor/} nil
jparker created gist: 124105 Thu Jun 04 23:25:55 -0700 2009
Autotest.add_hook :initialize do |at| at.add_exception 'vendor' nil
jparker pushed to master at jparker/dotfiles Thu Jun 04 11:37:08 -0700 2009
HEAD is 87344e1ecf598e3b5f53ff9a3ee32f82353c3d58
jparker pushed to master at jparker/dotfiles Wed Jun 03 09:36:52 -0700 2009
HEAD is cf27bd0b95d2d65d5fee4288805bf2005fbd1cab
jparker pushed to master at jparker/dotfiles Wed Jun 03 09:36:50 -0700 2009
HEAD is a98146d1d5a9702ad7ed2e8f552b772ef7c4a1e6

2 commits »

jparker started watching javan/whenever Tue Jun 02 09:15:53 -0700 2009
whenever's description:
Provides clean ruby syntax for defining messy cron jobs and running them Whenever.
jparker pushed to master at jparker/dotfiles Fri May 29 20:46:35 -0700 2009
HEAD is bebe6be5b57d2d063f8f59718b8d9fa5181e97a2
  • jparker committed bebe6be5:
    Updted git_needs_push() to detect branch divergence
jparker pushed to master at jparker/dotfiles Fri May 29 15:56:37 -0700 2009
HEAD is 6ef28d1cfd6744c212769123574beeeca7bf1d20
  • jparker committed 6ef28d1c:
    Autotest initialize hook returns +nil+ - required for project-specific autotest files to work
jparker started watching gimite/google-spreadsheet-ruby Fri May 29 11:16:07 -0700 2009
google-spreadsheet-ruby's description:
Ruby library to read/write Google Spreadsheet
jparker pushed to master at jparker/rails-templates Thu May 28 22:23:04 -0700 2009
HEAD is b34a838fe965e3a756719c27075efabb390e6251
  • jparker committed b34a838f:
    Added webrat, hoptoad_notifier, newrelic_rpm; removed rspec
jparker pushed to master at jparker/dotfiles Thu May 28 17:16:05 -0700 2009
HEAD is 5da063bd97e3b7e1dc253a5004df1016b02a032e
jparker pushed to master at jparker/dotfiles Thu May 28 15:24:11 -0700 2009
HEAD is 85f0c54d4a2e6de23d1ca161bd7d636b0ec18328
jparker pushed to master at jparker/dotfiles Thu May 28 09:38:27 -0700 2009
HEAD is b9a4cd5ee63dd07824a08ac1e174475d3942d472
jparker updated gist: 119137 Thu May 28 03:06:04 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>
jparker pushed to master at jparker/urgetopunt Thu May 28 01:48:53 -0700 2009
HEAD is 72a0975083863336bd93d4a2644ebf8addb1dacc
jparker updated gist: 119137 Thu May 28 01:10:05 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>
jparker updated gist: 119140 Thu May 28 01:08:18 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <table>
jparker updated gist: 119137 Thu May 28 01:04:57 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>
jparker updated gist: 119137 Thu May 28 00:12:07 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>
jparker updated gist: 119140 Thu May 28 00:10:53 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <table>
jparker updated gist: 119137 Thu May 28 00:09:28 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>
jparker updated gist: 119148 Wed May 27 23:56:57 -0700 2009
<!-- outstanding.html.haml --> <h1>Billables | Outstanding</h1> <table>
jparker created gist: 119148 Wed May 27 23:56:48 -0700 2009
<!-- outstanding.html.haml --> <h1>Billables | Outstanding</h1> <table>
jparker updated gist: 119137 Wed May 27 23:43:55 -0700 2009
<!-- day.html.haml --> <h1>Billables | Daily</h1> <%= render :partial => 'billables' %>