Public Gists by sudara

Gravatar
Mon Nov 23 00:48:38 -0800 2009
1
2
3
ActiveRecord::Schema.define(:version => 20091018223040) do
 
  create_table "assets", :force => true do |t|
Gravatar
Mon Nov 09 03:22:26 -0800 2009
1
2
3
require 'rubygems'
require 'daemons'
 
Gravatar
Sun Aug 23 15:05:17 -0700 2009
1
2
3
SC.RecordAttribute.registerTransform(SC.DateTime, {
  /** Transforms a date to an integer of milliseconds since 1970 */
  /** @private - convert an int to a date */
Gravatar
Wed Jul 22 06:36:27 -0700 2009
1
2
3
// ==========================================================================
// Project: SproutCore - JavaScript Application Framework
// Copyright: ©2006-2009 Sprout Systems, Inc. and contributors.
Gravatar
Mon Jul 13 02:46:09 -0700 2009
1
2
3
// ==========================================================================
// Project: SproutCore - JavaScript Application Framework
// Copyright: ©2006-2009 Sprout Systems, Inc. and contributors.
Gravatar
Fri Jul 10 01:26:14 -0700 2009
1
2
3
// ==========================================================================
// Listenapp.App Fixtures
// ==========================================================================
Gravatar
Fri Jul 10 01:05:06 -0700 2009
1
2
3
// ==========================================================================
// Listenapp.App Fixtures
// ==========================================================================
Gravatar
Wed Jun 24 14:41:31 -0700 2009
1
2
3
  // Grab all users
  q = SC.Query.create({recordType:Listenapp.User});
  var users = Listenapp.alonetone.findAll(q);
Gravatar
Wed Jun 24 14:41:29 -0700 2009
1
2
3
  # Grab all users
  q = SC.Query.create({recordType:Listenapp.User});
  var users = Listenapp.alonetone.findAll(q);
Gravatar
Wed Jun 17 07:46:10 -0700 2009
1
2
3
  set :mongrel_base_port, 5000
  set :mongrel_restart_delay, 30
  set :mongrel_count, 2
Gravatar
Sat Jun 13 07:38:05 -0700 2009
1
2
3
I'll tell you my story, maybe it will help. I can't guarantee the experience would be the same for you, or that you have Carpal Tunnel Syndrome, but hopefully at least some bits and pieces will help.
 
I first noticed trouble in Santa Fe 5 years ago or so. My right wrist would hurt. Pain. Weakness. Tingling. Numbness. Lack of endurance and strength. It was frustrating. I began to research things and figured I had the onset of CTS.
Gravatar
Tue Jun 09 10:27:57 -0700 2009
1
2
3
1. Seek out Private instruction (don't be too proud)
2. Write out a daily schedule
3. Set goals to chart development
Gravatar
Fri May 15 06:55:32 -0700 2009
1
2
3
2.5) Connections expiration time
--------------------------------
It is possible (and recommended) to configure several time-outs on TCP
Gravatar
Fri May 15 02:54:04 -0700 2009
1
2
3
  set :mongrel_base_port, 5000
  set :mongrel_restart_delay, 30
  set :mongrel_count, 2
Gravatar
Mon Nov 24 08:27:15 -0800 2008
1
2
3
/* • lpl modal */
/* lepilo modal dialog */
 
Gravatar
Thu Sep 18 09:07:49 -0700 2008
1
2
3
delegate: function(rules) {
      return function(e) {
        var target = $(e.target);